Skip to content

Commit d80fed1

Browse files
committed
Remove stale $tenantBroadcasters mention
1 parent 2a0464d commit d80fed1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/Bootstrappers/BroadcastingConfigBootstrapperTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,7 @@
297297
'broadcasting.default' => $driver,
298298
]);
299299

300-
// Preset used for broadcasters included in TenancyBroadcastManager::$tenantBroadcasters by default.
301-
// This is the default for all tenant broadcasters, but we set it here for clarity.
300+
// The preset mapping for the tested broadcaster (this is the default, we only set it here for clarity)
302301
BroadcastingConfigBootstrapper::$mapPresets[$driver]["broadcasting.connections.{$driver}.key"] = "{$driver}_key";
303302

304303
// Custom mapping specified in credentialsMap should override the preset mapping for the tested broadcaster

0 commit comments

Comments
 (0)