Skip to content

Commit 2018389

Browse files
committed
Reverts #669
1 parent 66d46b3 commit 2018389

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/Listeners/GiveNewApplicationInstanceToSessionManager.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ class GiveNewApplicationInstanceToSessionManager
1212
*/
1313
public function handle($event): void
1414
{
15-
if (! $event->sandbox->resolved('session')) {
16-
return;
17-
}
18-
19-
with($event->sandbox->make('session'), function ($manager) use ($event) {
20-
if (method_exists($manager, 'setContainer')) {
21-
$manager->setContainer($event->sandbox);
22-
}
23-
});
15+
//
2416
}
2517
}

0 commit comments

Comments
 (0)