From 277b4276e60b0ded97cd2fe577f4750e143fcb71 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 6 Oct 2023 10:08:50 +0200 Subject: [PATCH] small fixes --- app/Notifications/Channels/EmailChannel.php | 1 - resources/views/livewire/project/shared/logs.blade.php | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/app/Notifications/Channels/EmailChannel.php b/app/Notifications/Channels/EmailChannel.php index 057d50dc0..5cd4ceaeb 100644 --- a/app/Notifications/Channels/EmailChannel.php +++ b/app/Notifications/Channels/EmailChannel.php @@ -15,7 +15,6 @@ class EmailChannel try { $this->bootConfigs($notifiable); $recepients = $notifiable->getRecepients($notification); - ray($recepients); if (count($recepients) === 0) { throw new Exception('No email recipients found'); } diff --git a/resources/views/livewire/project/shared/logs.blade.php b/resources/views/livewire/project/shared/logs.blade.php index e12145190..ecaa7c93b 100644 --- a/resources/views/livewire/project/shared/logs.blade.php +++ b/resources/views/livewire/project/shared/logs.blade.php @@ -3,11 +3,7 @@

Logs

- @if (Str::of($status)->startsWith('running')) - - @else - Application is not running. - @endif +
@elseif ($type === 'database')

Logs