AdamWathan\Form\ErrorStore\IlluminateErrorStore::hasErrors PHP Method

hasErrors() protected method

protected hasErrors ( )
    protected function hasErrors()
    {
        return $this->session->has('errors');
    }