Skip to content

Commit ce77405

Browse files
committed
Replace in-existent Logger with Session example
1 parent 59ce0bd commit ce77405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h2>Example</h2>
6565

6666
// Extend the behaviour of the application with some middlewares
6767
$stack = (new Stack\Builder())
68-
->push('Stack\Logger', new Monolog\Logger('app'))
68+
->push('Stack\Session')
6969
->push('Symfony\Component\HttpKernel\HttpCache\HttpCache', new Store(__DIR__.'/cache'));
7070
$app = $stack->resolve($app);
7171

0 commit comments

Comments
 (0)