[Foundation] made a small optimization

This commit is contained in:
Fabien Potencier 2010-02-24 16:15:22 +01:00
parent e240a9e339
commit 2748c48ae0
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ class KernelBundle extends Bundle
$configuration->setDefinition('event_dispatcher', $configuration->findDefinition('debug.event_dispatcher'));
}
$container->merge($configuration);
return $configuration;
}
public function boot(ContainerInterface $container)

View File

@ -63,7 +63,7 @@ class KernelBundle extends Bundle
$configuration->setDefinition('event_dispatcher', $configuration->findDefinition('debug.event_dispatcher'));
}
$container->merge($configuration);
return $configuration;
}
public function boot(ContainerInterface $container)