From c909b037ae296a77d935005c554ffa145646eea7 Mon Sep 17 00:00:00 2001 From: Jonathan Goode Date: Fri, 17 Feb 2023 07:47:16 +0000 Subject: [PATCH] Missing comma (#6111) --- config/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mail.php b/config/mail.php index 275a3c64..542d98c3 100644 --- a/config/mail.php +++ b/config/mail.php @@ -28,7 +28,7 @@ | 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", "ses-v2" + | Supported: "smtp", "sendmail", "mailgun", "ses", "ses-v2", | "postmark", "log", "array", "failover" | */