Remove all ray() calls
This commit is contained in:
@@ -32,7 +32,6 @@ class EmailChannel
|
||||
if ($error === 'No email settings found.') {
|
||||
throw $e;
|
||||
}
|
||||
ray($e->getMessage());
|
||||
$message = "EmailChannel error: {$e->getMessage()}. Failed to send email to:";
|
||||
if (isset($recipients)) {
|
||||
$message .= implode(', ', $recipients);
|
||||
|
||||
@@ -61,7 +61,6 @@ class BackupSuccess extends Notification implements ShouldQueue
|
||||
public function toTelegram(): array
|
||||
{
|
||||
$message = "Coolify: Database backup for {$this->name} (db:{$this->database_name}) with frequency of {$this->frequency} was successful.";
|
||||
ray($message);
|
||||
|
||||
return [
|
||||
'message' => $message,
|
||||
|
||||
Reference in New Issue
Block a user