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