Atualizando Database.class.php

This commit is contained in:
Kenio 2025-08-25 14:13:08 -03:00
parent edd59892f2
commit f5e3846d27

View file

@ -12,8 +12,8 @@ use vendor\controller\routers\RouterValidate;
$Main = new Main;
$RouterValidate = new RouterValidate;
// error_reporting(E_ALL);
// ini_set('display_errors', 'On');
error_reporting(E_ALL);
ini_set('display_errors', 'On');
try {