@@ -82,7 +82,7 @@ |
||
82 | 82 | ) { |
83 | 83 | parent::__construct($application, $filesystem); |
84 | 84 | $this->setName('make:enum') |
85 | - ->setDescription('Command to generate new enumeration class'); |
|
85 | + ->setDescription('Command to generate new enumeration class'); |
|
86 | 86 | } |
87 | 87 | |
88 | 88 | /** |