Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Enimo - Vendory
user-bundle
Commits
24d50e3b
Commit
24d50e3b
authored
Jul 21, 2020
by
Jozef Vajdiar
Browse files
Update RegistrationController.php
parent
8e1dec6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Controller/RegistrationController.php
View file @
24d50e3b
...
...
@@ -56,8 +56,6 @@ class RegistrationController extends AbstractController
public
function
registerAction
(
Request
$request
)
{
$user
=
$this
->
userManager
->
createUser
();
$user
->
setEnabled
(
true
);
$event
=
new
GetResponseUserEvent
(
$user
,
$request
);
$this
->
eventDispatcher
->
dispatch
(
$event
,
FOSUserEvents
::
REGISTRATION_INITIALIZE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment