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