Files
lpj/app/Models/HubunganPenghuniJaminan.php
2024-08-14 16:50:25 +07:00

10 lines
228 B
PHP

<?php
namespace Modules\Lpj\Models;
class HubunganPenghuniJaminan extends Base
{
protected $table = 'hubungan_penghuni_jaminan';
protected $fillable = ['name','authorized_at','authorized_status','authorized_by'];
}