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