mirror of
https://github.com/flarum/core.git
synced 2025-10-11 23:14:29 +02:00
Applied fixes from StyleCI
This commit is contained in:
@@ -10,10 +10,9 @@
|
||||
|
||||
namespace Flarum\Console\Command;
|
||||
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
use Symfony\Component\Console\Input\InputArgument;
|
||||
use Symfony\Component\Console\Question\Question;
|
||||
use Flarum\Database\MigrationCreator;
|
||||
use Symfony\Component\Console\Input\InputArgument;
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
|
||||
class GenerateMigrationCommand extends AbstractCommand
|
||||
{
|
||||
@@ -39,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