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
I use this package by storing a class as properties of an event, then recreating the class and running a method within it. This approach works fine for most classes, but I'm encountering an issue with one particular class. The error message is:
"Method Illuminate\Support\Collection::getRouteKey does not exist."
This error doesn't seem related to the package itself. I suspect it might be related to the normalizer. Could someone please help me figure this out?
This discussion was converted from issue #465 on June 04, 2024 11:32.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use this package by storing a class as properties of an event, then recreating the class and running a method within it. This approach works fine for most classes, but I'm encountering an issue with one particular class. The error message is:
"Method Illuminate\Support\Collection::getRouteKey does not exist."
This error doesn't seem related to the package itself. I suspect it might be related to the normalizer. Could someone please help me figure this out?
this is the whole stack:
Beta Was this translation helpful? Give feedback.
All reactions