diff --git a/mail.md b/mail.md index 06dc85f94c..5b8861a131 100644 --- a/mail.md +++ b/mail.md @@ -1506,7 +1506,7 @@ class MailchimpTransport extends AbstractTransport } ``` -Once you've defined your custom transport, you may register it via the `extend` method provided by the `Mail` facade. Typically, this should be done within the `boot` method of your application's `AppServiceProvider` service provider. A `$config` argument will be passed to the closure provided to the `extend` method. This argument will contain the configuration array defined for the mailer in the application's `config/mail.php` configuration file: +Once you've defined your custom transport, you may register it via the `extend` method provided by the `Mail` facade. Typically, this should be done within the `boot` method of your application's `AppServiceProvider`. A `$config` argument will be passed to the closure provided to the `extend` method. This argument will contain the configuration array defined for the mailer in the application's `config/mail.php` configuration file: ```php use App\Mail\MailchimpTransport;