summaryrefslogtreecommitdiff
path: root/framework/IBaseBehavior.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/IBaseBehavior.php')
-rw-r--r--framework/IBaseBehavior.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/IBaseBehavior.php b/framework/IBaseBehavior.php
index 5c55f1f0..fe8d0008 100644
--- a/framework/IBaseBehavior.php
+++ b/framework/IBaseBehavior.php
@@ -10,16 +10,18 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System
+ * @package Prado
*/
+namespace Prado;
+
/**
* IBaseBehavior interface is the base behavior class from which all other
* behaviors types are derived
*
* @author Brad Anderson <javalizard@mac.com>
* @version $Id$
- * @package System
+ * @package Prado
* @since 3.2.3
*/
interface IBaseBehavior {