We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b426b commit 55beaa0Copy full SHA for 55beaa0
Console/Command/RegenerateUrlRewritesAbstract.php
@@ -34,7 +34,7 @@
34
35
abstract class RegenerateUrlRewritesAbstract extends Command
36
{
37
- const INPUT_KEY_STOREID = 'storeId';
+ const INPUT_KEY_STOREID = 'store-id';
38
const INPUT_KEY_REGENERATE_ENTITY_TYPE = 'entity-type';
39
const INPUT_KEY_SAVE_REWRITES_HISTORY = 'save-old-urls';
40
const INPUT_KEY_NO_REINDEX = 'no-reindex';
0 commit comments