@@ -66,7 +66,7 @@ |
||
| 66 | 66 | parent::__construct($application, $filesystem); |
| 67 | 67 | |
| 68 | 68 | $this->setName('make:dbconfig') |
| 69 | - ->setDescription('Command to generate class that hold database configuration value'); |
|
| 69 | + ->setDescription('Command to generate class that hold database configuration value'); |
|
| 70 | 70 | |
| 71 | 71 | $this->addOption('-c|--config-entity', 'The configuration entity class', Configuration::class, true); |
| 72 | 72 | $this->addOption('-m|--module', 'The configuration module to use', null, false); |
@@ -71,7 +71,7 @@ |
||
| 71 | 71 | parent::__construct($app, $config, $filesystem); |
| 72 | 72 | |
| 73 | 73 | $this->setName('seed:exec') |
| 74 | - ->setDescription('Command to execute seed'); |
|
| 74 | + ->setDescription('Command to execute seed'); |
|
| 75 | 75 | |
| 76 | 76 | $this->addOption('-i|--id', 'The seed version', null, false); |
| 77 | 77 | } |