Conditions | 1 |
Paths | 1 |
Total Lines | 3 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
56 | public function applicant() |
||
2 ignored issues
–
show
|
|||
57 | { |
||
58 | return $this->belongsTo(\App\Models\Applicant::class); |
||
59 | } |
||
61 |