belongsTo(Ipal::class, 'IpalId', 'IpalId'); } /** * Relasi ke model RefIpalParameter. */ public function refIpalParameter() { return $this->belongsTo(RefIpalParameter::class, 'RefIpalParameterId', 'RefIpalParameterId'); } }