From 8f8af63d99acd90e3e7e3a0faaa8f944e265f800 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Fri, 5 Sep 2025 16:44:29 -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 2406e05..c039ab9 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);