We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f9742 commit 3447fcdCopy full SHA for 3447fcd
1 file changed
src/Controller/ErrorController.php
@@ -32,7 +32,7 @@ class ErrorController extends AppController
32
*/
33
public function initialize(): void
34
{
35
- $this->loadComponent('RequestHandler');
+ // Only add parent::initialize() if you are confident your appcontroller is safe.
36
}
37
38
/**
0 commit comments