Fix Licences withdrawals

This commit is contained in:
Xbird
2022-04-29 14:30:04 +00:00
parent 4ce623e948
commit e8f61fcccc
15 changed files with 90 additions and 71 deletions

View File

@@ -5,7 +5,6 @@ namespace App\Command;
use App\Entity\Group;
use Doctrine\ORM\EntityManagerInterface;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Question\Question;
use Symfony\Component\Console\Style\SymfonyStyle;
use Symfony\Component\Console\Attribute\AsCommand;