yii2-relation-trait
yii2-relation-trait copied to clipboard
$this->relatedRecords is empty
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()
https://www.yiiframework.com/doc/api/2.0/yii-db-baseactiverecord#$relatedRecords-detail