@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | */ |
| 28 | 28 | protected function getStub() |
| 29 | 29 | { |
| 30 | - return __DIR__ . '/../../stubs/handler.stub'; |
|
| 30 | + return __DIR__.'/../../stubs/handler.stub'; |
|
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | /** |
@@ -49,6 +49,6 @@ discard block |
||
| 49 | 49 | */ |
| 50 | 50 | protected function getPath($name) |
| 51 | 51 | { |
| 52 | - return parent::getPath($name . "Handler"); |
|
| 52 | + return parent::getPath($name."Handler"); |
|
| 53 | 53 | } |
| 54 | 54 | } |
@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | */ |
| 28 | 28 | protected function getStub() |
| 29 | 29 | { |
| 30 | - return __DIR__ . '/../../stubs/command.stub'; |
|
| 30 | + return __DIR__.'/../../stubs/command.stub'; |
|
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | /** |
@@ -49,6 +49,6 @@ discard block |
||
| 49 | 49 | */ |
| 50 | 50 | protected function getPath($name) |
| 51 | 51 | { |
| 52 | - return parent::getPath($name . "Command"); |
|
| 52 | + return parent::getPath($name."Command"); |
|
| 53 | 53 | } |
| 54 | 54 | } |