diff options
Diffstat (limited to 'framework/Web/UI/WebControls/TRatingList.php')
-rw-r--r-- | framework/Web/UI/WebControls/TRatingList.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/framework/Web/UI/WebControls/TRatingList.php b/framework/Web/UI/WebControls/TRatingList.php index 13ce436b..17b6a373 100644 --- a/framework/Web/UI/WebControls/TRatingList.php +++ b/framework/Web/UI/WebControls/TRatingList.php @@ -10,11 +10,8 @@ */ namespace Prado\Web\UI\WebControls; - -/** - * Includes TRadioButtonList class - */ -Prado::using('System.Web.UI.WebControls.TRadioButtonList'); +use Prado\TPropertyValue; +use Prado\Exceptions\TInvalidDataValueException; /** * TRatingList class. |