From 5978addc0b633613c96c043b3110487fceb1e293 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Sun, 3 Aug 2025 12:53:00 -0300 Subject: [PATCH] Atualizando arquivos --- .../companies_budgets/CompaniesBudgetsValidate.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/controller/companies_budgets/CompaniesBudgetsValidate.class.php b/vendor/controller/companies_budgets/CompaniesBudgetsValidate.class.php index 101b85a..85a2142 100644 --- a/vendor/controller/companies_budgets/CompaniesBudgetsValidate.class.php +++ b/vendor/controller/companies_budgets/CompaniesBudgetsValidate.class.php @@ -164,7 +164,7 @@ class CompaniesBudgetsValidate } else {//converte a entrada parra um json // Passo 1: Separar a string em um array usando a vírgula como delimitador - $this->array_de_strings = explode(',', $productsId); + $this->array_de_strings = explode(',', $this->productsId); // O array resultante será ['6', '7', '4', '5'] (valores como strings)