diff --git a/Model/UserManagerInterface.php b/Model/UserManagerInterface.php index 49be3a500b..e9fe7bf97f 100644 --- a/Model/UserManagerInterface.php +++ b/Model/UserManagerInterface.php @@ -110,8 +110,9 @@ public function reloadUser(UserInterface $user); * Updates a user. * * @param UserInterface $user + * @param bool $andFlush */ - public function updateUser(UserInterface $user); + public function updateUser(UserInterface $user, $andFlush = true); /** * Updates the canonical username and email fields for a user.