mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-05 23:15:50 +01:00
Remove defaultDescription from commands, as this is now part of the annotation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user