diff options
Diffstat (limited to 'Guard/Token/PostAuthenticationGuardToken.php')
-rw-r--r-- | Guard/Token/PostAuthenticationGuardToken.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Guard/Token/PostAuthenticationGuardToken.php b/Guard/Token/PostAuthenticationGuardToken.php index 36c40ca..5b353d9 100644 --- a/Guard/Token/PostAuthenticationGuardToken.php +++ b/Guard/Token/PostAuthenticationGuardToken.php @@ -21,7 +21,7 @@ use Symfony\Component\Security\Core\User\UserInterface; * If you're using Guard authentication, you *must* use a class that implements * 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 { |