mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
backend notifications implementation
This commit is contained in:
@@ -11,8 +11,4 @@
|
||||
|
|
||||
*/
|
||||
|
||||
//Broadcast::channel('App.User.{id}', fn ($user, $id) => (int) $user->id === (int) $id);
|
||||
|
||||
Broadcast::channel('test.{id}', function ($user, $id) {
|
||||
return true;
|
||||
});
|
||||
Broadcast::channel('App.Users.Models.User.{id}', fn ($user, $id) => $user->id === $id);
|
||||
|
||||
Reference in New Issue
Block a user