From: Raphaƫl Gertz Date: Sun, 3 Nov 2024 01:29:55 +0000 (+0100) Subject: Replace short class name with full class name X-Git-Tag: 0.5.4~1 X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/23944f72bf54cef447e2034434e1c5df303f3083?ds=sidebyside Replace short class name with full class name --- diff --git a/Repository/UserRepository.php b/Repository/UserRepository.php index 7f9d571..6cb6cc3 100644 --- a/Repository/UserRepository.php +++ b/Repository/UserRepository.php @@ -32,7 +32,7 @@ class UserRepository extends Repository implements PasswordUpgraderInterface { //Set the request $req = <<