Skip to content

Commit

Permalink
🐛 missing $options declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
bnomei committed Dec 11, 2024
1 parent 6dc2ea1 commit 1406c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

final class Redis extends Cache
{
private array $options = [];
protected array $options = [];
private array $shutdownCallbacks = [];

protected Client $connection;
Expand Down

0 comments on commit 1406c72

Please sign in to comment.