/** * @return \yii\db\ActiveQuery */ public function getSesions() { return $this->hasMany(Sesion::className(), ['taller_id' => 'id']); }