Conditions | 1 |
Paths | 1 |
Total Lines | 2 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
54 | public function skill_declarations() { |
||
1 ignored issue
–
show
|
|||
55 | return $this->belongsToMany(\App\Models\SkillDeclaration::class); |
||
56 | } |
||
63 |