camelCase Appends #544
Unanswered
AxonDivisionDev
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prior either to forking or opening a pull request is there some reason the code is enforcing lowercase on appends() method?, for my JS app everything is camelCase and would like to keep it as such. If I've missed some glaringly obvious workaround, I do apologise.
strtolower
can be dropped, I think Laravel has automatic resolution for camelCase and snake case for model accessorsRequest example
{{tenant_domain}}/api/tenant/jobs?include=timerRecordIds
Beta Was this translation helpful? Give feedback.
All reactions