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.
2 parents e9c1946 + f26721f commit 47253e8Copy full SHA for 47253e8
app/code/Magento/Backend/Model/Config/SessionLifetime/BackendModel.php
@@ -15,14 +15,17 @@
15
*/
16
class BackendModel extends Value
17
{
18
- /** Maximum dmin session lifetime; 1 year*/
+ /** Maximum admin session lifetime; 1 year*/
19
const MAX_LIFETIME = 31536000;
20
21
/** Minimum admin session lifetime */
22
const MIN_LIFETIME = 60;
23
24
/**
25
+ * Processing object before save data
26
+ *
27
* @since 100.1.0
28
+ * @throws LocalizedException
29
30
public function beforeSave()
31
0 commit comments