Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
juancristobalgd1 committed Mar 1, 2024
1 parent 612155d commit 24b37f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/HandlerErrors.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ function handlerErrors($errno, $errstr, $errfile, $errline)

function handlerException(Throwable $e)
{
if (error_reporting() === 0)
return false;

$log = Config::get('app.initLogReportings');

if ($log === true) {
Expand Down

0 comments on commit 24b37f4

Please sign in to comment.