mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-04 22:45:56 +01:00
Remove defaultDescription from commands, as this is now part of the annotation
This commit is contained in:
@@ -31,8 +31,6 @@ use Symfony\Component\Console\Style\SymfonyStyle;
|
||||
#[\Symfony\Component\Console\Attribute\AsCommand('partdb:users:list|users:list', 'Lists all users')]
|
||||
class UserListCommand extends Command
|
||||
{
|
||||
protected static $defaultDescription = 'Lists all users';
|
||||
|
||||
protected EntityManagerInterface $entityManager;
|
||||
|
||||
public function __construct(EntityManagerInterface $entityManager)
|
||||
|
||||
Reference in New Issue
Block a user