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(
204
204
if (isset ($ _GET ['id ' ])) {
205
205
$ this ->loadReport ($ _GET ['id ' ]);
206
206
}
207
- $ this -> response ->setMetadata ("NotCacheable " , true );
207
+ $ response ->setMetadata ("NotCacheable " , true );
208
208
}
209
209
210
210
/**
Original file line number Diff line number Diff line change 5
5
*/
6
6
// phpcs:disable PSR1.Files.SideEffects
7
7
namespace Magento \Framework \Error ;
8
+
8
9
// phpcs:ignore Magento2.Functions.DiscouragedFunction,Magento2.Security.IncludeFile
9
10
require_once realpath (__DIR__ ) . '/../../app/bootstrap.php ' ;
10
11
require_once 'processor.php ' ; // phpcs:ignore Magento2.Security.IncludeFile
12
+ use Magento \Framework \App \ObjectManager as AppObjectManager ;
11
13
12
14
/**
13
15
* Error processor factory
You can’t perform that action at this time.
0 commit comments