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.
2 parents c97b8f1 + 802c528 commit 36e4ff1Copy full SHA for 36e4ff1
src/Console/Commands/FeedMakeCommand.php
@@ -49,7 +49,7 @@ protected function getDefaultNamespace($rootNamespace): string
49
protected function getOptions(): array
50
{
51
return [
52
- ['with-item', 'wi', InputOption::VALUE_NONE, 'Create the class with feed item'],
+ ['with-item', 'i', InputOption::VALUE_NONE, 'Create the class with feed item'],
53
['force', 'f', InputOption::VALUE_NONE, 'Create the class even if the feed already exists'],
54
];
55
}
0 commit comments