Files
alrahma_sunday_school_api/app/Models/InvoiceInstallmentPlan.php
2026-06-11 11:46:12 -04:00

11 lines
163 B
PHP

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