Atualizando CompaniesValidate
This commit is contained in:
parent
742f48c65a
commit
a5585272df
1 changed files with 1 additions and 3 deletions
4
vendor/view/users/users_form.php
vendored
4
vendor/view/users/users_form.php
vendored
|
|
@ -4,8 +4,7 @@
|
|||
use vendor\model\Users;
|
||||
use vendor\model\Companies;
|
||||
use vendor\controller\users\UsersValidate;
|
||||
use vendor\controller\company\CompanyValidate;
|
||||
use vendor\controller\Companies\CompaniesValidate;
|
||||
use vendor\controller\companies\CompaniesValidate;
|
||||
|
||||
/** Verifica se o token de acesso é válido */
|
||||
if($Main->verifyToken()){
|
||||
|
|
@ -15,7 +14,6 @@ if($Main->verifyToken()){
|
|||
$Companies = new Companies();
|
||||
$UsersValidate = new UsersValidate();
|
||||
$CompaniesValidate = new CompaniesValidate;
|
||||
$CompanyValidate = new CompanyValidate();
|
||||
|
||||
/** Parametros de entrada */
|
||||
$usersId = isset($_POST['users_id']) ? (int)filter_input(INPUT_POST, 'users_id', FILTER_SANITIZE_SPECIAL_CHARS) : 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue