Skip to content

Commit b767380

Browse files
authored
correctly reference class (#44390)
classes in the root namespace should be prefixed with a slash
1 parent 372deaf commit b767380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Broadcast.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @method static \Illuminate\Broadcasting\BroadcastManager socket($request = null)
1010
* @method static \Illuminate\Contracts\Broadcasting\Broadcaster connection($name = null);
1111
* @method static mixed auth(\Illuminate\Http\Request $request)
12-
* @method static void resolveAuthenticatedUserUsing(Closure $callback)
12+
* @method static void resolveAuthenticatedUserUsing(\Closure $callback)
1313
* @method static void routes(array $attributes = null)
1414
*
1515
* @see \Illuminate\Contracts\Broadcasting\Factory

0 commit comments

Comments
 (0)