File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Plugin/Magento/Framework/App Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+ /**
3
+ *
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+
8
+ declare (strict_types=1 );
9
+
10
+ namespace Magento \UpwardConnector \Plugin \Magento \Framework \App ;
11
+
12
+ /**
13
+ * Empty class plugin to work around MC-39132. Prevents AppendNoStoreCacheHeader
14
+ * plugin from leaking into the pwa area.
15
+ */
16
+ class DICompileFix {}
Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
10
10
<preference for =" Magento\Framework\App\FrontControllerInterface" type =" Magento\UpwardConnector\Controller\Upward" />
11
+ <type name =" Magento\Framework\App\FrontControllerInterface" >
12
+ <plugin name =" di_compile_fix" type =" Magento\UpwardConnector\Plugin\Magento\Framework\App\DICompileFix" />
13
+ </type >
11
14
</config >
You can’t perform that action at this time.
0 commit comments