Skip to content

Commit

Permalink
fix static caches method missing
Browse files Browse the repository at this point in the history
  • Loading branch information
david-d-h committed Jan 4, 2024
1 parent 2c35983 commit e59497b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/PermanentCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ public function configuredCaches(): array
{
return $this->cachers;
}

public function staticCaches(): array
{
return array_filter($this->cachers);
}
}

0 comments on commit e59497b

Please sign in to comment.