Conditions | 1 |
Paths | 1 |
Total Lines | 2 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
48 | 2 | public function applicant() { |
|
1 ignored issue
–
show
|
|||
49 | 2 | return $this->belongsTo(\App\Models\Applicant::class); |
|
50 | } |
||
61 |