@@ -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 | } |