rename privateChannel to users.admin
This commit is contained in:
@@ -32,7 +32,7 @@ class UserCreated implements ShouldBroadcastNow
|
|||||||
public function broadcastOn(): array
|
public function broadcastOn(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
new privateChannel('users.registration'),
|
new privateChannel('users.admin'),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user