@@ -31,6 +31,6 @@ |
||
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 | } |
@@ -47,7 +47,7 @@ |
||
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 | /** |