Debug
This commit is contained in:
parent
0f3155e3c2
commit
58c700cf13
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@
|
|||
use vendor\model\Documents;
|
||||
use vendor\controller\documents\DocumentsValidate;
|
||||
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', 'On');
|
||||
|
||||
try{
|
||||
|
||||
/** Verifica se o token de acesso é válido */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue