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

Commit 648f0a9

Browse files
authored
Class name typo
Class name changed LdapManager to UserHydrator due to typo
1 parent d4c999d commit 648f0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/cookbook/custom_hydrator.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ namespace Acme\DemoBundle\Ldap;
5353
use FR3D\LdapBundle\Hydrator\HydratorInterface;
5454
use Symfony\Component\Security\Core\User\UserInterface;
5555

56-
class LdapManager implements HydratorInterface
56+
class UserHydrator implements HydratorInterface
5757
{
5858
/**
5959
* Populate an user with the data retrieved from LDAP.

0 commit comments

Comments
 (0)