Fix email address

This commit is contained in:
Victor Bocharsky 2016-12-07 13:56:23 +02:00 committed by GitHub
parent fb4a583bc8
commit ad477e705e

View File

@ -21,7 +21,7 @@ use Symfony\Component\Security\Core\User\UserInterface;
* If you're using Guard authentication, you *must* use a class that implements * If you're using Guard authentication, you *must* use a class that implements
* GuardTokenInterface as your authenticated token (like this class). * GuardTokenInterface as your authenticated token (like this class).
* *
* @author Ryan Weaver <ryan@knpuniversity.com>n@gmail.com> * @author Ryan Weaver <ryan@knpuniversity.com>
*/ */
class PostAuthenticationGuardToken extends AbstractToken implements GuardTokenInterface class PostAuthenticationGuardToken extends AbstractToken implements GuardTokenInterface
{ {