Skip to content

Commit 802c528

Browse files
Fixed shorthand for --with-item option in make:feed command
1 parent 8857c6c commit 802c528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/FeedMakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ protected function getDefaultNamespace($rootNamespace): string
4949
protected function getOptions(): array
5050
{
5151
return [
52-
['with-item', 'wi', InputOption::VALUE_NONE, 'Create the class with feed item'],
52+
['with-item', 'i', InputOption::VALUE_NONE, 'Create the class with feed item'],
5353
['force', 'f', InputOption::VALUE_NONE, 'Create the class even if the feed already exists'],
5454
];
5555
}

0 commit comments

Comments
 (0)