Commit 5d713f2e authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Suppression code en commentaire.

parent 9ade4821
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -112,11 +112,6 @@ class Module implements ConfigProviderInterface, ViewHelperProviderInterface, Se
                )
            ));
        }
        
//        $services->get('zfcuser_user_service')->getEventManager()->attach('register', function(\Zend\EventManager\Event $event) {
//            var_dump($event->getParams());
//                    throw new \ZfcUser\Service\Exception\InvalidArgumentException("Test");
//        });
    }

    /**