diff options
Diffstat (limited to 'framework/TEventResults.php')
-rw-r--r-- | framework/TEventResults.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/TEventResults.php b/framework/TEventResults.php index 3ca9b39b..62ff84f7 100644 --- a/framework/TEventResults.php +++ b/framework/TEventResults.php @@ -15,7 +15,7 @@ namespace Prado; -class TEventResults extends TEnumerable { +class TEventResults extends \Prado\TEnumerable { const EVENT_RESULT_FEED_FORWARD=1; const EVENT_RESULT_FILTER=2; const EVENT_RESULT_ALL=4; |