Completed
Push — master ( df927e...6ab190 )
by
unknown
07:40 queued 14s
created
src/Commands/Database/MigrateFreshCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     {
37 37
         parent::__construct();
38 38
 
39
-        $this->migrator       = app('migrator');
39
+        $this->migrator = app('migrator');
40 40
         $this->migration_paths = collect($this->migrator->paths());
41 41
     }
42 42
 
Please login to merge, or discard this patch.