Skip to content

Commit 05ffb44

Browse files
authored
Add missing extend method to the Mail facade docblock (#44768)
1 parent a3a9316 commit 05ffb44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/Mail.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* @method static \Illuminate\Mail\PendingMail cc($users)
1414
* @method static \Illuminate\Mail\PendingMail bcc($users)
1515
* @method static \Illuminate\Mail\PendingMail to($users)
16+
* @method static \Illuminate\Mail\MailManager extend($driver, \Closure $callback)
1617
* @method static \Illuminate\Support\Collection queued(string $mailable, \Closure|string $callback = null)
1718
* @method static \Illuminate\Support\Collection sent(string $mailable, \Closure|string $callback = null)
1819
* @method static \Illuminate\Mail\SentMessage|null raw(string $text, $callback)

0 commit comments

Comments
 (0)