Skip to content

Commit

Permalink
Update overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stebogit authored Dec 1, 2023
1 parent 7c7b2b2 commit 005fbf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/sending-notifications/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ This is the portion of the configuration that will determine when and how notifi
*/
'notifications' => [

/*
* An empty array will disable the correspondent notification.
*/
'notifications' => [
\Spatie\Backup\Notifications\Notifications\BackupHasFailedNotification::class => ['mail'],
\Spatie\Backup\Notifications\Notifications\UnhealthyBackupWasFoundNotification::class => ['mail'],
Expand Down

0 comments on commit 005fbf9

Please sign in to comment.