diff --git a/Security/MandangoUserProvider.php b/Security/MandangoUserProvider.php index 79b282c..b0915e2 100644 --- a/Security/MandangoUserProvider.php +++ b/Security/MandangoUserProvider.php @@ -70,7 +70,7 @@ public function loadUserByUsername($username) /** * {@inheritDoc} */ - public function loadUser(UserInterface $user) + public function refreshUser(UserInterface $user) { if (!$user instanceof $this->class) { throw new UnsupportedUserException(sprintf('Instances of "%s" are not supported.', get_class($user)));