diff options
Diffstat (limited to 'framework/TComponent.php')
-rw-r--r-- | framework/TComponent.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/TComponent.php b/framework/TComponent.php index 136f4343..447f695e 100644 --- a/framework/TComponent.php +++ b/framework/TComponent.php @@ -14,6 +14,7 @@ */ namespace Prado; +use Prado\Util\IBaseBehavior; use Prado\Web\Javascripts\TJavaScriptLiteral; use Prado\Web\Javascripts\TJavaScriptString; use Prado\Util\TCallChain; |