Autarky\Routing\Events\BeforeEvent::getResponse PHP Method

getResponse() public method

Get the response.
public getResponse ( ) : mixed
return mixed
    public function getResponse()
    {
        return $this->response;
    }