Skip to content

Commit

Permalink
Protected
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Jan 24, 2021
1 parent e709e90 commit 095ea2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cache/EphemeralCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class EphemeralCache
{
private static $inst;
protected static $inst;

public static function instance(): self
{
Expand Down

0 comments on commit 095ea2d

Please sign in to comment.