@@ -70,7 +70,7 @@ |
||
70 | 70 | ) { |
71 | 71 | parent::__construct($app, $config, $filesystem); |
72 | 72 | $this->setName('seed:exec') |
73 | - ->setDescription('Command to execute seed'); |
|
73 | + ->setDescription('Command to execute seed'); |
|
74 | 74 | |
75 | 75 | $this->addOption('-i|--id', 'the seed version', null, false, true); |
76 | 76 | } |