fix missing use

This commit is contained in:
Xbird
2022-09-24 19:32:36 +02:00
parent 90c4ada7d1
commit 7a21e38646

View File

@@ -3,6 +3,7 @@
namespace App\Command; namespace App\Command;
use App\Entity\User; use App\Entity\User;
use App\Entity\Group;
use Doctrine\ORM\Query; use Doctrine\ORM\Query;
use App\Repository\GroupRepository; use App\Repository\GroupRepository;
use Doctrine\ORM\EntityManagerInterface; use Doctrine\ORM\EntityManagerInterface;