How to update a setting? #70
Unanswered
ElisameAraujo
asked this question in
Q&A
Replies: 1 comment
-
Hey there, sorry I didn't see this until now. I'm sure you've figured this out by now, but you can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Okay, I might have a dumb question but, is there a helper that I can use to update a setting?
For example, I use the method
Settings::set('foo', 'bar')
to create a setting in the DB, but how I do to update this setting if I need to in the future? I only see option to retrieve the settings, but not to update.Beta Was this translation helpful? Give feedback.
All reactions