| 1 | <?php |
||
| 9 | class RoleFormProcessRequest extends RoleFormRequest |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Prepare the data for validation. |
||
| 13 | * |
||
| 14 | * @return void |
||
| 15 | */ |
||
| 16 | protected function prepareForValidation(): void |
||
| 36 | |||
| 37 | /** |
||
| 38 | * Get the validation rules that apply to the request. |
||
| 39 | * |
||
| 40 | * @return array |
||
| 41 | */ |
||
| 42 | public function rules(): array |
||
| 51 | } |
||
| 52 |
This function has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be removed from the class and what other function to use instead.