From 512b147b808e96f5005cf8ef836dc6378da40f0c Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 13 Mar 2025 22:42:17 -0600 Subject: [PATCH] Update backup, disable notifications by default --- config/backup.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/backup.php b/config/backup.php index 606ad3c78..ec51108a1 100644 --- a/config/backup.php +++ b/config/backup.php @@ -137,12 +137,12 @@ return [ 'notifications' => [ 'notifications' => [ - \Spatie\Backup\Notifications\Notifications\BackupHasFailedNotification::class => ['mail'], - \Spatie\Backup\Notifications\Notifications\UnhealthyBackupWasFoundNotification::class => ['mail'], - \Spatie\Backup\Notifications\Notifications\CleanupHasFailedNotification::class => ['mail'], - \Spatie\Backup\Notifications\Notifications\BackupWasSuccessfulNotification::class => ['mail'], - \Spatie\Backup\Notifications\Notifications\HealthyBackupWasFoundNotification::class => ['mail'], - \Spatie\Backup\Notifications\Notifications\CleanupWasSuccessfulNotification::class => ['mail'], + \Spatie\Backup\Notifications\Notifications\BackupHasFailedNotification::class => [], + \Spatie\Backup\Notifications\Notifications\UnhealthyBackupWasFoundNotification::class => [], + \Spatie\Backup\Notifications\Notifications\CleanupHasFailedNotification::class => [], + \Spatie\Backup\Notifications\Notifications\BackupWasSuccessfulNotification::class => [], + \Spatie\Backup\Notifications\Notifications\HealthyBackupWasFoundNotification::class => [], + \Spatie\Backup\Notifications\Notifications\CleanupWasSuccessfulNotification::class => [], ], /*