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

13 lines
207 B
PHP

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