Skip to content

Commit e137d50

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 162a7f9 commit e137d50

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
@@ -43,6 +43,7 @@
4343
* @method static bool hasMacro(string $name)
4444
* @method static void flushMacros()
4545
* @method static void assertSent(string|\Closure $mailable, callable|array|string|int|null $callback = null)
46+
* @method static void assertSentTimes(string $mailable, int $times = 1)
4647
* @method static void assertNotOutgoing(string|\Closure $mailable, callable|null $callback = null)
4748
* @method static void assertNotSent(string|\Closure $mailable, callable|array|string|null $callback = null)
4849
* @method static void assertNothingOutgoing()

0 commit comments

Comments
 (0)