Open lightwalkernet opened 3 years ago
Yeah, it's a bug because of the snake_case
naming of your relation. I currently convert the relations to camelCase, when adding them as counts or eager load them.
I'll look into this 👍
Thanks for looking into it.
Any news on this bug fix? Or should I change my naming convention?
Any ETA on this? Wish I'd known this before paying. Pretty big deal breaker.
I would agree. I was very excited about invoker but have not been able to use it since I purchased.
OS: darwin Invoker Version: 2.0.2 Laravel Version: 8.22.1 Local project: true PHP Binary: /usr/local/bin/php Route: /project/index?class=App%5CUser&time=1612386170472&project=local-4Ep3udexmFQ5tkqPLfdxkS
Error:
In my user model the relationship is set up using this method:
I am getting similar errors like the one above on other relationships. Is it throwing an error because of the underscore in the method name? I am using underscore because it allows me to seperate similar relationships for different domains in a multi tenancy app.
What would you suggest?