summaryrefslogtreecommitdiff
path: root/framework/TEventResults.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/TEventResults.php')
-rw-r--r--framework/TEventResults.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/TEventResults.php b/framework/TEventResults.php
index fb8a6074..3ca9b39b 100644
--- a/framework/TEventResults.php
+++ b/framework/TEventResults.php
@@ -10,9 +10,11 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System
+ * @package Prado
*/
+namespace Prado;
+
class TEventResults extends TEnumerable {
const EVENT_RESULT_FEED_FORWARD=1;
const EVENT_RESULT_FILTER=2;