Skip to content

Commit

Permalink
#29549: Scheduled price rule time zone correction - refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
engcom-Foxtrot committed Jan 12, 2021
1 parent 975c0c1 commit 605fb88
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/code/Magento/Bundle/Model/Option/SaveAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ class SaveAction
*/
private $linkManagement;

/**
* @var StoreManagerInterface
*/
private $storeManager;

/**
* @param Option $optionResource
* @param MetadataPool $metadataPool
Expand All @@ -67,8 +62,6 @@ public function __construct(
$this->metadataPool = $metadataPool;
$this->type = $type;
$this->linkManagement = $linkManagement;
$this->storeManager = $storeManager
?: ObjectManager::getInstance()->get(StoreManagerInterface::class);
}

/**
Expand Down

0 comments on commit 605fb88

Please sign in to comment.