1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-08-07 00:34:04 +00:00

Improve comments

This commit is contained in:
lukinovec 2026-04-02 16:29:03 +02:00
parent 9e9bedc0f2
commit 4b1cc9c84a
2 changed files with 6 additions and 6 deletions

View file

@ -82,7 +82,7 @@ class BroadcastingConfigBootstrapper implements TenancyBootstrapper
// Swap currently bound Broadcaster instance for one that's resolved through the tenant broadcast manager.
// Note that changing tenant's credentials in tenant context doesn't update them in the bound Broadcaster instance.
// If you need to e.g. send a notification in response to changing tenant's broadcasting credentials,
// If you need to e.g. send a notification in response to updating tenant's broadcasting credentials in tenant context,
// it's recommended to use the broadcast() helper which always uses fresh broadcasters with the current credentials.
$this->app->extend(Broadcaster::class, function (Broadcaster $broadcaster) {
return $this->app->make(BroadcastManager::class)->connection();