Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #145 from courtoisnico/patch-1
Browse files Browse the repository at this point in the history
Class name typo
  • Loading branch information
Maks3w authored Jun 23, 2017
2 parents d4c999d + 648f0a9 commit 6bc696e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/cookbook/custom_hydrator.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace Acme\DemoBundle\Ldap;
use FR3D\LdapBundle\Hydrator\HydratorInterface;
use Symfony\Component\Security\Core\User\UserInterface;

class LdapManager implements HydratorInterface
class UserHydrator implements HydratorInterface
{
/**
* Populate an user with the data retrieved from LDAP.
Expand Down

0 comments on commit 6bc696e

Please sign in to comment.