Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 80a6d79

Browse files
authored
Merge pull request commerce-docs/devdocs#295 from magento-devdocs/imported-Viper9x-devdocs-9337
[Imported] Add missing parameter in enable module command
2 parents 8dc7fdc + 434be3d commit 80a6d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/extension-dev-guide/build/module-load-order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you know that your component's logic depends on something in another componen
1616
You can check your module's load order from the `<magento_root>/app/etc/config.php` file after you've successfully set up Magento. This file is created dynamically at run time during set up.
1717

1818
{:.bs-callout-info}
19-
If you change the component load order using `<sequence>`, you must regenerate the component list in `config.php`; otherwise, the load order does not take effect. Currently, the only way to do this is to enable the component using [`magento module:enable`]({{ page.baseurl}}/install-gde/install/cli/install-cli-subcommands-enable.html#instgde-cli-subcommands-enable-disable), where `<module-list>` is the component or components to which you added `<sequence>`.
19+
If you change the component load order using `<sequence>`, you must regenerate the component list in `config.php`; otherwise, the load order does not take effect. Currently, the only way to do this is to enable the component using [`magento module:enable <module-list>`]({{ page.baseurl}}/install-gde/install/cli/install-cli-subcommands-enable.html#instgde-cli-subcommands-enable-disable), where `<module-list>` is the component or components to which you added `<sequence>`.
2020

2121
### Examples
2222

0 commit comments

Comments
 (0)