Ejemplo n.º 1
0
 public function __construct(\Magento\Backend\App\Action\Context $context, \Magento\Shipping\Controller\Adminhtml\Order\ShipmentLoader $shipmentLoader, \Magento\Sales\Model\Order\Email\Sender\ShipmentCommentSender $shipmentCommentSender, \Magento\Framework\View\Result\LayoutFactory $resultLayoutFactory)
 {
     $this->___init();
     parent::__construct($context, $shipmentLoader, $shipmentCommentSender, $resultLayoutFactory);
 }