Skip to content

Commit a300531

Browse files
author
Bohdan Korablov
committed
MAGETWO-64602: Sync config file with DB: Validation
1 parent 6ca3144 commit a300531

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/code/Magento/Deploy/Console/Command/App/ConfigImportCommand.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
/**
1616
* Imports data from deployment configuration files to the DB.
1717
*
18-
* We have configuration files that are shared between environments, but sometime we need read
19-
* some configurations only from the DB (e.g., themes, scopes and etc). This command check changes of specific sections
20-
* (which are defined in di.xml) in configuration files, and import them if are needed.
18+
* We have configuration files that are shared between environments, but some of the configurations are read only
19+
* from DB (e.g., themes, scopes and etc). This command is used to import such configurations from the file to DB.
2120
*/
2221
class ConfigImportCommand extends Command
2322
{

0 commit comments

Comments
 (0)