From: Matthew Weier O'Phinney Date: Wed, 3 Oct 2012 20:43:33 +0000 (-0500) Subject: Merge branch 'hotfix/123' X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=4761cdf04dc39e44c2c33919e2766076e1b797e0;hp=4f8315e9a8195f490de509781e20fe3e25457b83;p=zf2.biz%2Fapplication_blanche.git Merge branch 'hotfix/123' Close #123 --- diff --git a/module/Application/Module.php b/module/Application/Module.php index 86d9d4e..7786cd8 100644 --- a/module/Application/Module.php +++ b/module/Application/Module.php @@ -10,10 +10,11 @@ namespace Application; use Zend\Mvc\ModuleRouteListener; +use Zend\Mvc\MvcEvent; class Module { - public function onBootstrap($e) + public function onBootstrap(MvcEvent $e) { $e->getApplication()->getServiceManager()->get('translator'); $eventManager = $e->getApplication()->getEventManager();