Support the ongoing development of Laravel.io →
Eloquent Queues
Last updated by @valeno12 1 week ago.
0

Hi @valeno12

You need to also specifiy the key from the relationship table so that the join operation that is performed by the Eloquent internally fetches the correct data.

Here is the revised code

$resultados = UaderArea::with('lugares:lugar,cod_lugar')
        ->get();

I hope this resolves your issue. Thanks

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.