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

10 lines
162 B
PHP

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