We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c88284 commit 077b6feCopy full SHA for 077b6fe
Plugin/Framework/App/FrontController.php
@@ -63,7 +63,7 @@ public function beforeDispatch(\Magento\Framework\App\FrontControllerInterface $
63
if($this->request->isAjax() && $enabledHandler<2) {
64
return;
65
}
66
- $prevHandler = VarDumper::setHandler($this->dumperHandler(...));
+ //$prevHandler = VarDumper::setHandler($this->dumperHandler(...));
67
68
69
0 commit comments