Update Module Jenis Legalitas Jaminan

Penambahan Slug
This commit is contained in:
Daeng Deni Mardaeni
2024-09-04 20:26:00 +07:00
parent 22e2ff51f0
commit 77be1b2685
5 changed files with 58 additions and 15 deletions

View File

@@ -7,5 +7,5 @@
class JenisLegalitasJaminan extends Base
{
protected $table = 'jenis_legalitas_jaminan';
protected $fillable = ['code', 'name'];
protected $fillable = ['code', 'name','slug'];
}