You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if some value is stored in cache. when you use Settings::set('xxx', 'zzz');
this will store zzz in cache for xxx key.. but there is no update in the DB.
if cache is off it will update DB
Steps to reproduce
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Laravel Settings
v3.3
Laravel Version
v10
Bug description
if some value is stored in cache. when you use Settings::set('xxx', 'zzz');
this will store zzz in cache for xxx key.. but there is no update in the DB.
if cache is off it will update DB
Steps to reproduce
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: