@@ -72,7 +72,7 @@ |
||
| 72 | 72 | $name = is_array($name) ? current($name) : $name; |
| 73 | 73 | |
| 74 | 74 | if (config('scout.settings_path')) { |
| 75 | - if (!$this->files->exists(config('scout.settings_path'))) { |
|
| 75 | + if ( ! $this->files->exists(config('scout.settings_path'))) { |
|
| 76 | 76 | $this->files->makeDirectory(config('scout.settings_path'), 0755, true); |
| 77 | 77 | } |
| 78 | 78 | |