Atualizando financial_movements_save.php

This commit is contained in:
Kenio 2025-08-20 14:49:07 -03:00
parent 871adb9d22
commit 99c4275a91

View file

@ -1503,7 +1503,7 @@ class FinancialMovements
$this->stmt->execute();
/** Retorno o resultado */
return $this->stmt->fetchObject();
return $this->stmt->fetchAll(\PDO::FETCH_OBJ);
}
/** Fecha uma conexão aberta anteriormente com o banco de dados */