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/Util/TParameterModule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Util/TParameterModule.php') diff --git a/framework/Util/TParameterModule.php b/framework/Util/TParameterModule.php index 1ca1a5cf..4cb26c7d 100644 --- a/framework/Util/TParameterModule.php +++ b/framework/Util/TParameterModule.php @@ -45,7 +45,7 @@ namespace Prado\Util; * @package Prado\Util * @since 3.0 */ -class TParameterModule extends TModule +class TParameterModule extends \Prado\TModule { /** * @deprecated since 3.2 -- cgit v1.2.3