mirror of
https://github.com/archtechx/tenancy.git
synced 2026-05-06 18:04:03 +00:00
Remove unused $broadcaster parameter
This commit is contained in:
parent
9ab0a729d6
commit
4aeaa66b23
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class BroadcastingConfigBootstrapper implements TenancyBootstrapper
|
|||
// used by the bound Broadcaster instance. If you need to e.g. send a notification in response to
|
||||
// updating tenant's broadcasting credentials in tenant context, it's recommended to
|
||||
// reinitialize tenancy after updating the credentials.
|
||||
$this->app->extend(Broadcaster::class, function (Broadcaster $broadcaster) {
|
||||
$this->app->extend(Broadcaster::class, function () {
|
||||
return $this->app->make(BroadcastManager::class)->connection();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue