loans api done

This commit is contained in:
2025-06-11 16:06:01 +05:00
parent 8acc40d53f
commit 10361e9422
5 changed files with 105 additions and 16 deletions

View File

@@ -39,6 +39,8 @@ class LoanPaidOffLetterOrder extends Model
use HasFactory;
use SoftDeletes;
protected $table = 'loan_paid_off_letter_orders';
/**
* The attributes that are mass assignable.
*