summaryrefslogtreecommitdiff
path: root/framework/Web/UI/TControlCollection.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/TControlCollection.php')
-rw-r--r--framework/Web/UI/TControlCollection.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/Web/UI/TControlCollection.php b/framework/Web/UI/TControlCollection.php
index b410568b..a23e930b 100644
--- a/framework/Web/UI/TControlCollection.php
+++ b/framework/Web/UI/TControlCollection.php
@@ -10,6 +10,7 @@
*/
namespace Prado\Web\UI;
+use Prado\Exceptions\TInvalidDataTypeException;
/**
* TControlCollection class
@@ -21,7 +22,7 @@ namespace Prado\Web\UI;
* @package Prado\Web\UI
* @since 3.0
*/
-class TControlCollection extends TList
+class TControlCollection extends \Prado\Collections\TList
{
/**
* the control that owns this collection.