From 87e6e3e85c01c5871f0122cdb990e43202e81f29 Mon Sep 17 00:00:00 2001 From: pablodip Date: Wed, 22 Jun 2011 14:16:54 +0100 Subject: [PATCH] updated symfony method name --- Security/MandangoUserProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)));