From 5230f8f8a86fc1ae5d90f8c74ae65c93e197502b Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Thu, 22 Jan 2015 09:14:12 +0100 Subject: Apply namespaces to class inheritances (pt1) --- framework/Web/TAssetManager.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'framework/Web/TAssetManager.php') diff --git a/framework/Web/TAssetManager.php b/framework/Web/TAssetManager.php index 2e9c0975..d6bcab6d 100644 --- a/framework/Web/TAssetManager.php +++ b/framework/Web/TAssetManager.php @@ -10,6 +10,13 @@ */ namespace Prado\Web; +use Prado\Exceptions\TConfigurationException; +use Prado\Exceptions\TInvalidDataValueException; +use Prado\Exceptions\TInvalidOperationException; +use Prado\Prado; +use Prado\TApplicationMode; +use Prado\IO\TIOException; +use Prado\IO\TTarFileExtractor; /** * TAssetManager class @@ -42,7 +49,7 @@ namespace Prado\Web; * @package Prado\Web * @since 3.0 */ -class TAssetManager extends TModule +class TAssetManager extends \Prado\TModule { /** * Default web accessible base path for storing private files -- cgit v1.2.3