Passed
Pull Request — master (#120)
by
unknown
04:12 queued 01:05
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
         $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
 
Please login to merge, or discard this patch.