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.
1 parent b7ddcc1 commit 2f120d4Copy full SHA for 2f120d4
app/code/Magento/Security/Model/AdminSessionsManager.php
@@ -25,12 +25,12 @@ class AdminSessionsManager
25
/**
26
* Admin Session lifetime (sec)
27
*/
28
- const ADMIN_SESSION_LIFETIME = 86400;
+ public const ADMIN_SESSION_LIFETIME = 86400;
29
30
31
* Logout reason when current user has been locked out
32
33
- const LOGOUT_REASON_USER_LOCKED = 10;
+ public const LOGOUT_REASON_USER_LOCKED = 10;
34
35
36
* @var ConfigInterface
0 commit comments