summaryrefslogtreecommitdiff
path: root/framework/TEnumerable.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/TEnumerable.php')
-rw-r--r--framework/TEnumerable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/TEnumerable.php b/framework/TEnumerable.php
index 172e7870..d91f1f94 100644
--- a/framework/TEnumerable.php
+++ b/framework/TEnumerable.php
@@ -23,7 +23,7 @@ namespace Prado;
* The constant name must be the same as the constant value.
* For example,
* <code>
- * class TTextAlign extends TEnumerable
+ * class TTextAlign extends \Prado\TEnumerable
* {
* const Left='Left';
* const Right='Right';