Skip to content

Commit 34e11ef

Browse files
committed
ICL: Notices handling already done through exceptions.
1 parent 86ce56b commit 34e11ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Log/ErrorHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class ErrorHandler extends MonologErrorHandler
99
public static function registerIcl()
1010
{
1111
$handler = new static(app('log.icl'));
12-
$handler->registerErrorHandler();
1312
$handler->registerFatalHandler();
1413

1514
return $handler;

0 commit comments

Comments
 (0)