Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinecraft committed Dec 7, 2024
1 parent 38d7f55 commit 77d6492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
'notifiable' => \Spatie\Backup\Notifications\Notifiable::class,

'mail' => [
'to' => env('BACKUP_NOTIFICATION_EMAIL', 'your@example.com'),
'to' => env('BACKUP_NOTIFICATION_EMAIL') ?: 'your@example.com',

'from' => [
'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
Expand Down

0 comments on commit 77d6492

Please sign in to comment.