We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3cc993 commit ae94607Copy full SHA for ae94607
1 file changed
src/Service/UserManager.php
@@ -332,6 +332,7 @@ public function updateToken(UserInterface $user, string $token)
332
$user->setToken($token);
333
$this->entityManager->persist($user);
334
$this->entityManager->flush();
335
+
336
}
337
338
/**
0 commit comments