lpj/app/Models/StatusPermohonan.php

10 lines
209 B
PHP

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