Esempio n. 1
0
 /**
  * Get the validation messages that apply to the request.
  *
  * @return array
  */
 public function messages()
 {
     return array_merge(Group::validationMessages(), ['amHeadCoach.required' => 'Only the Head Coach may create this group']);
 }