Skip to content

Commit 073a5f6

Browse files
committed
MAGETWO-53424: Added additional arguments into attributes creation
1 parent 68fc426 commit 073a5f6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/code/Magento/Store/Model/StoreScopeProvider.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ public function getContext($entityType, $entityData = [])
5050
if (isset($entityData[Store::STORE_ID])) {
5151
$value = $entityData[Store::STORE_ID];
5252
} else {
53-
// if ($this->storeManager->hasSingleStore()) {
54-
// $value = Store::DEFAULT_STORE_ID;
55-
// } else {
56-
// $value = (int)$this->storeManager->getStore(true)->getId();
57-
// }
5853
$value = (int)$this->storeManager->getStore(true)->getId();
5954
}
6055

0 commit comments

Comments
 (0)