Files
alrahma_sunday_school_api/app/Models/InvoiceInstallment.php
T
2026-06-08 23:30:22 -04:00

11 lines
154 B
PHP

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