Skip to content

Commit 57674a8

Browse files
committed
wip
1 parent 55cf540 commit 57674a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/router/src/HttpApplication.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
use Tempest\Core\Tempest;
1212
use Tempest\Http\RequestFactory;
1313
use Tempest\Http\Session\Session;
14+
use Tempest\Http\Session\SessionManager;
1415
use Tempest\Log\Channels\AppendLogChannel;
1516
use Tempest\Log\LogConfig;
1617

@@ -57,7 +58,7 @@ public function run(): void
5758
$router->dispatch($psrRequest),
5859
);
5960

60-
$this->container->get(Session::class)->cleanup();
61+
$this->container->get(SessionManager::class)->cleanup();
6162

6263
$this->container->get(Kernel::class)->shutdown();
6364
}

0 commit comments

Comments
 (0)