summaryrefslogtreecommitdiff
path: root/framework/I18N/core/MessageSource_Database.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/I18N/core/MessageSource_Database.php')
-rw-r--r--framework/I18N/core/MessageSource_Database.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/I18N/core/MessageSource_Database.php b/framework/I18N/core/MessageSource_Database.php
index 142c28db..d887954d 100644
--- a/framework/I18N/core/MessageSource_Database.php
+++ b/framework/I18N/core/MessageSource_Database.php
@@ -11,9 +11,11 @@
* The latest version of PRADO can be obtained from:
* {@link http://prado.sourceforge.net/}
*
- * @package System.I18N.core
+ * @package Prado\I18N\core
*/
+namespace Prado\I18N\core;
+
/**
* Get the MessageSource class file.
*/
@@ -26,7 +28,7 @@ require_once(dirname(__FILE__).'/MessageSource.php');
*
* See the MessageSource::factory() method to instantiate this class.
*
- * @package System.I18N.core
+ * @package Prado\I18N\core
*/
class MessageSource_Database extends MessageSource
{