From 3eb819806a4cde27693b1e600a07bb1a3caaad9d Mon Sep 17 00:00:00 2001 From: mscherer Date: Fri, 15 Dec 2023 04:42:23 +0100 Subject: [PATCH] Cleanup of interfaces. --- src/Authenticator/SessionAuthenticator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Authenticator/SessionAuthenticator.php b/src/Authenticator/SessionAuthenticator.php index 2181d163..7e7fc854 100644 --- a/src/Authenticator/SessionAuthenticator.php +++ b/src/Authenticator/SessionAuthenticator.php @@ -25,7 +25,7 @@ /** * Session Authenticator */ -class SessionAuthenticator extends AbstractAuthenticator implements PersistenceInterface, ImpersonationInterface +class SessionAuthenticator extends AbstractAuthenticator implements ImpersonationInterface { /** * Default config for this object.