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 30321b2 commit 73db359Copy full SHA for 73db359
app/code/Magento/Config/Console/Command/ConfigSet/ConfigSetProcessorFactory.php
@@ -27,6 +27,12 @@ class ConfigSetProcessorFactory
27
* lock - save and lock configuration
28
*/
29
const TYPE_DEFAULT = 'default';
30
+
31
+ /**
32
+ * @deprecated
33
+ * @see TYPE_LOCK_ENV or TYPE_LOCK_CONFIG
34
+ */
35
+ const TYPE_LOCK = 'lock';
36
const TYPE_LOCK_ENV = 'lock-env';
37
const TYPE_LOCK_CONFIG = 'lock-config';
38
/**#@-*/
0 commit comments