diff --git a/vendor/model/Companies.class.php b/vendor/model/Companies.class.php index 2953c6f..0f453b7 100644 --- a/vendor/model/Companies.class.php +++ b/vendor/model/Companies.class.php @@ -198,6 +198,8 @@ class Companies } } + echo $this->sql; + /** Preparo o SQL para execução */ $this->stmt = $this->connection->connect()->prepare($this->sql);