Skip to content

Commit

Permalink
Update InstallationMiddleware.php
Browse files Browse the repository at this point in the history
  • Loading branch information
KaniRobinson authored Jul 9, 2024
1 parent 2035e16 commit 869df71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Middleware/InstallationMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function handle(Request $request, Closure $next): Response
}

if ($installation->completed && $request->is('installation*')) {
return redirect()->route('welcome');
return redirect()->route('index');
}

return match (true) {
Expand Down

0 comments on commit 869df71

Please sign in to comment.