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

Remove stale $tenantBroadcasters mention

This commit is contained in:
lukinovec 2026-07-10 15:23:57 +02:00
parent 2a0464d694
commit d80fed1468

View file

@ -297,8 +297,7 @@ test('mappings specified in credentialsMap override default mapPresets', functio
'broadcasting.default' => $driver, 'broadcasting.default' => $driver,
]); ]);
// Preset used for broadcasters included in TenancyBroadcastManager::$tenantBroadcasters by default. // The preset mapping for the tested broadcaster (this is the default, we only set it here for clarity)
// This is the default for all tenant broadcasters, but we set it here for clarity.
BroadcastingConfigBootstrapper::$mapPresets[$driver]["broadcasting.connections.{$driver}.key"] = "{$driver}_key"; BroadcastingConfigBootstrapper::$mapPresets[$driver]["broadcasting.connections.{$driver}.key"] = "{$driver}_key";
// Custom mapping specified in credentialsMap should override the preset mapping for the tested broadcaster // Custom mapping specified in credentialsMap should override the preset mapping for the tested broadcaster