Skip to content

Commit

Permalink
update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tigoCaval committed May 20, 2021
1 parent e8959c4 commit 5634e4e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"autoload": {
"psr-4": {
"Tigo\\": "src/"
"Tigo\\DocumentBr\\": "src/"
}
}
}
4 changes: 2 additions & 2 deletions src/Cnpj.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Tigo;
namespace Tigo\DocumentBr;

use Tigo\DocumentBase;
use Tigo\DocumentBr\DocumentBase;

/**
* Regra do CNPJ
Expand Down
4 changes: 2 additions & 2 deletions src/Cpf.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Tigo;
namespace Tigo\DocumentBr;

use Tigo\DocumentBase;
use Tigo\DocumentBr\DocumentBase;

/**
* Regra do CPF
Expand Down
2 changes: 1 addition & 1 deletion src/DocumentBase.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Tigo;
namespace Tigo\DocumentBr;

/**
* Aqui contém a lógica para gerar e validar documentos do cpf e cnpj.
Expand Down

0 comments on commit 5634e4e

Please sign in to comment.