We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Security::*
1 parent e2e75c4 commit b210534Copy full SHA for b210534
Security.php
@@ -24,19 +24,8 @@
24
*/
25
class Security implements AuthorizationCheckerInterface
26
{
27
- /**
28
- * @deprecated since Symfony 6.2, use \Symfony\Bundle\SecurityBundle\Security::ACCESS_DENIED_ERROR instead
29
- */
30
public const ACCESS_DENIED_ERROR = '_security.403_error';
31
-
32
33
- * @deprecated since Symfony 6.2, use \Symfony\Bundle\SecurityBundle\Security::AUTHENTICATION_ERROR instead
34
35
public const AUTHENTICATION_ERROR = '_security.last_error';
36
37
38
- * @deprecated since Symfony 6.2, use \Symfony\Bundle\SecurityBundle\Security::LAST_USERNAME instead
39
40
public const LAST_USERNAME = '_security.last_username';
41
42
/**
0 commit comments