The "Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateRowData()" method is considered internal First, the data of the row is split into chunks where each chunk contains data that belongs to a particular component/class. Afterwards, all these chunks are processed, one after the other. For each chunk of class data only one of the following code paths is executed: Path A: The data chunk belongs to a joined/associated object and the association is collection-valued. Path B: The data chunk belongs to a joined/associated object and the association is single-valued. Path C: The data chunk belongs to a root result element/object that appears in the topmost level of the hydrated result. A typical example are the objects of the type specified by the FROM clause in a DQL query. It may change without further notice. You should not extend it from "App\Hydrator\OrderItemInvoiceCountHydrator".
Method "Doctrine\Persistence\ObjectRepository::findBy()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Repository\SpeakerRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Persistence\ObjectRepository::findBy()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Repository\VenueRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\DecodeEntities" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\ToIso88591Extension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Digitick\Sepa\DomBuilder\CustomerDirectDebitTransferDomBuilder::visitPaymentInformation()" might add "mixed" as a native return type declaration in the future. Do the same in child class "App\Utils\Sepa\DirectDebitTransferDomBuilder" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Digitick\Sepa\DomBuilder\CustomerDirectDebitTransferDomBuilder::visitTransferInformation()" might add "mixed" as a native return type declaration in the future. Do the same in child class "App\Utils\Sepa\DirectDebitTransferDomBuilder" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Digitick\Sepa\TransferFile\TransferFileInterface::validate()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Utils\Sepa\DirectDebitTransferFile" now to avoid errors or add an explicit @return annotation to suppress this message.
SELECT t0.identifier AS identifier_1, t0.expiry AS expiry_2, t0.user_identifier AS user_identifier_3, t0.scopes AS scopes_4, t0.revoked AS revoked_5, t0.client AS client_6 FROM oauth2_access_token t0 WHERE t0.identifier = ?
SELECT t0.name AS name_1, t0.secret AS secret_2, t0.redirect_uris AS redirect_uris_3, t0.grants AS grants_4, t0.scopes AS scopes_5, t0.active AS active_6, t0.allow_plain_text_pkce AS allow_plain_text_pkce_7, t0.identifier AS identifier_8, t0.activation_url AS activation_url_9, t0.confirm_email_url AS confirm_email_url_10, t0.reset_password_url AS reset_password_url_11, t0.google_client_id AS google_client_id_12, t0.application_client_id AS application_client_id_13 FROM oauth_client t0 WHERE t0.identifier = ?
SELECT t0.title AS title_1, t0.subtitle AS subtitle_2, t0.course_nature AS course_nature_3, t0.description AS description_4, t0.searchwords AS searchwords_5, t0.price AS price_6, t0.rabatt AS rabatt_7, t0.tax_rate AS tax_rate_8, t0.number AS number_9, t0.material_cost AS material_cost_10, t0.target_age_min AS target_age_min_11, t0.target_age_max AS target_age_max_12, t0.invoice_upper_comment AS invoice_upper_comment_13, t0.invoice_lower_comment AS invoice_lower_comment_14, t0.invoice_lower_comment_debit AS invoice_lower_comment_debit_15, t0.id AS id_16, t0.created AS created_17, t0.modified AS modified_18, t0.client_id AS client_id_19, t0.subscription_id AS subscription_id_20, t0.category_id AS category_id_21, t0.series_id AS series_id_22, t0.type_id AS type_id_23 FROM course t0 WHERE t0.id = ? AND t0.client_id = ? LIMIT 1
SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'plattform-handwerk_back' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC
doctrine
SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'plattform-handwerk_back' /*!50116 AND c.constraint_schema = 'plattform-handwerk_back' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL
doctrine
SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'plattform-handwerk_back' ORDER BY SEQ_IN_INDEX ASC
doctrine
SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS
FROM information_schema.TABLES
WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
Changed reference of service "App\Security\UserAuthenticator" previously pointing to "router.default" to "router".
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 "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
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.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.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
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 "debug.validator" to "validator".
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 "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
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 "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.sendgrid" 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 "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
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 "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 "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.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.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
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 "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 "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 "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "jms_serializer.metadata.service_locator" previously pointing to "jms_serializer.metadata.typed_properties_driver" to "jms_serializer.metadata_driver".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "CalendarBundle\Controller\CalendarController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.repository.scope" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.repository.user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.symfony_league_listener_provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.controller.authorization" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.controller.token" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.manager.doctrine.client" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.sB3ypny" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.1bSrLr4" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.t3ciBru" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" 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.App\Security\Voter\CategoryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\CourseDataVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\CourseFieldVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\CourseOccurrenceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\CourseSecurityVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\CourseSeriesVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\CourseSubscriptionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\CourseTypeVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\CourseVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\FrontendClientVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\InvoiceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\OAuthClientVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\OccurrenceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\OrderVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\PersonVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\VenueSecurityVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\VenueVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\User\Security\Voter\ClientVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.T.Vpa.M" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; 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 "assets.remote_json_manifest_version_strategy"; 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 "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; 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 "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 "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.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; 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.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; 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.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "swiftmailer.mailer.abstract"; reason: abstract.
Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
Removed service "swiftmailer.spool.memory.abstract"; 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 "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AnonymizeCustomerDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AnonymizeCustomerDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MTestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MTestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProtocolCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProtocolCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RebuildSearchIndexCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RebuildSearchIndexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RecalculateBookedSlotsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RecalculateBookedSlotsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CKImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CKImageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CKImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CKImageUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CKImageUploadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CKImageUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalendarController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseFieldsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseFieldsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseFieldsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseOccurrenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseOccurrenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseOccurrenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseProviderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseSeriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseSeriesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseSeriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseSubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseSubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseSubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CustomerDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AbstractFrontendCartableController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AbstractFrontendCartableController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\AbstractFrontendCartableController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CartFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CartFeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\CartFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CheckoutFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CheckoutFeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\CheckoutFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CourseFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CourseFeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\CourseFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CourseOccurrenceFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CourseOccurrenceFeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\CourseOccurrenceFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\CustomerFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\CustomerFeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\CustomerFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SearchFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SearchFeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\SearchFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SpeakerFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SpeakerFeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\SpeakerFeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoicePaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoicePaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InvoicePaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceReminderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceReminderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InvoiceReminderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OAuth\TokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OAuth\TokenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OAuth\TokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OccurrenceProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OccurrenceProviderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OccurrenceProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderWaitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderWaitController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrderWaitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PresenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PresenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PresenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PresenceReasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PresenceReasonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PresenceReasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProviderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QrCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QrCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\QrCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\AbstractRestCartableController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\AbstractRestCartableController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\AbstractRestCartableController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CartRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CartRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\CartRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CategoryRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CategoryRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\CategoryRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CheckoutRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CheckoutRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\CheckoutRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CourseOccurrenceRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CourseOccurrenceRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\CourseOccurrenceRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CourseRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CourseRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\CourseRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CourseTypeRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CourseTypeRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\CourseTypeRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\CustomerRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\CustomerRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\CustomerRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\GeneralRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\GeneralRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\GeneralRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\SearchRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\SearchRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\SearchRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\SpeakerRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\SpeakerRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\SpeakerRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rest\VenueRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rest\VenueRestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Rest\VenueRestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpeakerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpeakerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SpeakerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpeakerProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpeakerProviderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SpeakerProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StatisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagsPersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagsPersonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TagsPersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TextblocksController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TextblocksController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TextblocksController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VenueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VenueController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VenueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VenueDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VenueDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VenueDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VenueProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VenueProviderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VenueProviderController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppDummyData"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppDummyData"; 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.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\CalendarSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CalendarSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\UserSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientCountriesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientCountriesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseImagesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseImagesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseOccurrenceDuplicateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseOccurrenceDuplicateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseOccurrenceTimeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseOccurrenceTimeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseOccurrenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseOccurrenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseProviderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseProviderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseSeriesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseSeriesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseSubscriptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseSubscriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseTextType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CsvImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CsvImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomerDocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerHistoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomerHistoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Frontend\CheckoutType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Frontend\CheckoutType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceCustomItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvoiceCustomItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvoiceItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceOnlyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvoiceOnlyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoicePaymentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvoicePaymentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceReminderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvoiceReminderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OAuth\ClientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OAuth\ClientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OccurrenceProviderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OccurrenceProviderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderItemPersonCancelDate"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderItemPersonCancelDate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderItemPersonCopy"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderItemPersonCopy"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderItemPersonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderItemPersonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderStatusType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderStatusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonInvoiceRecipientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PersonInvoiceRecipientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PersonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PresenceReasonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PresenceReasonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PresenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PresenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProviderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProviderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpeakerImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SpeakerImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpeakerProviderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SpeakerProviderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpeakerTextType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SpeakerTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpeakerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SpeakerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagsPersonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TagsPersonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TagsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TextblocksType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TextblocksType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VenueDocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VenueImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueImagesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VenueImagesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueProviderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VenueProviderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueRoomType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VenueRoomType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VenueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VenueType"; reason: abstract.
Removed service ".instanceof.League\Bundle\OAuth2ServerBundle\AuthorizationServer\GrantTypeInterface.0.App\OAuth\FacebookGrantExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\OAuth\FacebookGrantExtension"; reason: abstract.
Removed service ".instanceof.League\Bundle\OAuth2ServerBundle\AuthorizationServer\GrantTypeInterface.0.App\OAuth\GoogleGrantExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\OAuth\GoogleGrantExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AttachmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CKImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CKImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClassClientConfigExtendsGenericEntityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClassClientConfigExtendsGenericEntityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientConfigVariableRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientConfigVariableRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseDataRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseDataRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseFieldRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseFieldRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseOccurrenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseOccurrenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseOccurrenceTimeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseOccurrenceTimeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseSeriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseSeriesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseSubscriptionBookingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseSubscriptionBookingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseSubscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseSubscriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTextRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseTextRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerDocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomerDocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerHistoryEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomerHistoryEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailDtoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailDtoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailHistoryEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailHistoryEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceItemAttendeesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceItemAttendeesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoicePaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoicePaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceReminderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceReminderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ManualNewsletterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ManualNewsletterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsletterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NewsletterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OAuth\AccessTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OAuth\AccessTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OAuth\AuthCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OAuth\AuthCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OAuth\ClientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OAuth\ClientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OAuth\RefreshTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OAuth\RefreshTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OccurrenceProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OccurrenceProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OccurrenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OccurrenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderItemPersonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderItemPersonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderProfileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderProfileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PersonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PresenceReasonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PresenceReasonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PresenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PresenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SearchIndexEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SearchIndexEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpeakerImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SpeakerImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpeakerProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SpeakerProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpeakerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SpeakerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpeakerTextRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SpeakerTextRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagsPersonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TagsPersonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TagsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextblocksRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TextblocksRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueDocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VenueDocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VenueImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VenueProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VenueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueRoomRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VenueRoomRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WaitItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WaitItemRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CategoryVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CategoryVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseDataVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CourseDataVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseFieldVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CourseFieldVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseOccurrenceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CourseOccurrenceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseSecurityVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CourseSecurityVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseSeriesVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CourseSeriesVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseSubscriptionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CourseSubscriptionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseTypeVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CourseTypeVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CourseVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FrontendClientVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\FrontendClientVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InvoiceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\InvoiceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OAuthClientVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\OAuthClientVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OccurrenceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\OccurrenceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\OrderVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PersonVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\PersonVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\VenueSecurityVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\VenueSecurityVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\VenueVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\VenueVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\CertificateService"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\CertificateService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\CertificateService"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\InvoiceService"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\InvoiceService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\InvoiceService"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\MailerService"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\MailerService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\MailerService"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\ManualNewsletterService"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\ManualNewsletterService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ManualNewsletterService"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CountryExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CountryExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CustomerAgegroupExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CustomerAgegroupExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DecodeEntities"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\DecodeEntities"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EnvExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\EnvExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LocalizedTimeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\LocalizedTimeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\OrderStatusExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\OrderStatusExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PaymentTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\PaymentTypeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PersonExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\PersonExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ToIso88591Extension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ToIso88591Extension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Controller\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Controller\ClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Controller\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\ClientType"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Form\ClientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\PasswordForgotType"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Form\PasswordForgotType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\PasswordResetType"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Form\PasswordResetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\RegisterType"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Form\RegisterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\User\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Form\UserType"; reason: abstract.
Removed service ".instanceof.League\Bundle\OAuth2ServerBundle\AuthorizationServer\GrantTypeInterface.0.App\User\OAuth\FacebookGrantExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\User\OAuth\FacebookGrantExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Repository\ClientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Repository\ClientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\User\Security\Voter\ClientVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Security\Voter\ClientVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CheckoutBankConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\CheckoutBankConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CheckoutBicConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\CheckoutBicConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CheckoutIbanConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\CheckoutIbanConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CheckoutParticipantsConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\CheckoutParticipantsConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PersonIbanConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\PersonIbanConstraintValidator"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.Fresh\VichUploaderSerializationBundle\EventListener\JmsSerializerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Fresh\VichUploaderSerializationBundle\EventListener\JmsSerializerSubscriber"; reason: abstract.
Inlined service ".service_locator.mx0UMmY.App\Controller\CKImageController" to "App\Controller\CKImageController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CKImageUploadController" to "App\Controller\CKImageUploadController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CalendarController" to "App\Controller\CalendarController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CategoryController" to "App\Controller\CategoryController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ClientConfigController" to "App\Controller\ClientConfigController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ClientController" to "App\Controller\ClientController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CourseController" to "App\Controller\CourseController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CourseFieldsController" to "App\Controller\CourseFieldsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CourseOccurrenceController" to "App\Controller\CourseOccurrenceController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CourseProviderController" to "App\Controller\CourseProviderController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CourseSeriesController" to "App\Controller\CourseSeriesController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CourseSubscriptionController" to "App\Controller\CourseSubscriptionController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CourseTemplateController" to "App\Controller\CourseTemplateController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CourseTypeController" to "App\Controller\CourseTypeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CustomerController" to "App\Controller\CustomerController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CustomerDocumentController" to "App\Controller\CustomerDocumentController".
Inlined service ".service_locator.mx0UMmY.App\Controller\DashboardController" to "App\Controller\DashboardController".
Inlined service ".service_locator.mx0UMmY.App\Controller\EmailController" to "App\Controller\EmailController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ExportController" to "App\Controller\ExportController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Frontend\AbstractFrontendCartableController" to "App\Controller\Frontend\AbstractFrontendCartableController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Frontend\CartFeController" to "App\Controller\Frontend\CartFeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Frontend\CheckoutFeController" to "App\Controller\Frontend\CheckoutFeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Frontend\CourseFeController" to "App\Controller\Frontend\CourseFeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Frontend\CourseOccurrenceFeController" to "App\Controller\Frontend\CourseOccurrenceFeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Frontend\CustomerFeController" to "App\Controller\Frontend\CustomerFeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Frontend\SearchFeController" to "App\Controller\Frontend\SearchFeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Frontend\SpeakerFeController" to "App\Controller\Frontend\SpeakerFeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\InvoiceController" to "App\Controller\InvoiceController".
Inlined service ".service_locator.mx0UMmY.App\Controller\InvoicePaymentController" to "App\Controller\InvoicePaymentController".
Inlined service ".service_locator.mx0UMmY.App\Controller\InvoiceReminderController" to "App\Controller\InvoiceReminderController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MaintenanceController" to "App\Controller\MaintenanceController".
Inlined service ".service_locator.mx0UMmY.App\Controller\NewsletterController" to "App\Controller\NewsletterController".
Inlined service "League\OAuth2\Server\AuthorizationValidators\BearerTokenValidator" to "App\Controller\OAuth\TokenController".
Inlined service ".service_locator.mx0UMmY.App\Controller\OAuth\TokenController" to "App\Controller\OAuth\TokenController".
Inlined service ".service_locator.mx0UMmY.App\Controller\OccurrenceProviderController" to "App\Controller\OccurrenceProviderController".
Inlined service ".service_locator.mx0UMmY.App\Controller\OrderController" to "App\Controller\OrderController".
Inlined service ".service_locator.mx0UMmY.App\Controller\OrderWaitController" to "App\Controller\OrderWaitController".
Inlined service ".service_locator.mx0UMmY.App\Controller\PersonController" to "App\Controller\PersonController".
Inlined service ".service_locator.mx0UMmY.App\Controller\PresenceController" to "App\Controller\PresenceController".
Inlined service ".service_locator.mx0UMmY.App\Controller\PresenceReasonController" to "App\Controller\PresenceReasonController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ProfileController" to "App\Controller\ProfileController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ProviderController" to "App\Controller\ProviderController".
Inlined service ".service_locator.mx0UMmY.App\Controller\QrCodeController" to "App\Controller\QrCodeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Rest\AbstractRestCartableController" to "App\Controller\Rest\AbstractRestCartableController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Rest\CartRestController" to "App\Controller\Rest\CartRestController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Rest\CategoryRestController" to "App\Controller\Rest\CategoryRestController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Rest\CheckoutRestController" to "App\Controller\Rest\CheckoutRestController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Rest\CourseOccurrenceRestController" to "App\Controller\Rest\CourseOccurrenceRestController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Rest\CourseRestController" to "App\Controller\Rest\CourseRestController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Rest\CourseTypeRestController" to "App\Controller\Rest\CourseTypeRestController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Rest\CustomerRestController" to "App\Controller\Rest\CustomerRestController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Rest\GeneralRestController" to "App\Controller\Rest\GeneralRestController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Rest\SearchRestController" to "App\Controller\Rest\SearchRestController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Rest\SpeakerRestController" to "App\Controller\Rest\SpeakerRestController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Rest\VenueRestController" to "App\Controller\Rest\VenueRestController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SearchController" to "App\Controller\SearchController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SpeakerController" to "App\Controller\SpeakerController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SpeakerProviderController" to "App\Controller\SpeakerProviderController".
Inlined service ".service_locator.mx0UMmY.App\Controller\StatisticsController" to "App\Controller\StatisticsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\TagsController" to "App\Controller\TagsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\TagsPersonController" to "App\Controller\TagsPersonController".
Inlined service ".service_locator.mx0UMmY.App\Controller\TextblocksController" to "App\Controller\TextblocksController".
Inlined service ".service_locator.mx0UMmY.App\Controller\UserController" to "App\Controller\UserController".
Inlined service ".service_locator.mx0UMmY.App\Controller\VenueController" to "App\Controller\VenueController".
Inlined service ".service_locator.mx0UMmY.App\Controller\VenueDocumentController" to "App\Controller\VenueDocumentController".
Inlined service ".service_locator.mx0UMmY.App\Controller\VenueProviderController" to "App\Controller\VenueProviderController".
Inlined service "App\Pdf\HtmlToPDF" to "App\Pdf\InvoiceGenerator".
Inlined service ".service_locator.mx0UMmY.App\Service\CertificateService" to "App\Service\CertificateService".
Inlined service ".service_locator.mx0UMmY.App\Service\InvoiceService" to "App\Service\InvoiceService".
Inlined service ".service_locator.mx0UMmY.App\Service\MailerService" to "App\Service\MailerService".
Inlined service ".service_locator.mx0UMmY.App\Service\ManualNewsletterService" to "App\Service\ManualNewsletterService".
Inlined service "App\Pdf\InvoiceGenerator" to "App\Service\PdfService".
Inlined service "App\Pdf\ReminderGenerator" to "App\Service\PdfService".
Inlined service "App\Pdf\ParticipantListGenerator" to "App\Service\PdfService".
Inlined service "App\Pdf\ParticipantListGeneratorEsf" to "App\Service\PdfService".
Inlined service ".service_locator.mx0UMmY.App\User\Controller\ClientController" to "App\User\Controller\ClientController".
Inlined service ".service_locator.mx0UMmY.App\User\Controller\SecurityController" to "App\User\Controller\SecurityController".
Inlined service ".service_locator.mx0UMmY.App\User\Controller\UserController" to "App\User\Controller\UserController".
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.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "messenger.routable_message_bus" to "console.command.messenger_consume_messages".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "doctrine.result_cache_pool.recorder_inner" to "doctrine.result_cache_pool".
Inlined service "doctrine.system_cache_pool.recorder_inner" to "doctrine.system_cache_pool".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "session.handler.native_file" to "session.storage.factory.native".
Inlined service ".service_locator.GVyCdgr" to "session_listener".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.DblzT_d" 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 "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 "messenger.senders_locator" to "messenger.middleware.send_message".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service "mailer.transports" to "mailer.messenger.message_handler".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
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.kdnOkO8" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" 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.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.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "profiler.storage" 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.cache" 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 "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "swiftmailer.data_collector" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "data_collector.jms_serializer" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
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.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
Inlined service "fos_rest.serializer.flatten_exception_normalizer" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
Inlined service "doctrine.dbal.logger.chain.default" 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.logger" to "doctrine.dbal.logger.chain.default".
Inlined service ".service_locator.k7T3TpO" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.wKkcdwI" to "doctrine.orm.container_repository_factory".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.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 "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
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.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.EH.sgx6" to "security.access_map".
Inlined service ".security.request_matcher.44QbW_C" to "security.access_map".
Inlined service ".security.request_matcher.KoEpaR_" to "security.access_map".
Inlined service ".security.request_matcher.vcCr6F2" to "security.access_map".
Inlined service ".security.request_matcher.e_ZWe4e" to "security.access_map".
Inlined service ".security.request_matcher.k4PW0yz" to "security.access_map".
Inlined service ".security.request_matcher.x9ti5HG" to "security.access_map".
Inlined service ".security.request_matcher.VreqLKV" to "security.access_map".
Inlined service ".security.request_matcher.tzhgdH6" to "security.access_map".
Inlined service ".security.request_matcher.JNK2O3F" to "security.access_map".
Inlined service ".security.request_matcher.ypIOu5p" to "security.access_map".
Inlined service ".security.request_matcher.xujZZ.E" to "security.access_map".
Inlined service ".security.request_matcher.AIHpeWY" to "security.access_map".
Inlined service ".security.request_matcher.o8VXbvv" to "security.access_map".
Inlined service ".security.request_matcher.pwuYToM" to "security.access_map".
Inlined service ".security.request_matcher.7DTGvw8" to "security.access_map".
Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
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.firewall.map.config.api_token" to "security.firewall.map.context.api_token".
Inlined service "debug.security.firewall.authenticator.frontend.inner" to "debug.security.firewall.authenticator.frontend".
Inlined service "security.exception_listener.frontend" to "security.firewall.map.context.frontend".
Inlined service "security.firewall.map.config.frontend" to "security.firewall.map.context.frontend".
Inlined service "debug.security.firewall.authenticator.rest.inner" to "debug.security.firewall.authenticator.rest".
Inlined service "security.exception_listener.rest" to "security.firewall.map.context.rest".
Inlined service "security.firewall.map.config.rest" to "security.firewall.map.context.rest".
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 "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 "twig.loader.native_filesystem" to "twig".
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.code" 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.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\CountryExtension" to "twig".
Inlined service "App\Twig\CustomerAgegroupExtension" to "twig".
Inlined service "App\Twig\DecodeEntities" to "twig".
Inlined service "App\Twig\EnvExtension" to "twig".
Inlined service "App\Twig\LocalizedTimeExtension" to "twig".
Inlined service "App\Twig\OrderStatusExtension" to "twig".
Inlined service "App\Twig\PaymentTypeExtension" to "twig".
Inlined service "App\Twig\PersonExtension" to "twig".
Inlined service "App\Twig\ToIso88591Extension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" 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.NoBMSXk" to "twig.runtime_loader".
Inlined service "twig.form.engine" to "twig.form.renderer".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
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 "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" 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.security_controller_builder" to "maker.maker.make_authenticator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service "knp_menu.menu_provider.chain" to "knp_menu.helper".
Inlined service ".service_locator.TWz9UQt" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.extension".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
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\AppDummyData" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
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 "fos_rest.request.param_fetcher.reader" to "fos_rest.request.param_fetcher".
Inlined service ".service_locator.CE6DdyV" to "fos_rest.decoder_provider".
Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.66ec9608e9ab30873d47031daf08957efe4e2739ef72d53b9078037797c2f999c9e65ef9" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request.param_fetcher" to "fos_rest.param_fetcher_listener".
Inlined service "jms_serializer.metadata.annotation_and_attributes_reader" to "jms_serializer.metadata.annotation_driver".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.metadata_factory".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.unserialize_object_constructor" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.traceable_event_dispatcher".
Inlined service "jms_serializer.metadata.cache.file_cache" to "jms_serializer.metadata.traceable_cache".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "monolog.logger.vich_uploader_serialization" to "Fresh\VichUploaderSerializationBundle\EventListener\JmsSerializerSubscriber".
Inlined service "CalendarBundle\Serializer\Serializer" to "CalendarBundle\Controller\CalendarController".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~QEcaCqy" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "league.oauth2_server.manager.in_memory.scope" to "league.oauth2_server.repository.scope".
Inlined service "league.oauth2_server.symfony_league_listener_provider" to "league.oauth2_server.emitter".
Inlined service "league.oauth2_server.repository.client" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.repository.scope" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.emitter" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.client_credentials" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.password" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.refresh_token" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.auth_code" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.implicit" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.authorization_server.grant_configurator" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.repository.user" to "league.oauth2_server.grant.password".
Inlined service "league.oauth2_server.repository.auth_code" to "league.oauth2_server.grant.auth_code".
Inlined service "league.oauth2_server.factory.authorization_request_resolve_event" to "league.oauth2_server.controller.authorization".
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_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_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_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_subscriber" to "maker.auto_command.make_subscriber".
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 "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
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 "App\Security\Voter\CategoryVoter" to "debug.security.voter.App\Security\Voter\CategoryVoter".
Inlined service "App\Security\Voter\CourseDataVoter" to "debug.security.voter.App\Security\Voter\CourseDataVoter".
Inlined service "App\Security\Voter\CourseFieldVoter" to "debug.security.voter.App\Security\Voter\CourseFieldVoter".
Inlined service "App\Security\Voter\CourseOccurrenceVoter" to "debug.security.voter.App\Security\Voter\CourseOccurrenceVoter".
Inlined service "App\Security\Voter\CourseSecurityVoter" to "debug.security.voter.App\Security\Voter\CourseSecurityVoter".
Inlined service "App\Security\Voter\CourseSeriesVoter" to "debug.security.voter.App\Security\Voter\CourseSeriesVoter".
Inlined service "App\Security\Voter\CourseSubscriptionVoter" to "debug.security.voter.App\Security\Voter\CourseSubscriptionVoter".
Inlined service "App\Security\Voter\CourseTypeVoter" to "debug.security.voter.App\Security\Voter\CourseTypeVoter".
Inlined service "App\Security\Voter\CourseVoter" to "debug.security.voter.App\Security\Voter\CourseVoter".
Inlined service "App\Security\Voter\FrontendClientVoter" to "debug.security.voter.App\Security\Voter\FrontendClientVoter".
Inlined service "App\Security\Voter\InvoiceVoter" to "debug.security.voter.App\Security\Voter\InvoiceVoter".
Inlined service "App\Security\Voter\OAuthClientVoter" to "debug.security.voter.App\Security\Voter\OAuthClientVoter".
Inlined service "App\Security\Voter\OccurrenceVoter" to "debug.security.voter.App\Security\Voter\OccurrenceVoter".
Inlined service "App\Security\Voter\OrderVoter" to "debug.security.voter.App\Security\Voter\OrderVoter".
Inlined service "App\Security\Voter\PersonVoter" to "debug.security.voter.App\Security\Voter\PersonVoter".
Inlined service "App\Security\Voter\VenueSecurityVoter" to "debug.security.voter.App\Security\Voter\VenueSecurityVoter".
Inlined service "App\Security\Voter\VenueVoter" to "debug.security.voter.App\Security\Voter\VenueVoter".
Inlined service "App\User\Security\Voter\ClientVoter" to "debug.security.voter.App\User\Security\Voter\ClientVoter".
Inlined service "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.vUkdA2v" to ".service_locator.vUkdA2v.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service "security.authenticator.manager.frontend" to "debug.security.firewall.authenticator.frontend.inner".
Inlined service "security.authenticator.manager.rest" to "debug.security.firewall.authenticator.rest.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "league.oauth2_server.persistence.driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.9.GmxDv" to "console.command_loader".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service ".service_locator.vUkdA2v.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "swiftmailer.mailer.default.spool.file" to "swiftmailer.transport".
Inlined service "fos_rest.serializer.jms" to "fos_rest.view_handler".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "App\Service\GdprService" to "console.command.public_alias.App\Command\AnonymizeCustomerDataCommand".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
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.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "knp_menu.manipulator" to "twig".
Inlined service "knp_menu.manipulator" to "twig".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "league.oauth2_server.repository.refresh_token" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.repository.refresh_token" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.repository.refresh_token" to "league.oauth2_server.authorization_server".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".