Exemplo n.º 1
0
 /**
  * Get the validation rules that apply to the request.
  *
  * @return array
  */
 public function rules()
 {
     $parent_rules = parent::rules();
     $my_rules = [];
     $rules = array_merge($parent_rules, $my_rules);
     return $rules;
 }