Skip to content

Commit 33f9145

Browse files
authored
Update CarrierFactory.php
1 parent a67e392 commit 33f9145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Shipping/Model/CarrierFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function createIfActive($carrierCode, $storeId = null)
107107
return $this->_scopeConfig->isSetFlag(
108108
'carriers/' . $carrierCode . '/active',
109109
\Magento\Store\Model\ScopeInterface::SCOPE_STORE,
110-
$storeId
110+
$storeId
111111
) ? $this->create(
112112
$carrierCode,
113113
$storeId

0 commit comments

Comments
 (0)