Skip to content

Commit 06db08b

Browse files
committed
Remove ForgetConnections from octane config
1 parent f2a0318 commit 06db08b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/config/octane.php

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22

3-
use Butler\Service\Listeners\ForgetConnections;
43
use Laravel\Octane\Contracts\OperationTerminated;
54
use Laravel\Octane\Events\RequestHandled;
65
use Laravel\Octane\Events\RequestReceived;
@@ -92,7 +91,6 @@
9291
FlushTemporaryContainerInstances::class,
9392
// DisconnectFromDatabases::class,
9493
// CollectGarbage::class,
95-
ForgetConnections::class,
9694
],
9795

9896
WorkerErrorOccurred::class => [

0 commit comments

Comments
 (0)