___init(); parent::__construct($quoteRepository, $addressValidator, $logger, $addressRepository); } /** * {@inheritdoc} */ public function assign($cartId, \Magento\Quote\Api\Data\AddressInterface $address, $useForShipping = false) { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'assign'); return $pluginInfo ? $this->___callPlugins('assign', func_get_args(), $pluginInfo) : parent::assign($cartId, $address, $useForShipping); } }