Skip to content

Commit fb6eaf0

Browse files
authored
Missing Namespace definition
This change fixes the issue with the missing Namespace definition.
1 parent 9d6fe9a commit fb6eaf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/doc/overriding_controllers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ the base controller and adds logging a new user registration to it.
6060
6161
use Symfony\Component\HttpFoundation\RedirectResponse;
6262
use FOS\UserBundle\Controller\RegistrationController as BaseController;
63+
use FOS\UserBundle\Event\GetResponseUserEvent;
6364
use Symfony\Component\HttpFoundation\Request;
6465
6566
class RegistrationController extends BaseController

0 commit comments

Comments
 (0)