The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Symfonycasts\MicroMapper\Bundle\DependencyInjection\MicroMapperExtension".
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\GenerateTranslationCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
App\Repository\UserRepository::findBy(): Implicitly marking parameter $orderBy as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\UserRepository::findOneBy(): Implicitly marking parameter $orderBy as nullable is deprecated, the explicit nullable type must be used instead
The "App\Security\UserChecker::checkPostAuth()" method will require a new "?TokenInterface $token" argument in the next major version of its interface "Symfony\Component\Security\Core\User\UserCheckerInterface", not defining it is deprecated.
User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:130, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)
Log messages generated during the compilation of the service container.
Messages
Class
430
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Application\RunFixturesCommand" (parent: .abstract.instanceof.App\Command\Database\Application\RunFixturesCommand).
Resolving inheritance for ".instanceof.App\Command\Database\Application\RunFixturesCommand.0.App\Command\Database\Application\RunFixturesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Application\RunFixturesCommand).
Resolving inheritance for "App\Command\Database\Application\RunFixturesCommand" (parent: .instanceof.App\Command\Database\Application\RunFixturesCommand.0.App\Command\Database\Application\RunFixturesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Application\RunMigrationsCommand" (parent: .abstract.instanceof.App\Command\Database\Application\RunMigrationsCommand).
Resolving inheritance for ".instanceof.App\Command\Database\Application\RunMigrationsCommand.0.App\Command\Database\Application\RunMigrationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Application\RunMigrationsCommand).
Resolving inheritance for "App\Command\Database\Application\RunMigrationsCommand" (parent: .instanceof.App\Command\Database\Application\RunMigrationsCommand.0.App\Command\Database\Application\RunMigrationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Import\ImportHistoricalOffersCommand" (parent: .abstract.instanceof.App\Command\Database\Import\ImportHistoricalOffersCommand).
Resolving inheritance for ".instanceof.App\Command\Database\Import\ImportHistoricalOffersCommand.0.App\Command\Database\Import\ImportHistoricalOffersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Import\ImportHistoricalOffersCommand).
Resolving inheritance for "App\Command\Database\Import\ImportHistoricalOffersCommand" (parent: .instanceof.App\Command\Database\Import\ImportHistoricalOffersCommand.0.App\Command\Database\Import\ImportHistoricalOffersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Seeder\ClientsSeederCommand" (parent: .abstract.instanceof.App\Command\Database\Seeder\ClientsSeederCommand).
Resolving inheritance for ".instanceof.App\Command\Database\Seeder\ClientsSeederCommand.0.App\Command\Database\Seeder\ClientsSeederCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Seeder\ClientsSeederCommand).
Resolving inheritance for "App\Command\Database\Seeder\ClientsSeederCommand" (parent: .instanceof.App\Command\Database\Seeder\ClientsSeederCommand.0.App\Command\Database\Seeder\ClientsSeederCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Seeder\OfferTemplatesSeederCommand" (parent: .abstract.instanceof.App\Command\Database\Seeder\OfferTemplatesSeederCommand).
Resolving inheritance for ".instanceof.App\Command\Database\Seeder\OfferTemplatesSeederCommand.0.App\Command\Database\Seeder\OfferTemplatesSeederCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Seeder\OfferTemplatesSeederCommand).
Resolving inheritance for "App\Command\Database\Seeder\OfferTemplatesSeederCommand" (parent: .instanceof.App\Command\Database\Seeder\OfferTemplatesSeederCommand.0.App\Command\Database\Seeder\OfferTemplatesSeederCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Seeder\ProductsSeederCommand" (parent: .abstract.instanceof.App\Command\Database\Seeder\ProductsSeederCommand).
Resolving inheritance for ".instanceof.App\Command\Database\Seeder\ProductsSeederCommand.0.App\Command\Database\Seeder\ProductsSeederCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Seeder\ProductsSeederCommand).
Resolving inheritance for "App\Command\Database\Seeder\ProductsSeederCommand" (parent: .instanceof.App\Command\Database\Seeder\ProductsSeederCommand.0.App\Command\Database\Seeder\ProductsSeederCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Seeder\UsersSeederCommand" (parent: .abstract.instanceof.App\Command\Database\Seeder\UsersSeederCommand).
Resolving inheritance for ".instanceof.App\Command\Database\Seeder\UsersSeederCommand.0.App\Command\Database\Seeder\UsersSeederCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Seeder\UsersSeederCommand).
Resolving inheritance for "App\Command\Database\Seeder\UsersSeederCommand" (parent: .instanceof.App\Command\Database\Seeder\UsersSeederCommand.0.App\Command\Database\Seeder\UsersSeederCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Test\TestRunFixturesCommand" (parent: .abstract.instanceof.App\Command\Database\Test\TestRunFixturesCommand).
Resolving inheritance for ".instanceof.App\Command\Database\Test\TestRunFixturesCommand.0.App\Command\Database\Test\TestRunFixturesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Test\TestRunFixturesCommand).
Resolving inheritance for "App\Command\Database\Test\TestRunFixturesCommand" (parent: .instanceof.App\Command\Database\Test\TestRunFixturesCommand.0.App\Command\Database\Test\TestRunFixturesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Test\TestRunMigrationsCommand" (parent: .abstract.instanceof.App\Command\Database\Test\TestRunMigrationsCommand).
Resolving inheritance for ".instanceof.App\Command\Database\Test\TestRunMigrationsCommand.0.App\Command\Database\Test\TestRunMigrationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Test\TestRunMigrationsCommand).
Resolving inheritance for "App\Command\Database\Test\TestRunMigrationsCommand" (parent: .instanceof.App\Command\Database\Test\TestRunMigrationsCommand.0.App\Command\Database\Test\TestRunMigrationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\User\CreateUserCommand" (parent: .abstract.instanceof.App\Command\Database\User\CreateUserCommand).
Resolving inheritance for ".instanceof.App\Command\Database\User\CreateUserCommand.0.App\Command\Database\User\CreateUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\User\CreateUserCommand).
Resolving inheritance for "App\Command\Database\User\CreateUserCommand" (parent: .instanceof.App\Command\Database\User\CreateUserCommand.0.App\Command\Database\User\CreateUserCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DatabaseCollationCheckCommand" (parent: .abstract.instanceof.App\Command\DatabaseCollationCheckCommand).
Resolving inheritance for ".instanceof.App\Command\DatabaseCollationCheckCommand.0.App\Command\DatabaseCollationCheckCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DatabaseCollationCheckCommand).
Resolving inheritance for "App\Command\DatabaseCollationCheckCommand" (parent: .instanceof.App\Command\DatabaseCollationCheckCommand.0.App\Command\DatabaseCollationCheckCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DatabaseStoredProceduresCommand" (parent: .abstract.instanceof.App\Command\DatabaseStoredProceduresCommand).
Resolving inheritance for ".instanceof.App\Command\DatabaseStoredProceduresCommand.0.App\Command\DatabaseStoredProceduresCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DatabaseStoredProceduresCommand).
Resolving inheritance for "App\Command\DatabaseStoredProceduresCommand" (parent: .instanceof.App\Command\DatabaseStoredProceduresCommand.0.App\Command\DatabaseStoredProceduresCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateTranslationCommand" (parent: .abstract.instanceof.App\Command\GenerateTranslationCommand).
Resolving inheritance for ".instanceof.App\Command\GenerateTranslationCommand.0.App\Command\GenerateTranslationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateTranslationCommand).
Resolving inheritance for "App\Command\GenerateTranslationCommand" (parent: .instanceof.App\Command\GenerateTranslationCommand.0.App\Command\GenerateTranslationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MercureDebugCommand" (parent: .abstract.instanceof.App\Command\MercureDebugCommand).
Resolving inheritance for ".instanceof.App\Command\MercureDebugCommand.0.App\Command\MercureDebugCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MercureDebugCommand).
Resolving inheritance for "App\Command\MercureDebugCommand" (parent: .instanceof.App\Command\MercureDebugCommand.0.App\Command\MercureDebugCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\System\AppInit" (parent: .abstract.instanceof.App\Command\System\AppInit).
Resolving inheritance for ".instanceof.App\Command\System\AppInit.0.App\Command\System\AppInit" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\System\AppInit).
Resolving inheritance for "App\Command\System\AppInit" (parent: .instanceof.App\Command\System\AppInit.0.App\Command\System\AppInit).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\System\AppSeeder" (parent: .abstract.instanceof.App\Command\System\AppSeeder).
Resolving inheritance for ".instanceof.App\Command\System\AppSeeder.0.App\Command\System\AppSeeder" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\System\AppSeeder).
Resolving inheritance for "App\Command\System\AppSeeder" (parent: .instanceof.App\Command\System\AppSeeder.0.App\Command\System\AppSeeder).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\System\TestAppInit" (parent: .abstract.instanceof.App\Command\System\TestAppInit).
Resolving inheritance for ".instanceof.App\Command\System\TestAppInit.0.App\Command\System\TestAppInit" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\System\TestAppInit).
Resolving inheritance for "App\Command\System\TestAppInit" (parent: .instanceof.App\Command\System\TestAppInit.0.App\Command\System\TestAppInit).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\System\TestSchedulerEmailCommand" (parent: .abstract.instanceof.App\Command\System\TestSchedulerEmailCommand).
Resolving inheritance for ".instanceof.App\Command\System\TestSchedulerEmailCommand.0.App\Command\System\TestSchedulerEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\System\TestSchedulerEmailCommand).
Resolving inheritance for "App\Command\System\TestSchedulerEmailCommand" (parent: .instanceof.App\Command\System\TestSchedulerEmailCommand.0.App\Command\System\TestSchedulerEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateOfferStatusCommand" (parent: .abstract.instanceof.App\Command\UpdateOfferStatusCommand).
Resolving inheritance for ".instanceof.App\Command\UpdateOfferStatusCommand.0.App\Command\UpdateOfferStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateOfferStatusCommand).
Resolving inheritance for "App\Command\UpdateOfferStatusCommand" (parent: .instanceof.App\Command\UpdateOfferStatusCommand.0.App\Command\UpdateOfferStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DebugController" (parent: .abstract.instanceof.App\Controller\DebugController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DebugController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DebugController).
Resolving inheritance for ".instanceof.App\Controller\DebugController.0.App\Controller\DebugController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DebugController).
Resolving inheritance for "App\Controller\DebugController" (parent: .instanceof.App\Controller\DebugController.0.App\Controller\DebugController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SentryTestController" (parent: .abstract.instanceof.App\Controller\SentryTestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SentryTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SentryTestController).
Resolving inheritance for "App\Controller\SentryTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SentryTestController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.App\EventListener\AuthenticationFailureListener.0.App\EventListener\AuthenticationFailureListener" (parent: .abstract.instanceof.App\EventListener\AuthenticationFailureListener).
Resolving inheritance for "App\EventListener\AuthenticationFailureListener" (parent: .instanceof.App\EventListener\AuthenticationFailureListener.0.App\EventListener\AuthenticationFailureListener).
Resolving inheritance for ".instanceof.App\EventListener\LogEntryUserIdUpdater.0.App\EventListener\LogEntryUserIdUpdater" (parent: .abstract.instanceof.App\EventListener\LogEntryUserIdUpdater).
Resolving inheritance for "App\EventListener\LogEntryUserIdUpdater" (parent: .instanceof.App\EventListener\LogEntryUserIdUpdater.0.App\EventListener\LogEntryUserIdUpdater).
Resolving inheritance for ".instanceof.App\EventListener\UserStatusListener.0.App\EventListener\UserStatusListener" (parent: .abstract.instanceof.App\EventListener\UserStatusListener).
Resolving inheritance for "App\EventListener\UserStatusListener" (parent: .instanceof.App\EventListener\UserStatusListener.0.App\EventListener\UserStatusListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LoginAttemptSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LoginAttemptSubscriber).
Resolving inheritance for "App\EventSubscriber\LoginAttemptSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LoginAttemptSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LoginSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LoginSubscriber).
Resolving inheritance for "App\EventSubscriber\LoginSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LoginSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RedirectToPreferredLocaleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\RedirectToPreferredLocaleSubscriber).
Resolving inheritance for "App\EventSubscriber\RedirectToPreferredLocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RedirectToPreferredLocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SchedulerMonitoringSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\SchedulerMonitoringSubscriber).
Resolving inheritance for "App\EventSubscriber\SchedulerMonitoringSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SchedulerMonitoringSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType" (parent: .abstract.instanceof.App\Form\ChangePasswordType).
Resolving inheritance for "App\Form\ChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientEmployeeType" (parent: .abstract.instanceof.App\Form\ClientEmployeeType).
Resolving inheritance for "App\Form\ClientEmployeeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientEmployeeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientType" (parent: .abstract.instanceof.App\Form\ClientType).
Resolving inheritance for "App\Form\ClientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FinishRegistrationType" (parent: .abstract.instanceof.App\Form\FinishRegistrationType).
Resolving inheritance for "App\Form\FinishRegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FinishRegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InviteUserType" (parent: .abstract.instanceof.App\Form\InviteUserType).
Resolving inheritance for "App\Form\InviteUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InviteUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferComparisonFilterType" (parent: .abstract.instanceof.App\Form\OfferComparisonFilterType).
Resolving inheritance for "App\Form\OfferComparisonFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferComparisonFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferHistoryReportFilterType" (parent: .abstract.instanceof.App\Form\OfferHistoryReportFilterType).
Resolving inheritance for "App\Form\OfferHistoryReportFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferHistoryReportFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferItemType" (parent: .abstract.instanceof.App\Form\OfferItemType).
Resolving inheritance for "App\Form\OfferItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferStatisticsReportFilterType" (parent: .abstract.instanceof.App\Form\OfferStatisticsReportFilterType).
Resolving inheritance for "App\Form\OfferStatisticsReportFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferStatisticsReportFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferTemplateType" (parent: .abstract.instanceof.App\Form\OfferTemplateType).
Resolving inheritance for "App\Form\OfferTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferType" (parent: .abstract.instanceof.App\Form\OfferType).
Resolving inheritance for "App\Form\OfferType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordForgotType" (parent: .abstract.instanceof.App\Form\PasswordForgotType).
Resolving inheritance for "App\Form\PasswordForgotType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordForgotType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordResetType" (parent: .abstract.instanceof.App\Form\PasswordResetType).
Resolving inheritance for "App\Form\PasswordResetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordResetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PriceListType" (parent: .abstract.instanceof.App\Form\PriceListType).
Resolving inheritance for "App\Form\PriceListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PriceListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType" (parent: .abstract.instanceof.App\Form\ProductType).
Resolving inheritance for "App\Form\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileEditType" (parent: .abstract.instanceof.App\Form\ProfileEditType).
Resolving inheritance for "App\Form\ProfileEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType" (parent: .abstract.instanceof.App\Form\RegistrationType).
Resolving inheritance for "App\Form\RegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserActivityReportFilterType" (parent: .abstract.instanceof.App\Form\UserActivityReportFilterType).
Resolving inheritance for "App\Form\UserActivityReportFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserActivityReportFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
Resolving inheritance for ".instanceof.App\Mapper\UserApiToEntityMapper.0.App\Mapper\UserApiToEntityMapper" (parent: .abstract.instanceof.App\Mapper\UserApiToEntityMapper).
Resolving inheritance for "App\Mapper\UserApiToEntityMapper" (parent: .instanceof.App\Mapper\UserApiToEntityMapper.0.App\Mapper\UserApiToEntityMapper).
Resolving inheritance for ".instanceof.App\Mapper\UserEntityToApiMapper.0.App\Mapper\UserEntityToApiMapper" (parent: .abstract.instanceof.App\Mapper\UserEntityToApiMapper).
Resolving inheritance for "App\Mapper\UserEntityToApiMapper" (parent: .instanceof.App\Mapper\UserEntityToApiMapper.0.App\Mapper\UserEntityToApiMapper).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\Admin\DefaultController" (parent: .abstract.instanceof.App\Middleware\Admin\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\Admin\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\Admin\DefaultController).
Resolving inheritance for ".instanceof.App\Middleware\Admin\DefaultController.0.App\Middleware\Admin\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\Admin\DefaultController).
Resolving inheritance for "App\Middleware\Admin\DefaultController" (parent: .instanceof.App\Middleware\Admin\DefaultController.0.App\Middleware\Admin\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\ClientController" (parent: .abstract.instanceof.App\Middleware\ClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\ClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\ClientController).
Resolving inheritance for ".instanceof.App\Middleware\ClientController.0.App\Middleware\ClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\ClientController).
Resolving inheritance for "App\Middleware\ClientController" (parent: .instanceof.App\Middleware\ClientController.0.App\Middleware\ClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\DefaultController" (parent: .abstract.instanceof.App\Middleware\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\DefaultController).
Resolving inheritance for "App\Middleware\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\OfferController" (parent: .abstract.instanceof.App\Middleware\OfferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\OfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\OfferController).
Resolving inheritance for ".instanceof.App\Middleware\OfferController.0.App\Middleware\OfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\OfferController).
Resolving inheritance for "App\Middleware\OfferController" (parent: .instanceof.App\Middleware\OfferController.0.App\Middleware\OfferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\OfferTemplateController" (parent: .abstract.instanceof.App\Middleware\OfferTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\OfferTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\OfferTemplateController).
Resolving inheritance for ".instanceof.App\Middleware\OfferTemplateController.0.App\Middleware\OfferTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\OfferTemplateController).
Resolving inheritance for "App\Middleware\OfferTemplateController" (parent: .instanceof.App\Middleware\OfferTemplateController.0.App\Middleware\OfferTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\PasswordController" (parent: .abstract.instanceof.App\Middleware\PasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\PasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\PasswordController).
Resolving inheritance for "App\Middleware\PasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\PasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\PriceListController" (parent: .abstract.instanceof.App\Middleware\PriceListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\PriceListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\PriceListController).
Resolving inheritance for ".instanceof.App\Middleware\PriceListController.0.App\Middleware\PriceListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\PriceListController).
Resolving inheritance for "App\Middleware\PriceListController" (parent: .instanceof.App\Middleware\PriceListController.0.App\Middleware\PriceListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\ProductController" (parent: .abstract.instanceof.App\Middleware\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\ProductController).
Resolving inheritance for ".instanceof.App\Middleware\ProductController.0.App\Middleware\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\ProductController).
Resolving inheritance for "App\Middleware\ProductController" (parent: .instanceof.App\Middleware\ProductController.0.App\Middleware\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\RegisterController" (parent: .abstract.instanceof.App\Middleware\RegisterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\RegisterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\RegisterController).
Resolving inheritance for ".instanceof.App\Middleware\RegisterController.0.App\Middleware\RegisterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\RegisterController).
Resolving inheritance for "App\Middleware\RegisterController" (parent: .instanceof.App\Middleware\RegisterController.0.App\Middleware\RegisterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\ReportController" (parent: .abstract.instanceof.App\Middleware\ReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\ReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\ReportController).
Resolving inheritance for ".instanceof.App\Middleware\ReportController.0.App\Middleware\ReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\ReportController).
Resolving inheritance for "App\Middleware\ReportController" (parent: .instanceof.App\Middleware\ReportController.0.App\Middleware\ReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\SecurityController" (parent: .abstract.instanceof.App\Middleware\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\SecurityController).
Resolving inheritance for ".instanceof.App\Middleware\SecurityController.0.App\Middleware\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\SecurityController).
Resolving inheritance for "App\Middleware\SecurityController" (parent: .instanceof.App\Middleware\SecurityController.0.App\Middleware\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\TermsOfServiceController" (parent: .abstract.instanceof.App\Middleware\TermsOfServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\TermsOfServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\TermsOfServiceController).
Resolving inheritance for ".instanceof.App\Middleware\TermsOfServiceController.0.App\Middleware\TermsOfServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\TermsOfServiceController).
Resolving inheritance for "App\Middleware\TermsOfServiceController" (parent: .instanceof.App\Middleware\TermsOfServiceController.0.App\Middleware\TermsOfServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\UserController" (parent: .abstract.instanceof.App\Middleware\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\UserController).
Resolving inheritance for ".instanceof.App\Middleware\UserController.0.App\Middleware\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\UserController).
Resolving inheritance for "App\Middleware\UserController" (parent: .instanceof.App\Middleware\UserController.0.App\Middleware\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\UserProfileController" (parent: .abstract.instanceof.App\Middleware\UserProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\UserProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\UserProfileController).
Resolving inheritance for ".instanceof.App\Middleware\UserProfileController.0.App\Middleware\UserProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\UserProfileController).
Resolving inheritance for "App\Middleware\UserProfileController" (parent: .instanceof.App\Middleware\UserProfileController.0.App\Middleware\UserProfileController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientsEmployeesRepository" (parent: .abstract.instanceof.App\Repository\ClientsEmployeesRepository).
Resolving inheritance for "App\Repository\ClientsEmployeesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientsEmployeesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientsRepository" (parent: .abstract.instanceof.App\Repository\ClientsRepository).
Resolving inheritance for "App\Repository\ClientsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferItemsRepository" (parent: .abstract.instanceof.App\Repository\OfferItemsRepository).
Resolving inheritance for "App\Repository\OfferItemsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferItemsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferSequencesRepository" (parent: .abstract.instanceof.App\Repository\OfferSequencesRepository).
Resolving inheritance for "App\Repository\OfferSequencesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferSequencesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferTemplateRepository" (parent: .abstract.instanceof.App\Repository\OfferTemplateRepository).
Resolving inheritance for "App\Repository\OfferTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OffersRepository" (parent: .abstract.instanceof.App\Repository\OffersRepository).
Resolving inheritance for "App\Repository\OffersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OffersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceListImportTempRepository" (parent: .abstract.instanceof.App\Repository\PriceListImportTempRepository).
Resolving inheritance for "App\Repository\PriceListImportTempRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceListImportTempRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceListItemsRepository" (parent: .abstract.instanceof.App\Repository\PriceListItemsRepository).
Resolving inheritance for "App\Repository\PriceListItemsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceListItemsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceListsRepository" (parent: .abstract.instanceof.App\Repository\PriceListsRepository).
Resolving inheritance for "App\Repository\PriceListsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceListsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductsRepository" (parent: .abstract.instanceof.App\Repository\ProductsRepository).
Resolving inheritance for "App\Repository\ProductsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.App\Schedule.0.App\Schedule" (parent: .abstract.instanceof.App\Schedule).
Resolving inheritance for "App\Schedule" (parent: .instanceof.App\Schedule.0.App\Schedule).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Token\ApiTokenService" (parent: .abstract.instanceof.App\Service\Token\ApiTokenService).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\Token\ApiTokenService" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Token\ApiTokenService).
Resolving inheritance for "App\Service\Token\ApiTokenService" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\Token\ApiTokenService).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\ClientFormComponent" (parent: .abstract.instanceof.App\Twig\Components\ClientFormComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\ClientFormComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\ClientFormComponent).
Resolving inheritance for ".instanceof.App\Twig\Components\ClientFormComponent.0.App\Twig\Components\ClientFormComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\ClientFormComponent).
Resolving inheritance for "App\Twig\Components\ClientFormComponent" (parent: .instanceof.App\Twig\Components\ClientFormComponent.0.App\Twig\Components\ClientFormComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\ClientsTableComponent" (parent: .abstract.instanceof.App\Twig\Components\ClientsTableComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\ClientsTableComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\ClientsTableComponent).
Resolving inheritance for ".instanceof.App\Twig\Components\ClientsTableComponent.0.App\Twig\Components\ClientsTableComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\ClientsTableComponent).
Resolving inheritance for "App\Twig\Components\ClientsTableComponent" (parent: .instanceof.App\Twig\Components\ClientsTableComponent.0.App\Twig\Components\ClientsTableComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\OfferFormComponent" (parent: .abstract.instanceof.App\Twig\Components\OfferFormComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\OfferFormComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\OfferFormComponent).
Resolving inheritance for ".instanceof.App\Twig\Components\OfferFormComponent.0.App\Twig\Components\OfferFormComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\OfferFormComponent).
Resolving inheritance for "App\Twig\Components\OfferFormComponent" (parent: .instanceof.App\Twig\Components\OfferFormComponent.0.App\Twig\Components\OfferFormComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\OfferTemplatesTableComponent" (parent: .abstract.instanceof.App\Twig\Components\OfferTemplatesTableComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\OfferTemplatesTableComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\OfferTemplatesTableComponent).
Resolving inheritance for ".instanceof.App\Twig\Components\OfferTemplatesTableComponent.0.App\Twig\Components\OfferTemplatesTableComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\OfferTemplatesTableComponent).
Resolving inheritance for "App\Twig\Components\OfferTemplatesTableComponent" (parent: .instanceof.App\Twig\Components\OfferTemplatesTableComponent.0.App\Twig\Components\OfferTemplatesTableComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\OffersTableComponent" (parent: .abstract.instanceof.App\Twig\Components\OffersTableComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\OffersTableComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\OffersTableComponent).
Resolving inheritance for ".instanceof.App\Twig\Components\OffersTableComponent.0.App\Twig\Components\OffersTableComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\OffersTableComponent).
Resolving inheritance for "App\Twig\Components\OffersTableComponent" (parent: .instanceof.App\Twig\Components\OffersTableComponent.0.App\Twig\Components\OffersTableComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\PriceListFormComponent" (parent: .abstract.instanceof.App\Twig\Components\PriceListFormComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\PriceListFormComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\PriceListFormComponent).
Resolving inheritance for ".instanceof.App\Twig\Components\PriceListFormComponent.0.App\Twig\Components\PriceListFormComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\PriceListFormComponent).
Resolving inheritance for "App\Twig\Components\PriceListFormComponent" (parent: .instanceof.App\Twig\Components\PriceListFormComponent.0.App\Twig\Components\PriceListFormComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\PriceListsTableComponent" (parent: .abstract.instanceof.App\Twig\Components\PriceListsTableComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\PriceListsTableComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\PriceListsTableComponent).
Resolving inheritance for ".instanceof.App\Twig\Components\PriceListsTableComponent.0.App\Twig\Components\PriceListsTableComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\PriceListsTableComponent).
Resolving inheritance for "App\Twig\Components\PriceListsTableComponent" (parent: .instanceof.App\Twig\Components\PriceListsTableComponent.0.App\Twig\Components\PriceListsTableComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\ProductFormComponent" (parent: .abstract.instanceof.App\Twig\Components\ProductFormComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\ProductFormComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\ProductFormComponent).
Resolving inheritance for ".instanceof.App\Twig\Components\ProductFormComponent.0.App\Twig\Components\ProductFormComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\ProductFormComponent).
Resolving inheritance for "App\Twig\Components\ProductFormComponent" (parent: .instanceof.App\Twig\Components\ProductFormComponent.0.App\Twig\Components\ProductFormComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\ProductsTableComponent" (parent: .abstract.instanceof.App\Twig\Components\ProductsTableComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\ProductsTableComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\ProductsTableComponent).
Resolving inheritance for ".instanceof.App\Twig\Components\ProductsTableComponent.0.App\Twig\Components\ProductsTableComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\ProductsTableComponent).
Resolving inheritance for "App\Twig\Components\ProductsTableComponent" (parent: .instanceof.App\Twig\Components\ProductsTableComponent.0.App\Twig\Components\ProductsTableComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\UserFormComponent" (parent: .abstract.instanceof.App\Twig\Components\UserFormComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\UserFormComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\UserFormComponent).
Resolving inheritance for ".instanceof.App\Twig\Components\UserFormComponent.0.App\Twig\Components\UserFormComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\UserFormComponent).
Resolving inheritance for "App\Twig\Components\UserFormComponent" (parent: .instanceof.App\Twig\Components\UserFormComponent.0.App\Twig\Components\UserFormComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\UsersTableComponent" (parent: .abstract.instanceof.App\Twig\Components\UsersTableComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\UsersTableComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\UsersTableComponent).
Resolving inheritance for ".instanceof.App\Twig\Components\UsersTableComponent.0.App\Twig\Components\UsersTableComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\UsersTableComponent).
Resolving inheritance for "App\Twig\Components\UsersTableComponent" (parent: .instanceof.App\Twig\Components\UsersTableComponent.0.App\Twig\Components\UsersTableComponent).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UserExtension" (parent: .abstract.instanceof.App\Twig\UserExtension).
Resolving inheritance for "App\Twig\UserExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UserExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\DraftStatusRequiresNoOfferNumberValidator" (parent: .abstract.instanceof.App\Validator\DraftStatusRequiresNoOfferNumberValidator).
Resolving inheritance for "App\Validator\DraftStatusRequiresNoOfferNumberValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\DraftStatusRequiresNoOfferNumberValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\EmailDomainValidator" (parent: .abstract.instanceof.App\Validator\EmailDomainValidator).
Resolving inheritance for "App\Validator\EmailDomainValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\EmailDomainValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ValidPriceListsForOfferValidator" (parent: .abstract.instanceof.App\Validator\ValidPriceListsForOfferValidator).
Resolving inheritance for "App\Validator\ValidPriceListsForOfferValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ValidPriceListsForOfferValidator).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.scheduler" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.gmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.scheduler" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sync" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.in_memory" (parent: security.user.provider.in_memory).
Resolving inheritance for "security.user.provider.concrete.database_users" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_login" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.json_login.api_login" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.api_login.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.api_login.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.api_login.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.api_login.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.manager.api_login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api_login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api_login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api_login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.middleware" (parent: security.firewall.config).
Resolving inheritance for "security.listener.middleware.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.middleware" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.middleware" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.middleware" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.middleware" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.manager.middleware" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.middleware" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.middleware" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.middleware" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.middleware" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.ux.twig_component" (parent: cache.system).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "Zenstruck\Foundry\ORM\ResetDatabase\OrmResetter" (parent: .zenstruck_foundry.persistence.database_resetter.orm.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for ".instanceof.App\Attribute\FormField.0.App\Attribute\FormField" (parent: .abstract.instanceof.App\Attribute\FormField).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Currency" (parent: .abstract.instanceof.App\Enum\Currency).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\OfferRating" (parent: .abstract.instanceof.App\Enum\OfferRating).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\OfferStatus" (parent: .abstract.instanceof.App\Enum\OfferStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\ProjectStatus" (parent: .abstract.instanceof.App\Enum\ProjectStatus).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\DraftStatusRequiresNoOfferNumber" (parent: .abstract.instanceof.App\Validator\DraftStatusRequiresNoOfferNumber).
Resolving inheritance for ".instanceof.App\Validator\DraftStatusRequiresNoOfferNumber.0.App\Validator\DraftStatusRequiresNoOfferNumber" (parent: .instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\DraftStatusRequiresNoOfferNumber).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\EmailDomain" (parent: .abstract.instanceof.App\Validator\EmailDomain).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\ValidPriceListsForOffer" (parent: .abstract.instanceof.App\Validator\ValidPriceListsForOffer).
Resolving inheritance for ".instanceof.App\Validator\ValidPriceListsForOffer.0.App\Validator\ValidPriceListsForOffer" (parent: .instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\ValidPriceListsForOffer).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_story" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_factory" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_autocomplete_field" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" (parent: Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.password_reset" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.app.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.system.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.serializer.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.property_info.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.messenger.restart_workers_signal.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.scheduler.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_token_verifier.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.result.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.query.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.ux.twig_component.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.webpack_encore.traceable" (parent: sentry.tracing.traceable_cache_adapter).
3
Skipping service "App\Infrastructure\DataPersister\User\UserPersister": Class or interface "App\Infrastructure\DataPersister\User\UserPersister" cannot be loaded.
Skipping service "App\State\EntityClassDtoStateProcessor": Class or interface "App\State\EntityClassDtoStateProcessor" cannot be loaded.
Skipping service "App\State\EntityToDtoStateProvider": Class or interface "App\State\EntityToDtoStateProvider" cannot be loaded.
6
Removing service-argument resolver for controller "App\Twig\Components\ClientsTableComponent::mount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Twig\Components\OfferTemplatesTableComponent::mount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Twig\Components\OffersTableComponent::mount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Twig\Components\PriceListsTableComponent::mount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Twig\Components\ProductsTableComponent::mount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Twig\Components\UsersTableComponent::mount": no corresponding services exist for the referenced types.
294
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "html_sanitizer"; reason: private alias.
Removed service "Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.api_login"; reason: private alias.
Removed service "security.user_checker.api_login"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.middleware"; reason: private alias.
Removed service "security.user_checker.middleware"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\UX\TwigComponent\ComponentRendererInterface"; reason: private alias.
Removed service "console.command.stimulus_component_debug"; reason: private alias.
Removed service "Symfony\UX\LiveComponent\LiveResponder"; reason: private alias.
Removed service "Symfony\UX\LiveComponent\ComponentValidatorInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Symfony\UX\Turbo\Broadcaster\BroadcasterInterface"; reason: private alias.
Removed service "Symfonycasts\MicroMapper\MicroMapperInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultTokenFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultTokenProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $defaultHub"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $defaultPublisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface"; reason: private alias.
Removed service "Symfony\Component\Mercure\Publisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface"; reason: private alias.
Removed service "Sentry\ClientInterface"; reason: private alias.
Removed service "Sentry\SentryBundle\EventListener\ConsoleCommandListener"; reason: private alias.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactoryInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $password_resetLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $passwordResetLogger"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "turbo.mercure.stimulus_helper"; reason: private alias.
Removed service ".service_locator.Fn_yR1y"; reason: private alias.
Removed service ".service_locator.QAnzuoV"; reason: private alias.
Removed service ".service_locator.q6rKGBk"; reason: private alias.
Removed service ".service_locator._TWLNPe"; reason: private alias.
Removed service ".service_locator.1ulD8Vc"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "Zenstruck\Foundry\ORM\ResetDatabase\OrmResetter"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "security.csrf.token_manager"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api_login"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.middleware"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.configurator.environment"; reason: private alias.
Removed service "turbo.broadcaster.imux"; reason: private alias.
Removed service ".zenstruck_foundry.factory_registry"; reason: private alias.
Removed service "mercure.hub.default.publisher"; reason: private alias.
Removed service "mercure.hub.default"; reason: private alias.
Removed service "security.event_dispatcher.api_login"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.middleware"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "cache.validator"; reason: private alias.
Removed service "cache.serializer"; reason: private alias.
Removed service "cache.property_info"; reason: private alias.
Removed service "cache.messenger.restart_workers_signal"; reason: private alias.
Removed service "cache.scheduler"; reason: private alias.
Removed service "cache.security_expression_language"; reason: private alias.
Removed service "cache.security_token_verifier"; reason: private alias.
Removed service "cache.doctrine.orm.default.result"; reason: private alias.
Removed service "cache.doctrine.orm.default.query"; reason: private alias.
Removed service "cache.ux.twig_component"; reason: private alias.
Removed service "cache.webpack_encore"; reason: private alias.
Removed service "http_client.transport"; reason: private alias.
Removed service ".service_locator.n_ENPtW"; reason: private alias.
Removed service ".service_locator.7F3DxOo"; reason: private alias.
Removed service ".service_locator.VfbyrVk"; reason: private alias.
Removed service ".service_locator.MDBPzv8"; reason: private alias.
Removed service ".service_locator.den6.pk"; reason: private alias.
Removed service ".service_locator.JcDdenP"; reason: private alias.
Removed service ".service_locator.RQAg60g"; reason: private alias.
Removed service ".service_locator.4jgZicq"; reason: private alias.
Removed service ".service_locator.TsXZf.L"; reason: private alias.
Removed service ".service_locator.5oyfO4t"; reason: private alias.
Removed service ".service_locator.BADvKHk"; reason: private alias.
Removed service ".service_locator.TQfBuI0"; reason: private alias.
Removed service ".service_locator.4C7yPtB"; reason: private alias.
Removed service ".service_locator.MyORY56"; reason: private alias.
Removed service ".service_locator.5Vd5JYV"; reason: private alias.
Removed service ".service_locator.iDfmAU3"; reason: private alias.
Removed service ".service_locator.iDLZ2hS"; reason: private alias.
Removed service ".service_locator.LDR577S"; reason: private alias.
Removed service ".service_locator.J6V8zEu"; reason: private alias.
Removed service ".service_locator.SzpdbHx"; reason: private alias.
Removed service ".service_locator.28RKAVG"; reason: private alias.
Removed service ".service_locator.N7zCDS0"; reason: private alias.
Removed service ".service_locator.h8upAUa"; reason: private alias.
Removed service ".service_locator.de.CXg_"; reason: private alias.
Removed service ".service_locator.d5i5jU1"; reason: private alias.
Removed service ".service_locator.QkfFJ27"; reason: private alias.
Removed service ".service_locator.PwQjC44"; reason: private alias.
Removed service ".service_locator.t9Ts91r"; reason: private alias.
Removed service ".service_locator.T82C0JI"; reason: private alias.
Removed service ".service_locator._MOy2sa"; reason: private alias.
Removed service ".service_locator.kp9_L9m"; reason: private alias.
Removed service ".service_locator.3tqB_wS"; reason: private alias.
Removed service ".service_locator.lbCkmM7"; reason: private alias.
Removed service ".service_locator.s1WKNeA"; reason: private alias.
Removed service ".service_locator.EXnBgGd"; reason: private alias.
Removed service ".service_locator.txGmtlw"; reason: private alias.
Removed service ".service_locator.9__yXRY"; reason: private alias.
Removed service ".service_locator.navQAVH"; reason: private alias.
Removed service ".service_locator.eG4oaHU"; reason: private alias.
Removed service ".service_locator.51if70g"; reason: private alias.
Removed service ".service_locator.otN7IX3"; reason: private alias.
Removed service ".service_locator.DmvGX3O"; reason: private alias.
Removed service ".service_locator.AIEA9Sq"; reason: private alias.
Removed service ".service_locator.hNMhKaf"; reason: private alias.
Removed service ".service_locator.8S7Kgsv"; reason: private alias.
Removed service ".service_locator.JKOUr8S"; reason: private alias.
Removed service ".service_locator.mObliHr"; reason: private alias.
Removed service ".service_locator.850ZJ4n"; reason: private alias.
Removed service ".service_locator.BL72Eoe"; reason: private alias.
Removed service ".service_locator.VYkMt3m"; reason: private alias.
Removed service ".service_locator.ubgG0nR"; reason: private alias.
171
Changed reference of service "App\EventListener\LogoutListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\NotFoundRedirectListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\LoginSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\LoginSubscriber" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\EventSubscriber\RedirectToPreferredLocaleSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\SchedulerMonitoringSubscriber" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Form\FinishRegistrationType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\OfferTemplateType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\RegistrationType" previously pointing to "router.default" to "router".
Changed reference of service "App\Middleware\OfferController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Middleware\RegisterController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Middleware\ReportController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Middleware\UserProfileController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Schedule" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Service\Mailer\MailController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Mailer\MailController" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\OfferHistoryReportExportService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\OfferStatisticsReportExportService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\PriceListExportService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\PriceListImportService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\UserActivityReportExportService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\Components\ClientFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\Components\OfferFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\Components\PriceListFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\Components\ProductFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\Components\UserFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\UserExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "services_resetter" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "services_resetter" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "services_resetter" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "cache.app.taggable" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.system_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.system_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.system_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "cache.system_clearer" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.global_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.global_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.gmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.expression_language" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "scheduler.event_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.cache" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "data_collector.cache" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "data_collector.cache" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "data_collector.cache" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "data_collector.cache" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.is_granted_attribute_expression_language" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "security.is_csrf_token_valid_attribute_expression_language" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login.api_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.api_login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api_login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api_login.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "ux.twig_component.component_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.twig_component.component_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.live_component.twig.component_runtime" previously pointing to "router.default" to "router".
Changed reference of service "ux.live_component.url_factory" previously pointing to "router.default" to "router".
Changed reference of service "ux.live_component.live_controller_attributes_creator" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "ux.autocomplete.entity_autocomplete_controller" previously pointing to "router.default" to "router".
Changed reference of service "ux.autocomplete.base_entity_type" previously pointing to "router.default" to "router".
Changed reference of service "ux.autocomplete.entity_type" previously pointing to "router.default" to "router".
Changed reference of service "ux.autocomplete.choice_type_extension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.518uXiN" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5O4_TGL" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.zXx7xGl" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.nv0cvtv" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.BX5upAi" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator..07AlHS" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.pEYpKTq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.FsHaFDS" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.VR7XbXE" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.TWgpL9T" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.DRTCdY4" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.SaHwipX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.dFBO_qj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.CjB0xWD" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cSknqce" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.N4Tsa_X" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.gbowLEy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.gFMQetC" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.JQO.p5D" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.IlGSE9J" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.rSjCoOG" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.7jukgan" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.6oouSmf" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cache.app_clearer" previously pointing to "cache.app.traceable" to "cache.app".
440
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service ".zenstruck_foundry.persistence.database_resetter.orm.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "ux.autocomplete.wrapped_entity_type_autocompleter"; reason: abstract.
Removed service "sentry.tracing.traceable_cache_adapter"; reason: abstract.
Removed service "sentry.tracing.traceable_tag_aware_cache_adapter"; reason: abstract.
Removed service ".instanceof.App\Attribute\FormField.0.App\Attribute\FormField"; reason: abstract.
Removed service ".abstract.instanceof.App\Attribute\FormField"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Application\RunFixturesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\Database\Application\RunFixturesCommand.0.App\Command\Database\Application\RunFixturesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Database\Application\RunFixturesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Application\RunMigrationsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\Database\Application\RunMigrationsCommand.0.App\Command\Database\Application\RunMigrationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Database\Application\RunMigrationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Import\ImportHistoricalOffersCommand"; reason: abstract.
Removed service ".instanceof.App\Command\Database\Import\ImportHistoricalOffersCommand.0.App\Command\Database\Import\ImportHistoricalOffersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Database\Import\ImportHistoricalOffersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Seeder\ClientsSeederCommand"; reason: abstract.
Removed service ".instanceof.App\Command\Database\Seeder\ClientsSeederCommand.0.App\Command\Database\Seeder\ClientsSeederCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Database\Seeder\ClientsSeederCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Seeder\OfferTemplatesSeederCommand"; reason: abstract.
Removed service ".instanceof.App\Command\Database\Seeder\OfferTemplatesSeederCommand.0.App\Command\Database\Seeder\OfferTemplatesSeederCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Database\Seeder\OfferTemplatesSeederCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Seeder\ProductsSeederCommand"; reason: abstract.
Removed service ".instanceof.App\Command\Database\Seeder\ProductsSeederCommand.0.App\Command\Database\Seeder\ProductsSeederCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Database\Seeder\ProductsSeederCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Seeder\UsersSeederCommand"; reason: abstract.
Removed service ".instanceof.App\Command\Database\Seeder\UsersSeederCommand.0.App\Command\Database\Seeder\UsersSeederCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Database\Seeder\UsersSeederCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Test\TestRunFixturesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\Database\Test\TestRunFixturesCommand.0.App\Command\Database\Test\TestRunFixturesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Database\Test\TestRunFixturesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\Test\TestRunMigrationsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\Database\Test\TestRunMigrationsCommand.0.App\Command\Database\Test\TestRunMigrationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Database\Test\TestRunMigrationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Database\User\CreateUserCommand"; reason: abstract.
Removed service ".instanceof.App\Command\Database\User\CreateUserCommand.0.App\Command\Database\User\CreateUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Database\User\CreateUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DatabaseCollationCheckCommand"; reason: abstract.
Removed service ".instanceof.App\Command\DatabaseCollationCheckCommand.0.App\Command\DatabaseCollationCheckCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DatabaseCollationCheckCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DatabaseStoredProceduresCommand"; reason: abstract.
Removed service ".instanceof.App\Command\DatabaseStoredProceduresCommand.0.App\Command\DatabaseStoredProceduresCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DatabaseStoredProceduresCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateTranslationCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GenerateTranslationCommand.0.App\Command\GenerateTranslationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateTranslationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MercureDebugCommand"; reason: abstract.
Removed service ".instanceof.App\Command\MercureDebugCommand.0.App\Command\MercureDebugCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MercureDebugCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\System\AppInit"; reason: abstract.
Removed service ".instanceof.App\Command\System\AppInit.0.App\Command\System\AppInit"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\System\AppInit"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\System\AppSeeder"; reason: abstract.
Removed service ".instanceof.App\Command\System\AppSeeder.0.App\Command\System\AppSeeder"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\System\AppSeeder"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\System\TestAppInit"; reason: abstract.
Removed service ".instanceof.App\Command\System\TestAppInit.0.App\Command\System\TestAppInit"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\System\TestAppInit"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\System\TestSchedulerEmailCommand"; reason: abstract.
Removed service ".instanceof.App\Command\System\TestSchedulerEmailCommand.0.App\Command\System\TestSchedulerEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\System\TestSchedulerEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateOfferStatusCommand"; reason: abstract.
Removed service ".instanceof.App\Command\UpdateOfferStatusCommand.0.App\Command\UpdateOfferStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateOfferStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DebugController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DebugController"; reason: abstract.
Removed service ".instanceof.App\Controller\DebugController.0.App\Controller\DebugController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DebugController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SentryTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SentryTestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SentryTestController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Currency"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Currency"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\OfferRating"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\OfferRating"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\OfferStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\OfferStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\ProjectStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\ProjectStatus"; reason: abstract.
Removed service ".instanceof.App\EventListener\AuthenticationFailureListener.0.App\EventListener\AuthenticationFailureListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\AuthenticationFailureListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\LogEntryUserIdUpdater.0.App\EventListener\LogEntryUserIdUpdater"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\LogEntryUserIdUpdater"; reason: abstract.
Removed service ".instanceof.App\EventListener\UserStatusListener.0.App\EventListener\UserStatusListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\UserStatusListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LoginAttemptSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LoginAttemptSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LoginSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LoginSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RedirectToPreferredLocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\RedirectToPreferredLocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SchedulerMonitoringSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\SchedulerMonitoringSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientEmployeeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientEmployeeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FinishRegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FinishRegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InviteUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InviteUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferComparisonFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OfferComparisonFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferHistoryReportFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OfferHistoryReportFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OfferItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferStatisticsReportFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OfferStatisticsReportFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OfferTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OfferType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordForgotType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PasswordForgotType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordResetType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PasswordResetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PriceListType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PriceListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProfileEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserActivityReportFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserActivityReportFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
Removed service ".instanceof.App\Mapper\UserApiToEntityMapper.0.App\Mapper\UserApiToEntityMapper"; reason: abstract.
Removed service ".abstract.instanceof.App\Mapper\UserApiToEntityMapper"; reason: abstract.
Removed service ".instanceof.App\Mapper\UserEntityToApiMapper.0.App\Mapper\UserEntityToApiMapper"; reason: abstract.
Removed service ".abstract.instanceof.App\Mapper\UserEntityToApiMapper"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\Admin\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\Admin\DefaultController"; reason: abstract.
Removed service ".instanceof.App\Middleware\Admin\DefaultController.0.App\Middleware\Admin\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Middleware\Admin\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\ClientController"; reason: abstract.
Removed service ".instanceof.App\Middleware\ClientController.0.App\Middleware\ClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Middleware\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Middleware\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\OfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\OfferController"; reason: abstract.
Removed service ".instanceof.App\Middleware\OfferController.0.App\Middleware\OfferController"; reason: abstract.
Removed service ".abstract.instanceof.App\Middleware\OfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\OfferTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\OfferTemplateController"; reason: abstract.
Removed service ".instanceof.App\Middleware\OfferTemplateController.0.App\Middleware\OfferTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Middleware\OfferTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\PasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\PasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Middleware\PasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\PriceListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\PriceListController"; reason: abstract.
Removed service ".instanceof.App\Middleware\PriceListController.0.App\Middleware\PriceListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Middleware\PriceListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\ProductController"; reason: abstract.
Removed service ".instanceof.App\Middleware\ProductController.0.App\Middleware\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Middleware\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\RegisterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\RegisterController"; reason: abstract.
Removed service ".instanceof.App\Middleware\RegisterController.0.App\Middleware\RegisterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Middleware\RegisterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\ReportController"; reason: abstract.
Removed service ".instanceof.App\Middleware\ReportController.0.App\Middleware\ReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Middleware\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\SecurityController"; reason: abstract.
Removed service ".instanceof.App\Middleware\SecurityController.0.App\Middleware\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Middleware\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\TermsOfServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\TermsOfServiceController"; reason: abstract.
Removed service ".instanceof.App\Middleware\TermsOfServiceController.0.App\Middleware\TermsOfServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Middleware\TermsOfServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\UserController"; reason: abstract.
Removed service ".instanceof.App\Middleware\UserController.0.App\Middleware\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Middleware\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Middleware\UserProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Middleware\UserProfileController"; reason: abstract.
Removed service ".instanceof.App\Middleware\UserProfileController.0.App\Middleware\UserProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Middleware\UserProfileController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientsEmployeesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientsEmployeesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferItemsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OfferItemsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferSequencesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OfferSequencesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OfferTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OffersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OffersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceListImportTempRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PriceListImportTempRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceListItemsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PriceListItemsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceListsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PriceListsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.App\Schedule.0.App\Schedule"; reason: abstract.
Removed service ".abstract.instanceof.App\Schedule"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Token\ApiTokenService"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\Token\ApiTokenService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Token\ApiTokenService"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\ClientFormComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\ClientFormComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\ClientFormComponent.0.App\Twig\Components\ClientFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\ClientFormComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\ClientsTableComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\ClientsTableComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\ClientsTableComponent.0.App\Twig\Components\ClientsTableComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\ClientsTableComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\OfferFormComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\OfferFormComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\OfferFormComponent.0.App\Twig\Components\OfferFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\OfferFormComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\OfferTemplatesTableComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\OfferTemplatesTableComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\OfferTemplatesTableComponent.0.App\Twig\Components\OfferTemplatesTableComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\OfferTemplatesTableComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\OffersTableComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\OffersTableComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\OffersTableComponent.0.App\Twig\Components\OffersTableComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\OffersTableComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\PriceListFormComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\PriceListFormComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\PriceListFormComponent.0.App\Twig\Components\PriceListFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\PriceListFormComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\PriceListsTableComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\PriceListsTableComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\PriceListsTableComponent.0.App\Twig\Components\PriceListsTableComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\PriceListsTableComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\ProductFormComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\ProductFormComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\ProductFormComponent.0.App\Twig\Components\ProductFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\ProductFormComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\ProductsTableComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\ProductsTableComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\ProductsTableComponent.0.App\Twig\Components\ProductsTableComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\ProductsTableComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\UserFormComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\UserFormComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\UserFormComponent.0.App\Twig\Components\UserFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\UserFormComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\UsersTableComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\UsersTableComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\UsersTableComponent.0.App\Twig\Components\UsersTableComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\UsersTableComponent"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UserExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\UserExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\DraftStatusRequiresNoOfferNumber"; reason: abstract.
Removed service ".instanceof.App\Validator\DraftStatusRequiresNoOfferNumber.0.App\Validator\DraftStatusRequiresNoOfferNumber"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\DraftStatusRequiresNoOfferNumber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\DraftStatusRequiresNoOfferNumberValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\DraftStatusRequiresNoOfferNumberValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\EmailDomain"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\EmailDomain"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\EmailDomainValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\EmailDomainValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\ValidPriceListsForOffer"; reason: abstract.
Removed service ".instanceof.App\Validator\ValidPriceListsForOffer.0.App\Validator\ValidPriceListsForOffer"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\ValidPriceListsForOffer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ValidPriceListsForOfferValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\ValidPriceListsForOfferValidator"; reason: abstract.
183
Removed service "App\Attribute\FormField"; reason: unused.
Removed service "App\Command\System\Response"; reason: unused.
Removed service "App\Enum\Currency"; reason: unused.
Removed service "App\Enum\OfferRating"; reason: unused.
Removed service "App\Enum\OfferStatus"; reason: unused.
Removed service "App\Enum\ProjectStatus"; reason: unused.
Removed service "App\Exception\Import\ImportException"; reason: unused.
Removed service "App\Exception\Import\InvalidCountryException"; reason: unused.
Removed service "App\Exception\Import\ProductNotFoundException"; reason: unused.
Removed service "App\Exception\Import\UserNotFoundException"; reason: unused.
Removed service "App\Infrastructure\DataPersister\User\UserPersister"; reason: unused.
Removed service "App\Infrastructure\Dto\User\DeleteUserInput"; reason: unused.
Removed service "App\Infrastructure\Dto\User\DeleteUserOutput"; reason: unused.
Removed service "App\Infrastructure\Dto\User\GetCollectionUserInput"; reason: unused.
Removed service "App\Infrastructure\Dto\User\GetCollectionUserOutput"; reason: unused.
Removed service "App\Infrastructure\Dto\User\GetUserInput"; reason: unused.
Removed service "App\Infrastructure\Dto\User\GetUserOutput"; reason: unused.
Removed service "App\Infrastructure\Dto\User\PatchUserInput"; reason: unused.
Removed service "App\Infrastructure\Dto\User\PatchUserOutput"; reason: unused.
Removed service "App\Infrastructure\Dto\User\PutUserInput"; reason: unused.
Removed service "App\Infrastructure\Dto\User\PutUserOutput"; reason: unused.
Removed service "App\Mapper\UserApiToEntityMapper"; reason: unused.
Removed service "App\Mapper\UserEntityToApiMapper"; reason: unused.
Removed service "App\Service\Mailer\GmailOAuthTransport"; reason: unused.
Removed service "App\State\EntityClassDtoStateProcessor"; reason: unused.
Removed service "App\State\EntityToDtoStateProvider"; reason: unused.
Removed service "App\Util\StringUtils"; reason: unused.
Removed service "App\Utils\Validator"; reason: unused.
Removed service "App\Validator\DraftStatusRequiresNoOfferNumber"; reason: unused.
Removed service "App\Validator\EmailDomain"; reason: unused.
Removed service "App\Validator\ValidPriceListsForOffer"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "mailer.mailer"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.api_login"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "security.user_checker.chain.middleware"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service ".1_ServiceLocator~DPvWIMv"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "ux.twig_component.twig.lexer"; reason: unused.
Removed service "Symfony\UX\LiveComponent\ComponentValidator"; reason: unused.
Removed service "stimulus.asset_mapper.ux_package_reader"; reason: unused.
Removed service "svelte.asset_mapper.svelte_controller_loader_compiler"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "symfonycasts.micro_mapper"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_failure"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable"; reason: unused.
Removed service "Symfony\Component\Mercure\Discovery"; reason: unused.
Removed service "stof_doctrine_extensions.tool.ip_address_provider"; reason: unused.
Removed service "stof_doctrine_extensions.event_listener.logger"; reason: unused.
Removed service "ux.autocomplete.entity_search_util"; reason: unused.
Removed service "ux.autocomplete.entity_metadata_factory"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator"; reason: unused.
Removed service ".service_locator.kY_JWFT"; reason: unused.
Removed service ".service_locator.kY_JWFT.App\Twig\Components\ClientsTableComponent::mount()"; reason: unused.
Removed service ".service_locator.y63HnRd"; reason: unused.
Removed service ".service_locator.y63HnRd.App\Twig\Components\OfferTemplatesTableComponent::mount()"; reason: unused.
Removed service ".service_locator.lQBSXVv"; reason: unused.
Removed service ".service_locator.lQBSXVv.App\Twig\Components\OffersTableComponent::mount()"; reason: unused.
Removed service ".service_locator.3DvKj2o"; reason: unused.
Removed service ".service_locator.3DvKj2o.App\Twig\Components\PriceListsTableComponent::mount()"; reason: unused.
Removed service ".service_locator.dntTZFH"; reason: unused.
Removed service ".service_locator.dntTZFH.App\Twig\Components\ProductsTableComponent::mount()"; reason: unused.
Removed service ".service_locator.DQv_DQZ"; reason: unused.
Removed service ".service_locator.DQv_DQZ.App\Twig\Components\UsersTableComponent::mount()"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.scheduler_trigger"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.number"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.lZH22eH"; reason: unused.
Removed service ".service_locator.lZH22eH.Symfony\UX\LiveComponent\ComponentValidator"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.btBh8Uk"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable.inner"; reason: unused.
495
Inlined service "App\Service\Import\HistoricalOfferImportService" to "App\Command\Database\Import\ImportHistoricalOffersCommand".
Inlined service "App\Seeder\ClientsSeeder" to "App\Command\Database\Seeder\ClientsSeederCommand".
Inlined service "App\Seeder\OfferTemplatesSeeder" to "App\Command\Database\Seeder\OfferTemplatesSeederCommand".
Inlined service "App\Seeder\ProductsSeeder" to "App\Command\Database\Seeder\ProductsSeederCommand".
Inlined service "App\Seeder\UsersSeeder" to "App\Command\Database\Seeder\UsersSeederCommand".
Inlined service ".service_locator.rSjCoOG.App\Controller\DebugController" to "App\Controller\DebugController".
Inlined service ".service_locator.rSjCoOG.App\Controller\SentryTestController" to "App\Controller\SentryTestController".
Inlined service ".service_locator.rSjCoOG.App\Middleware\Admin\DefaultController" to "App\Middleware\Admin\DefaultController".
Inlined service ".service_locator.rSjCoOG.App\Middleware\ClientController" to "App\Middleware\ClientController".
Inlined service ".service_locator.rSjCoOG.App\Middleware\DefaultController" to "App\Middleware\DefaultController".
Inlined service ".service_locator.rSjCoOG.App\Middleware\OfferController" to "App\Middleware\OfferController".
Inlined service ".service_locator.rSjCoOG.App\Middleware\OfferTemplateController" to "App\Middleware\OfferTemplateController".
Inlined service ".service_locator.rSjCoOG.App\Middleware\PasswordController" to "App\Middleware\PasswordController".
Inlined service ".service_locator.rSjCoOG.App\Middleware\PriceListController" to "App\Middleware\PriceListController".
Inlined service ".service_locator.rSjCoOG.App\Middleware\ProductController" to "App\Middleware\ProductController".
Inlined service ".service_locator.rSjCoOG.App\Middleware\RegisterController" to "App\Middleware\RegisterController".
Inlined service ".service_locator.rSjCoOG.App\Middleware\ReportController" to "App\Middleware\ReportController".
Inlined service ".service_locator.rSjCoOG.App\Middleware\SecurityController" to "App\Middleware\SecurityController".
Inlined service ".service_locator.rSjCoOG.App\Middleware\TermsOfServiceController" to "App\Middleware\TermsOfServiceController".
Inlined service ".service_locator.rSjCoOG.App\Middleware\UserController" to "App\Middleware\UserController".
Inlined service ".service_locator.rSjCoOG.App\Middleware\UserProfileController" to "App\Middleware\UserProfileController".
Inlined service "App\Service\Import\CountryCodeMapper" to "App\Service\Import\CsvRowMapper".
Inlined service "App\Service\Import\CsvRowMapper" to "App\Service\Import\HistoricalOfferImportService".
Inlined service "App\Service\OfferNumberGenerator" to "App\Service\OfferFinalizationService".
Inlined service ".service_locator.rSjCoOG.App\Service\Token\ApiTokenService" to "App\Service\Token\ApiTokenService".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.va_rxC4" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.DOrA4Nm" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.ILdUWIS" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.7jukgan.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.rhF__EI" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.u.4FiKa" to "router.expression_language_provider".
Inlined service ".service_locator.qXR9Hv0.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service ".service_locator.riiCAol" to "type_info.resolver".
Inlined service "type_info.resolver.reflection_parameter" to "type_info.resolver.reflection_parameter.phpdoc_aware".
Inlined service "type_info.resolver.reflection_property" to "type_info.resolver.reflection_property.phpdoc_aware".
Inlined service "type_info.resolver.reflection_return" to "type_info.resolver.reflection_return.phpdoc_aware".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" to "session_listener".
Inlined service "security.csrf.same_origin_token_manager.inner" to "security.csrf.same_origin_token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.3Ub90H3" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator._ndQCCc" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.z.48i0Y" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.IlGSE9J" to "messenger.routable_message_bus".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "ux.twig_component.data_collector" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.mercure" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.l73xxOy" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "html_sanitizer.config.default" to "html_sanitizer.sanitizer.default".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.2QMaG2L" to "security.helper".
Inlined service ".service_locator..KH.14H" to "security.helper".
Inlined service ".service_locator.JimicQO" to "security.helper".
Inlined service ".service_locator.D3OIN7Z" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service ".security.request_matcher.HnmvRbr" to "security.access_map".
Inlined service ".security.request_matcher.zhSiVz_" to "security.access_map".
Inlined service ".security.request_matcher.qdx1Y3a" to "security.access_map".
Inlined service ".security.request_matcher.Y2JECpI" to "security.access_map".
Inlined service ".security.request_matcher.0tMb.ud" to "security.access_map".
Inlined service ".security.request_matcher.MCfzGmr" to "security.access_map".
Inlined service ".security.request_matcher.SVK5D2B" to "security.access_map".
Inlined service ".security.request_matcher.iDgaL8O" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.success_handler.api_login.json_login" to "security.authenticator.json_login.api_login".
Inlined service "security.authentication.failure_handler.api_login.json_login" to "security.authenticator.json_login.api_login".
Inlined service "debug.security.firewall.authenticator.api_login.inner" to "debug.security.firewall.authenticator.api_login".
Inlined service "security.exception_listener.api_login" to "security.firewall.map.context.api_login".
Inlined service "security.firewall.map.config.api_login" to "security.firewall.map.context.api_login".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.api".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service ".security.request_matcher.1vLirxr" to ".security.request_matcher.5Xjj4TH".
Inlined service "debug.security.firewall.authenticator.middleware.inner" to "debug.security.firewall.authenticator.middleware".
Inlined service "security.exception_listener.middleware" to "security.firewall.map.context.middleware".
Inlined service "security.logout_listener.middleware" to "security.firewall.map.context.middleware".
Inlined service "security.firewall.map.config.middleware" to "security.firewall.map.context.middleware".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.A9KBp8r" to ".security.request_matcher.zhSiVz_".
Inlined service ".security.request_matcher.hIr2ee1" to ".security.request_matcher.Y2JECpI".
Inlined service ".security.request_matcher.mHCbPf." to ".security.request_matcher.MCfzGmr".
Inlined service ".security.request_matcher.pqyCXG8" to ".security.request_matcher.SVK5D2B".
Inlined service ".security.request_matcher.r5Dv3Eq" to ".security.request_matcher.iDgaL8O".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.default_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.Wq5TEXE" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.xMCv_gy" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.htmlsanitizer" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "App\Twig\UserExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "ux.twig_component.twig.component_extension" to "twig".
Inlined service "ux.live_component.twig.component_extension" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "twig.extension.svelte" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "turbo.twig.extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "Symfony\Component\Mercure\Twig\MercureExtension" to "twig".
Inlined service "Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension" to "twig".
Inlined service "Sentry\SentryBundle\Twig\SentryExtension" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "ux.twig_component.twig.environment_configurator" to "twig".
Inlined service ".service_locator.lMv3Dwi.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.cXpQm3m" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "ux.twig_component.component_template_finder" to "ux.twig_component.component_factory".
Inlined service ".service_locator.9HtEsxk" to "ux.twig_component.component_factory".
Inlined service "ux.twig_component.twig.environment_configurator.inner" to "ux.twig_component.twig.environment_configurator".
Inlined service ".service_locator.7vU95QS.ux.twig_component.cache_warmer" to "ux.twig_component.cache_warmer".
Inlined service ".service_locator.KeMDz.J.ux.live_component.event_subscriber" to "ux.live_component.event_subscriber".
Inlined service "ux.live_component.url_factory" to "ux.live_component.live_url_subscriber".
Inlined service ".service_locator.Pua8nx..ux.live_component.intercept_child_component_render_subscriber" to "ux.live_component.intercept_child_component_render_subscriber".
Inlined service ".service_locator.xQNzhD7.ux.live_component.child_component_partial_renderer" to "ux.live_component.child_component_partial_renderer".
Inlined service "type_info.resolver" to "ux.live_component.metadata_factory".
Inlined service "ux.live_component.live_responder" to "ux.live_component.live_controller_attributes_creator".
Inlined service ".service_locator.M6Pf5l9.ux.live_component.add_attributes_subscriber" to "ux.live_component.add_attributes_subscriber".
Inlined service "ux.live_component.query_string_props_extractor" to "ux.live_component.query_string_initializer_subscriber".
Inlined service ".service_locator.fKIsVqY" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~AYATvTS" to "webpack_encore.twig_entry_files_extension".
Inlined service "turbo.broadcaster.action_renderer.inner" to "turbo.broadcaster.action_renderer".
Inlined service ".service_locator.JJhWhUD" to "turbo.twig.runtime".
Inlined service "turbo.broadcaster.action_renderer" to "turbo.doctrine.event_listener".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service ".zenstruck_foundry.in_memory.factory_registry" to ".zenstruck_foundry.configuration".
Inlined service ".zenstruck_foundry.faker" to ".zenstruck_foundry.configuration".
Inlined service ".zenstruck_foundry.instantiator" to ".zenstruck_foundry.configuration".
Inlined service ".zenstruck_foundry.story_registry" to ".zenstruck_foundry.configuration".
Inlined service ".zenstruck_foundry.in_memory.repository_registry" to ".zenstruck_foundry.configuration".
Inlined service ".zenstruck_foundry.maker.factory.autoCompleter" to ".zenstruck_foundry.maker.factory".
Inlined service ".zenstruck_foundry.maker.factory.candidate_classes_extractor" to ".zenstruck_foundry.maker.factory".
Inlined service ".zenstruck_foundry.persistence.reset_database_manager" to ".zenstruck_foundry.persistence_manager".
Inlined service ".zenstruck_foundry.persistence.database_resetter.orm.dama.inner" to ".zenstruck_foundry.persistence.database_resetter.orm.dama".
Inlined service ".zenstruck_foundry.in_memory.factory_registry.inner" to ".zenstruck_foundry.in_memory.factory_registry".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "mercure.hub.default.traceable.inner" to "mercure.hub.default.traceable".
Inlined service "Symfony\Component\Mercure\Authorization" to "Symfony\Component\Mercure\Twig\MercureExtension".
Inlined service "stof_doctrine_extensions.metadata_cache" to "stof_doctrine_extensions.listener.loggable".
Inlined service ".stof_doctrine_extensions.reader" to "stof_doctrine_extensions.listener.loggable".
Inlined service "stof_doctrine_extensions.tool.actor_provider" to "stof_doctrine_extensions.listener.loggable".
Inlined service "ux.autocomplete.doctrine_registry_wrapper" to "ux.autocomplete.results_executor".
Inlined service "ux.autocomplete.autocompleter_registry" to "ux.autocomplete.entity_autocomplete_controller".
Inlined service "ux.autocomplete.results_executor" to "ux.autocomplete.entity_autocomplete_controller".
Inlined service "sentry.client" to "Sentry\State\HubInterface".
Inlined service "App\Service\SentryBeforeSend" to "sentry.client.options".
Inlined service "Sentry\SentryBundle\Integration\IntegrationConfigurator" to "sentry.client.options".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "debug.security.event_dispatcher.api_login.inner" to "debug.security.event_dispatcher.api_login".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.middleware.inner" to "debug.security.event_dispatcher.middleware".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service ".zenstruck_foundry.maker.story" to "maker.auto_command.make_story".
Inlined service ".zenstruck_foundry.maker.factory" to "maker.auto_command.make_factory".
Inlined service "ux.autocomplete.make_autocomplete_field" to "maker.auto_command.make_autocomplete_field".
Inlined service ".service_locator.4JRmr7G" to ".service_locator.4JRmr7G.App\Middleware\ClientController::index()".
Inlined service ".service_locator.zXx7xGl" to ".service_locator.zXx7xGl.App\Middleware\OfferController::new()".
Inlined service ".service_locator.nv0cvtv" to ".service_locator.nv0cvtv.App\Middleware\OfferController::edit()".
Inlined service ".service_locator..07AlHS" to ".service_locator..07AlHS.App\Middleware\OfferController::createRevision()".
Inlined service ".service_locator.Nbcyjlh" to ".service_locator.Nbcyjlh.App\Middleware\OfferController::generatePdf()".
Inlined service ".service_locator.v1uYpV." to ".service_locator.v1uYpV..App\Middleware\OfferController::templatePreview()".
Inlined service ".service_locator.Uc1uxBZ" to ".service_locator.Uc1uxBZ.App\Middleware\OfferController::autosaveNew()".
Inlined service ".service_locator.pEYpKTq" to ".service_locator.pEYpKTq.App\Middleware\OfferController::autosave()".
Inlined service ".service_locator.j0SJzuT" to ".service_locator.j0SJzuT.App\Middleware\OfferController::regenerateMarketingNote()".
Inlined service ".service_locator.FsHaFDS" to ".service_locator.FsHaFDS.App\Middleware\OfferController::getProductOfferHistory()".
Inlined service ".service_locator.q37.Uqs" to ".service_locator.q37.Uqs.App\Middleware\OfferTemplateController::variables()".
Inlined service ".service_locator.pRE8xiW" to ".service_locator.pRE8xiW.App\Middleware\OfferTemplateController::downloadPreview()".
Inlined service ".service_locator.yQCessL" to ".service_locator.yQCessL.App\Middleware\PasswordController::forgotPassword()".
Inlined service ".service_locator.FIEkO6D" to ".service_locator.FIEkO6D.App\Middleware\PasswordController::showResetPasswordForm()".
Inlined service ".service_locator.6Dh3m9b" to ".service_locator.6Dh3m9b.App\Middleware\PasswordController::processPasswordReset()".
Inlined service ".service_locator._5UTSLY" to ".service_locator._5UTSLY.App\Middleware\PriceListController::show()".
Inlined service ".service_locator.oyeBBA5" to ".service_locator.oyeBBA5.App\Middleware\PriceListController::previewFull()".
Inlined service ".service_locator.SaHwipX" to ".service_locator.SaHwipX.App\Middleware\PriceListController::export()".
Inlined service ".service_locator.dFBO_qj" to ".service_locator.dFBO_qj.App\Middleware\PriceListController::exportTemplate()".
Inlined service ".service_locator.YLZ6PDJ" to ".service_locator.YLZ6PDJ.App\Middleware\ProductController::show()".
Inlined service ".service_locator.CjB0xWD" to ".service_locator.CjB0xWD.App\Middleware\ProductController::edit()".
Inlined service ".service_locator.cSknqce" to ".service_locator.cSknqce.App\Middleware\ProductController::delete()".
Inlined service ".service_locator.A84gqGd" to ".service_locator.A84gqGd.App\Middleware\RegisterController::finishRegistration()".
Inlined service ".service_locator.D6tcsh5" to ".service_locator.D6tcsh5.App\Middleware\ReportController::userActivity()".
Inlined service ".service_locator.GF3UgRG" to ".service_locator.GF3UgRG.App\Middleware\ReportController::offerHistory()".
Inlined service ".service_locator.PBhnjXp" to ".service_locator.PBhnjXp.App\Middleware\ReportController::offerStatistics()".
Inlined service ".service_locator.rrAO3n4" to ".service_locator.rrAO3n4.App\Middleware\SecurityController::login()".
Inlined service ".service_locator.ln8L7Ku" to ".service_locator.ln8L7Ku.App\Middleware\SecurityController::logout()".
Inlined service ".service_locator.OzEre6h" to ".service_locator.OzEre6h.App\Middleware\UserController::usersTable()".
Inlined service ".service_locator.N4Tsa_X" to ".service_locator.N4Tsa_X.App\Middleware\UserController::invite()".
Inlined service ".service_locator.gbowLEy" to ".service_locator.gbowLEy.App\Middleware\UserController::editProfile()".
Inlined service ".service_locator.gFMQetC" to ".service_locator.gFMQetC.App\Middleware\UserController::edit()".
Inlined service ".service_locator.ZdyX17W" to ".service_locator.ZdyX17W.App\Middleware\UserProfileController::edit()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.Die6Bxe".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.NumTeF8".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.Qv3faSN".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.WG.oRBv".
Inlined service "scheduler.messenger.service_call_message_handler" to ".messenger.handler_descriptor.KMq4SyQ".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.jyyWvHw".
Inlined service "mercure.hub.default.message_handler" to ".messenger.handler_descriptor.Upry6Iy".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory" to "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "cache.validator.traceable.recorder_inner" to "cache.validator.traceable".
Inlined service "cache.serializer.traceable.recorder_inner" to "cache.serializer.traceable".
Inlined service "cache.property_info.traceable.recorder_inner" to "cache.property_info.traceable".
Inlined service "cache.messenger.restart_workers_signal.traceable.recorder_inner" to "cache.messenger.restart_workers_signal.traceable".
Inlined service "cache.scheduler.traceable.recorder_inner" to "cache.scheduler.traceable".
Inlined service "cache.security_expression_language.traceable.recorder_inner" to "cache.security_expression_language.traceable".
Inlined service "cache.security_token_verifier.traceable.recorder_inner" to "cache.security_token_verifier.traceable".
Inlined service "cache.doctrine.orm.default.result.traceable.recorder_inner" to "cache.doctrine.orm.default.result.traceable".
Inlined service "cache.doctrine.orm.default.query.traceable.recorder_inner" to "cache.doctrine.orm.default.query.traceable".
Inlined service "cache.ux.twig_component.traceable.recorder_inner" to "cache.ux.twig_component.traceable".
Inlined service "cache.webpack_encore.traceable.recorder_inner" to "cache.webpack_encore.traceable".
Inlined service "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient".
Inlined service ".service_locator.7jukgan" to ".service_locator.7jukgan.translation.warmer".
Inlined service ".service_locator.euaNshl" to ".service_locator.euaNshl.router.default".
Inlined service ".service_locator.qXR9Hv0" to ".service_locator.qXR9Hv0.router.cache_warmer".
Inlined service ".service_locator.lMv3Dwi" to ".service_locator.lMv3Dwi.twig.template_cache_warmer".
Inlined service ".service_locator.7vU95QS" to ".service_locator.7vU95QS.ux.twig_component.cache_warmer".
Inlined service ".service_locator.KeMDz.J" to ".service_locator.KeMDz.J.ux.live_component.event_subscriber".
Inlined service ".service_locator.Pua8nx." to ".service_locator.Pua8nx..ux.live_component.intercept_child_component_render_subscriber".
Inlined service ".service_locator.xQNzhD7" to ".service_locator.xQNzhD7.ux.live_component.child_component_partial_renderer".
Inlined service ".service_locator.M6Pf5l9" to ".service_locator.M6Pf5l9.ux.live_component.add_attributes_subscriber".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.UIRcdBR" to "debug.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "serializer.normalizer.scheduler_trigger" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.number" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "mercure.hub.default.jwt.provider" to "mercure.hub.default.traceable.inner".
Inlined service "monolog.logger.http_client" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner".
Inlined service ".service_locator.b7HbfrS" to "console.command_loader".
Inlined service "cache.app.traceable.inner" to "cache.app.traceable.recorder_inner".
Inlined service "cache.system.traceable.inner" to "cache.system.traceable.recorder_inner".
Inlined service "cache.validator.traceable.inner" to "cache.validator.traceable.recorder_inner".
Inlined service "cache.serializer.traceable.inner" to "cache.serializer.traceable.recorder_inner".
Inlined service "cache.property_info.traceable.inner" to "cache.property_info.traceable.recorder_inner".
Inlined service "cache.messenger.restart_workers_signal.traceable.inner" to "cache.messenger.restart_workers_signal.traceable.recorder_inner".
Inlined service "cache.scheduler.traceable.inner" to "cache.scheduler.traceable.recorder_inner".
Inlined service "cache.validator_expression_language.traceable.inner" to "cache.validator_expression_language.traceable.recorder_inner".
Inlined service "cache.security_expression_language.traceable.inner" to "cache.security_expression_language.traceable.recorder_inner".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.inner" to "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.traceable.inner" to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable.recorder_inner".
Inlined service "cache.security_token_verifier.traceable.inner" to "cache.security_token_verifier.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.result.traceable.inner" to "cache.doctrine.orm.default.result.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.query.traceable.inner" to "cache.doctrine.orm.default.query.traceable.recorder_inner".
Inlined service "cache.ux.twig_component.traceable.inner" to "cache.ux.twig_component.traceable.recorder_inner".
Inlined service "cache.webpack_encore.traceable.inner" to "cache.webpack_encore.traceable.recorder_inner".
Inlined service ".service_locator.euaNshl.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "cache.app.traceable.recorder_inner" to "cache.app".
Inlined service "cache.system.traceable.recorder_inner" to "cache.system".
Inlined service "cache.validator_expression_language.traceable.recorder_inner" to "cache.validator_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.traceable.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "Symfony\Component\Mercure\HubRegistry" to "twig".
Inlined service "Symfony\Component\Mercure\HubRegistry" to "twig".
Inlined service "mercure.hub.default.jwt.factory" to "mercure.hub.default.traceable".
Inlined service "mercure.hub.default.jwt.factory" to "mercure.hub.default.traceable".
1
Tag "container.decorator" was defined on service(s) "security.csrf.same_origin_token_manager", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api_login", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.middleware", "debug.security.firewall.authenticator.main", ".zenstruck_foundry.persistence.database_resetter.orm.dama", "mercure.hub.default.traceable", "debug.security.event_dispatcher.api_login", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.middleware", "debug.security.event_dispatcher.main", ".debug.http_client", "cache.validator.traceable", "cache.serializer.traceable", "cache.property_info.traceable", "cache.messenger.restart_workers_signal.traceable", "cache.scheduler.traceable", "cache.security_expression_language.traceable", "cache.security_token_verifier.traceable", "cache.doctrine.orm.default.result.traceable", "cache.doctrine.orm.default.query.traceable", "cache.ux.twig_component.traceable", "cache.webpack_encore.traceable", "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient", "messenger.default_bus", "event_dispatcher", "cache.app", "cache.system", "cache.validator_expression_language", "cache.security_is_granted_attribute_expression_language", "cache.security_is_csrf_token_valid_attribute_expression_language", but was never used.