hasOne(Evento::className(), ['id' => 'idEvento']); } public function getGrupo() { return $this->hasOne(Grupo::className(), ['id' => 'idGrupo']); } }