Skip to content

Commit a06345e

Browse files
authored
Merge pull request #2626 from FLEdev/patch-1
Missing Namespace definition
2 parents 9d6fe9a + fb6eaf0 commit a06345e

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)