Completed
Push — dev ( b755db...a52247 )
by Zach
03:24 queued 01:25
created
src/Commands/Migrate.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -17,9 +17,9 @@
 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_OPTIONAL,
Please login to merge, or discard this patch.