mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 13:34:03 +00:00
style: Fix code style violations
This commit is contained in:
parent
afb2bbdffb
commit
97f93eb5b1
1 changed files with 1 additions and 1 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','reverb'];
|
||||
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