mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-04 06:19:36 +00: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
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue