diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/TShellApplication.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/framework/TShellApplication.php b/framework/TShellApplication.php index 08bab0ea..6e2f5cbb 100644 --- a/framework/TShellApplication.php +++ b/framework/TShellApplication.php @@ -35,14 +35,6 @@ */
class TShellApplication extends TApplication
{
-
- /**
- * Override parent implementation. TShellApplication doesn't need to start any service
- */
- public function startService($serviceID)
- {
-
- }
/**
* Runs the application.
* This method overrides the parent implementation by initializing
|