Atualizando Database.class.php

This commit is contained in:
Kenio 2025-08-25 14:36:55 -03:00
parent fa1de21fd4
commit b9c3d7b1c6

View file

@ -241,6 +241,10 @@ try {
);
}
error_reporting(E_ALL);
ini_set('display_errors', 'On');
/** Exclui o registro anterior sobre o banco de dados */
$Database->Delete($clientId);