mirror of
https://github.com/archtechx/tenancy.git
synced 2026-08-06 07:54:03 +00:00
Remove stale $tenantBroadcasters mention
This commit is contained in:
parent
2a0464d694
commit
d80fed1468
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue