| @@ -54,8 +54,8 @@ | ||
| 54 | 54 | */ | 
| 55 | 55 | protected function configure() | 
| 56 | 56 |      { | 
| 57 | -        $this->setName('create:' . $this->command) | |
| 58 | -            ->setDescription('Create a new ' . $this->command) | |
| 57 | +        $this->setName('create:'.$this->command) | |
| 58 | +            ->setDescription('Create a new '.$this->command) | |
| 59 | 59 | ->addArgument( | 
| 60 | 60 | 'name', | 
| 61 | 61 | InputArgument::REQUIRED, |