rename privateChannel to users.admin

This commit is contained in:
2026-03-12 09:40:14 +01:00
parent a65dcdee3b
commit 15cd88c461
+1 -1
View File
@@ -32,7 +32,7 @@ class UserCreated implements ShouldBroadcastNow
public function broadcastOn(): array
{
return [
new privateChannel('users.registration'),
new privateChannel('users.admin'),
];
}