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/TUrlMappingPattern.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'framework/Web/TUrlMappingPattern.php') diff --git a/framework/Web/TUrlMappingPattern.php b/framework/Web/TUrlMappingPattern.php index 47c28539..e32a9130 100644 --- a/framework/Web/TUrlMappingPattern.php +++ b/framework/Web/TUrlMappingPattern.php @@ -10,6 +10,10 @@ */ namespace Prado\Web; +use Prado\Collections\TAttributeCollection; +use Prado\Exceptions\TConfigurationException; +use Prado\Exceptions\TInvalidDataValueException; +use Prado\TPropertyValue; /** * TUrlMappingPattern class. @@ -110,7 +114,7 @@ namespace Prado\Web; * @package Prado\Web * @since 3.0.5 */ -class TUrlMappingPattern extends TComponent +class TUrlMappingPattern extends \Prado\TComponent { /** * @var string service parameter such as Page class name. -- cgit v1.2.3