public function __construct(ConfigurationLayerInterface $lastLayer)
{
$this->lastLayer = $lastLayer;
}
/**
* {@inheritdoc}
*/
public function setByPluginName(string $pluginName, array $elements, $shopId = 1)
{
$this->lastLayer->writeValues($pluginName, $shopId, $elements);
}
}