Atualizando arquivos
This commit is contained in:
parent
dfacad87a7
commit
5978addc0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue