We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c70e2 commit d30f6f9Copy full SHA for d30f6f9
src/ExceptionHandler.php
@@ -14,6 +14,8 @@ class ExceptionHandler extends Handler
14
15
public function __construct()
16
{
17
+ parent::__construct(app());
18
+
19
$this->log = app('log.iclogger');
20
$this->registerShutdownFunction();
21
}
0 commit comments