Skip to content

Commit 0d27d0d

Browse files
committed
MAGETWO-32953: Fix Bamboo builds
- Updated references to Magento\Framework\Store\ScopeInterface after merging with mainline
1 parent d6adb47 commit 0d27d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogSearch/Model/Resource/ResourceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
namespace Magento\CatalogSearch\Model\Resource;
77

8-
use Magento\Store\Model\ScopeInterface;
8+
use Magento\Framework\Store\ScopeInterface;
99

1010
class ResourceProvider
1111
{

0 commit comments

Comments
 (0)