Total Complexity | 5 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class StoreExperienceSkill extends FormRequest |
||
11 | { |
||
12 | /** |
||
13 | * The user must have permission to update the Experience object |
||
14 | * this ExperienceSkill would be attached to. |
||
15 | * |
||
16 | * @return bool |
||
17 | */ |
||
18 | public function authorize() |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * Get the validation rules that apply to the request. |
||
34 | * |
||
35 | * @return array |
||
36 | */ |
||
37 | public function rules() |
||
56 |