diff --git a/src/app/Traits/LogTrait.php b/src/app/Traits/LogTrait.php index de77fdd..028744f 100644 --- a/src/app/Traits/LogTrait.php +++ b/src/app/Traits/LogTrait.php @@ -53,10 +53,6 @@ trait LogTrait if ($defaultChannel === 'email' || in_array('email', $stackChannels, true)) { $this->logServices[] = app(EmailLogService::class); } - - if (empty($this->logServices)) { - throw new RuntimeException('No matching log channel found.'); - } } /**