Skip to content

Commit 63baaa7

Browse files
authored
Merge pull request #551 from magento-performance/ACPT-1380
ACPT-1380: Fix Company b2b Tests
2 parents 411fd3d + d11ad42 commit 63baaa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Store/Model/App/Emulation.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
use Magento\Framework\App\Config\ScopeConfigInterface;
1313
use Magento\Framework\App\ObjectManager;
1414
use Magento\Framework\Locale\ResolverInterface;
15+
use Magento\Framework\ObjectManager\ResetAfterRequestInterface;
1516
use Magento\Framework\Phrase;
1617
use Magento\Framework\Phrase\RendererInterface;
1718
use Magento\Framework\Translate\Inline\ConfigInterface;
@@ -26,7 +27,7 @@
2627
* @since 100.0.2
2728
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2829
*/
29-
class Emulation extends \Magento\Framework\DataObject
30+
class Emulation extends \Magento\Framework\DataObject implements ResetAfterRequestInterface
3031
{
3132
/**
3233
* @var StoreManagerInterface

0 commit comments

Comments
 (0)