[WebBundle] fixed typo

This commit is contained in:
Fabien Potencier 2010-02-23 07:04:51 +01:00
parent 68af3ebfb7
commit 1f9b161045
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd">
<service id="pdo_connection" class="PDO">
<argument key="dns">%pdo.dsn%</argument>
<argument key="dsn">%pdo.dsn%</argument>
<argument key="username">%pdo.username%</argument>
<argument key="password">%pdo.password%</argument>
</service>