Skip to content

Commit

Permalink
Merge branch '4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
konradoboza committed Jul 5, 2024
2 parents 00eb98a + f44f605 commit d6b1921
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bundle/Core/DependencyInjection/Compiler/SecurityPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
*/
final class SecurityPass implements CompilerPassInterface
{
/**
* @deprecated 4.6.7 CONSTANT_AUTH_TIME_SETTING constant is deprecated, will be removed in 5.0.
*/
public const string CONSTANT_AUTH_TIME_SETTING = 'ibexa.security.authentication.constant_auth_time';

public const float CONSTANT_AUTH_TIME_DEFAULT = 1.0;
Expand Down

0 comments on commit d6b1921

Please sign in to comment.