Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.x] Avoid extending already-extended file cache store #10526

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

jasonvarga
Copy link
Member

Statamic customizes the file cache store. In #10362 we reworked how this is wired up. This caused a problem when you are using a custom file cache store - our one would override it.

This PR makes it so that we only extend with ours if there's not already an extension.

Fixes the issue explained in this comment.

@jasonvarga jasonvarga merged commit e4d6e45 into 5.x Jul 30, 2024
18 checks passed
@jasonvarga jasonvarga deleted the avoid-extending-file-cache branch July 30, 2024 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant