Passed
Pull Request — master (#120)
by
unknown
03:55 queued 40s
created
src/Repositories/LocalSettingsRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
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.algolia.settings_path'))) {
75
+            if ( ! $this->files->exists(config('scout.algolia.settings_path'))) {
76 76
                 $this->files->makeDirectory(config('scout.algolia.settings_path'), 0755, true);
77 77
             }
78 78
 
Please login to merge, or discard this patch.