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
@@ -18,8 +18,8 @@ use App\Service\BookingCreateContextFactory;
use App\Service\BookingPriceCalculatorService;
use App\Service\BookingService;
use App\Service\BookingSessionService;
use App\Service\Newsletter\MailjetNewsletterService;
use App\Service\Newsletter\NewsletterDoubleOptInService;
use App\Service\MailjetNewsletterService;
use App\Service\NewsletterDoubleOptInService;
use Psr\Log\LoggerInterface;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\Form\FormInterface;