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

You must distinguish property call from method call on the relation:

// dynamic property call
$model->relation; // related model / collection
// equals to:
$model->relation()->getReults(); 

// while this:
$model->relation(); // returns relation Object
Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

DonPrus donprus Joined 19 Sep 2014

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.