From a6ec43f450d79f72a64a8ebbb69c98912e4bfeef Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Wed, 6 Aug 2025 09:15:56 -0300 Subject: [PATCH] Debug --- 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 2d8a15c..6a050f4 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 '; - $this->sql .= $this->limit; + echo $this->sql .= $this->limit; /** Preparo o SQL para execução */ $this->stmt = $this->connection->connect()->prepare($this->sql);