From 8b4496da79d7640e2aa3eab69007488edad0ff50 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Fri, 5 Sep 2025 16:51:43 -0300 Subject: [PATCH] Debug Documents --- vendor/model/Documents.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/model/Documents.class.php b/vendor/model/Documents.class.php index c039ab9..2406e05 100644 --- a/vendor/model/Documents.class.php +++ b/vendor/model/Documents.class.php @@ -158,7 +158,7 @@ class Documents $this->sql .= $this->and; $this->sql .= ' order by d.documents_id desc '; - echo $this->sql .= $this->limit; + $this->sql .= $this->limit; /** Preparo o SQL para execução */ $this->stmt = $this->connection->connect()->prepare($this->sql);