belongsTo(Cerobong::class, 'CerobongId', 'CerobongId'); } /** * Relasi ke model CerobongParameter. */ public function cerobongParameter() { return $this->belongsTo(CerobongParameter::class, 'CerobongParameterId', 'CerobongParameterId'); } /** * Relasi ke model Perusahaan. */ public function perusahaan() { return $this->belongsTo(Perusahaan::class, 'PerusahaanId', 'PerusahaanId'); } }