Return makes no sense in this context.
This commit is contained in:
parent
4f89225e0f
commit
c6d5aa28d7
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ abstract class Base{{ class_name }}TableGateway extends AbstractTableGateway imp
|
|||
|
||||
$resultSetPrototype = new ResultSet(ResultSet::TYPE_ARRAYOBJECT, new $this->model());
|
||||
|
||||
return parent::__construct($this->table, $this->database->getAdapter(), null, $resultSetPrototype);
|
||||
parent::__construct($this->table, $this->database->getAdapter(), null, $resultSetPrototype);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue