mirror of
https://github.com/archtechx/tenancy.git
synced 2026-05-07 00:24:03 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
b2add06a98
commit
9e9bedc0f2
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class TenancyBroadcastManager extends BroadcastManager
|
||||||
* in $this->drivers (so that e.g. when you update tenant's broadcaster credentials in the tenant context,
|
* in $this->drivers (so that e.g. when you update tenant's broadcaster credentials in the tenant context,
|
||||||
* the updated credentials will be used for broadcasting in the same context)
|
* the updated credentials will be used for broadcasting in the same context)
|
||||||
* - should inherit the original broadcaster's channels (= the channels registered in
|
* - 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)
|
* 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'];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue