Skip to content

Commit 2e843c1

Browse files
committed
ICL: Made reserved memory to be protected field.
1 parent 4f391e3 commit 2e843c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Log/ExceptionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class ExceptionHandler extends Handler
99
{
10-
private $reservedMemory;
10+
protected $reservedMemory;
1111

1212
public function __construct()
1313
{

0 commit comments

Comments
 (0)