mirror of
https://github.com/archtechx/tenancy.git
synced 2026-08-06 13:04:03 +00:00
Fix typo in comment
This commit is contained in:
parent
1409d72dab
commit
31d1663347
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ class BroadcastingConfigBootstrapper implements TenancyBootstrapper
|
|||
// Since Laravel only ever uses the default broadcaster's channel auth closures for broadcasting auth,
|
||||
// we only have to pass the channel closures to the default broadcaster.
|
||||
//
|
||||
// The $channels proeprty and the channel() method aren't part of the Broadcaster contract -- they come
|
||||
// The $channels property and the channel() method aren't part of the Broadcaster contract -- they come
|
||||
// from the abstract Broadcaster class, so the closures can only be copied between broadcasters extending it
|
||||
// (which all of Laravel's default broadcasters, e.g. PusherBroadcaster, do).
|
||||
if ($centralBroadcaster instanceof Broadcaster && $tenantBroadcaster instanceof Broadcaster) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue