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 86ce56b commit 34e11efCopy full SHA for 34e11ef
src/Log/ErrorHandler.php
@@ -9,7 +9,6 @@ class ErrorHandler extends MonologErrorHandler
9
public static function registerIcl()
10
{
11
$handler = new static(app('log.icl'));
12
- $handler->registerErrorHandler();
13
$handler->registerFatalHandler();
14
15
return $handler;
0 commit comments