We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f64eb commit 76c42dcCopy full SHA for 76c42dc
src/ExceptionHandler.php
@@ -7,15 +7,15 @@
7
8
class ExceptionHandler extends Handler
9
{
10
+ private $log;
11
private $timeStarted;
12
private $timeFinished;
- protected $reservedMemory;
13
+ private $reservedMemory;
14
15
public function __construct()
16
17
+ $this->log = app('log.iclogger');
18
$this->registerShutdownFunction();
-
- parent::__construct(app('log.iclogger'));
19
}
20
21
public function report(Exception $e)
0 commit comments