1
0
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:
Awilum
2022-06-25 08:09:51 +03:00
parent b34e7520f9
commit 25af238e9c

View File

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