cleaned service configuration

This commit is contained in:
everzet
2012-05-14 20:58:58 +02:00
parent f5d35e4f23
commit 1efa04f344
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ class Extension implements ExtensionInterface
public function load(array $config, ContainerBuilder $container)
{
$loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/services'));
$loader->load('mink.xml');
$loader->load('core.xml');
if (isset($config['mink_loader'])) {
$basePath = $container->getParameter('behat.paths.base');