@@ -71,7 +71,7 @@ |
||
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 | } |