Skip to content

Commit

Permalink
php 8.2 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykenedy committed Dec 28, 2022
1 parent c129f77 commit 4c86eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Middleware/Authenticate.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected function redirectTo($request)
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
public function handle($request, Closure $next, ...$guards)
{
if (! $this->auth->check()) {
return redirect()->to('/login')
Expand Down

0 comments on commit 4c86eda

Please sign in to comment.