diff options
Diffstat (limited to 'framework/Caching/TXCache.php')
-rw-r--r-- | framework/Caching/TXCache.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Caching/TXCache.php b/framework/Caching/TXCache.php index 96af68f5..6f3cf815 100644 --- a/framework/Caching/TXCache.php +++ b/framework/Caching/TXCache.php @@ -10,6 +10,7 @@ */ namespace Prado\Caching; +use Prado\Exceptions\TConfigurationException; /** * TXCache class |