Atualizando arquivos

This commit is contained in:
Kenio 2025-08-04 11:32:30 -03:00
parent 32bb2aeb50
commit c7268ad9c8

View file

@ -38,7 +38,6 @@ class CompaniesBudgetsValidate
private $readjustmentMonth = null;
private $often = null;
private $dateStart = null;
private $companiesBudgetsId = null;
private $description = null;
private $financialCategoriesId = null;
private $financialAccountsId = null;
@ -499,15 +498,6 @@ class CompaniesBudgetsValidate
}
/** Método retorna campo clients_id */
public function getCompaniesBudgetsId() : ? int
{
/** Retorno da informação */
return (int)$this->clientsBudgetsId;
}
/** Método retorna campo users_id */
public function getUserId() : ? int
{