App\Services\Form\Recipe\RecipeForm::valid PHP 메소드

valid() 보호된 메소드

Test whether form validator passes.
protected valid ( array $input ) : boolean
$input array
리턴 boolean
    protected function valid(array $input)
    {
        return $this->validator->with($input)->passes();
    }