NerdsAndCompany\Schematic\Services\Base::hasErrors PHP Method

hasErrors() protected method

Returns if there are errors or not.
protected hasErrors ( string $attribute = 'errors' ) : boolean
$attribute string
return boolean
    protected function hasErrors($attribute = 'errors')
    {
        return $this->resultModel->hasErrors($attribute);
    }