Updates for ZF2 master changes
[zf2.biz/application_blanche.git] / module / Application / Module.php
index a540a11..5f93426 100644 (file)
@@ -11,7 +11,7 @@ class Module implements AutoloaderProvider
     public function init(Manager $moduleManager)
     {
         $events       = $moduleManager->events();
-        $sharedEvents = $events->getSharedCollections();
+        $sharedEvents = $events->getSharedManager();
         $sharedEvents->attach('bootstrap', 'bootstrap', array($this, 'initializeView'), 100);
     }