File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Illuminate/Broadcasting Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ public function routes(array $attributes = null)
83
83
* @param array|null $attributes
84
84
* @return void
85
85
*/
86
- public function userAuthenticationRoutes (array $ attributes = null )
86
+ public function userRoutes (array $ attributes = null )
87
87
{
88
88
if ($ this ->app instanceof CachesRoutes && $ this ->app ->routesAreCached ()) {
89
89
return ;
@@ -107,7 +107,7 @@ public function userAuthenticationRoutes(array $attributes = null)
107
107
* @param array|null $attributes
108
108
* @return void
109
109
*/
110
- public function channelAuthorizationRoutes (array $ attributes = null )
110
+ public function channelRoutes (array $ attributes = null )
111
111
{
112
112
return $ this ->routes ($ attributes );
113
113
}
You can’t perform that action at this time.
0 commit comments