Cache not using getters, setters and casting #77
Unanswered
argonzalez2016
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I only use the database, settings are pulled properly.
If I cast to a Laravel collection, this works properly.
$setting->view_cache is a laravel collection and in the database is an array.
When I enable the cache, casting doesn't happen. The package only uses view_cache as an array and creates errors.
Beta Was this translation helpful? Give feedback.
All reactions