@@ -74,7 +74,7 @@ |
||
74 | 74 | $fileName = 'scout-'.Str::lower($name).'.php'; |
75 | 75 | |
76 | 76 | if (config('scout.algolia.settings_path')) { |
77 | - if (! $this->files->exists(config('scout.algolia.settings_path'))) { |
|
77 | + if ( ! $this->files->exists(config('scout.algolia.settings_path'))) { |
|
78 | 78 | $this->files->makeDirectory(config('scout.algolia.settings_path'), 0755, true); |
79 | 79 | } |
80 | 80 |