summaryrefslogtreecommitdiff
path: root/framework/PradoBase.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/PradoBase.php')
-rw-r--r--framework/PradoBase.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/PradoBase.php b/framework/PradoBase.php
index 3eb4d0d6..21c26b6a 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -9,9 +9,11 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System
+ * @package Prado
*/
+namespace Prado;
+
/**
* Defines the PRADO framework installation path.
*/
@@ -33,7 +35,7 @@ if(!defined('PRADO_CHMOD'))
* rewritten for customization.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System
+ * @package Prado
* @since 3.0
*/
class PradoBase