Commit 83a0c303 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction de 2 factories sabotées lors du précédent commit.

parent d90b86ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ class UserProfileSelectFactory
     * @param HelperPluginManager $helperPluginManager
     * @return UserProfileSelect
     */
    public function createService(HelperPluginManager $helperPluginManager)
    public function __invoke(HelperPluginManager $helperPluginManager)
    {
        $serviceLocator     = $helperPluginManager->getServiceLocator();

+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ class UserProfileSelectRadioItemFactory
     * @param HelperPluginManager $helperPluginManager
     * @return UserProfileSelectRadioItem
     */
    public function createService(HelperPluginManager $helperPluginManager)
    public function __invoke(HelperPluginManager $helperPluginManager)
    {
        $serviceLocator     = $helperPluginManager->getServiceLocator();