summaryrefslogtreecommitdiff
path: root/framework/ICacheDependency.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/ICacheDependency.php')
-rw-r--r--framework/ICacheDependency.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/ICacheDependency.php b/framework/ICacheDependency.php
index c584e891..06157f88 100644
--- a/framework/ICacheDependency.php
+++ b/framework/ICacheDependency.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;
+
/**
* ICacheDependency interface.
*
@@ -18,7 +20,7 @@
* Classes implementing this interface must support serialization and unserialization.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System
+ * @package Prado
* @since 3.0
*/
interface ICacheDependency