Adldap\Laravel\Middleware\WindowsAuthenticate::returnNextRequest PHP Method

returnNextRequest() public method

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