Replies: 1 comment
-
@rappasoft any idea? |
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
-
$user->authentications
causes N+1 queries. How to eager load the auth records?User::with('authentications')->get()
doesn't work...Beta Was this translation helpful? Give feedback.
All reactions