diff --git a/vendor/model/FinancialCategories.class.php b/vendor/model/FinancialCategories.class.php index 4b1c25c..2130da0 100644 --- a/vendor/model/FinancialCategories.class.php +++ b/vendor/model/FinancialCategories.class.php @@ -144,7 +144,7 @@ class FinancialCategories } - $this->sql .= ' order by description asc' . $this->limit; + $this->sql .= ' order by description asc ' . $this->limit; /** Preparo o SQL para execução */ $this->stmt = $this->connection->connect()->prepare($this->sql);