We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cache.remember() stores the data but it doesn't return the value from the callback at the first call.
It should return the data that was stored at the first call.
No response
Linux
Sonoma 14.1.2
4.19.1
The text was updated successfully, but these errors were encountered:
Merge pull request #781 from eaguad1337/fix/780
ffc445c
fix #780 remember callback
Successfully merging a pull request may close this issue.
Describe the bug
Cache.remember() stores the data but it doesn't return the value from the callback at the first call.
Expected behaviour
It should return the data that was stored at the first call.
Steps to reproduce the bug
No response
Screenshots
No response
OS
Linux
OS version
Sonoma 14.1.2
Browser
No response
Masonite Version
4.19.1
Anything else ?
No response
The text was updated successfully, but these errors were encountered: