Skip to content

Commit

Permalink
Fix getting SCOPE_STORES from incorrect ScopeInterface (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjaap authored Dec 21, 2023
1 parent 28358f1 commit 7a2dce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
use Magento\Framework\App\Helper\AbstractHelper;
use Magento\Framework\App\Helper\Context;
use Magento\Framework\App\ProductMetadataInterface;
use Magento\Framework\App\ScopeInterface;
use Magento\Framework\App\State;
use Magento\Framework\Serialize\Serializer\Json;
use Magento\Store\Model\ScopeInterface;
use Magento\Store\Model\StoreManagerInterface;
use RuntimeException;
use Throwable;
Expand Down

0 comments on commit 7a2dce8

Please sign in to comment.