File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ public function __construct(
204204 if (isset ($ _GET ['id ' ])) {
205205 $ this ->loadReport ($ _GET ['id ' ]);
206206 }
207- $ this -> response ->setMetadata ("NotCacheable " , true );
207+ $ response ->setMetadata ("NotCacheable " , true );
208208 }
209209
210210 /**
Original file line number Diff line number Diff line change 55 */
66// phpcs:disable PSR1.Files.SideEffects
77namespace Magento \Framework \Error ;
8+
89// phpcs:ignore Magento2.Functions.DiscouragedFunction,Magento2.Security.IncludeFile
910require_once realpath (__DIR__ ) . '/../../app/bootstrap.php ' ;
1011require_once 'processor.php ' ; // phpcs:ignore Magento2.Security.IncludeFile
12+ use Magento \Framework \App \ObjectManager as AppObjectManager ;
1113
1214/**
1315 * Error processor factory
You can’t perform that action at this time.
0 commit comments