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

13 lines
199 B
PHP

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