You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to retrieve releted data with $model->getAttributesWithRelated() but the result is empty.
In the method there is a
foreach ($this->relatedRecords as $name => $records) {
but I don't find where relatedRecords is set....
I'm calling getAttributesWithRelated() on a model retrieved by a find()->one()
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to retrieve releted data with $model->getAttributesWithRelated() but the result is empty.
In the method there is a
foreach ($this->relatedRecords as $name => $records) {
but I don't find where relatedRecords is set....
I'm calling getAttributesWithRelated() on a model retrieved by a find()->one()
The text was updated successfully, but these errors were encountered: