Skip to content

Commit

Permalink
🐛 #118 removendo linha pontilhada
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Sep 27, 2022
1 parent b663915 commit ffe528d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/CreateApiControllesFiles.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ public function addSelectAll()
$this->addLine(ESP.ESP.ESP.'$rowsPerPage = TGenericAPI::getSelectNumRowsPerPage($param);');
$this->addLine(ESP.ESP.ESP.'$orderBy = null;');
$this->addLine(ESP.ESP.ESP.'$where = array();');
$this->addLine();
$this->addLine(ESP.ESP.ESP.'$controller = new \\'.ucfirst( $this->getTableName() ).'();');
$this->addLine(ESP.ESP.ESP.'//$result = $controller->selectAll();');
$this->addLine(ESP.ESP.ESP.'$result = $controller->selectAllPagination( $orderBy, $where, $page, $rowsPerPage);');
Expand Down

0 comments on commit ffe528d

Please sign in to comment.