1
0
mirror of https://github.com/flarum/core.git synced 2025-07-21 16:51:34 +02:00

Fix email confirmation

This commit is contained in:
Toby Zerner
2015-07-28 17:14:08 +09:30
parent 1e5d22ee0b
commit c2771abeaa

View File

@@ -43,8 +43,6 @@ class ConfirmEmailHandler
$user->activate(); $user->activate();
} }
event(new UserWillBeSaved($user, $command));
$user->save(); $user->save();
$this->dispatchEventsFor($user); $this->dispatchEventsFor($user);