Skip to content

Commit 4c86eda

Browse files
committed
php 8.2 patch
1 parent c129f77 commit 4c86eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Middleware/Authenticate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected function redirectTo($request)
5050
* @param \Closure $next
5151
* @return mixed
5252
*/
53-
public function handle($request, Closure $next)
53+
public function handle($request, Closure $next, ...$guards)
5454
{
5555
if (! $this->auth->check()) {
5656
return redirect()->to('/login')

0 commit comments

Comments
 (0)