Feature #16 : Status Permohonan
This commit is contained in:
9
app/Models/StatusPermohonan.php
Normal file
9
app/Models/StatusPermohonan.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Lpj\Models;
|
||||
|
||||
class StatusPermohonan extends Base
|
||||
{
|
||||
protected $table = 'status_permohonan';
|
||||
protected $fillable = ['name', 'description','status'];
|
||||
}
|
||||
Reference in New Issue
Block a user