Skip to content

Commit 7d9c5d9

Browse files
committed
revert readonly property
1 parent 5bbdb38 commit 7d9c5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client/ElasticaClient.php

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

1010
class ElasticaClient
1111
{
12-
private readonly Client $client;
12+
private Client $client;
1313

1414
private static ?bool $listenToEvents = null;
1515

0 commit comments

Comments
 (0)