formapro / FpOpenIdBundle

Symfony2 OpenID security extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect documentation re OpenIdUserManager ?

speelgoedkoper opened this issue · comments

In the sample services.yml you refer to
Acme\DemoBundle\Entity\OpenIdUserManager
according to the OpenIdUserManager.php the user manager lives in
Acme\DemoBundle\Security\User\OpenIdUserManager

?

it is typo, must be fixed

I would say it should be Acme\DemoBundle\Entity\OpenIdUserManager,