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

Improve BroadcastingConfigBootstrapper docblock

This commit is contained in:
lukinovec 2026-07-11 14:55:59 +02:00
parent b8fddf8a57
commit 128a1ad036

View file

@ -14,8 +14,8 @@ use Stancl\Tenancy\Contracts\Tenant;
use Stancl\Tenancy\Overrides\TenancyBroadcastManager;
/**
* Maps tenant properties to broadcasting config and overrides
* the BroadcastManager and Broadcaster bindings with tenant-aware instances.
* Maps tenant credentials to the broadcasting config and rebinds BroadcastManager
* and Broadcaster so that broadcasters get resolved using the tenant credentials.
*
* @see TenancyBroadcastManager
*/