Feature #16 : Status Permohonan

This commit is contained in:
Daeng Deni Mardaeni
2024-08-24 16:05:39 +07:00
parent e42681b1b6
commit 458c1b1ad5
10 changed files with 558 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace Modules\Lpj\Models;
class StatusPermohonan extends Base
{
protected $table = 'status_permohonan';
protected $fillable = ['name', 'description','status'];
}