mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:34:05 +00:00
Add comment
This commit is contained in:
parent
b78a925f19
commit
eb1d6e0bf8
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ class TenancyBroadcastManager extends BroadcastManager
|
|||
return parent::get($name);
|
||||
}
|
||||
|
||||
// Because, unlike the original broadcaster, the newly resolved broadcaster won't have the channels registered in routes/channels.php
|
||||
// Using it for broadcasting won't work, unless we make it have the original broadcaster's channels
|
||||
protected function passChannelsFromOriginalBroadcaster(Broadcaster $originalBroadcaster, Broadcaster $newBroadcaster): void
|
||||
{
|
||||
// invade() because channels can't be retrieved through any of the broadcaster's public methods
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue