Adldap\Laravel\Middleware\WindowsAuthenticate::returnNextRequest PHP 메소드

returnNextRequest() 공개 메소드

This method exists to be overridden.
public returnNextRequest ( Illuminate\Http\Request $request, Closure $next ) : mixed
$request Illuminate\Http\Request
$next Closure
리턴 mixed
    public function returnNextRequest(Request $request, Closure $next)
    {
        return $next($request);
    }