shouldUse($guard); if (!auth()->check()) return abort(401); } return $next($request); } }