Skip to content

Commit 36e4ff1

Browse files
Merge pull request #19 from TheDragonCode/1.x
Fixed shorthand for `--with-item` option in `make:feed` command
2 parents c97b8f1 + 802c528 commit 36e4ff1

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)