diff --git a/api/common/Controller/Consolidados.php b/api/common/Controller/Consolidados.php index dfff5c8..5940570 100644 --- a/api/common/Controller/Consolidados.php +++ b/api/common/Controller/Consolidados.php @@ -48,6 +48,6 @@ class Consolidados { error_log($e); throw $e; } - return $this->withJson($response); + return $this->withJson($response, []); } }