1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-05-06 19:44:03 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
github-actions[bot] 2026-04-02 14:15:16 +00:00
parent b2add06a98
commit 9e9bedc0f2

View file

@ -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,
* the updated credentials will be used for broadcasting in the same context)
* - 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'];