summaryrefslogtreecommitdiff
path: root/framework/I18N/core/CultureInfo.php
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-01-21 09:21:46 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-01-21 09:21:46 +0100
commitb927e32fa14869bc3a48d1fba6b2a161b9606270 (patch)
tree037a41803695d675fe22cc35b691ff2e729d57f8 /framework/I18N/core/CultureInfo.php
parent9392b2523005d598ec6a5c254b8cbb5c49f50fcc (diff)
Add namespaces: Exceptions, I18N, Security
Diffstat (limited to 'framework/I18N/core/CultureInfo.php')
-rw-r--r--framework/I18N/core/CultureInfo.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/I18N/core/CultureInfo.php b/framework/I18N/core/CultureInfo.php
index fc20b833..7283175a 100644
--- a/framework/I18N/core/CultureInfo.php
+++ b/framework/I18N/core/CultureInfo.php
@@ -13,9 +13,11 @@
* {@link http://prado.sourceforge.net/}
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @package System.I18N.core
+ * @package Prado\I18N\core
*/
+namespace Prado\I18N\core;
+
/**
* CultureInfo class.
*
@@ -43,7 +45,7 @@
* For example, Australian English is "en_AU".
*
* @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @package System.I18N.core
+ * @package Prado\I18N\core
*/
class CultureInfo
{