Pagekit\Auth\Handler\DatabaseHandler::getRequest PHP Method

getRequest() protected method

protected getRequest ( ) : null | Request
return null | Symfony\Component\HttpFoundation\Request
    protected function getRequest()
    {
        return $this->requests->getCurrentRequest();
    }