Support the ongoing development of Laravel.io →
posted 6 years ago
Last updated 1 year ago.
0
Solution

I think I've solved it myself.

I moved function residential() to the UserMeta model.

Then was able to use:

$users = User::with(['usermeta', 'usermeta.residential'])->find(1);
Last updated 6 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Adam h4u Joined 18 Feb 2018

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.