Skip to content

Commit d735cde

Browse files
tobemediaxabbuh
authored andcommitted
Update pdo_session_storage.rst
fixed typo on xml service configuration
1 parent 713541a commit d735cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/doctrine/pdo_session_storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ of your project's data, you can use the connection settings from the
170170
.. code-block:: xml
171171
172172
<service id="session.handler.pdo" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler" public="false">
173-
<argument>mysql:host=%database_host%;port=%database_port%;dbname=%database_name%</agruement>
173+
<argument>mysql:host=%database_host%;port=%database_port%;dbname=%database_name%</argument>
174174
<argument type="collection">
175175
<argument key="db_username">%database_user%</argument>
176176
<argument key="db_password">%database_password%</argument>

0 commit comments

Comments
 (0)