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 21dfeae commit 0ecf1faCopy full SHA for 0ecf1fa
app/code/Magento/Sales/Controller/Adminhtml/Order/MassCancel.php
@@ -42,7 +42,6 @@ public function __construct(
42
$this->orderManagement = $orderManagement ?: \Magento\Framework\App\ObjectManager::getInstance()->get(
43
\Magento\Sales\Api\OrderManagementInterface::class
44
);
45
- $this->orderManagement = $orderManagement;
46
}
47
48
/**
0 commit comments