This repository was archived by the owner on Jan 25, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 /*
You can’t perform that action at this time.
0 commit comments