fix propel namespaces

This commit is contained in:
Manuel Raynaud
2013-07-08 10:57:49 +02:00
parent 0b9d7d1d35
commit 5da11c253e

View File

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