Skip to content

Commit 4ad110a

Browse files
Add missing argument to the Broadcast::routes() method (#32206)
1 parent c4849d6 commit 4ad110a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Facades/Broadcast.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @method static void connection($name = null);
99
* @method static \Illuminate\Broadcasting\Broadcasters\Broadcaster channel(string $channel, callable|string $callback, array $options = [])
1010
* @method static mixed auth(\Illuminate\Http\Request $request)
11-
* @method static void routes()
11+
* @method static void routes(array $attributes = null)
1212
*
1313
* @see \Illuminate\Contracts\Broadcasting\Factory
1414
*/

0 commit comments

Comments
 (0)