Skip to content

Commit d30f6f9

Browse files
committed
ICL: Base class constructor called according to Laravel upgrade guide.
1 parent 98c70e2 commit d30f6f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ExceptionHandler.php

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ class ExceptionHandler extends Handler
1414

1515
public function __construct()
1616
{
17+
parent::__construct(app());
18+
1719
$this->log = app('log.iclogger');
1820
$this->registerShutdownFunction();
1921
}

0 commit comments

Comments
 (0)