chore: flatten namespace

This commit is contained in:
Björn Fromme
2026-04-12 17:54:24 +02:00
parent 98dd685679
commit fcfd366dec
6 changed files with 10 additions and 9 deletions
@@ -15,8 +15,8 @@ use App\Repository\NewsletterOptInConfirmationRepository;
use App\Security\Crypt;
use App\Service\BookingEditDataLoaderService;
use App\Service\ProfileCompletenessChecker;
use App\Service\Newsletter\MailjetNewsletterService;
use App\Service\Newsletter\NewsletterDoubleOptInService;
use App\Service\MailjetNewsletterService;
use App\Service\NewsletterDoubleOptInService;
use Doctrine\ORM\EntityManagerInterface;
use Psr\Log\LoggerInterface;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;