This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Zend\Db\TableGateway\Feature\FeatureSet::addFeature() at line 69 #4993
Comments
ghost
assigned ralphschindler
Aug 21, 2013
Closed
@ThaDafinser AbstractFeature extends AbstractTableGateway, so it already right ? |
@samsonasik no it's not, there still needs some check before assigning table gateway for feature instance |
Closed
@ThaDafinser @ramunasd I created PR #5868 for it, hope it fixes the issue ... |
Can confirm it does. But checks looks too much excessive :) |
Closed
weierophinney
added a commit
that referenced
this issue
Mar 4, 2014
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
$feature->setTableGateway($feature);
May shoud be:
$feature->setTableGateway($this->tableGateway);
Is a simple mistake?
The text was updated successfully, but these errors were encountered: