summaryrefslogtreecommitdiff
path: root/framework/prado.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/prado.php')
-rw-r--r--framework/prado.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/prado.php b/framework/prado.php
index 1dd4bb47..a9298756 100644
--- a/framework/prado.php
+++ b/framework/prado.php
@@ -14,9 +14,11 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System
+ * @package Prado
*/
+namespace Prado;
+
/**
* Includes the PradoBase class file
*/
@@ -31,7 +33,7 @@ if(!class_exists('Prado',false))
* Prado class.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System
+ * @package Prado
* @since 3.0
*/
class Prado extends PradoBase