Skip to content

Commit 9430a08

Browse files
committed
Partly revert c1d0e31, removing readonly from SqlLogger to fix CI / mocking
1 parent 0e7715b commit 9430a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SqlLogger.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Illuminate\Support\Collection;
88
use Illuminate\Support\Facades\DB;
99

10-
readonly class SqlLogger
10+
class SqlLogger
1111
{
1212
/**
1313
* SqlLogger constructor.

0 commit comments

Comments
 (0)