Skip to content

Commit 2feb4ea

Browse files
authored
Merge pull request #577 from magento-performance/ACPT-1551-2
ACPT-1551: Modularity of ReloadProcessor::reloadApplicationState
2 parents 68fd4b5 + 79bb853 commit 2feb4ea

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/etc/di.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2005,11 +2005,4 @@
20052005
<preference for="Magento\Framework\Filter\Input\PurifierInterface" type="Magento\Framework\Filter\Input\Purifier"/>
20062006
<preference for="Magento\Framework\App\PageCache\IdentifierInterface" type="Magento\Framework\App\PageCache\Identifier"/>
20072007
<preference for="Magento\Framework\App\State\ReloadProcessorInterface" type="Magento\Framework\App\State\ReloadProcessorComposite" />
2008-
<type name="Magento\Framework\App\State\ReloadProcessorComposite">
2009-
<arguments>
2010-
<argument name="processors" xsi:type="array">
2011-
<item name="config" xsi:type="object">Magento\Framework\App\State\ReloadProcessor</item>
2012-
</argument>
2013-
</arguments>
2014-
</type>
20152008
</config>

0 commit comments

Comments
 (0)