Skip to content

Commit

Permalink
revert readonly property
Browse files Browse the repository at this point in the history
  • Loading branch information
limenet committed Jul 14, 2023
1 parent 5bbdb38 commit 7d9c5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/ElasticaClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class ElasticaClient
{
private readonly Client $client;
private Client $client;

private static ?bool $listenToEvents = null;

Expand Down

0 comments on commit 7d9c5d9

Please sign in to comment.