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

11 lines
177 B
PHP

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