File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public function __construct()
15
15
{
16
16
$ this ->registerShutdownFunction ();
17
17
18
- parent ::__construct (app ('log.icl ' ));
18
+ parent ::__construct (app ('log.iclogger ' ));
19
19
}
20
20
21
21
public function report (Exception $ e )
Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ protected function initializeLogging()
44
44
45
45
private function initializeErrorHandling ()
46
46
{
47
- app ()->singleton ('log.icl ' , function () {
48
- return new Logger ('ICL ' , $ this ->getLogHandlers ());
47
+ app ()->singleton ('log.iclogger ' , function () {
48
+ return new Logger ('ICLogger ' , $ this ->getLogHandlers ());
49
49
});
50
- $ this ->icLogger = app ('log.icl ' );
50
+ $ this ->icLogger = app ('log.iclogger ' );
51
51
52
52
app ()->singleton (ExceptionHandlerContract::class, ExceptionHandler::class);
53
53
app (ExceptionHandlerContract::class);
You can’t perform that action at this time.
0 commit comments