Conditions | 1 |
Paths | 1 |
Total Lines | 3 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | public function skills() |
||
1 ignored issue
–
show
|
|||
21 | { |
||
22 | return $this->belongsToMany(\App\Models\Skill::class)->withTimestamps(); |
||
23 | } |
||
25 |