mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 17:44:05 +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
|
* The reason for recreating the broadcasters is
|
||||||
* to make your app use the correct broadcaster credentials when tenancy is initialized.
|
* 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
|
* Override the get method so that the broadcasters in $tenantBroadcasters
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue