Skip to content

Commit f642a71

Browse files
committed
ICL: Exception handler creation added to force registering of shutdown function.
1 parent 2e843c1 commit f642a71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Loggable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ private function initializeErrorHandling()
5050
$this->icl = app('log.icl');
5151

5252
app()->singleton(ExceptionHandlerContract::class, ExceptionHandler::class);
53+
app(ExceptionHandlerContract::class);
5354
}
5455

5556
private function getLogHandlers()

0 commit comments

Comments
 (0)