Skip to content

Commit 8038e91

Browse files
committed
Solve error Field declared dynamically
1 parent 9e7d3f4 commit 8038e91

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

app/code/Magento/Sales/Controller/Adminhtml/Order/AddressSave.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,6 @@ public function __construct(
6060
LoggerInterface $logger,
6161
RegionFactory $regionFactory
6262
) {
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;
7363
$this->regionFactory = $regionFactory;
7464
parent::__construct(
7565
$context,

0 commit comments

Comments
 (0)