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 372deaf commit b767380Copy full SHA for b767380
src/Illuminate/Support/Facades/Broadcast.php
@@ -9,7 +9,7 @@
9
* @method static \Illuminate\Broadcasting\BroadcastManager socket($request = null)
10
* @method static \Illuminate\Contracts\Broadcasting\Broadcaster connection($name = null);
11
* @method static mixed auth(\Illuminate\Http\Request $request)
12
- * @method static void resolveAuthenticatedUserUsing(Closure $callback)
+ * @method static void resolveAuthenticatedUserUsing(\Closure $callback)
13
* @method static void routes(array $attributes = null)
14
*
15
* @see \Illuminate\Contracts\Broadcasting\Factory
0 commit comments