Passed
Push — develop ( 81f22c...470537 )
by nguereza
03:03
created
src/Migration/Seed/Command/SeedExecuteCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     ) {
72 72
         parent::__construct($app, $config, $filesystem);
73 73
         $this->setName('seed:exec')
74
-             ->setDescription('Command to execute seed');
74
+                ->setDescription('Command to execute seed');
75 75
 
76 76
         $this->addOption('-n|--name', 'the seed name', null, false, true);
77 77
     }
Please login to merge, or discard this patch.