Return makes no sense in this context.

This commit is contained in:
Greyscale 2020-07-21 03:09:32 +02:00
parent 4f89225e0f
commit c6d5aa28d7

View file

@ -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);
}
/**