Skip to content

Commit

Permalink
Fixed e-mail configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed May 31, 2021
1 parent 570e542 commit 42bc558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/default.php
Expand Up @@ -75,7 +75,7 @@
'db' => 'db',
],
'email' => [
'from-email' => config( 'mail.from.address' ),
'from-address' => config( 'mail.from.address' ),
'from-name' => config( 'mail.from.name' ),
],
],
Expand Down

0 comments on commit 42bc558

Please sign in to comment.