Files
alrahma_sunday_school_api/app/Models/FinanceNotificationPreference.php
T
2026-06-09 02:32:58 -04:00

10 lines
176 B
PHP

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