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.
1 parent 5d3fa1c commit 7ba6047Copy full SHA for 7ba6047
src/Illuminate/Support/Facades/Notification.php
@@ -31,6 +31,7 @@
31
* @method static void assertCount(int $expectedCount)
32
* @method static \Illuminate\Support\Collection sent(mixed $notifiable, string $notification, callable|null $callback = null)
33
* @method static bool hasSent(mixed $notifiable, string $notification)
34
+ * @method static \Illuminate\Support\Testing\Fakes\NotificationFake serializeAndRestore(bool $serializeAndRestore = true)
35
* @method static array sentNotifications()
36
* @method static void macro(string $name, object|callable $macro)
37
* @method static void mixin(object $mixin, bool $replace = true)
0 commit comments