Files
lpj/app/Models/StatusPermohonan.php
2024-08-24 16:05:39 +07:00

10 lines
209 B
PHP

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