From 648f0a9e507ded0a0d7d07eb3b39c0d5358d90d3 Mon Sep 17 00:00:00 2001 From: courtoisnico Date: Fri, 23 Jun 2017 11:40:44 +0200 Subject: [PATCH] Class name typo Class name changed LdapManager to UserHydrator due to typo --- Resources/doc/cookbook/custom_hydrator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/cookbook/custom_hydrator.md b/Resources/doc/cookbook/custom_hydrator.md index 41996db..ee03f86 100644 --- a/Resources/doc/cookbook/custom_hydrator.md +++ b/Resources/doc/cookbook/custom_hydrator.md @@ -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.