Files
Sistem_Kehadiran_Taklimat_SPR/app/Models/Sppm/PusatMengundi.php
2026-06-14 08:52:33 +08:00

13 lines
220 B
PHP

<?php
namespace App\Models\Sppm;
use Illuminate\Database\Eloquent\Model;
class PusatMengundi extends Model
{
protected $connection = 'sppm';
protected $table = 'pusat_mengundi';
protected $guarded = [];
}