Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class ListTask extends FormRequest |
||
12 | { |
||
13 | /** |
||
14 | * Determine if the user is authorized to make this request. |
||
15 | * |
||
16 | * @return bool |
||
17 | */ |
||
18 | public function authorize() |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * Get the validation rules that apply to the request. |
||
26 | * |
||
27 | * @return array |
||
28 | */ |
||
29 | public function rules() |
||
36 |