Support the ongoing development of Laravel.io →
Database Eloquent Packages
Last updated 2 years ago.
0

Hey,

I think you confused the relationships here.

If User - UniversityProgramMajor is a 1:n relationship there should be a university_program_major_id in the users table.

Your User Model then has a belongsTo() relationship to the UPM, the UPM has a hasMany() relationship to the User.

The hasOne relationship always returns just one result.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

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.