Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Apr 7, 2021
1 parent e067c8d commit 7c53d05
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public function handle($event): void
with($event->sandbox->make(BroadcastManager::class), function ($manager) use ($event) {
$manager->setApplication($event->sandbox);

// Forgetting drivers will flush all channel routes which is unwanted...
// $manager->forgetDrivers();
});
}
Expand Down

0 comments on commit 7c53d05

Please sign in to comment.