wip
This commit is contained in:
@@ -75,7 +75,7 @@ class LoanOrder extends Model
|
||||
*/
|
||||
public function loanType(): BelongsTo
|
||||
{
|
||||
return $this->belongsTo(LoanType::class);
|
||||
return $this->belongsTo(LoanType::class, 'loan_type');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user