1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-05-07 04:34:04 +00:00

Add 'reverb' to TenancyBroadcastManager::$tenantBroadcasters

This commit is contained in:
lukinovec 2026-04-03 15:54:25 +02:00
parent ef476c5361
commit f8528fc9ac
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ class TenancyBroadcastManager extends BroadcastManager
* - should inherit the original broadcaster's channels (= the channels registered in
* the central context, e.g. in routes/channels.php, before this manager overrides the bound BroadcastManager).
*/
public static array $tenantBroadcasters = ['pusher', 'ably'];
public static array $tenantBroadcasters = ['pusher', 'ably', 'reverb'];
/**
* Override the get method so that the broadcasters in static::$tenantBroadcasters