Completed
Push — develop ( c61736...9994ff )
by Neil
7s
created
app/Console/Commands/MigrateSettings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
         }
70 70
 
71 71
         if (!$this->option('dry-run')) {
72
-            Settings::flush();  // clear the settings cache
72
+            Settings::flush(); // clear the settings cache
73 73
             DbConfig::updateOrCreate(['config_name' => 'settings.migrated'], ['config_value' => true]);
74 74
         }
75 75
     }
Please login to merge, or discard this patch.