config = json_decode(json: $configJSON, associative: true); } public function getConfig(string $configKey): string { return $this->config[$configKey]; } }