This commit is contained in:
Kenio 2025-08-06 09:15:56 -03:00
parent 569a6afa18
commit a6ec43f450

View file

@ -158,7 +158,7 @@ class Documents
$this->sql .= $this->and;
$this->sql .= ' order by d.documents_id desc ';
$this->sql .= $this->limit;
echo $this->sql .= $this->limit;
/** Preparo o SQL para execução */
$this->stmt = $this->connection->connect()->prepare($this->sql);