Ejemplo n.º 1
0
 public function __construct(\Magento\Backend\App\Action\Context $context, \Magento\Shipping\Controller\Adminhtml\Order\ShipmentLoader $shipmentLoader, \Magento\Shipping\Model\Shipping\LabelGenerator $labelGenerator)
 {
     $this->___init();
     parent::__construct($context, $shipmentLoader, $labelGenerator);
 }