From 6b254b852dc4a2284ab2925b43afb664d9e8b3a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Tobias=20de=20Freitas=20Neto?= Date: Fri, 25 Aug 2023 17:05:09 -0400 Subject: [PATCH] =?UTF-8?q?Removendo=20throw=20desnecess=C3=A1rio.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/Traits/LogTrait.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/Traits/LogTrait.php b/src/app/Traits/LogTrait.php index 028744f..faa4de3 100644 --- a/src/app/Traits/LogTrait.php +++ b/src/app/Traits/LogTrait.php @@ -12,7 +12,6 @@ use Ae3\LaravelLogsLayer\app\Services\EmailLogService; use Ae3\LaravelLogsLayer\app\Services\LogstashLogService; use Hashids\Hashids; use Illuminate\Support\Str; -use RuntimeException; use Throwable; trait LogTrait