We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6fe9a commit fb6eaf0Copy full SHA for fb6eaf0
Resources/doc/overriding_controllers.rst
@@ -60,6 +60,7 @@ the base controller and adds logging a new user registration to it.
60
61
use Symfony\Component\HttpFoundation\RedirectResponse;
62
use FOS\UserBundle\Controller\RegistrationController as BaseController;
63
+ use FOS\UserBundle\Event\GetResponseUserEvent;
64
use Symfony\Component\HttpFoundation\Request;
65
66
class RegistrationController extends BaseController
0 commit comments