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

@ -43,8 +43,6 @@ use const DIRECTORY_SEPARATOR;
#[\Symfony\Component\Console\Attribute\AsCommand('partdb:attachments:clean-unused|app:clean-attachments', 'Lists (and deletes if wanted) attachments files that are not used anymore (abandoned files).')]
class CleanAttachmentsCommand extends Command
{
protected static $defaultDescription = 'Lists (and deletes if wanted) attachments files that are not used anymore (abandoned files).';
protected AttachmentManager $attachment_helper;
protected AttachmentReverseSearch $reverseSearch;
protected MimeTypes $mimeTypeGuesser;