Skip to content

Commit 8233706

Browse files
author
Drak
committed
Fixed class name.
1 parent 2225a89 commit 8233706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/sessions/proxy_examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ and decrypt the session as required::
2828
<?php
2929
use Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy;
3030

31-
class NoGuestUserSessionProxy extends SessionHandlerProxy
31+
class EncryptedSessionProxy extends SessionHandlerProxy
3232
{
3333
private $key;
3434

0 commit comments

Comments
 (0)