fix usage of ProfilerConnectionWrapper

This commit is contained in:
Manuel Raynaud
2013-09-30 15:35:46 +02:00
parent f25922c60a
commit fc0cac2cb9
4 changed files with 6 additions and 16 deletions

View File

@@ -60,7 +60,7 @@ class DatabaseConfiguration implements ConfigurationInterface
->cannotBeEmpty()
->end()
->scalarNode("classname")
->defaultValue("\Propel\Runtime\Connection\PropelPDO")
->defaultValue("\Propel\Runtime\Connection\ConnectionWrapper")
->end()
->end()
->end()