1
0
mirror of https://github.com/flarum/core.git synced 2025-07-21 00:31:17 +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();
}
event(new UserWillBeSaved($user, $command));
$user->save();
$this->dispatchEventsFor($user);