Skip to content

Commit 605fb88

Browse files
#29549: Scheduled price rule time zone correction - refactoring.
1 parent 975c0c1 commit 605fb88

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/code/Magento/Bundle/Model/Option/SaveAction.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ class SaveAction
4444
*/
4545
private $linkManagement;
4646

47-
/**
48-
* @var StoreManagerInterface
49-
*/
50-
private $storeManager;
51-
5247
/**
5348
* @param Option $optionResource
5449
* @param MetadataPool $metadataPool
@@ -67,8 +62,6 @@ public function __construct(
6762
$this->metadataPool = $metadataPool;
6863
$this->type = $type;
6964
$this->linkManagement = $linkManagement;
70-
$this->storeManager = $storeManager
71-
?: ObjectManager::getInstance()->get(StoreManagerInterface::class);
7265
}
7366

7467
/**

0 commit comments

Comments
 (0)