AdamWathan\Form\ErrorStore\IlluminateErrorStore::getErrors PHP 메소드

getErrors() 보호된 메소드

protected getErrors ( )
    protected function getErrors()
    {
        return $this->hasErrors() ? $this->session->get('errors') : null;
    }