From 42bc558c1464feb33ce13cfff04dd516d65f29a9 Mon Sep 17 00:00:00 2001 From: Andreas Date: Mon, 31 May 2021 09:26:38 +0200 Subject: [PATCH] Fixed e-mail configuration --- src/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/default.php b/src/default.php index e58de1f1..4a72a432 100644 --- a/src/default.php +++ b/src/default.php @@ -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' ), ], ],