Skip to content

Commit b90eebc

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 637bd31 commit b90eebc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Illuminate/Support/Facades/Broadcast.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
* @method static void userRoutes(array|null $attributes = null)
1010
* @method static void channelRoutes(array|null $attributes = null)
1111
* @method static string|null socket(\Illuminate\Http\Request|null $request = null)
12+
* @method static \Illuminate\Broadcasting\AnonymousEvent on(\Illuminate\Broadcasting\Channel|array|string $channels)
13+
* @method static \Illuminate\Broadcasting\AnonymousEvent private(string $channel)
14+
* @method static \Illuminate\Broadcasting\AnonymousEvent presence(string $channel)
1215
* @method static \Illuminate\Broadcasting\PendingBroadcast event(mixed|null $event = null)
1316
* @method static void queue(mixed $event)
1417
* @method static mixed connection(string|null $driver = null)

0 commit comments

Comments
 (0)