lpj/app/Models/HubunganPenghuniJaminan.php

10 lines
228 B
PHP
Raw Normal View History

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