@@ -57,7 +57,7 @@ |
||
| 57 | 57 | { |
| 58 | 58 | $modelTemplate = file_get_contents(__DIR__.'/../../Console/Commands/AdminStubs/MyMenu.stub'); |
| 59 | 59 | |
| 60 | - if (! file_exists($path = app_path('Services'))) { |
|
| 60 | + if (!file_exists($path = app_path('Services'))) { |
|
| 61 | 61 | mkdir($path, 0777, true); |
| 62 | 62 | } |
| 63 | 63 | |