@@ -27,7 +27,7 @@ |
||
| 27 | 27 | */ |
| 28 | 28 | public function __construct(File $file_dispatch) |
| 29 | 29 | { |
| 30 | - $this->stubs_dir = __DIR__.'/'; |
|
| 30 | + $this->stubs_dir = __DIR__ . '/'; |
|
| 31 | 31 | $this->file_dispatch = $file_dispatch; |
| 32 | 32 | } |
| 33 | 33 | |