Files
alrahma_sunday_school_api/app/Models/InvoiceInstallment.php
T
2026-06-09 01:03:53 -04:00

10 lines
153 B
PHP

<?php
namespace App\Models;
class InvoiceInstallment extends BaseModel
{
protected $guarded = [];
protected $table = 'invoice_installments';
}