productMetadata = $productMetadata; $this->config = $config ?: ObjectManager::getInstance()->get(Config::class); } /** * @inheritdoc */ public function build(array $buildSubject) { $channel = $this->config->getValue('channel'); return [ self::$channel => $channel ?: sprintf(self::$channelValue, $this->productMetadata->getEdition()) ]; } }