Skip to content

Commit 2f3d957

Browse files
authored
[Session] Add missing semicolon
1 parent 735f543 commit 2f3d957

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

session/locale_sticky_session.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ via some "Change Locale" route & controller), or create a route with the :ref:`_
109109
$container->register(LocaleSubscriber::class)
110110
->addArgument('%kernel.default_locale%')
111111
// uncomment the next line if you are not using autoconfigure
112-
// ->addTag('kernel.event_subscriber');
112+
// ->addTag('kernel.event_subscriber')
113+
;
113114
114115
That's it! Now celebrate by changing the user's locale and seeing that it's
115116
sticky throughout the request.

0 commit comments

Comments
 (0)