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