Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
9 | class SliderRequest extends FormRequest |
||
10 | { |
||
11 | /** |
||
12 | * Determine if the user is authorized to make this request. |
||
13 | */ |
||
14 | public function authorize(): bool |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * Get the validation rules that apply to the request. |
||
21 | * |
||
22 | * @return array<string, \Illuminate\Contracts\Validation\ValidationRule|array|string> |
||
23 | */ |
||
24 | public function rules(): array |
||
34 |