Skip to content

Commit

Permalink
Merge branch 'master' into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jansenfelipe committed May 4, 2015
2 parents 2cf87bb + 17fb747 commit 5b0d488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JansenFelipe/CepGratis/CepGratis.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static function consulta($cep) {
'bairro' => $tr->filter("td:nth-child(2)")->html(),
'cidade' => $tr->filter("td:nth-child(3)")->html(),
'uf' => $tr->filter("td:nth-child(4)")->html(),
'cep' => $tr->filter("td:nth-child(5)")->html()
'cep' => Utils::unmask($tr->filter("td:nth-child(5)")->html())
);

$aux = explode(" - ", $retorno['logradouro']);
Expand Down

0 comments on commit 5b0d488

Please sign in to comment.