Parcourir la source

Update backup config, add placeholder email

Daniel Supernault il y a 4 mois
Parent
commit
da9e4f5161
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      config/backup.php

+ 1 - 1
config/backup.php

@@ -152,7 +152,7 @@ return [
         'notifiable' => \Spatie\Backup\Notifications\Notifiable::class,
 
         'mail' => [
-            'to' => env('BACKUP_EMAIL_ADDRESS', ''),
+            'to' => env('BACKUP_EMAIL_ADDRESS', 'noreply@example.com'),
 
             'from' => [
                 'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),