summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/prado.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/prado.php b/framework/prado.php
index 07f1b825..ebb2eb76 100644
--- a/framework/prado.php
+++ b/framework/prado.php
@@ -46,7 +46,7 @@ Prado::init();
*/
class_alias('\Prado\Prado', 'Prado', true);
-class_alias('\Prado\TApplication', 'TApplication', true);
-class_alias('\Prado\TModule', 'TModule', true);
-class_alias('\Prado\Web\Services\TPageService', 'TPageService', true);
-class_alias('\Prado\Web\UI\TPage', 'TPage', true);
+Prado::using('Prado\TApplication');
+Prado::using('Prado\TModule');
+Prado::using('Prado\Web\Services\TPageService');
+Prado::using('Prado\Web\UI\TPage');