summaryrefslogtreecommitdiff
path: root/framework/TApplicationMode.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/TApplicationMode.php')
-rw-r--r--framework/TApplicationMode.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/TApplicationMode.php b/framework/TApplicationMode.php
index 9ce1433c..aab04eef 100644
--- a/framework/TApplicationMode.php
+++ b/framework/TApplicationMode.php
@@ -6,9 +6,11 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System
+ * @package Prado
*/
+namespace Prado;
+
/**
* TApplicationMode class.
* TApplicationMode defines the possible mode that an application can be set at by
@@ -19,7 +21,7 @@
* - Normal: the application is running in normal production mode.
* - Performance: the application is running in performance mode.
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System
+ * @package Prado
* @since 3.0.4
*/
class TApplicationMode extends TEnumerable