This commit is contained in:
Juan Pablo Vial
2025-05-19 14:02:55 -04:00
parent ce75ec1548
commit f34ed03b84
3 changed files with 28 additions and 3 deletions

View File

@ -20,4 +20,5 @@ register_shutdown_function(function() {
if ($error !== null and in_array($error['type'], $fatal_errors, true)) {
error_log(json_encode($error).PHP_EOL,3, '/logs/fatal.log');
}
error_clear_last();
});