Skip to content

Commit d6fff4f

Browse files
committed
defining session
1 parent 234c308 commit d6fff4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Statflo/HTTP/Main.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ public function start(Application $app)
4646

4747
unset($config['controllers']);
4848

49-
$bootstrap = \Statflo\DI\Bootstrap::run($config);
49+
$bootstrap = \Statflo\DI\Bootstrap::run($config);
50+
$this->defineSession($bootstrap, $config);
51+
5052
$app['container'] = $bootstrap;
5153

5254
\Statflo\HTTP\Router::register($routes, $app);

0 commit comments

Comments
 (0)