___init(); parent::__construct($stockRepositoryInterface, $stockIdResolver); } /** * {@inheritdoc} */ public function execute(\Magento\InventorySalesApi\Api\Data\SalesChannelInterface $salesChannel) : \Magento\InventoryApi\Api\Data\StockInterface { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'execute'); return $pluginInfo ? $this->___callPlugins('execute', func_get_args(), $pluginInfo) : parent::execute($salesChannel); } }