Skip to content

Commit

Permalink
Dsativando trigger_error
Browse files Browse the repository at this point in the history
pois está abortando a execução do script, que não deveria.
  • Loading branch information
masakik authored Oct 20, 2020
1 parent 3223a9e commit 5d0835a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Senhaunica.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct($oauth = '')
} else {
// vamos avisar para usar variáveis de ambiente mas permite
// continuar usando parametro no construtor
\trigger_error('Config por array esta obsoleto: use variaveis de ambiente.', E_USER_WARNING);
//\trigger_error('Config por array esta obsoleto: use variaveis de ambiente.', E_USER_WARNING);

if ($oauth['amb'] == 1 || $oauth['amb'] == 'dev') {
$oauth_host = 'https://dev.uspdigital.usp.br'; // ambiente de teste
Expand Down

0 comments on commit 5d0835a

Please sign in to comment.