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:
@@ -37,7 +37,7 @@ class MigrateCommand extends AbstractCommand
|
||||
{
|
||||
$this
|
||||
->setName('migrate')
|
||||
->setDescription('Run outstanding migrations.');
|
||||
->setDescription('Run outstanding migrations');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user