Run symfonysetlist up to symfony_70

This commit is contained in:
2025-05-28 15:46:25 +02:00
parent abb786495a
commit 13a9e14450
128 changed files with 515 additions and 518 deletions

View File

@@ -24,7 +24,7 @@ class UserManager implements \ChampsLibres\WopiBundle\Contracts\UserManagerInter
$user = $this->security->getUser();
if (!$user instanceof User && $this->security->isGranted('ROLE_ADMIN')) {
return $user->getUsername();
return $user->getUserIdentifier();
}
if (!$user instanceof User) {
@@ -39,7 +39,7 @@ class UserManager implements \ChampsLibres\WopiBundle\Contracts\UserManagerInter
$user = $this->security->getUser();
if (!$user instanceof User && $this->security->isGranted('ROLE_ADMIN')) {
return $user->getUsername();
return $user->getUserIdentifier();
}
if (!$user instanceof User) {