diff options
-rw-r--r-- | Guard/Token/PostAuthenticationGuardToken.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Guard/Token/PostAuthenticationGuardToken.php b/Guard/Token/PostAuthenticationGuardToken.php index 9657f8a..36c40ca 100644 --- a/Guard/Token/PostAuthenticationGuardToken.php +++ b/Guard/Token/PostAuthenticationGuardToken.php @@ -51,18 +51,6 @@ class PostAuthenticationGuardToken extends AbstractToken implements GuardTokenIn } /** - * {@inheritdoc} - */ - public function setAuthenticated($isAuthenticated) - { - if ($isAuthenticated) { - throw new \LogicException('Cannot set this token to trusted after instantiation.'); - } - - parent::setAuthenticated(false); - } - - /** * This is meant to be only an authenticated token, where credentials * have already been used and are thus cleared. * |