Remove defaultDescription from commands, as this is now part of the annotation

This commit is contained in:
Jan Böhmer 2023-05-28 01:32:04 +02:00
parent 21fc554589
commit bb1285c35c
11 changed files with 0 additions and 21 deletions

View file

@ -39,7 +39,6 @@ use Symfony\Contracts\Translation\TranslatorInterface;
#[\Symfony\Component\Console\Attribute\AsCommand('partdb:logs:show|app:show-logs', 'List the last event log entries.')]
class ShowEventLogCommand extends Command
{
protected static $defaultDescription = 'List the last event log entries.';
protected EntityManagerInterface $entityManager;
protected TranslatorInterface $translator;
protected ElementTypeNameGenerator $elementTypeNameGenerator;