Alexander Andruschenko
Results
1
comments of
Alexander Andruschenko
Got the same issue. Fixed with `with(relationName)` call on model before using `saveAll()`. Like `$model = Client::find()->with('users')->where(["ID"=>Yii::$app->user->identity->client_id])->limit(1)->one();`