-
Not getting roles here
in this case not returning role. If remove orderBy then it works (mean return data with roles)
|
Beta Was this translation helpful? Give feedback.
Answered by
erikn69
Aug 3, 2021
Replies: 1 comment 4 replies
-
I tried and it returns the expected result $paginator = User::with('roles')->orderBy('created_at','desc')->paginate(10);
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
drbyte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried and it returns the expected result