Fix email confirmation

This commit is contained in:
Toby Zerner 2015-07-28 17:14:08 +09:30
parent 79ea5d833a
commit 8f29949016

View File

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