penambahan slug pada status permohonan
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
class StatusPermohonan extends Base
|
||||
{
|
||||
protected $table = 'status_permohonan';
|
||||
protected $fillable = ['name', 'description','status'];
|
||||
protected $fillable = ['name', 'description','status','slug'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user