|
@@ -389,6 +389,7 @@ abstract class Kernel implements HttpKernelInterface, \Serializable
|
|
{
|
|
{
|
|
// init bundles
|
|
// init bundles
|
|
$this->bundles = array();
|
|
$this->bundles = array();
|
|
|
|
+ $this->bundleMap = array();
|
|
foreach ($this->registerBundles() as $bundle) {
|
|
foreach ($this->registerBundles() as $bundle) {
|
|
$name = $bundle->getName();
|
|
$name = $bundle->getName();
|
|
$this->bundles[$name] = $bundle;
|
|
$this->bundles[$name] = $bundle;
|