mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 10:24:03 +00:00
feat: Add explicit 'reverb' support to TenancyBroadcastManager
This commit is contained in:
parent
e3701f1cc1
commit
afb2bbdffb
2 changed files with 27 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ class TenancyBroadcastManager extends BroadcastManager
|
|||
* The reason for recreating the broadcasters is
|
||||
* to make your app use the correct broadcaster credentials when tenancy is initialized.
|
||||
*/
|
||||
public static array $tenantBroadcasters = ['pusher', 'ably'];
|
||||
public static array $tenantBroadcasters = ['pusher', 'ably','reverb'];
|
||||
|
||||
/**
|
||||
* Override the get method so that the broadcasters in $tenantBroadcasters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue