belongsTo(Cerobong::class, 'CerobongId', 'CerobongId'); } /** * Relasi ke model RefCerobongParameter. */ public function refCerobongParameter() { return $this->belongsTo(RefCerobongParameter::class, 'RefCerobongParameterId', 'RefCerobongParameterId'); } }