Skip to content

Commit

Permalink
Update FrontController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dudzio12 authored Jun 17, 2024
1 parent 9c88284 commit 077b6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/Framework/App/FrontController.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function beforeDispatch(\Magento\Framework\App\FrontControllerInterface $
if($this->request->isAjax() && $enabledHandler<2) {
return;
}
$prevHandler = VarDumper::setHandler($this->dumperHandler(...));
//$prevHandler = VarDumper::setHandler($this->dumperHandler(...));
}
}

Expand Down

0 comments on commit 077b6fe

Please sign in to comment.