Completed
Push — master ( a52247...91a49a )
by Zach
02:12
created
src/Commands/Migrate.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -17,15 +17,15 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.