NerdsAndCompany\Schematic\Services\Base::hasErrors PHP Метод

hasErrors() защищенный Метод

Returns if there are errors or not.
protected hasErrors ( string $attribute = 'errors' ) : boolean
$attribute string
Результат boolean
    protected function hasErrors($attribute = 'errors')
    {
        return $this->resultModel->hasErrors($attribute);
    }