Property setter #112
Unanswered
rcerljenko
asked this question in
Q&A
Replies: 1 comment
-
Hi @rcerljenko, I wouldn't do this using a setter within the Settings class but just do it before inserting/update a setting. If you do want to group this functionality, you could possibly add a custom cast to achieve this. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
How can we achieve a "setter" logic like default Laravel model has? E.g.:
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions