We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234c308 commit d6fff4fCopy full SHA for d6fff4f
src/Statflo/HTTP/Main.php
@@ -46,7 +46,9 @@ public function start(Application $app)
46
47
unset($config['controllers']);
48
49
- $bootstrap = \Statflo\DI\Bootstrap::run($config);
+ $bootstrap = \Statflo\DI\Bootstrap::run($config);
50
+ $this->defineSession($bootstrap, $config);
51
+
52
$app['container'] = $bootstrap;
53
54
\Statflo\HTTP\Router::register($routes, $app);
0 commit comments