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 |
||
33 | |||
34 | /** |
||
35 | * Get the validation rules that apply to the request. |
||
36 | * |
||
37 | * @return array |
||
38 | */ |
||
39 | public function rules(): array |
||
48 | } |
||
49 |