From 77d6492d724a637ff256c91b11845b583e92daa8 Mon Sep 17 00:00:00 2001 From: Xinecraft Date: Sun, 8 Dec 2024 00:18:08 +0530 Subject: [PATCH] fix --- config/backup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/backup.php b/config/backup.php index 4c38f7c5..7fc04f5c 100644 --- a/config/backup.php +++ b/config/backup.php @@ -213,7 +213,7 @@ 'notifiable' => \Spatie\Backup\Notifications\Notifiable::class, 'mail' => [ - 'to' => env('BACKUP_NOTIFICATION_EMAIL', 'your@example.com'), + 'to' => env('BACKUP_NOTIFICATION_EMAIL') ?: 'your@example.com', 'from' => [ 'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),