From d28c56d9a5babcb0cf0d2433529db60d9db59a48 Mon Sep 17 00:00:00 2001 From: Tomas Saghy Date: Wed, 29 Nov 2023 11:43:43 +0100 Subject: [PATCH] Remove PersistenceInterface inheritance from ImpersonationInterface solves https://github.com/cakephp/authentication/issues/648 --- src/Authenticator/ImpersonationInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Authenticator/ImpersonationInterface.php b/src/Authenticator/ImpersonationInterface.php index b8094878..99fafc58 100644 --- a/src/Authenticator/ImpersonationInterface.php +++ b/src/Authenticator/ImpersonationInterface.php @@ -20,7 +20,7 @@ use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\ServerRequestInterface; -interface ImpersonationInterface extends PersistenceInterface +interface ImpersonationInterface { /** * Impersonates a user