mirror of
https://github.com/flextype/flextype.git
synced 2025-08-06 21:26:48 +02:00
feat(console): typo update about flextype command description
This commit is contained in:
@@ -32,7 +32,7 @@ class AboutCommand extends Command
|
||||
protected function configure(): void
|
||||
{
|
||||
$this->setName('about');
|
||||
$this->setDescription('Get information about Flextype');
|
||||
$this->setDescription('Get information about Flextype.');
|
||||
}
|
||||
|
||||
protected function execute(InputInterface $input, OutputInterface $output): int
|
||||
|
Reference in New Issue
Block a user