Skip to content

Commit 7e9f38c

Browse files
committed
remove old event name
1 parent 3a8d1d5 commit 7e9f38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Finally, you may use a service like [Mailtrap](https://mailtrap.io) and the `smt
237237
<a name="events"></a>
238238
## Events
239239

240-
Laravel fires the `mailer.sending` event just before sending mail messages. Remember, this event is fired when the mail is *sent*, not when it is queued. You may register an event listener in your `EventServiceProvider`:
240+
Laravel fires an event just before sending mail messages. Remember, this event is fired when the mail is *sent*, not when it is queued. You may register an event listener in your `EventServiceProvider`:
241241

242242
/**
243243
* The event listener mappings for the application.

0 commit comments

Comments
 (0)