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