mirror of
https://github.com/flarum/core.git
synced 2025-10-11 23:14:29 +02:00
Make console command descriptions consistent
This commit is contained in:
@@ -38,7 +38,7 @@ class GenerateMigrationCommand extends AbstractCommand
|
||||
{
|
||||
$this
|
||||
->setName('generate:migration')
|
||||
->setDescription('Generate a migration.')
|
||||
->setDescription('Generate a migration')
|
||||
->addArgument(
|
||||
'name',
|
||||
InputArgument::REQUIRED,
|
||||
|
Reference in New Issue
Block a user