Skip to content

Commit

Permalink
Normalize and style config file
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheipashkevich authored and freekmurze committed May 2, 2024
1 parent 4f8c7fb commit 4b69b62
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/backup.php
Expand Up @@ -3,17 +3,14 @@
return [

'backup' => [

/*
* The name of this application. You can use this name to monitor
* the backups.
*/
'name' => env('APP_NAME', 'laravel-backup'),

'source' => [

'files' => [

/*
* The list of directories and files that will be included in the backup.
*/
Expand Down Expand Up @@ -198,7 +195,6 @@
* the `Spatie\Backup\Notifications\Notifications` classes.
*/
'notifications' => [

'notifications' => [
\Spatie\Backup\Notifications\Notifications\BackupHasFailedNotification::class => ['mail'],
\Spatie\Backup\Notifications\Notifications\UnhealthyBackupWasFoundNotification::class => ['mail'],
Expand Down Expand Up @@ -234,7 +230,6 @@
'username' => null,

'icon' => null,

],

'discord' => [
Expand Down Expand Up @@ -292,7 +287,6 @@
'strategy' => \Spatie\Backup\Tasks\Cleanup\Strategies\DefaultStrategy::class,

'default_strategy' => [

/*
* The number of days for which backups must be kept.
*/
Expand Down

0 comments on commit 4b69b62

Please sign in to comment.