From 707d360f6a80e31e05ffdb0d58ec1e4cab4abc82 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Mon, 8 Sep 2025 16:31:38 -0300 Subject: [PATCH] Gravando o log --- vendor/model/Log.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/model/Log.class.php b/vendor/model/Log.class.php index 8a638a6..7c1bf2a 100644 --- a/vendor/model/Log.class.php +++ b/vendor/model/Log.class.php @@ -167,7 +167,7 @@ class Log { /** Parametros */ - $this->clientId = $clientId; + echo $this->clientId = $clientId; $this->file = $file; /** Consulta SQL */