Skip to content

Commit 1fa0f59

Browse files
committed
Fixing missing services key
1 parent 8e2e988 commit 1fa0f59

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

cookbook/configuration/pdo_session_storage.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,13 @@ of your project's data, you can use the connection settings from the
140140

141141
.. code-block:: yaml
142142
143-
pdo:
144-
class: PDO
145-
arguments:
146-
- "mysql:host=%database_host%;port=%database_port%;dbname=%database_name%"
147-
- "%database_user%"
148-
- "%database_password%"
143+
services:
144+
pdo:
145+
class: PDO
146+
arguments:
147+
- "mysql:host=%database_host%;port=%database_port%;dbname=%database_name%"
148+
- "%database_user%"
149+
- "%database_password%"
149150
150151
.. code-block:: xml
151152

0 commit comments

Comments
 (0)