@@ -5,6 +5,6 @@ |
||
| 5 | 5 | { |
| 6 | 6 | public function getConfig() |
| 7 | 7 | { |
| 8 | - return require __DIR__ . '/../config/module.config.php'; |
|
| 8 | + return require __DIR__.'/../config/module.config.php'; |
|
| 9 | 9 | } |
| 10 | 10 | } |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | */ |
| 26 | 26 | public function getHandlerForCommand($commandName) |
| 27 | 27 | { |
| 28 | - $handlerFQCN = $commandName . 'Handler'; |
|
| 28 | + $handlerFQCN = $commandName.'Handler'; |
|
| 29 | 29 | |
| 30 | 30 | if ($this->container->has($handlerFQCN)) { |
| 31 | 31 | return $this->container->get($handlerFQCN); |