Skip to content

Commit 7c53d05

Browse files
committed
wip
1 parent e067c8d commit 7c53d05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Listeners/GiveNewApplicationInstanceToBroadcastManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public function handle($event): void
2121
with($event->sandbox->make(BroadcastManager::class), function ($manager) use ($event) {
2222
$manager->setApplication($event->sandbox);
2323

24+
// Forgetting drivers will flush all channel routes which is unwanted...
2425
// $manager->forgetDrivers();
2526
});
2627
}

0 commit comments

Comments
 (0)