Skip to content
This repository was archived by the owner on Jan 25, 2020. It is now read-only.

Commit eb09532

Browse files
authored
slack hotfix (#110)
1 parent 6204438 commit eb09532

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/backup.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@
9797
'notifications' => [
9898

9999
'notifications' => [
100-
\Spatie\Backup\Notifications\Notifications\BackupHasFailed::class => ['slack'],
101-
\Spatie\Backup\Notifications\Notifications\UnhealthyBackupWasFound::class => ['slack'],
102-
\Spatie\Backup\Notifications\Notifications\CleanupHasFailed::class => ['slack'],
103-
\Spatie\Backup\Notifications\Notifications\BackupWasSuccessful::class => ['slack'],
104-
\Spatie\Backup\Notifications\Notifications\HealthyBackupWasFound::class => ['slack'],
105-
\Spatie\Backup\Notifications\Notifications\CleanupWasSuccessful::class => ['slack'],
100+
\Spatie\Backup\Notifications\Notifications\BackupHasFailed::class => [],
101+
\Spatie\Backup\Notifications\Notifications\UnhealthyBackupWasFound::class => [],
102+
\Spatie\Backup\Notifications\Notifications\CleanupHasFailed::class => [],
103+
\Spatie\Backup\Notifications\Notifications\BackupWasSuccessful::class => [],
104+
\Spatie\Backup\Notifications\Notifications\HealthyBackupWasFound::class => [],
105+
\Spatie\Backup\Notifications\Notifications\CleanupWasSuccessful::class => [],
106106
],
107107

108108
/*

0 commit comments

Comments
 (0)