mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-10 17:29:34 +01:00
Remove defaultDescription from commands, as this is now part of the annotation
This commit is contained in:
@@ -37,8 +37,6 @@ use Symfony\Component\Console\Style\SymfonyStyle;
|
||||
class ImportPartKeeprCommand extends Command
|
||||
{
|
||||
|
||||
protected static $defaultDescription = 'Import a PartKeepr database XML dump into Part-DB';
|
||||
|
||||
protected EntityManagerInterface $em;
|
||||
protected MySQLDumpXMLConverter $xml_converter;
|
||||
protected PKDatastructureImporter $datastructureImporter;
|
||||
|
||||
Reference in New Issue
Block a user