lpj/app/Models/StatusPermohonan.php

10 lines
216 B
PHP

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