When is used the validator for a nonrequired|conditional field it throws the profanity error ``` $request->validate([ 'title' => 'profanity|unique:posts|max:255', ]); ```
When is used the validator for a nonrequired|conditional field it throws the profanity error