We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extend
Mail
1 parent a3a9316 commit 05ffb44Copy full SHA for 05ffb44
src/Illuminate/Support/Facades/Mail.php
@@ -13,6 +13,7 @@
13
* @method static \Illuminate\Mail\PendingMail cc($users)
14
* @method static \Illuminate\Mail\PendingMail bcc($users)
15
* @method static \Illuminate\Mail\PendingMail to($users)
16
+ * @method static \Illuminate\Mail\MailManager extend($driver, \Closure $callback)
17
* @method static \Illuminate\Support\Collection queued(string $mailable, \Closure|string $callback = null)
18
* @method static \Illuminate\Support\Collection sent(string $mailable, \Closure|string $callback = null)
19
* @method static \Illuminate\Mail\SentMessage|null raw(string $text, $callback)
0 commit comments