Skip to content

Commit e067c8d

Browse files
committed
wip
1 parent e0ecda4 commit e067c8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Listeners/GiveNewApplicationInstanceToBroadcastManager.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ public function handle($event): void
2020

2121
with($event->sandbox->make(BroadcastManager::class), function ($manager) use ($event) {
2222
$manager->setApplication($event->sandbox);
23-
$manager->forgetDrivers();
23+
24+
// $manager->forgetDrivers();
2425
});
2526
}
2627
}

0 commit comments

Comments
 (0)