Menyelesaikan Menu KJPP

This commit is contained in:
2024-09-25 17:14:48 +07:00
committed by Daeng Deni Mardaeni
parent 88d06cf0ef
commit a0a8fd3c29
10 changed files with 347 additions and 70 deletions

View File

@@ -6,10 +6,4 @@ class JenisJaminan extends Base
{
protected $table = 'jenis_jaminan';
protected $fillable = ['code', 'name', 'slug', 'jenis_legalitas_jaminan_id'];
// relasi ke kjpp
public function kjpp()
{
return $this->belongsTo(KJPP::class);
}
}