Skip to content

Commit 7352685

Browse files
authored
Update README.md
1 parent 8ba5485 commit 7352685

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ private Lyra $lyra;
2828

2929
public function __construct(..., Lyra $lyra)
3030
{
31-
...,
31+
//...,
3232
$this->lyra = $lyra;
3333
}
34+
3435
public function report(Throwable $e): void
3536
{
3637
$this->lyra->handle($e, Request::capture());

0 commit comments

Comments
 (0)