| 1 | <?php |
||
| 9 | class AbilityFormProcessRequest extends AbilityFormRequest |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Prepare the data for validation. |
||
| 13 | * |
||
| 14 | * @return void |
||
| 15 | */ |
||
| 16 | protected function prepareForValidation(): void |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Get the validation rules that apply to the request. |
||
| 34 | * |
||
| 35 | * @return array |
||
| 36 | */ |
||
| 37 | public function rules(): array |
||
| 46 | } |
||
| 47 |