belongsTo(Perusahaan::class, 'PerusahaanId', 'PerusahaanId'); } /** * Relasi ke model RefHistoryKegiatan. */ public function refHistoryKegiatan() { return $this->belongsTo(RefHistoryKegiatan::class, 'RefHistoryKegiatanId', 'RefHistoryKegiatanId'); } }