Skip to content

Commit

Permalink
Merge pull request antonioribeiro#451 from amirh-lgt/patch-1
Browse files Browse the repository at this point in the history
Laravel 5.8 upgrade change
  • Loading branch information
antonioribeiro authored Sep 10, 2019
2 parents e1ec492 + 8f84a9e commit 68a397f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Support/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ public function report(Exception $e)

$this->illuminateHandler->report($e);
}

public function shouldReport(Exception $e)
{
return false;
}

public function shouldReport(Exception $e)
{
Expand Down

0 comments on commit 68a397f

Please sign in to comment.