@@ -17,9 +17,9 @@ |
||
17 | 17 | protected function configure() |
18 | 18 | { |
19 | 19 | $this->setName('migrate') |
20 | - ->setDescription('Run the database migrations.') |
|
21 | - ->setHelp('This command allows you to run migrations.') |
|
22 | - ->addOption( |
|
20 | + ->setDescription('Run the database migrations.') |
|
21 | + ->setHelp('This command allows you to run migrations.') |
|
22 | + ->addOption( |
|
23 | 23 | 'rollback', |
24 | 24 | null, |
25 | 25 | InputOption::VALUE_OPTIONAL, |