loans api done
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user