Test Failed
Push — develop ( 29e3d8...81f22c )
by nguereza
02:38
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 only one seed at a time');
74
+                ->setDescription('Command to execute only one seed at a time');
75 75
 
76 76
         $this->addOption('-n|--name', 'the seed name', null, false, true);
77 77
     }
Please login to merge, or discard this patch.