This commit is contained in:
2023-12-04 16:45:22 +05:00
parent 0c8ddfaf89
commit efa06735b7

View File

@@ -75,7 +75,7 @@ class LoanOrder extends Model
*/
public function loanType(): BelongsTo
{
return $this->belongsTo(LoanType::class);
return $this->belongsTo(LoanType::class, 'loan_type');
}
/**