| 1 | <?php |
||
| 7 | class MemberRegistrationProcessRequest extends MemberRegistrationRequest |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Prepare the data for validation. |
||
| 11 | * |
||
| 12 | * @return void |
||
| 13 | */ |
||
| 14 | protected function prepareForValidation(): void |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Get the validation rules that apply to the request. |
||
| 25 | * |
||
| 26 | * @return array |
||
| 27 | */ |
||
| 28 | public function rules(): array |
||
| 35 | } |
||
| 36 |