-6

I am using symfony 2.8 i want to configure sonata user bundle and fosUserbundle

beolw is my image link:

image

Kinjal
  • 1,195
  • 4
  • 13
  • 24

1 Answers1

0

Try adding this in config.yml

fos_user:
    service:
        user_manager: fos_user.user_manager.default

You can check this official config reference: http://symfony.com/doc/current/bundles/FOSUserBundle/configuration_reference.html

progg
  • 294
  • 1
  • 4