pomm-project / pomm-bundle

Pomm2 bundle for Symfony
81 stars 31 forks source link

impossible to initialize a modelLayer #77

Closed lunika closed 7 years ago

lunika commented 7 years ago

the ContainerModelLayerPooler is not able to create a new client because the serviceMap is not initialize with an empty array.

An error is thrown by the array_key_exists function, it expects an array as second parameter, null is given here : https://github.com/pomm-project/pomm-bundle/blob/master/sources/lib/Model/ContainerModelLayerPooler.php#L47