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

Fix breaking change cache duration #77

Merged
merged 1 commit into from
Apr 22, 2024
Merged

Conversation

chillbram
Copy link
Contributor

PR #76 caused a breaking change as it no longer set the cache store correctly. While using the null cache store with a cache duration of null, loading a page with markdown on it causes a BadMethodCallException: This cache store does not support tagging. error.

This PR includes the missing store() method that is also used in the default return statement.

@freekmurze freekmurze merged commit 66660b2 into spatie:main Apr 22, 2024
6 checks passed
@freekmurze
Copy link
Member

Thank you!

@chillbram chillbram deleted the patch-1 branch April 22, 2024 14:19
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.

2 participants