We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7d3f4 commit 8038e91Copy full SHA for 8038e91
app/code/Magento/Sales/Controller/Adminhtml/Order/AddressSave.php
@@ -60,16 +60,6 @@ public function __construct(
60
LoggerInterface $logger,
61
RegionFactory $regionFactory
62
) {
63
- $this->_coreRegistry = $coreRegistry;
64
- $this->_fileFactory = $fileFactory;
65
- $this->_translateInline = $translateInline;
66
- $this->resultPageFactory = $resultPageFactory;
67
- $this->resultJsonFactory = $resultJsonFactory;
68
- $this->resultLayoutFactory = $resultLayoutFactory;
69
- $this->resultRawFactory = $resultRawFactory;
70
- $this->orderManagement = $orderManagement;
71
- $this->orderRepository = $orderRepository;
72
- $this->logger = $logger;
73
$this->regionFactory = $regionFactory;
74
parent::__construct(
75
$context,
0 commit comments