ZfQueryBasedTable: fix brackets
This commit is contained in:
parent
90801f234e
commit
270cb2f5af
|
@ -156,8 +156,6 @@ abstract class ZfQueryBasedTable extends Table
|
|||
$this->nextBody();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public function fetch()
|
||||
{
|
||||
$rows = $this->db->fetchAll(
|
||||
|
|
Loading…
Reference in New Issue