Skip to content

Commit

Permalink
atualizacao count
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Morais authored and Bruno Morais committed Oct 28, 2024
1 parent b6b23fd commit e918fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DatalayerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ protected function executeSQL(string $query, ?array $params = null)
* @param $prepare
* @return int|false
*/
protected function count(PDOStatement $prepare = null): ?int
protected function rowCount(PDOStatement $prepare = null): ?int
{
try {
$prepare = empty($prepare) ? $this->getPrepare() : $prepare;
Expand Down

0 comments on commit e918fcc

Please sign in to comment.