Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalize and style config file #1791

Merged
merged 1 commit into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions config/backup.php
Original file line number Diff line number Diff line change
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