Skip to content

Commit

Permalink
dont send from middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Apr 23, 2021
1 parent 5aec526 commit 5b7ac09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Middleware/CanInstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ public function handle($request, Closure $next)
}

// Already installed, redirect to login
redirect('auth/login')->send();
return redirect('auth/login');
}
}

0 comments on commit 5b7ac09

Please sign in to comment.