mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-04 14:35:49 +01:00
Remove defaultDescription from commands, as this is now part of the annotation
This commit is contained in:
@@ -32,8 +32,6 @@ use Symfony\Component\Console\Style\SymfonyStyle;
|
||||
#[\Symfony\Component\Console\Attribute\AsCommand('partdb:users:enable|partdb:user:enable', 'Enables/Disable the login of one or more users')]
|
||||
class UserEnableCommand extends Command
|
||||
{
|
||||
protected static $defaultDescription = 'Enables/Disable the login of one or more users';
|
||||
|
||||
protected EntityManagerInterface $entityManager;
|
||||
|
||||
public function __construct(EntityManagerInterface $entityManager, string $name = null)
|
||||
|
||||
Reference in New Issue
Block a user