Javier Rodríguez

Results 1 comments of Javier Rodríguez

I had the same problem and solved adding a few extra lines: in services.yml parameters: registration_controller.class: ~ services: ... pugx_multi_user.registration_controller: class: "%registration_controller.class%" in DependencyInjection/Configuration.php ... $rootNode-> children() ->scalarNode('registration_controller') ->defaultValue('FOS\UserBundle\Controller\RegistrationController') ->end();...