@@ -17,15 +17,15 @@ |
||
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_NONE, |
26 | 26 | 'Rollback migrations by given number of steps.' |
27 | 27 | ) |
28 | - ->addOption( |
|
28 | + ->addOption( |
|
29 | 29 | 'steps', |
30 | 30 | null, |
31 | 31 | InputOption::VALUE_OPTIONAL, |