Skip to content

Commit 4b69b62

Browse files
siarheipashkevichfreekmurze
authored andcommitted
Normalize and style config file
1 parent 4f8c7fb commit 4b69b62

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

config/backup.php

-6
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,14 @@
33
return [
44

55
'backup' => [
6-
76
/*
87
* The name of this application. You can use this name to monitor
98
* the backups.
109
*/
1110
'name' => env('APP_NAME', 'laravel-backup'),
1211

1312
'source' => [
14-
1513
'files' => [
16-
1714
/*
1815
* The list of directories and files that will be included in the backup.
1916
*/
@@ -198,7 +195,6 @@
198195
* the `Spatie\Backup\Notifications\Notifications` classes.
199196
*/
200197
'notifications' => [
201-
202198
'notifications' => [
203199
\Spatie\Backup\Notifications\Notifications\BackupHasFailedNotification::class => ['mail'],
204200
\Spatie\Backup\Notifications\Notifications\UnhealthyBackupWasFoundNotification::class => ['mail'],
@@ -234,7 +230,6 @@
234230
'username' => null,
235231

236232
'icon' => null,
237-
238233
],
239234

240235
'discord' => [
@@ -292,7 +287,6 @@
292287
'strategy' => \Spatie\Backup\Tasks\Cleanup\Strategies\DefaultStrategy::class,
293288

294289
'default_strategy' => [
295-
296290
/*
297291
* The number of days for which backups must be kept.
298292
*/

0 commit comments

Comments
 (0)