mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-28 04:30:08 +02:00
Remove defaultDescription from commands, as this is now part of the annotation
This commit is contained in:
parent
21fc554589
commit
bb1285c35c
11 changed files with 0 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue