Skip to content

Commit f63768f

Browse files
committed
Changes for extends classes
1 parent ae94607 commit f63768f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Service/UserManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ public function updateToken(UserInterface $user, string $token)
332332
$user->setToken($token);
333333
$this->entityManager->persist($user);
334334
$this->entityManager->flush();
335-
336335
}
337336

338337
/**

0 commit comments

Comments
 (0)