Passed
Pull Request — master (#120)
by
unknown
06:11 queued 02:39
created
src/Repositories/LocalSettingsRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.