Skip to content

Commit 76c42dc

Browse files
committed
ICL: Fixed for Laravel 5.3.
1 parent 12f64eb commit 76c42dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ExceptionHandler.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
class ExceptionHandler extends Handler
99
{
10+
private $log;
1011
private $timeStarted;
1112
private $timeFinished;
12-
protected $reservedMemory;
13+
private $reservedMemory;
1314

1415
public function __construct()
1516
{
17+
$this->log = app('log.iclogger');
1618
$this->registerShutdownFunction();
17-
18-
parent::__construct(app('log.iclogger'));
1919
}
2020

2121
public function report(Exception $e)

0 commit comments

Comments
 (0)