penambahan slug pada status permohonan

This commit is contained in:
Daeng Deni Mardaeni
2024-08-27 10:23:32 +07:00
parent fec80bfa1c
commit 3c59943a08
4 changed files with 7 additions and 2 deletions

View File

@@ -5,5 +5,5 @@
class StatusPermohonan extends Base
{
protected $table = 'status_permohonan';
protected $fillable = ['name', 'description','status'];
protected $fillable = ['name', 'description','status','slug'];
}