Replies: 1 comment
-
try 8.3.4 first. or if possible, move up to version 9. if no avail, I think you should ask this at the lumen framework github page. |
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.
-
I have an Enum like:
And I have a model that uses this Enum
But when I try to save it I get an error:
The error is
ErrorException: Attempt to read property "value" on string
It happens on the file
vendor/illuminate/database/Eloquent/Concerns/HasAttributes.php:951
Beta Was this translation helpful? Give feedback.
All reactions