🐛 修复 BUG

This commit is contained in:
Wisp X 2022-01-23 15:32:27 +08:00
parent 7b57627044
commit fbd0a59938

View File

@ -10,7 +10,7 @@ class AuthenticateWithAdmin extends Authenticate
{
public function handle($request, Closure $next, ...$guards)
{
parent::handle($request, $next, ...$guards);
$this->authenticate($request, $guards);
/** @var User $user */
$user = Auth::user();