Example #1
0
 public function getModel()
 {
     return $this->hasOne(Model::className(), ['id' => 'model_id'])->asArray();
 }