프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$auth | Illuminate\Contracts\Auth\Guard | The Guard implementation. |
메소드 | 설명 | |
---|---|---|
__construct ( Illuminate\Contracts\Auth\Guard $auth ) | Create a new filter instance. | |
handle ( Illuminate\Http\Request $request, Closure $next ) : mixed | Handle an incoming request. |
public __construct ( Illuminate\Contracts\Auth\Guard $auth ) | ||
$auth | Illuminate\Contracts\Auth\Guard |