Commit 745ca252 authored by Fabien Potencier's avatar Fabien Potencier

fixed typo

parent debae508
......@@ -46,7 +46,7 @@ class DoctrineExtension implements ExtensionInterface
}
if (isset($app['db.common.class_path'])) {
$app['autoloader']->registerNamespace('Doctrine\\DBAL', $app['db.common.class_path']);
$app['autoloader']->registerNamespace('Doctrine\\Common', $app['db.common.class_path']);
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment