Skip to content

Commit

Permalink
[DoctrineBundle] removed unneeded parameter definition
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 29, 2011
1 parent ec8c9ee commit f8cc8a7
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -5,7 +5,6 @@
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

<parameters>
<parameter key="doctrine.dbal.default_connection">default</parameter>
<parameter key="doctrine.dbal.connection.class">Doctrine\DBAL\Connection</parameter>
<parameter key="doctrine.dbal.logger.debug.class">Doctrine\DBAL\Logging\DebugStack</parameter>
<parameter key="doctrine.dbal.logger.class">Symfony\Bundle\DoctrineBundle\Logger\DbalLogger</parameter>
Expand Down

0 comments on commit f8cc8a7

Please sign in to comment.