diff --git a/bootstrap/helpers/shared.php b/bootstrap/helpers/shared.php index 1374070e4..dbab6861d 100644 --- a/bootstrap/helpers/shared.php +++ b/bootstrap/helpers/shared.php @@ -30,7 +30,6 @@ use App\Notifications\Internal\GeneralNotification; use DanHarrin\LivewireRateLimiting\Exceptions\TooManyRequestsException; use Illuminate\Database\UniqueConstraintViolationException; -use Illuminate\Log\LogManager; use Illuminate\Mail\Message; use Illuminate\Notifications\Messages\MailMessage; use Illuminate\Process\Pool; @@ -4014,7 +4013,7 @@ function loadConfigFromGit(string $repository, string $branch, string $base_dire } } -function loggy($message = null, array $context = []): LogManager +function loggy($message = null, array $context = []) { if (! isDev()) { return;