You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
Hi,
I tried to pimp that for informix and saw in
Zend\Db\TableGateway\Feature\FeatureSet Line 69:
$feature->setTableGateway($feature);
I think that should be:
$feature->setTableGateway($this->tableGateway);
Because only then the correct tablegateway is used.
Or did I miss something?
The text was updated successfully, but these errors were encountered: