Conditions | 1 |
Paths | 1 |
Total Lines | 3 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
28 | public function skills() |
||
2 ignored issues
–
show
|
|||
29 | { |
||
30 | return $this->belongsToMany(\App\Models\Skill::class)->withTimestamps(); |
||
31 | } |
||
38 |