Skip to content

Commit 7fa65eb

Browse files
authored
Merge pull request #57 from jeanseba/2.4
fix: add missing argument to trigger_deprecation call
2 parents 1dd6c2c + 1809782 commit 7fa65eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Security/Core/User/EuLoginUser.php

+1
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ public function getUsername()
280280
'ecphp/eu-login-bundle',
281281
'2.3.8',
282282
'The method "%s::getUsername()" is deprecated, use %s::getUserIdentifier() instead.',
283+
EuLoginUser::class,
283284
EuLoginUser::class
284285
);
285286

0 commit comments

Comments
 (0)