Update app/Http/Middleware/RedirectIfAuthenticated.php
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
This commit is contained in:
parent
904f60a680
commit
dadbaa6c0e
1 changed files with 1 additions and 1 deletions
|
@ -26,5 +26,5 @@ public function handle(Request $request, Closure $next, string ...$guards): Resp
|
||||||
}
|
}
|
||||||
|
|
||||||
return $next($request);
|
return $next($request);
|
||||||
} //end handle()
|
} // End handle().
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue