diff options
Diffstat (limited to 'framework/Web/TUrlMappingPatternSecureConnection.php')
-rw-r--r-- | framework/Web/TUrlMappingPatternSecureConnection.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/TUrlMappingPatternSecureConnection.php b/framework/Web/TUrlMappingPatternSecureConnection.php index 809eee0d..16481350 100644 --- a/framework/Web/TUrlMappingPatternSecureConnection.php +++ b/framework/Web/TUrlMappingPatternSecureConnection.php @@ -6,9 +6,11 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.Web + * @package Prado\Web */ +namespace Prado\Web; + /** * TUrlMappingPatternSecureConnection class * @@ -16,7 +18,7 @@ * URL prefix behavior that can be used by {@link TUrlMappingPattern::constructUrl()}. * * @author Yves Berkholz <godzilla80[at]gmx[dot]net> - * @package System.Web + * @package Prado\Web * @since 3.2 */ class TUrlMappingPatternSecureConnection extends TEnumerable |