File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/Illuminate/Broadcasting Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public function __construct($app)
56
56
}
57
57
58
58
/**
59
- * Register the routes for handling broadcast authentication and sockets.
59
+ * Register the routes for handling broadcast channel authentication and sockets.
60
60
*
61
61
* @param array|null $attributes
62
62
* @return void
@@ -78,7 +78,7 @@ public function routes(array $attributes = null)
78
78
}
79
79
80
80
/**
81
- * Register the routes for handling broadcast authentication.
81
+ * Register the routes for handling broadcast user authentication.
82
82
*
83
83
* @param array|null $attributes
84
84
* @return void
@@ -100,7 +100,9 @@ public function userAuthenticationRoutes(array $attributes = null)
100
100
}
101
101
102
102
/**
103
- * Alias for routes().
103
+ * Register the routes for handling broadcast authentication and sockets.
104
+ *
105
+ * Alias of "routes" method.
104
106
*
105
107
* @param array|null $attributes
106
108
* @return void
You can’t perform that action at this time.
0 commit comments