Skip to content

Commit a0566e1

Browse files
Fixed the config file name for the other config formats too
1 parent 542ae3d commit a0566e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doctrine/pdo_session_storage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ Next, tell Symfony to use your service as the session handler:
7878
7979
.. code-block:: xml
8080
81-
<!-- config/packages/doctrine.xml -->
81+
<!-- config/packages/framework.xml -->
8282
<framework:config>
8383
<!-- ... -->
8484
<framework:session handler-id="Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler" cookie-lifetime="3600" auto-start="true"/>
8585
</framework:config>
8686
8787
.. code-block:: php
8888
89-
// config/packages/doctrine.php
89+
// config/packages/framework.php
9090
use Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler;
9191
9292
// ...

0 commit comments

Comments
 (0)