Atualizando o arquivo clients_save.php para companies_save.php
This commit is contained in:
parent
c64ff3b82a
commit
8b8db98f25
1 changed files with 2 additions and 2 deletions
|
|
@ -649,11 +649,11 @@ class CompaniesValidate
|
|||
}
|
||||
|
||||
/** Método retorna campo state */
|
||||
public function getState() : ? string
|
||||
public function getStateId() : ? int
|
||||
{
|
||||
|
||||
/** Retorno da informação */
|
||||
return $this->state;
|
||||
return (int)$this->state;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue