Search code examples
symfonyfosuserbundleoverridingmulti-user

overriding template of multi user in RollerworksMultiUserBundle Symfony2


I use RollerworksMultiUserBundle over FOSUserBundle to handle multi user but i cant override template of each bundle seperatly I have 2 bundle

  1. AdminBundle
  2. DesignerBundle

I override AdminBundle but DesignerBundle template was overrided ! I try to override DesignerBundle but this error accured

Bundle "RollerworksMultiUserBundle" is directly extended by two bundles "


Solution

  • I found the solution in there: rollerworkers