PUGX / PUGXMultiUserBundle

An extension for FOSUserBundle to handle users of different types. Compatible with Doctrine ORM.
163 stars 96 forks source link

Request service in controller using Symfony3 #96

Closed michcald closed 8 years ago

michcald commented 8 years ago

Using Symfony3 there's a bug here.

The container does no longer have the request service, but it has to be injected in the action itself.