Missing comma (#6111)

This commit is contained in:
Jonathan Goode
2023-02-17 07:47:16 +00:00
committed by GitHub
parent 4ca1a394f4
commit c909b037ae

View File

@@ -28,7 +28,7 @@ return [
| 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"
|
*/