Atualizando financial_movements_save.php
This commit is contained in:
parent
871adb9d22
commit
99c4275a91
1 changed files with 1 additions and 1 deletions
2
vendor/model/FinancialMovements.class.php
vendored
2
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue