Skip to content

Commit 60d60b0

Browse files
authored
Add missing mailer always-functions to facade docblock (#40561)
1 parent 9eefc94 commit 60d60b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Illuminate/Support/Facades/Mail.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
/**
88
* @method static \Illuminate\Mail\Mailer mailer(string|null $name = null)
9+
* @method static void alwaysFrom(string $address, string|null $name = null)
10+
* @method static void alwaysReplyTo(string $address, string|null $name = null)
11+
* @method static void alwaysReturnPath(string $address)
12+
* @method static void alwaysTo(string $address, string|null $name = null)
913
* @method static \Illuminate\Mail\PendingMail bcc($users)
1014
* @method static \Illuminate\Mail\PendingMail to($users)
1115
* @method static \Illuminate\Support\Collection queued(string $mailable, \Closure|string $callback = null)

0 commit comments

Comments
 (0)