plebchat added

This commit is contained in:
Benjamin Takats
2023-01-19 17:34:28 +01:00
parent 293980e37b
commit 3cb11c2de2
21 changed files with 349 additions and 42 deletions

View File

@@ -27,6 +27,6 @@ class PlebLoggedInEvent implements ShouldBroadcast
*/
public function broadcastOn()
{
return new Channel('login');
return new Channel('plebchannel');
}
}