Admin
class Admin
관리자 2단계 인증 미들웨어
Properties
| protected GuardInterface | $auth | The Guard implementation. |
Methods
void
Details
at line 46
void
__construct(GuardInterface $auth)
Create a new middleware instance.
at line 59
mixed
handle(Request $request, Closure $next)
Handle an incoming request.