Completed
Push — master ( 2b7bbf...f97122 )
by Nur
08:37
created
src/Controllers/DatabaseController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,6 +31,6 @@
 block discarded – undo
31 31
         $response = $this->databaseManager->migrateAndSeed();
32 32
 
33 33
         return redirect()->route('LaravelInstaller::final')
34
-                         ->with(['message' => $response]);
34
+                            ->with(['message' => $response]);
35 35
     }
36 36
 }
Please login to merge, or discard this patch.
src/Controllers/UpdateController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
         $response = $databaseManager->migrateAndSeed();
48 48
 
49 49
         return redirect()->route('LaravelUpdater::final')
50
-                         ->with(['message' => $response]);
50
+                            ->with(['message' => $response]);
51 51
     }
52 52
 
53 53
     /**
Please login to merge, or discard this patch.