Skip to content

Commit 753e9fd

Browse files
committed
rename methods
1 parent 93ff645 commit 753e9fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Broadcasting/BroadcastManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function routes(array $attributes = null)
8383
* @param array|null $attributes
8484
* @return void
8585
*/
86-
public function userAuthenticationRoutes(array $attributes = null)
86+
public function userRoutes(array $attributes = null)
8787
{
8888
if ($this->app instanceof CachesRoutes && $this->app->routesAreCached()) {
8989
return;
@@ -107,7 +107,7 @@ public function userAuthenticationRoutes(array $attributes = null)
107107
* @param array|null $attributes
108108
* @return void
109109
*/
110-
public function channelAuthorizationRoutes(array $attributes = null)
110+
public function channelRoutes(array $attributes = null)
111111
{
112112
return $this->routes($attributes);
113113
}

0 commit comments

Comments
 (0)