summaryrefslogtreecommitdiff
path: root/framework/Caching/TChainedCacheDependency.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Caching/TChainedCacheDependency.php')
-rw-r--r--framework/Caching/TChainedCacheDependency.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/Caching/TChainedCacheDependency.php b/framework/Caching/TChainedCacheDependency.php
index 463919fd..4f45cac9 100644
--- a/framework/Caching/TChainedCacheDependency.php
+++ b/framework/Caching/TChainedCacheDependency.php
@@ -6,9 +6,10 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System.Caching
+ * @package Prado\Caching
*/
+namespace Prado\Caching;
/**
* TChainedCacheDependency class.
@@ -23,7 +24,7 @@
* (see {@link TList} for more details}).
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System.Caching
+ * @package Prado\Caching
* @since 3.1.0
*/
class TChainedCacheDependency extends TCacheDependency