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;