Skip to content

Commit

Permalink
🐛(FormRequest): 无效
Browse files Browse the repository at this point in the history
  • Loading branch information
Joycezhangw committed Mar 11, 2024
1 parent 112d809 commit 4c708e4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Validation/BaseRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,4 @@ protected function failedValidation(Validator $validator)
'message' => $validator->errors()->first()
]));
}

/**
* 验证错误信息
* @return array
*/
abstract public function messages(): array;
}

0 comments on commit 4c708e4

Please sign in to comment.