Stevemo\Cpanel\Group\Form\GroupForm::getErrors PHP Method

getErrors() public method

Get the validator error
Author: Steve Montambeault
public getErrors ( ) : Illuminate\Support\MessageBag
return Illuminate\Support\MessageBag
    public function getErrors()
    {
        return $this->validator->errors();
    }