From e43d4546a9c0bde49dae51fd6f4e2766674f1152 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 8 Jan 2020 17:14:01 -0600 Subject: [PATCH] fix comment --- config/mail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/mail.php b/config/mail.php index 6f3e2c83..fd317a91 100644 --- a/config/mail.php +++ b/config/mail.php @@ -25,8 +25,8 @@ | you and you are free to add your own as your application requires. | | Laravel supports a variety of mail "transport" drivers to be used while - | sending an e-mail. You will specify which one you are using for this - | mailer here. The mailer is configured to send via SMTP by default. + | sending an e-mail. You will specify which one you are using for your + | mailers below. You are free to add additional mailers as required. | | Supported: "smtp", "sendmail", "mailgun", "ses", | "postmark", "log", "array"