| Total Complexity | 7 | 
| Total Lines | 38 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 8 | class BatchUpdateExperienceSkill extends FormRequest  | 
            ||
| 9 | { | 
            ||
| 10 | /**  | 
            ||
| 11 | * Determine if the user is authorized to make this request.  | 
            ||
| 12 | *  | 
            ||
| 13 | * @return bool  | 
            ||
| 14 | */  | 
            ||
| 15 | public function authorize()  | 
            ||
| 34 | }  | 
            ||
| 35 | |||
| 36 | /**  | 
            ||
| 37 | * Get the validation rules that apply to the request.  | 
            ||
| 38 | *  | 
            ||
| 39 | * @return array  | 
            ||
| 40 | */  | 
            ||
| 41 | public function rules()  | 
            ||
| 49 |