Support the ongoing development of Laravel.io →
posted 8 years ago
Eloquent
Last updated 1 year 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 1 year ago.
0

Sign in to participate in this thread!

LoadForge

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.

© 2023 Laravel.io - All rights reserved.