mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Expand install routine.
This commit is contained in:
@@ -50,7 +50,7 @@ class Installer
|
||||
// redirect to UpdateController
|
||||
Log::warning('There are no Firefly III tables present. Redirect to migrate routine.');
|
||||
|
||||
return response()->redirectTo(route('installer.migrate'));
|
||||
return response()->redirectTo(route('installer.index'));
|
||||
}
|
||||
throw new FireflyException(sprintf('Could not access the database: %s', $message));
|
||||
}
|
||||
@@ -64,7 +64,7 @@ class Installer
|
||||
));
|
||||
|
||||
// redirect to migrate routine:
|
||||
return response()->redirectTo(route('installer.migrate'));
|
||||
return response()->redirectTo(route('installer.index'));
|
||||
}
|
||||
return $next($request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user