diff options
Diffstat (limited to 'framework/TService.php')
-rw-r--r-- | framework/TService.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/TService.php b/framework/TService.php index c3f40c44..3fae286d 100644 --- a/framework/TService.php +++ b/framework/TService.php @@ -21,7 +21,7 @@ namespace Prado; * @package Prado * @since 3.0 */ -abstract class TService extends TApplicationComponent implements IService +abstract class TService extends \Prado\TApplicationComponent implements IService { /** * @var string service id |