fix: rollback feature

This commit is contained in:
Andras Bacsai
2024-04-17 15:30:08 +02:00
parent 4c0624f489
commit e2cd7fe17e
5 changed files with 35 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ class Handler extends ExceptionHandler
{
$this->reportable(function (Throwable $e) {
if (isDev()) {
// return;
return;
}
if ($e instanceof RuntimeException) {
return;