mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-04 06:25:22 +01:00
Remove defaultDescription from commands, as this is now part of the annotation
This commit is contained in:
@@ -30,8 +30,6 @@ use Symfony\Component\Console\Style\SymfonyStyle;
|
||||
#[\Symfony\Component\Console\Attribute\AsCommand('partdb:version|app:version', 'Shows the currently installed version of Part-DB.')]
|
||||
class VersionCommand extends Command
|
||||
{
|
||||
protected static $defaultDescription = 'Shows the currently installed version of Part-DB.';
|
||||
|
||||
protected VersionManagerInterface $versionManager;
|
||||
protected GitVersionInfo $gitVersionInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user