Files
lis/app/PendaftaranOnListiner.php
2025-01-27 08:16:55 +07:00

16 lines
300 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class PendaftaranOnListiner extends Model
{
protected $connection = 'mysqllistener';
protected $primaryKey = "rnoreg";
protected $table = "paslab";
public $timestamps = false;
protected $guarded = [];
}