['required'], 'attachment' => ['sometimes'] ]; } /** * Get the validation messages of rules that apply to the request. * * @return array */ public function messages() { return [ 'message.required' => translate('message is required'), 'attachment.required' => translate('attachment is required') ]; } }