@@ -77,7 +77,7 @@ |
||
| 77 | 77 | return config_path($fileName); |
| 78 | 78 | } |
| 79 | 79 | |
| 80 | - if (! $this->files->exists($settingsPath)) { |
|
| 80 | + if ( ! $this->files->exists($settingsPath)) { |
|
| 81 | 81 | $this->files->makeDirectory($settingsPath, 0755, true); |
| 82 | 82 | } |
| 83 | 83 | |