From 3ee9e5ebe2bffb6f4c60b05ab38978f17d7c6686 Mon Sep 17 00:00:00 2001 From: konradoboza Date: Fri, 5 Jul 2024 10:51:47 +0200 Subject: [PATCH] Deprecated `CONSTANT_AUTH_TIME_SETTING` --- src/bundle/Core/DependencyInjection/Compiler/SecurityPass.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bundle/Core/DependencyInjection/Compiler/SecurityPass.php b/src/bundle/Core/DependencyInjection/Compiler/SecurityPass.php index 5cd9ed7008..28aa5b0f6b 100644 --- a/src/bundle/Core/DependencyInjection/Compiler/SecurityPass.php +++ b/src/bundle/Core/DependencyInjection/Compiler/SecurityPass.php @@ -25,6 +25,9 @@ */ class SecurityPass implements CompilerPassInterface { + /** + * @deprecated 4.6.7 CONSTANT_AUTH_TIME_SETTING constant is deprecated, will be removed in 5.0. + */ public const CONSTANT_AUTH_TIME_SETTING = 'ibexa.security.authentication.constant_auth_time'; public const CONSTANT_AUTH_TIME_DEFAULT = 1.0;