Skip to content

Commit 2f120d4

Browse files
authored
Visibility for constants
1 parent b7ddcc1 commit 2f120d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Security/Model/AdminSessionsManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ class AdminSessionsManager
2525
/**
2626
* Admin Session lifetime (sec)
2727
*/
28-
const ADMIN_SESSION_LIFETIME = 86400;
28+
public const ADMIN_SESSION_LIFETIME = 86400;
2929

3030
/**
3131
* Logout reason when current user has been locked out
3232
*/
33-
const LOGOUT_REASON_USER_LOCKED = 10;
33+
public const LOGOUT_REASON_USER_LOCKED = 10;
3434

3535
/**
3636
* @var ConfigInterface

0 commit comments

Comments
 (0)