Skip to content

Commit

Permalink
updated symfony method name
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodip committed Jun 22, 2011
1 parent 81485d7 commit 87e6e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Security/MandangoUserProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)));
Expand Down

0 comments on commit 87e6e3e

Please sign in to comment.