diff options
Diffstat (limited to 'Http/SecurityEvents.php')
-rw-r--r-- | Http/SecurityEvents.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Http/SecurityEvents.php b/Http/SecurityEvents.php index abdbff1..9c335a1 100644 --- a/Http/SecurityEvents.php +++ b/Http/SecurityEvents.php @@ -13,7 +13,7 @@ namespace Symfony\Component\Security\Http; final class SecurityEvents { - const interactiveLogin = 'security.interactive_login'; + const INTERACTIVE_LOGIN = 'security.interactive_login'; - const switchUser = 'security.switch_user'; + const SWITCH_USER = 'security.switch_user'; }
\ No newline at end of file |