We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ce0bd commit ce77405Copy full SHA for ce77405
source/index.html
@@ -65,7 +65,7 @@ <h2>Example</h2>
65
66
// Extend the behaviour of the application with some middlewares
67
$stack = (new Stack\Builder())
68
- ->push('Stack\Logger', new Monolog\Logger('app'))
+ ->push('Stack\Session')
69
->push('Symfony\Component\HttpKernel\HttpCache\HttpCache', new Store(__DIR__.'/cache'));
70
$app = $stack->resolve($app);
71
0 commit comments