From b46b4e7acb00715982a8d3543fb22f5ac64c88fe Mon Sep 17 00:00:00 2001 From: David Date: Sat, 11 Jul 2015 12:31:44 +0200 Subject: Added missing use statements in framework --- framework/Util/TParameterModule.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'framework/Util/TParameterModule.php') diff --git a/framework/Util/TParameterModule.php b/framework/Util/TParameterModule.php index 4cb26c7d..896aa3f9 100644 --- a/framework/Util/TParameterModule.php +++ b/framework/Util/TParameterModule.php @@ -10,6 +10,13 @@ */ namespace Prado\Util; +use Prado\Caching\TFileCacheDependency; +use Prado\Exceptions\TConfigurationException; +use Prado\Exceptions\TInvalidOperationException; +use Prado\Prado; +use Prado\TApplication; +use Prado\Xml\TXmlDocument; +use Prado\Xml\TXmlElement; /** * TParameterModule class -- cgit v1.2.3