We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 411fd3d + d11ad42 commit 63baaa7Copy full SHA for 63baaa7
app/code/Magento/Store/Model/App/Emulation.php
@@ -12,6 +12,7 @@
12
use Magento\Framework\App\Config\ScopeConfigInterface;
13
use Magento\Framework\App\ObjectManager;
14
use Magento\Framework\Locale\ResolverInterface;
15
+use Magento\Framework\ObjectManager\ResetAfterRequestInterface;
16
use Magento\Framework\Phrase;
17
use Magento\Framework\Phrase\RendererInterface;
18
use Magento\Framework\Translate\Inline\ConfigInterface;
@@ -26,7 +27,7 @@
26
27
* @since 100.0.2
28
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
29
*/
-class Emulation extends \Magento\Framework\DataObject
30
+class Emulation extends \Magento\Framework\DataObject implements ResetAfterRequestInterface
31
{
32
/**
33
* @var StoreManagerInterface
0 commit comments