Feature #11 : Hubungan Penghuni Jaminan
This commit is contained in:
9
app/Models/HubunganPenghuniJaminan.php
Normal file
9
app/Models/HubunganPenghuniJaminan.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Lpj\Models;
|
||||
|
||||
class HubunganPenghuniJaminan extends Base
|
||||
{
|
||||
protected $table = 'hubungan_penghuni_jaminan';
|
||||
protected $fillable = ['name','authorized_at','authorized_status','authorized_by'];
|
||||
}
|
||||
Reference in New Issue
Block a user