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

Commit

Permalink
slack hotfix (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkfoury authored Oct 19, 2018
1 parent 6204438 commit eb09532
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@
'notifications' => [

'notifications' => [
\Spatie\Backup\Notifications\Notifications\BackupHasFailed::class => ['slack'],
\Spatie\Backup\Notifications\Notifications\UnhealthyBackupWasFound::class => ['slack'],
\Spatie\Backup\Notifications\Notifications\CleanupHasFailed::class => ['slack'],
\Spatie\Backup\Notifications\Notifications\BackupWasSuccessful::class => ['slack'],
\Spatie\Backup\Notifications\Notifications\HealthyBackupWasFound::class => ['slack'],
\Spatie\Backup\Notifications\Notifications\CleanupWasSuccessful::class => ['slack'],
\Spatie\Backup\Notifications\Notifications\BackupHasFailed::class => [],
\Spatie\Backup\Notifications\Notifications\UnhealthyBackupWasFound::class => [],
\Spatie\Backup\Notifications\Notifications\CleanupHasFailed::class => [],
\Spatie\Backup\Notifications\Notifications\BackupWasSuccessful::class => [],
\Spatie\Backup\Notifications\Notifications\HealthyBackupWasFound::class => [],
\Spatie\Backup\Notifications\Notifications\CleanupWasSuccessful::class => [],
],

/*
Expand Down

0 comments on commit eb09532

Please sign in to comment.