1
0
Fork 0
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:
lukinovec 2026-07-12 12:49:12 +02:00
parent 1409d72dab
commit 31d1663347

View file

@ -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) {