| 1 | <?php |
||
| 7 | class RegistrationProcessRequest extends RegistrationRequest |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Prepare the data for validation. |
||
| 11 | * |
||
| 12 | * @return void |
||
| 13 | */ |
||
| 14 | protected function prepareForValidation() |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Get the validation rules that apply to the request. |
||
| 27 | * |
||
| 28 | * @return array |
||
| 29 | */ |
||
| 30 | public function rules() |
||
| 48 | } |
||
| 49 |