We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
loadCount
Hello, the package works great! It would be nice to have the chance to use loadCount too, like we already use with / load.
with
load
Currently if I try to use it to load count a pivot relationship, it just throws an error like this:
Call to undefined method App\Citizen::vehicles.registration()
Where registration is the custom name of the pivot table.
registration
The text was updated successfully, but these errors were encountered:
@danilopolani can you show how you did it in your code?
Sorry, something went wrong.
Did you figure this out and could possible share code? Thank you
Ehy, sorry, this refers to an old project to which I no longer have access. If I'm right, I didn't find a valid solution tho :/
No branches or pull requests
Hello,
the package works great! It would be nice to have the chance to use
loadCount
too, like we already usewith
/load
.Currently if I try to use it to load count a pivot relationship, it just throws an error like this:
Where
registration
is the custom name of the pivot table.The text was updated successfully, but these errors were encountered: