1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 11:24:04 +00:00

style: Fix code style violations

This commit is contained in:
Saksham Gorey 2026-01-05 23:32:15 +05:30
parent afb2bbdffb
commit 97f93eb5b1

View file

@ -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