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

@@ -15,10 +15,4 @@ class IjinUsaha extends Model
* The attributes that are mass assignable.
*/
protected $fillable = ['code', 'name'];
// relasi ke kjpp
public function kjpp()
{
return $this->belongsTo(KJPP::class);
}
}