diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 93c44c99afb7..c580e7b3feae 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -94,11 +94,6 @@ class Handler extends ExceptionHandler */ public function report(Throwable $exception) { - if (! Schema::hasTable('accounts')) { - info('account table not found'); - return; - } - if (Ninja::isHosted()) { // if($exception instanceof ThrottleRequestsException && class_exists(\Modules\Admin\Events\ThrottledExceptionRaised::class)) {