Files
lpj/app/Models/StatusPermohonan.php
2024-08-27 10:23:32 +07:00

10 lines
216 B
PHP

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