The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Mach\Bundle\NwlBundle\DependencyInjection\MachNwlExtension".
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Mach\Bundle\NwlBundle\DependencyInjection\MachNwlExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Mach\Bundle\NwlBundle\DependencyInjection\Compiler\EmailStatusProvidersPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Mach\Bundle\NwlBundle\DependencyInjection\Compiler\InterceptorProviderPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface::execute()" might add "int|bool" as a native return type declaration in the future. Do the same in implementation "App\Consumer\PaymentCanceledConsumer" now to avoid errors or add an explicit @return annotation to suppress this message.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
"SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.domain AS domain_4, t0.path AS path_5, t0.locale AS locale_6, t0.amount AS amount_7, t0.currency AS currency_8, t0.type AS type_9, t0.status AS status_10, t0.custom_css AS custom_css_11, t0.background_image AS background_image_12, t0.header_image AS header_image_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM whitelabel_domain t0 WHERE t0.domain = ? AND t0.status = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.domain AS domain_4, t0.path AS path_5, t0.locale AS locale_6, t0.amount AS amount_7, t0.currency AS currency_8, t0.type AS type_9, t0.status AS status_10, t0.custom_css AS custom_css_11, t0.background_image AS background_image_12, t0.header_image AS header_image_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM whitelabel_domain t0 WHERE t0.domain = ? AND t0.status = ? LIMIT 1"
"params" => [1 => "metalica.zodii.ro"
2 => "active"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#533
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#533}
]
]
"SELECT e0_.id AS id_0, e0_.resource_id AS resource_id_1, e0_.resource_type AS resource_type_2, e0_.type AS type_3, e0_.start_date AS start_date_4, e0_.end_date AS end_date_5, e0_.position AS position_6, e1_.id AS id_7, e1_.title AS title_8, e1_.slug AS slug_9, e1_.description AS description_10, e1_.photo AS photo_11, e1_.external_provider AS external_provider_12, e1_.external_identifier AS external_identifier_13, e1_.start_date AS start_date_14, e1_.end_date AS end_date_15, e1_.start_datetime AS start_datetime_16, e1_.status AS status_17, e1_.visibility AS visibility_18, e1_.promoting_date AS promoting_date_19, e1_.closed_at AS closed_at_20, e1_.sell_fee AS sell_fee_21, v2_.id AS id_22, v2_.name AS name_23, v2_.address AS address_24, v2_.phone AS phone_25, v2_.slug AS slug_26, v2_.lat AS lat_27, v2_.lng AS lng_28, v2_.photo AS photo_29, v2_.google_place_url AS google_place_url_30, v2_.website AS website_31, v2_.external_provider AS external_provider_32, v2_.external_identifier AS external_identifier_33, c3_.id AS id_34, c3_.name AS name_35, c3_.alternames AS alternames_36, c3_.canonical_name AS canonical_name_37, c3_.slug AS slug_38, c3_.lat AS lat_39, c3_.lng AS lng_40 FROM event_block_item e0_ INNER JOIN event e1_ ON (e1_.id = e0_.resource_id) LEFT JOIN venue v2_ ON e1_.venue_id = v2_.id LEFT JOIN city c3_ ON v2_.city_id = c3_.id WHERE e0_.type IN (?, ?) AND e0_.start_date < ? AND (e0_.end_date IS NULL OR e0_.end_date > ?) AND (e1_.end_date IS NULL OR e0_.end_date > ?) ORDER BY e0_.position ASC"
[
"sql" => "SELECT e0_.id AS id_0, e0_.resource_id AS resource_id_1, e0_.resource_type AS resource_type_2, e0_.type AS type_3, e0_.start_date AS start_date_4, e0_.end_date AS end_date_5, e0_.position AS position_6, e1_.id AS id_7, e1_.title AS title_8, e1_.slug AS slug_9, e1_.description AS description_10, e1_.photo AS photo_11, e1_.external_provider AS external_provider_12, e1_.external_identifier AS external_identifier_13, e1_.start_date AS start_date_14, e1_.end_date AS end_date_15, e1_.start_datetime AS start_datetime_16, e1_.status AS status_17, e1_.visibility AS visibility_18, e1_.promoting_date AS promoting_date_19, e1_.closed_at AS closed_at_20, e1_.sell_fee AS sell_fee_21, v2_.id AS id_22, v2_.name AS name_23, v2_.address AS address_24, v2_.phone AS phone_25, v2_.slug AS slug_26, v2_.lat AS lat_27, v2_.lng AS lng_28, v2_.photo AS photo_29, v2_.google_place_url AS google_place_url_30, v2_.website AS website_31, v2_.external_provider AS external_provider_32, v2_.external_identifier AS external_identifier_33, c3_.id AS id_34, c3_.name AS name_35, c3_.alternames AS alternames_36, c3_.canonical_name AS canonical_name_37, c3_.slug AS slug_38, c3_.lat AS lat_39, c3_.lng AS lng_40 FROM event_block_item e0_ INNER JOIN event e1_ ON (e1_.id = e0_.resource_id) LEFT JOIN venue v2_ ON e1_.venue_id = v2_.id LEFT JOIN city c3_ ON v2_.city_id = c3_.id WHERE e0_.type IN (?, ?) AND e0_.start_date < ? AND (e0_.end_date IS NULL OR e0_.end_date > ?) AND (e1_.end_date IS NULL OR e0_.end_date > ?) ORDER BY e0_.position ASC"
"params" => [1 => "recommendation-by-ticket"
2 => "recommendation-by-event"
3 => "2025-12-17 17:08:12"
4 => "2025-12-17 17:08:12"
5 => "2025-12-17 17:08:12"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#533
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#533}
3 => Doctrine\DBAL\ParameterType {#533}
4 => Doctrine\DBAL\ParameterType {#533}
5 => Doctrine\DBAL\ParameterType {#533}
]
]
deprecation
User Deprecated: Providing the property $uniqueConstraints on Doctrine\ORM\Mapping\Table does not have any effect and will be removed in Doctrine ORM 4.0. Please use the Doctrine\ORM\Mapping\UniqueConstraint attribute instead. (Table.php:36 called by StaticPageTrans.php:10, https://github.com/doctrine/orm/pull/11357, package doctrine/orm)
"SELECT e0_.id AS id_0, e0_.resource_id AS resource_id_1, e0_.resource_type AS resource_type_2, e0_.type AS type_3, e0_.start_date AS start_date_4, e0_.end_date AS end_date_5, e0_.position AS position_6, 'staticPage' AS sclr_7, e0_.id AS id_8, e0_.resource_id AS resource_id_9, e0_.resource_type AS resource_type_10, e0_.type AS type_11, e0_.start_date AS start_date_12, e0_.end_date AS end_date_13, e0_.position AS position_14, s1_.id AS id_15, s1_.name AS name_16, s1_.slug AS slug_17, s2_.id AS id_18, s2_.locale AS locale_19, s2_.title AS title_20, s2_.content AS content_21 FROM event_block_item e0_ INNER JOIN static_page s1_ ON (s1_.id = e0_.resource_id) INNER JOIN static_page_trans s2_ ON s1_.id = s2_.static_page_id WHERE e0_.type = ? AND e0_.start_date < ? AND (e0_.end_date IS NULL OR e0_.end_date > ?) AND s2_.locale = ? ORDER BY e0_.position ASC"
[
"sql" => "SELECT e0_.id AS id_0, e0_.resource_id AS resource_id_1, e0_.resource_type AS resource_type_2, e0_.type AS type_3, e0_.start_date AS start_date_4, e0_.end_date AS end_date_5, e0_.position AS position_6, 'staticPage' AS sclr_7, e0_.id AS id_8, e0_.resource_id AS resource_id_9, e0_.resource_type AS resource_type_10, e0_.type AS type_11, e0_.start_date AS start_date_12, e0_.end_date AS end_date_13, e0_.position AS position_14, s1_.id AS id_15, s1_.name AS name_16, s1_.slug AS slug_17, s2_.id AS id_18, s2_.locale AS locale_19, s2_.title AS title_20, s2_.content AS content_21 FROM event_block_item e0_ INNER JOIN static_page s1_ ON (s1_.id = e0_.resource_id) INNER JOIN static_page_trans s2_ ON s1_.id = s2_.static_page_id WHERE e0_.type = ? AND e0_.start_date < ? AND (e0_.end_date IS NULL OR e0_.end_date > ?) AND s2_.locale = ? ORDER BY e0_.position ASC"
"params" => [1 => "footer-helpful-links"
2 => "2025-12-17 17:08:12"
3 => "2025-12-17 17:08:12"
4 => "ro"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#533
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#533}
3 => Doctrine\DBAL\ParameterType {#533}
4 => Doctrine\DBAL\ParameterType {#533}
]
]
debug
Executing statement:
"SELECT e0_.id AS id_0, e0_.resource_id AS resource_id_1, e0_.resource_type AS resource_type_2, e0_.type AS type_3, e0_.start_date AS start_date_4, e0_.end_date AS end_date_5, e0_.position AS position_6, 'artist' AS sclr_7, e0_.id AS id_8, e0_.resource_id AS resource_id_9, e0_.resource_type AS resource_type_10, e0_.type AS type_11, e0_.start_date AS start_date_12, e0_.end_date AS end_date_13, e0_.position AS position_14, a1_.id AS id_15, a1_.name AS name_16, a1_.slug AS slug_17, a1_.summary AS summary_18, a1_.photo AS photo_19 FROM event_block_item e0_ INNER JOIN artist a1_ ON (a1_.id = e0_.resource_id) WHERE e0_.type = ? AND e0_.start_date < ? AND (e0_.end_date IS NULL OR e0_.end_date > ?) ORDER BY e0_.position ASC"
[
"sql" => "SELECT e0_.id AS id_0, e0_.resource_id AS resource_id_1, e0_.resource_type AS resource_type_2, e0_.type AS type_3, e0_.start_date AS start_date_4, e0_.end_date AS end_date_5, e0_.position AS position_6, 'artist' AS sclr_7, e0_.id AS id_8, e0_.resource_id AS resource_id_9, e0_.resource_type AS resource_type_10, e0_.type AS type_11, e0_.start_date AS start_date_12, e0_.end_date AS end_date_13, e0_.position AS position_14, a1_.id AS id_15, a1_.name AS name_16, a1_.slug AS slug_17, a1_.summary AS summary_18, a1_.photo AS photo_19 FROM event_block_item e0_ INNER JOIN artist a1_ ON (a1_.id = e0_.resource_id) WHERE e0_.type = ? AND e0_.start_date < ? AND (e0_.end_date IS NULL OR e0_.end_date > ?) ORDER BY e0_.position ASC"
"params" => [1 => "footer"
2 => "2025-12-17 17:08:12"
3 => "2025-12-17 17:08:12"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#533
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#533}
3 => Doctrine\DBAL\ParameterType {#533}
]
]
debug
Executing statement:
"SELECT e0_.id AS id_0, e0_.resource_id AS resource_id_1, e0_.resource_type AS resource_type_2, e0_.type AS type_3, e0_.start_date AS start_date_4, e0_.end_date AS end_date_5, e0_.position AS position_6, 'staticPage' AS sclr_7, e0_.id AS id_8, e0_.resource_id AS resource_id_9, e0_.resource_type AS resource_type_10, e0_.type AS type_11, e0_.start_date AS start_date_12, e0_.end_date AS end_date_13, e0_.position AS position_14, s1_.id AS id_15, s1_.name AS name_16, s1_.slug AS slug_17, s2_.id AS id_18, s2_.locale AS locale_19, s2_.title AS title_20, s2_.content AS content_21 FROM event_block_item e0_ INNER JOIN static_page s1_ ON (s1_.id = e0_.resource_id) INNER JOIN static_page_trans s2_ ON s1_.id = s2_.static_page_id WHERE e0_.type = ? AND e0_.start_date < ? AND (e0_.end_date IS NULL OR e0_.end_date > ?) AND s2_.locale = ? ORDER BY e0_.position ASC"
[
"sql" => "SELECT e0_.id AS id_0, e0_.resource_id AS resource_id_1, e0_.resource_type AS resource_type_2, e0_.type AS type_3, e0_.start_date AS start_date_4, e0_.end_date AS end_date_5, e0_.position AS position_6, 'staticPage' AS sclr_7, e0_.id AS id_8, e0_.resource_id AS resource_id_9, e0_.resource_type AS resource_type_10, e0_.type AS type_11, e0_.start_date AS start_date_12, e0_.end_date AS end_date_13, e0_.position AS position_14, s1_.id AS id_15, s1_.name AS name_16, s1_.slug AS slug_17, s2_.id AS id_18, s2_.locale AS locale_19, s2_.title AS title_20, s2_.content AS content_21 FROM event_block_item e0_ INNER JOIN static_page s1_ ON (s1_.id = e0_.resource_id) INNER JOIN static_page_trans s2_ ON s1_.id = s2_.static_page_id WHERE e0_.type = ? AND e0_.start_date < ? AND (e0_.end_date IS NULL OR e0_.end_date > ?) AND s2_.locale = ? ORDER BY e0_.position ASC"
"params" => [1 => "footer-links"
2 => "2025-12-17 17:08:12"
3 => "2025-12-17 17:08:12"
4 => "ro"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#533
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#533}
3 => Doctrine\DBAL\ParameterType {#533}
4 => Doctrine\DBAL\ParameterType {#533}
]
]
There are no log messages.
Container Compilation Logs (1921)
Log messages generated during the compilation of the service container.
Messages
Class
403
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BnrExchangeCommand" (parent: .abstract.instanceof.App\Command\BnrExchangeCommand).
Resolving inheritance for "App\Command\BnrExchangeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BnrExchangeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Crontab\InstallCommand" (parent: .abstract.instanceof.App\Command\Crontab\InstallCommand).
Resolving inheritance for "App\Command\Crontab\InstallCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Crontab\InstallCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Crontab\RunCommand" (parent: .abstract.instanceof.App\Command\Crontab\RunCommand).
Resolving inheritance for "App\Command\Crontab\RunCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Crontab\RunCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Development\GeonamesAlternameCommand" (parent: .abstract.instanceof.App\Command\Development\GeonamesAlternameCommand).
Resolving inheritance for "App\Command\Development\GeonamesAlternameCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Development\GeonamesAlternameCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Elasticsearch\PopulateEntitiesCommand" (parent: .abstract.instanceof.App\Command\Elasticsearch\PopulateEntitiesCommand).
Resolving inheritance for "App\Command\Elasticsearch\PopulateEntitiesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Elasticsearch\PopulateEntitiesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Elasticsearch\PopulateEventsCommand" (parent: .abstract.instanceof.App\Command\Elasticsearch\PopulateEventsCommand).
Resolving inheritance for "App\Command\Elasticsearch\PopulateEventsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Elasticsearch\PopulateEventsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Elasticsearch\PopulateTicketsCommand" (parent: .abstract.instanceof.App\Command\Elasticsearch\PopulateTicketsCommand).
Resolving inheritance for "App\Command\Elasticsearch\PopulateTicketsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Elasticsearch\PopulateTicketsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IaBilet\GetArtistsCommand" (parent: .abstract.instanceof.App\Command\IaBilet\GetArtistsCommand).
Resolving inheritance for "App\Command\IaBilet\GetArtistsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IaBilet\GetArtistsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IaBilet\GetCategoriesCommand" (parent: .abstract.instanceof.App\Command\IaBilet\GetCategoriesCommand).
Resolving inheritance for "App\Command\IaBilet\GetCategoriesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IaBilet\GetCategoriesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IaBilet\GetEventsCommand" (parent: .abstract.instanceof.App\Command\IaBilet\GetEventsCommand).
Resolving inheritance for "App\Command\IaBilet\GetEventsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IaBilet\GetEventsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IaBilet\GetVenuesCommand" (parent: .abstract.instanceof.App\Command\IaBilet\GetVenuesCommand).
Resolving inheritance for "App\Command\IaBilet\GetVenuesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IaBilet\GetVenuesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Newsletter\SendEventNewsletterCommand" (parent: .abstract.instanceof.App\Command\Newsletter\SendEventNewsletterCommand).
Resolving inheritance for "App\Command\Newsletter\SendEventNewsletterCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Newsletter\SendEventNewsletterCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\CheckFailedConfirmationsCommand" (parent: .abstract.instanceof.App\Command\Payment\CheckFailedConfirmationsCommand).
Resolving inheritance for "App\Command\Payment\CheckFailedConfirmationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\CheckFailedConfirmationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\Revolut\CapturePaymentsCommand" (parent: .abstract.instanceof.App\Command\Payment\Revolut\CapturePaymentsCommand).
Resolving inheritance for "App\Command\Payment\Revolut\CapturePaymentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\Revolut\CapturePaymentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\Revolut\CreateTransfersCommand" (parent: .abstract.instanceof.App\Command\Payment\Revolut\CreateTransfersCommand).
Resolving inheritance for "App\Command\Payment\Revolut\CreateTransfersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\Revolut\CreateTransfersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\Revolut\DoTransfersCommand" (parent: .abstract.instanceof.App\Command\Payment\Revolut\DoTransfersCommand).
Resolving inheritance for "App\Command\Payment\Revolut\DoTransfersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\Revolut\DoTransfersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\Revolut\TransferMoneyCommand" (parent: .abstract.instanceof.App\Command\Payment\Revolut\TransferMoneyCommand).
Resolving inheritance for "App\Command\Payment\Revolut\TransferMoneyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\Revolut\TransferMoneyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\Revolut\TransferStatusCommand" (parent: .abstract.instanceof.App\Command\Payment\Revolut\TransferStatusCommand).
Resolving inheritance for "App\Command\Payment\Revolut\TransferStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\Revolut\TransferStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\Revolut\WebhooksCommand" (parent: .abstract.instanceof.App\Command\Payment\Revolut\WebhooksCommand).
Resolving inheritance for "App\Command\Payment\Revolut\WebhooksCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\Revolut\WebhooksCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PopulateEventBlocksCommand" (parent: .abstract.instanceof.App\Command\PopulateEventBlocksCommand).
Resolving inheritance for "App\Command\PopulateEventBlocksCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PopulateEventBlocksCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Supervisord\InstallCommand" (parent: .abstract.instanceof.App\Command\Supervisord\InstallCommand).
Resolving inheritance for "App\Command\Supervisord\InstallCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Supervisord\InstallCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AlertsController" (parent: .abstract.instanceof.App\Controller\Admin\AlertsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AlertsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AlertsController).
Resolving inheritance for "App\Controller\Admin\AlertsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AlertsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DefaultController" (parent: .abstract.instanceof.App\Controller\Admin\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DefaultController).
Resolving inheritance for "App\Controller\Admin\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventBlockController" (parent: .abstract.instanceof.App\Controller\Admin\EventBlockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventBlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventBlockController).
Resolving inheritance for "App\Controller\Admin\EventBlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventBlockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventController" (parent: .abstract.instanceof.App\Controller\Admin\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventController).
Resolving inheritance for "App\Controller\Admin\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FinancialController" (parent: .abstract.instanceof.App\Controller\Admin\FinancialController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FinancialController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FinancialController).
Resolving inheritance for "App\Controller\Admin\FinancialController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FinancialController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MoneyTransferController" (parent: .abstract.instanceof.App\Controller\Admin\MoneyTransferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MoneyTransferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MoneyTransferController).
Resolving inheritance for "App\Controller\Admin\MoneyTransferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MoneyTransferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderController" (parent: .abstract.instanceof.App\Controller\Admin\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderController).
Resolving inheritance for "App\Controller\Admin\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaymentsController" (parent: .abstract.instanceof.App\Controller\Admin\PaymentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaymentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaymentsController).
Resolving inheritance for "App\Controller\Admin\PaymentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaymentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SalesController" (parent: .abstract.instanceof.App\Controller\Admin\SalesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SalesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SalesController).
Resolving inheritance for "App\Controller\Admin\SalesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SalesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StaticPageController" (parent: .abstract.instanceof.App\Controller\Admin\StaticPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StaticPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StaticPageController).
Resolving inheritance for "App\Controller\Admin\StaticPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StaticPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ThirdPartyOrganizerController" (parent: .abstract.instanceof.App\Controller\Admin\ThirdPartyOrganizerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ThirdPartyOrganizerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ThirdPartyOrganizerController).
Resolving inheritance for "App\Controller\Admin\ThirdPartyOrganizerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ThirdPartyOrganizerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController" (parent: .abstract.instanceof.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController).
Resolving inheritance for "App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\WhitelabelController" (parent: .abstract.instanceof.App\Controller\Admin\WhitelabelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\WhitelabelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\WhitelabelController).
Resolving inheritance for "App\Controller\Admin\WhitelabelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\WhitelabelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BankAccountController" (parent: .abstract.instanceof.App\Controller\Api\BankAccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BankAccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BankAccountController).
Resolving inheritance for "App\Controller\Api\BankAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BankAccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\EventController" (parent: .abstract.instanceof.App\Controller\Api\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\EventController).
Resolving inheritance for "App\Controller\Api\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TicketController" (parent: .abstract.instanceof.App\Controller\Api\TicketController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TicketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TicketController).
Resolving inheritance for "App\Controller\Api\TicketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TicketController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserController" (parent: .abstract.instanceof.App\Controller\Api\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserController).
Resolving inheritance for "App\Controller\Api\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WalletController" (parent: .abstract.instanceof.App\Controller\Api\WalletController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WalletController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WalletController).
Resolving inheritance for "App\Controller\Api\WalletController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WalletController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WebHookController" (parent: .abstract.instanceof.App\Controller\Api\WebHookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WebHookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WebHookController).
Resolving inheritance for "App\Controller\Api\WebHookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WebHookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Buy\CartController" (parent: .abstract.instanceof.App\Controller\Buy\CartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Buy\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Buy\CartController).
Resolving inheritance for "App\Controller\Buy\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Buy\CartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Buy\PaymentController" (parent: .abstract.instanceof.App\Controller\Buy\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Buy\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Buy\PaymentController).
Resolving inheritance for "App\Controller\Buy\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Buy\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListController" (parent: .abstract.instanceof.App\Controller\ListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListController).
Resolving inheritance for "App\Controller\ListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\DefaultController" (parent: .abstract.instanceof.App\Controller\Payment\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\DefaultController).
Resolving inheritance for "App\Controller\Payment\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\IpnController" (parent: .abstract.instanceof.App\Controller\Payment\IpnController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\IpnController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\IpnController).
Resolving inheritance for "App\Controller\Payment\IpnController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\IpnController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RedirectController" (parent: .abstract.instanceof.App\Controller\RedirectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RedirectController).
Resolving inheritance for "App\Controller\RedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RedirectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SalesController" (parent: .abstract.instanceof.App\Controller\SalesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SalesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SalesController).
Resolving inheritance for "App\Controller\SalesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SalesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController" (parent: .abstract.instanceof.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController).
Resolving inheritance for "App\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StaticPagesController" (parent: .abstract.instanceof.App\Controller\StaticPagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StaticPagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StaticPagesController).
Resolving inheritance for "App\Controller\StaticPagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StaticPagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController" (parent: .abstract.instanceof.App\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController).
Resolving inheritance for "App\Controller\SubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TrackingController" (parent: .abstract.instanceof.App\Controller\TrackingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TrackingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TrackingController).
Resolving inheritance for "App\Controller\TrackingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TrackingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProfileController" (parent: .abstract.instanceof.App\Controller\User\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProfileController).
Resolving inheritance for "App\Controller\User\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\RegistrationController" (parent: .abstract.instanceof.App\Controller\User\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\RegistrationController).
Resolving inheritance for "App\Controller\User\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\SecurityController" (parent: .abstract.instanceof.App\Controller\User\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\SecurityController).
Resolving inheritance for "App\Controller\User\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\TicketController" (parent: .abstract.instanceof.App\Controller\User\TicketController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\TicketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\TicketController).
Resolving inheritance for "App\Controller\User\TicketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\TicketController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Whitelabel\CustomFieldsController" (parent: .abstract.instanceof.App\Controller\Whitelabel\CustomFieldsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Whitelabel\CustomFieldsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Whitelabel\CustomFieldsController).
Resolving inheritance for "App\Controller\Whitelabel\CustomFieldsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Whitelabel\CustomFieldsController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\PaginateSubscriber" (parent: .abstract.instanceof.App\Event\PaginateSubscriber).
Resolving inheritance for "App\Event\PaginateSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\PaginateSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DomainRoutingSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\DomainRoutingSubscriber).
Resolving inheritance for "App\EventSubscriber\DomainRoutingSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DomainRoutingSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LocaleSubscriber).
Resolving inheritance for "App\EventSubscriber\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BasketEntityFormType" (parent: .abstract.instanceof.App\Form\BasketEntityFormType).
Resolving inheritance for "App\Form\BasketEntityFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BasketEntityFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Event\RowType" (parent: .abstract.instanceof.App\Form\Event\RowType).
Resolving inheritance for "App\Form\Event\RowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Event\RowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Event\SellFeeFormType" (parent: .abstract.instanceof.App\Form\Event\SellFeeFormType).
Resolving inheritance for "App\Form\Event\SellFeeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Event\SellFeeFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventBlockItemType" (parent: .abstract.instanceof.App\Form\EventBlockItemType).
Resolving inheritance for "App\Form\EventBlockItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventBlockItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentDetailsType" (parent: .abstract.instanceof.App\Form\PaymentDetailsType).
Resolving inheritance for "App\Form\PaymentDetailsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentDetailsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentSellingType" (parent: .abstract.instanceof.App\Form\PaymentSellingType).
Resolving inheritance for "App\Form\PaymentSellingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentSellingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType" (parent: .abstract.instanceof.App\Form\RegistrationFormType).
Resolving inheritance for "App\Form\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StaticPageTransType" (parent: .abstract.instanceof.App\Form\StaticPageTransType).
Resolving inheritance for "App\Form\StaticPageTransType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StaticPageTransType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StaticPageType" (parent: .abstract.instanceof.App\Form\StaticPageType).
Resolving inheritance for "App\Form\StaticPageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StaticPageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubscriptionType" (parent: .abstract.instanceof.App\Form\SubscriptionType).
Resolving inheritance for "App\Form\SubscriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubscriptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketSellPriceType" (parent: .abstract.instanceof.App\Form\TicketSellPriceType).
Resolving inheritance for "App\Form\TicketSellPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketSellPriceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserFormType" (parent: .abstract.instanceof.App\Form\UserFormType).
Resolving inheritance for "App\Form\UserFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Whitelabel\Admin\DomainFormType" (parent: .abstract.instanceof.App\Form\Whitelabel\Admin\DomainFormType).
Resolving inheritance for "App\Form\Whitelabel\Admin\DomainFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Whitelabel\Admin\DomainFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Whitelabel\Client\CustomFieldsFormType" (parent: .abstract.instanceof.App\Form\Whitelabel\Client\CustomFieldsFormType).
Resolving inheritance for "App\Form\Whitelabel\Client\CustomFieldsFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Whitelabel\Client\CustomFieldsFormType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlertCategoryRepository" (parent: .abstract.instanceof.App\Repository\AlertCategoryRepository).
Resolving inheritance for "App\Repository\AlertCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlertCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlertRepository" (parent: .abstract.instanceof.App\Repository\AlertRepository).
Resolving inheritance for "App\Repository\AlertRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlertRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiAuthRepository" (parent: .abstract.instanceof.App\Repository\ApiAuthRepository).
Resolving inheritance for "App\Repository\ApiAuthRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiAuthRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArtistRepository" (parent: .abstract.instanceof.App\Repository\ArtistRepository).
Resolving inheritance for "App\Repository\ArtistRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArtistRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BankRepository" (parent: .abstract.instanceof.App\Repository\BankRepository).
Resolving inheritance for "App\Repository\BankRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BankRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository" (parent: .abstract.instanceof.App\Repository\CategoryRepository).
Resolving inheritance for "App\Repository\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityRepository" (parent: .abstract.instanceof.App\Repository\CityRepository).
Resolving inheritance for "App\Repository\CityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository" (parent: .abstract.instanceof.App\Repository\CountryRepository).
Resolving inheritance for "App\Repository\CountryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventBlockItemRepository" (parent: .abstract.instanceof.App\Repository\EventBlockItemRepository).
Resolving inheritance for "App\Repository\EventBlockItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventBlockItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository" (parent: .abstract.instanceof.App\Repository\EventRepository).
Resolving inheritance for "App\Repository\EventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExchangeRepository" (parent: .abstract.instanceof.App\Repository\ExchangeRepository).
Resolving inheritance for "App\Repository\ExchangeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExchangeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogEmailContentRepository" (parent: .abstract.instanceof.App\Repository\LogEmailContentRepository).
Resolving inheritance for "App\Repository\LogEmailContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogEmailContentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogEmailRepository" (parent: .abstract.instanceof.App\Repository\LogEmailRepository).
Resolving inheritance for "App\Repository\LogEmailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogEmailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MoneyTransferRepository" (parent: .abstract.instanceof.App\Repository\MoneyTransferRepository).
Resolving inheritance for "App\Repository\MoneyTransferRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MoneyTransferRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository" (parent: .abstract.instanceof.App\Repository\OrderRepository).
Resolving inheritance for "App\Repository\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderTicketRepository" (parent: .abstract.instanceof.App\Repository\OrderTicketRepository).
Resolving inheritance for "App\Repository\OrderTicketRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderTicketRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\BasketEntityRepository" (parent: .abstract.instanceof.App\Repository\Payment\BasketEntityRepository).
Resolving inheritance for "App\Repository\Payment\BasketEntityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\BasketEntityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\BasketItemRepository" (parent: .abstract.instanceof.App\Repository\Payment\BasketItemRepository).
Resolving inheritance for "App\Repository\Payment\BasketItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\BasketItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\BasketRepository" (parent: .abstract.instanceof.App\Repository\Payment\BasketRepository).
Resolving inheritance for "App\Repository\Payment\BasketRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\BasketRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\BasketUserRepository" (parent: .abstract.instanceof.App\Repository\Payment\BasketUserRepository).
Resolving inheritance for "App\Repository\Payment\BasketUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\BasketUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentMethodRepository" (parent: .abstract.instanceof.App\Repository\PaymentMethodRepository).
Resolving inheritance for "App\Repository\PaymentMethodRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentMethodRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeatAreaRepository" (parent: .abstract.instanceof.App\Repository\SeatAreaRepository).
Resolving inheritance for "App\Repository\SeatAreaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeatAreaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeatLayoutRepository" (parent: .abstract.instanceof.App\Repository\SeatLayoutRepository).
Resolving inheritance for "App\Repository\SeatLayoutRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeatLayoutRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeatRepository" (parent: .abstract.instanceof.App\Repository\SeatRepository).
Resolving inheritance for "App\Repository\SeatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository" (parent: .abstract.instanceof.App\Repository\SettingRepository).
Resolving inheritance for "App\Repository\SettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaticPageRepository" (parent: .abstract.instanceof.App\Repository\StaticPageRepository).
Resolving inheritance for "App\Repository\StaticPageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaticPageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaticPageTransRepository" (parent: .abstract.instanceof.App\Repository\StaticPageTransRepository).
Resolving inheritance for "App\Repository\StaticPageTransRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaticPageTransRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriptionEventRepository" (parent: .abstract.instanceof.App\Repository\SubscriptionEventRepository).
Resolving inheritance for "App\Repository\SubscriptionEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriptionEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriptionRepository" (parent: .abstract.instanceof.App\Repository\SubscriptionRepository).
Resolving inheritance for "App\Repository\SubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketImportRepository" (parent: .abstract.instanceof.App\Repository\TicketImportRepository).
Resolving inheritance for "App\Repository\TicketImportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketImportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketPackageRepository" (parent: .abstract.instanceof.App\Repository\TicketPackageRepository).
Resolving inheritance for "App\Repository\TicketPackageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketPackageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketRepository" (parent: .abstract.instanceof.App\Repository\TicketRepository).
Resolving inheritance for "App\Repository\TicketRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserCredentialsRepository" (parent: .abstract.instanceof.App\Repository\UserCredentialsRepository).
Resolving inheritance for "App\Repository\UserCredentialsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserCredentialsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserEmailRepository" (parent: .abstract.instanceof.App\Repository\UserEmailRepository).
Resolving inheritance for "App\Repository\UserEmailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserEmailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueRepository" (parent: .abstract.instanceof.App\Repository\VenueRepository).
Resolving inheritance for "App\Repository\VenueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VenueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Whitelabel\CustomFieldsOrderRepository" (parent: .abstract.instanceof.App\Repository\Whitelabel\CustomFieldsOrderRepository).
Resolving inheritance for "App\Repository\Whitelabel\CustomFieldsOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Whitelabel\CustomFieldsOrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Whitelabel\DomainsRepository" (parent: .abstract.instanceof.App\Repository\Whitelabel\DomainsRepository).
Resolving inheritance for "App\Repository\Whitelabel\DomainsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Whitelabel\DomainsRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ApiAuthVoter" (parent: .abstract.instanceof.App\Security\Voter\ApiAuthVoter).
Resolving inheritance for "App\Security\Voter\ApiAuthVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ApiAuthVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderTicketVoter" (parent: .abstract.instanceof.App\Security\Voter\OrderTicketVoter).
Resolving inheritance for "App\Security\Voter\OrderTicketVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderTicketVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderVoter" (parent: .abstract.instanceof.App\Security\Voter\OrderVoter).
Resolving inheritance for "App\Security\Voter\OrderVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TicketImportVoter" (parent: .abstract.instanceof.App\Security\Voter\TicketImportVoter).
Resolving inheritance for "App\Security\Voter\TicketImportVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TicketImportVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TicketVoter" (parent: .abstract.instanceof.App\Security\Voter\TicketVoter).
Resolving inheritance for "App\Security\Voter\TicketVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TicketVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter" (parent: .abstract.instanceof.App\Security\Voter\UserVoter).
Resolving inheritance for "App\Security\Voter\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AlertsExtension" (parent: .abstract.instanceof.App\Twig\AlertsExtension).
Resolving inheritance for "App\Twig\AlertsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AlertsExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DateFormatExtension" (parent: .abstract.instanceof.App\Twig\DateFormatExtension).
Resolving inheritance for "App\Twig\DateFormatExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DateFormatExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DeviceExtension" (parent: .abstract.instanceof.App\Twig\DeviceExtension).
Resolving inheritance for "App\Twig\DeviceExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DeviceExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EmailTrackingExtension" (parent: .abstract.instanceof.App\Twig\EmailTrackingExtension).
Resolving inheritance for "App\Twig\EmailTrackingExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EmailTrackingExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EventBlockExtension" (parent: .abstract.instanceof.App\Twig\EventBlockExtension).
Resolving inheritance for "App\Twig\EventBlockExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EventBlockExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\PriceRuntime" (parent: .abstract.instanceof.App\Twig\PriceRuntime).
Resolving inheritance for "App\Twig\PriceRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\PriceRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TicketExtension" (parent: .abstract.instanceof.App\Twig\TicketExtension).
Resolving inheritance for "App\Twig\TicketExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TicketExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\RomanianIbanValidator" (parent: .abstract.instanceof.App\Validator\RomanianIbanValidator).
Resolving inheritance for "App\Validator\RomanianIbanValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\RomanianIbanValidator).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.app.oauth_aware.user_provider.service" (parent: .abstract.instanceof.app.oauth_aware.user_provider.service).
Resolving inheritance for "app.oauth_aware.user_provider.service" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.app.oauth_aware.user_provider.service).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.url_package).
Resolving inheritance for "mailer.transport_factory.amazon" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "hwi_oauth.resource_ownermap.main" (parent: hwi_oauth.abstract_resource_ownermap).
Resolving inheritance for "security.authentication.success_handler.main.oauth" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.main.oauth" (parent: App\Security\OAuthSuccessHandler).
Resolving inheritance for "security.authentication.failure_handler.main.oauth" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.main.oauth" (parent: hwi_oauth.authentication.failure_handler).
Resolving inheritance for "hwi_oauth.context_listener.token_refresher.main" (parent: hwi_oauth.context_listener.abstract_token_refresher).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.json_login.main" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.main.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.main.json_login" (parent: App\Security\LoginSuccessHandler).
Resolving inheritance for "security.authentication.failure_handler.main.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.main.json_login" (parent: App\Security\LoginFailureHandler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "hwi_oauth.authentication.listener.oauth" (parent: security.authentication.listener.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nwl" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.rollbar" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.rabbit_channel" (parent: monolog.logger_prototype).
3
Removing service-argument resolver for controller "App\Controller\Admin\EventBlockController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\PaymentsController::editEntity": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\StaticPageController::edit": no corresponding services exist for the referenced types.
324
Removed service "ReCaptcha\RequestMethod"; reason: private alias.
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Mach\Bundle\NwlBundle\Client"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "hwi_oauth.user.provider.entity.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "hwi_oauth.resource_owners.locator"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "monolog.handler.rollbar"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "Knp\Snappy\Pdf"; reason: private alias.
Removed service "Knp\Snappy\Image"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $payment_initiatedProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $paymentInitiatedProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $payment_initiatedProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $paymentInitiatedProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $payment_confirmedProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $paymentConfirmedProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $payment_confirmedProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $paymentConfirmedProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $payment_canceledProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $paymentCanceledProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $payment_canceledProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $paymentCanceledProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $third_party_organizer_importProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $thirdPartyOrganizerImportProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $third_party_organizer_importProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $thirdPartyOrganizerImportProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $elasticsearch_syncProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $elasticsearchSyncProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $elasticsearch_syncProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $elasticsearchSyncProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $mailer_sendProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $mailerSendProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $mailer_sendProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $mailerSendProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $payment_initiatedConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $paymentInitiatedConsumer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Consumer $payment_initiatedConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Consumer $paymentInitiatedConsumer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $payment_confirmedConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $paymentConfirmedConsumer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Consumer $payment_confirmedConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Consumer $paymentConfirmedConsumer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $payment_canceledConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $paymentCanceledConsumer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Consumer $payment_canceledConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Consumer $paymentCanceledConsumer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $third_party_organizer_importConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $thirdPartyOrganizerImportConsumer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Consumer $third_party_organizer_importConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Consumer $thirdPartyOrganizerImportConsumer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $elasticsearch_syncConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $elasticsearchSyncConsumer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Consumer $elasticsearch_syncConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Consumer $elasticsearchSyncConsumer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $mailer_sendConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $mailerSendConsumer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Consumer $mailer_sendConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Consumer $mailerSendConsumer"; reason: private alias.
Removed service "nwl"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nwlLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $rollbarLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $rabbit_channelLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $rabbitChannelLogger"; reason: private alias.
Removed service ".service_locator.q6rKGBk"; reason: private alias.
Removed service ".service_locator.Gyw6I8Q"; reason: private alias.
Removed service ".service_locator.rCosVKo"; reason: private alias.
Removed service ".service_locator.HKONhas"; reason: private alias.
Removed service ".service_locator.vc1zHy9"; reason: private alias.
Removed service ".service_locator.BzsffCA"; reason: private alias.
Removed service ".service_locator.ErG5HxT"; reason: private alias.
Removed service ".service_locator.nVvFYcH"; reason: private alias.
Removed service ".service_locator.4QtKxhi"; reason: private alias.
Removed service ".service_locator.26t1q4U"; reason: private alias.
Removed service ".service_locator.zkaLv4b"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "hwi_oauth.http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "security.csrf.token_manager"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.n_ENPtW"; reason: private alias.
Removed service ".service_locator.5Vd5JYV"; reason: private alias.
Removed service ".service_locator.xrG_qhK"; reason: private alias.
Removed service ".service_locator.xouXFg4"; reason: private alias.
Removed service ".service_locator.va3KI9D"; reason: private alias.
Removed service ".service_locator.rn.xRC3"; reason: private alias.
Removed service ".service_locator.YqU2dxJ"; reason: private alias.
Removed service ".service_locator.m3I7JZR"; reason: private alias.
Removed service ".service_locator.I_9kVw_"; reason: private alias.
Removed service ".service_locator.QffcHTR"; reason: private alias.
Removed service ".service_locator.OG7M6xC"; reason: private alias.
Removed service ".service_locator.e8xoUwW"; reason: private alias.
Removed service ".service_locator.QN8N2X4"; reason: private alias.
Removed service ".service_locator.v_Llt0M"; reason: private alias.
Removed service ".service_locator..NqGgkC"; reason: private alias.
Removed service ".service_locator.iBG2cDb"; reason: private alias.
Removed service ".service_locator.dVGq82j"; reason: private alias.
Removed service ".service_locator.39kp0HG"; reason: private alias.
Removed service ".service_locator.WF0Hnbs"; reason: private alias.
Removed service ".service_locator.yU2BdW9"; reason: private alias.
Removed service ".service_locator.BCnFl8p"; reason: private alias.
Removed service ".service_locator.kNNpWKO"; reason: private alias.
Removed service ".service_locator..XLws8M"; reason: private alias.
Removed service ".service_locator.H6Srcy8"; reason: private alias.
Removed service ".service_locator.cwtsLQA"; reason: private alias.
Removed service ".service_locator.Pshe1jX"; reason: private alias.
Removed service ".service_locator.m.n4WQi"; reason: private alias.
Removed service ".service_locator.Q.CsNw7"; reason: private alias.
Removed service ".service_locator.SUEpcbP"; reason: private alias.
Removed service ".service_locator.QKzhh1U"; reason: private alias.
Removed service ".service_locator.fVAVXf3"; reason: private alias.
Removed service ".service_locator.DI7LY5H"; reason: private alias.
Removed service ".service_locator.1a0prxt"; reason: private alias.
Removed service ".service_locator.MDBPzv8"; reason: private alias.
Removed service ".service_locator.2_eQmVe"; reason: private alias.
Removed service ".service_locator.HXjI5zb"; reason: private alias.
Removed service ".service_locator.otVG1DW"; reason: private alias.
Removed service ".service_locator.VAEDlal"; reason: private alias.
Removed service ".service_locator.EYAg.e3"; reason: private alias.
Removed service ".service_locator.XZs42y_"; reason: private alias.
Removed service ".service_locator.fY.C96e"; reason: private alias.
Removed service ".service_locator.YwT2E.i"; reason: private alias.
Removed service ".service_locator.2dRbwmx"; reason: private alias.
Removed service ".service_locator.qCSXkDg"; reason: private alias.
Removed service ".service_locator.jrq3J1b"; reason: private alias.
Removed service ".service_locator.MJ97sAE"; reason: private alias.
Removed service ".service_locator.JEscz4M"; reason: private alias.
Removed service ".service_locator.wwLSdj1"; reason: private alias.
Removed service ".service_locator.bFmLiXe"; reason: private alias.
Removed service ".service_locator.Fy45ihS"; reason: private alias.
Removed service ".service_locator.Kx2u.U4"; reason: private alias.
Removed service ".service_locator.q2lLc8r"; reason: private alias.
Removed service ".service_locator.QsIP1aw"; reason: private alias.
Removed service ".service_locator.3k4s7Ow"; reason: private alias.
Removed service ".service_locator.QbYF1VB"; reason: private alias.
Removed service ".service_locator.QXaWG6_"; reason: private alias.
Removed service ".service_locator.h0zcVeU"; reason: private alias.
Removed service ".service_locator.JomGbjs"; reason: private alias.
Removed service ".service_locator.5rT._FF"; reason: private alias.
Removed service ".service_locator.9bsyNOC"; reason: private alias.
Removed service ".service_locator.LutuTaS"; reason: private alias.
Removed service ".service_locator.wG5NkjM"; reason: private alias.
Removed service ".service_locator.IN0gj9C"; reason: private alias.
Removed service ".service_locator.0FyNKbJ"; reason: private alias.
Removed service ".service_locator.qpL.Szu"; reason: private alias.
Removed service ".service_locator.bg49Ze0"; reason: private alias.
Removed service ".service_locator.RWPFvh6"; reason: private alias.
Removed service ".service_locator.g5MrIof"; reason: private alias.
Removed service ".service_locator.r16RVsB"; reason: private alias.
Removed service ".service_locator.vGowO4m"; reason: private alias.
Removed service ".service_locator.h6AkWog"; reason: private alias.
Removed service ".service_locator.Nrz07Zz"; reason: private alias.
Removed service ".service_locator.4jXrXRd"; reason: private alias.
Removed service ".service_locator.9qdsrHJ"; reason: private alias.
Removed service ".service_locator.CtFxMSG"; reason: private alias.
Removed service ".service_locator.1eFdj.P"; reason: private alias.
Removed service ".service_locator.c1qrmIw"; reason: private alias.
Removed service ".service_locator.cBxGy8F"; reason: private alias.
Removed service ".service_locator.jXyMOjy"; reason: private alias.
Removed service ".service_locator.BxL3quK"; reason: private alias.
Removed service ".service_locator.ocuNbnS"; reason: private alias.
Removed service ".service_locator.ckBm6N0"; reason: private alias.
154
Changed reference of service "App\Command\Newsletter\SendEventNewsletterCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Consumer\MailerSendConsumer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Payment\DefaultController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Whitelabel\CustomFieldsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\PaymentDetailsType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\RegistrationFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\RegistrationFormType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\SubscriptionType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\TicketSellPriceType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\TicketSellPriceType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\UserFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\UserFormType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\Whitelabel\Client\CustomFieldsFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Whitelabel\Client\CustomFieldsFormType" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\AccessDeniedHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\AccessDeniedHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\LoginFailureHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\Cart\CartApi" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\Cart\CheckoutApi" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\Cart\CheckoutApi" previously pointing to "router.default" to "router".
Changed reference of service "App\Services\Elasticsearch\EventCategorySearch" previously pointing to "router.default" to "router".
Changed reference of service "App\Services\Elasticsearch\EventSearch" previously pointing to "router.default" to "router".
Changed reference of service "App\Services\Elasticsearch\Index\EntityIndex" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\ListEntities" previously pointing to "router.default" to "router".
Changed reference of service "App\Services\ListEntities" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\Payment\BasketFrom\WhitelabelCustomFieldsOrder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\Payment\Revolut\Order" previously pointing to "router.default" to "router".
Changed reference of service "App\Services\Payment\Revolut\WebHook" previously pointing to "router.default" to "router".
Changed reference of service "App\Services\Payment\Wallet\Order" previously pointing to "router.default" to "router".
Changed reference of service "App\Services\Payment\Wallet\WalletApi" previously pointing to "router.default" to "router".
Changed reference of service "App\Services\Profile\UserAccount" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\ProfileService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\Sell\TicketApi" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\Ticket\ChangeStatus" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\Validator\PasswordChangeValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\Whitelabel\CustomFieldsRouter" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\EmailTrackingExtension" previously pointing to "router.default" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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.amazon" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.user_checker_locator" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
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.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.main.oauth" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.json_login.main" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.failure_handler.main.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.listener.user_checker.main" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController" previously pointing to "router.default" to "router".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\LoginController" previously pointing to "router.default" to "router".
Changed reference of service "hwi_oauth.authentication.listener.oauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hwi_oauth.authentication.failure_handler" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "old_sound_rabbit_mq.payment_initiated_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.payment_confirmed_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.payment_canceled_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.third_party_organizer_import_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.elasticsearch_sync_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.mailer_send_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.payment_initiated_consumer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.payment_confirmed_consumer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.payment_canceled_consumer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.third_party_organizer_import_consumer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.elasticsearch_sync_consumer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.mailer_send_consumer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.aF9Y6RJ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.WDQLwlF" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.gb1BCme" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.518uXiN" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5KRTa.z" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.6xeDzl7" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Yz0wEDT" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.6dq0Zl0" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator..9oYDbS" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.rwqDbjI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.sD5L1dr" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.2oCkVQB" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.A6Rq0Z9" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.VNyJADZ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.vwlv7Ag" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Cta6OUD" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.28sjWxR" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.QEWn7fp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.f8inQun" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.k037L3g" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.LSJ.Gqc" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.1jpn2ub" previously pointing to "translator.data_collector" to "translator".
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.App\Security\Voter\ApiAuthVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\OrderTicketVoter" 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\TicketImportVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\TicketVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.VYyzWhe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.7jukgan" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.xRvtKlk" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
442
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "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.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "hwi_oauth.authentication.listener.oauth"; reason: abstract.
Removed service "hwi_oauth.context_listener.abstract_token_refresher"; reason: abstract.
Removed service "hwi_oauth.abstract_resource_ownermap"; reason: abstract.
Removed service "maker.auto_command.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 ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BnrExchangeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BnrExchangeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Crontab\InstallCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Crontab\InstallCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Crontab\RunCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Crontab\RunCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Development\GeonamesAlternameCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Development\GeonamesAlternameCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Elasticsearch\PopulateEntitiesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Elasticsearch\PopulateEntitiesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Elasticsearch\PopulateEventsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Elasticsearch\PopulateEventsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Elasticsearch\PopulateTicketsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Elasticsearch\PopulateTicketsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IaBilet\GetArtistsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\IaBilet\GetArtistsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IaBilet\GetCategoriesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\IaBilet\GetCategoriesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IaBilet\GetEventsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\IaBilet\GetEventsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IaBilet\GetVenuesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\IaBilet\GetVenuesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Newsletter\SendEventNewsletterCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Newsletter\SendEventNewsletterCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\CheckFailedConfirmationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Payment\CheckFailedConfirmationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\Revolut\CapturePaymentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Payment\Revolut\CapturePaymentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\Revolut\CreateTransfersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Payment\Revolut\CreateTransfersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\Revolut\DoTransfersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Payment\Revolut\DoTransfersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\Revolut\TransferMoneyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Payment\Revolut\TransferMoneyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\Revolut\TransferStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Payment\Revolut\TransferStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\Revolut\WebhooksCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Payment\Revolut\WebhooksCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PopulateEventBlocksCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PopulateEventBlocksCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Supervisord\InstallCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Supervisord\InstallCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AlertsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AlertsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AlertsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventBlockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EventBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FinancialController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FinancialController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FinancialController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MoneyTransferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MoneyTransferController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MoneyTransferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaymentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaymentsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PaymentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SalesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SalesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SalesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StaticPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StaticPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\StaticPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ThirdPartyOrganizerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ThirdPartyOrganizerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ThirdPartyOrganizerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\WhitelabelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\WhitelabelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\WhitelabelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BankAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BankAccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\BankAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TicketController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WalletController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WalletController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\WalletController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WebHookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WebHookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\WebHookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Buy\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Buy\CartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Buy\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Buy\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Buy\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Buy\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Payment\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\IpnController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\IpnController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Payment\IpnController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RedirectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SalesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SalesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SalesController"; 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\StaticPagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StaticPagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StaticPagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TrackingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TrackingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TrackingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\TicketController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Whitelabel\CustomFieldsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Whitelabel\CustomFieldsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Whitelabel\CustomFieldsController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\PaginateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\PaginateSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DomainRoutingSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\DomainRoutingSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BasketEntityFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BasketEntityFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Event\RowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Event\RowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Event\SellFeeFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Event\SellFeeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventBlockItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventBlockItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentDetailsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PaymentDetailsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentSellingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PaymentSellingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RegistrationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StaticPageTransType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StaticPageTransType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StaticPageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StaticPageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubscriptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SubscriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketSellPriceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketSellPriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Whitelabel\Admin\DomainFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Whitelabel\Admin\DomainFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Whitelabel\Client\CustomFieldsFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Whitelabel\Client\CustomFieldsFormType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlertCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AlertCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlertRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AlertRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiAuthRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ApiAuthRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArtistRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ArtistRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BankRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BankRepository"; 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\CityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CountryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventBlockItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventBlockItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExchangeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExchangeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogEmailContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogEmailContentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogEmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogEmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MoneyTransferRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MoneyTransferRepository"; 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\OrderTicketRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderTicketRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\BasketEntityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Payment\BasketEntityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\BasketItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Payment\BasketItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\BasketRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Payment\BasketRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\BasketUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Payment\BasketUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentMethodRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PaymentMethodRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeatAreaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SeatAreaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeatLayoutRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SeatLayoutRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SeatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SettingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaticPageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StaticPageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaticPageTransRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StaticPageTransRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriptionEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubscriptionEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubscriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketImportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TicketImportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketPackageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TicketPackageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TicketRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserCredentialsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserCredentialsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserEmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserEmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.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\Whitelabel\CustomFieldsOrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Whitelabel\CustomFieldsOrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Whitelabel\DomainsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Whitelabel\DomainsRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ApiAuthVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ApiAuthVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderTicketVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\OrderTicketVoter"; 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\TicketImportVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\TicketImportVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TicketVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\TicketVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\UserVoter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AlertsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AlertsExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DateFormatExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\DateFormatExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DeviceExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\DeviceExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EmailTrackingExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\EmailTrackingExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EventBlockExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\EventBlockExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\PriceRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\PriceRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TicketExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TicketExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\RomanianIbanValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\RomanianIbanValidator"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.app.oauth_aware.user_provider.service"; reason: abstract.
Removed service ".abstract.instanceof.app.oauth_aware.user_provider.service"; reason: abstract.
147
Removed service "ReCaptcha\ReCaptcha"; reason: unused.
Removed service "ReCaptcha\RequestMethod\CurlPost"; reason: unused.
Removed service "ReCaptcha\RequestMethod\Curl"; reason: unused.
Removed service "http_discovery.psr17_factory"; reason: unused.
Removed service "App\Console\TimestampOutput"; reason: unused.
Removed service "App\Doctrine\Types\EnumType"; reason: unused.
Removed service "App\Security\LoginFailureHandler"; reason: unused.
Removed service "App\Security\LoginSuccessHandler"; reason: unused.
Removed service "App\Security\OAuthSuccessHandler"; reason: unused.
Removed service "App\Services\ApiService"; reason: unused.
Removed service "App\Services\Cache\SessionMemcached"; reason: unused.
Removed service "App\Services\Payment\Revolut"; reason: unused.
Removed service "App\Services\Sell\SellApi"; reason: unused.
Removed service "App\Services\UserService"; reason: unused.
Removed service "App\Services\Validator\InvalidDataException"; reason: unused.
Removed service "App\Services\Validator\Validator"; reason: unused.
Removed service "App\Validator\RomanianIban"; reason: unused.
Removed service "hwi_oauth.user.provider.entity"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "httplug.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service ".1_ServiceLocator~xWymk4d"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "hwi_oauth.authentication.provider.oauth"; reason: unused.
Removed service "hwi_oauth.authentication.entry_point.oauth"; reason: unused.
Removed service "hwi_oauth.user.provider"; reason: unused.
Removed service "hwi_oauth.authentication.failure_handler"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "progressive_sender.factory"; reason: unused.
Removed service "nwl.progressive_sender.factory.interceptable"; reason: unused.
Removed service "nwl.ip_controll_progressive_sender.factory.interceptable"; reason: unused.
Removed service "nwl.ip_controll_progressive_sender.factory"; reason: unused.
Removed service "nwl.repo.progressive_sender"; reason: unused.
Removed service "nwl.repo.mail_sendings"; reason: unused.
Removed service "nwl.repo.email_status"; reason: unused.
Removed service "nwl.progressive_volume_calculator"; reason: unused.
Removed service "nwl.email_status_provider"; reason: unused.
Removed service "Rollbar\Symfony\RollbarBundle\Payload\Generator"; reason: unused.
Removed service ".service_locator.czzuReE"; reason: unused.
Removed service ".service_locator.czzuReE.App\Controller\Admin\EventBlockController::edit()"; reason: unused.
Removed service ".service_locator.0bKwFFP"; reason: unused.
Removed service ".service_locator.0bKwFFP.App\Controller\Admin\PaymentsController::editEntity()"; reason: unused.
Removed service ".service_locator.kG.zo86"; reason: unused.
Removed service ".service_locator.kG.zo86.App\Controller\Admin\StaticPageController::edit()"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.rollbar"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.PZ0UHmb"; reason: unused.
Removed service ".service_locator.btBh8Uk"; reason: unused.
444
Inlined service "nwl.client" to "App\Command\Newsletter\SendEventNewsletterCommand".
Inlined service "mailer.mailer" to "App\Consumer\MailerSendConsumer".
Inlined service "App\Services\Payment\Wallet\Order" to "App\Consumer\PaymentConfirmedConsumer".
Inlined service "App\Services\Payment\IPNExtern" to "App\Consumer\PaymentConfirmedConsumer".
Inlined service "App\Services\Alerts\PaymentConfirmedAlert" to "App\Consumer\PaymentConfirmedConsumer".
Inlined service ".service_locator.VYyzWhe.App\Controller\Admin\AlertsController" to "App\Controller\Admin\AlertsController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Admin\DefaultController" to "App\Controller\Admin\DefaultController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Admin\EventBlockController" to "App\Controller\Admin\EventBlockController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Admin\EventController" to "App\Controller\Admin\EventController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Admin\FinancialController" to "App\Controller\Admin\FinancialController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Admin\MoneyTransferController" to "App\Controller\Admin\MoneyTransferController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Admin\OrderController" to "App\Controller\Admin\OrderController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Admin\PaymentsController" to "App\Controller\Admin\PaymentsController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Admin\SalesController" to "App\Controller\Admin\SalesController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Admin\StaticPageController" to "App\Controller\Admin\StaticPageController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Admin\ThirdPartyOrganizerController" to "App\Controller\Admin\ThirdPartyOrganizerController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Admin\UserController" to "App\Controller\Admin\UserController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Admin\WhitelabelController" to "App\Controller\Admin\WhitelabelController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Api\BankAccountController" to "App\Controller\Api\BankAccountController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Api\EventController" to "App\Controller\Api\EventController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Api\TicketController" to "App\Controller\Api\TicketController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Api\UserController" to "App\Controller\Api\UserController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Api\WalletController" to "App\Controller\Api\WalletController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Api\WebHookController" to "App\Controller\Api\WebHookController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Buy\CartController" to "App\Controller\Buy\CartController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Buy\PaymentController" to "App\Controller\Buy\PaymentController".
Inlined service ".service_locator.VYyzWhe.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator.VYyzWhe.App\Controller\ListController" to "App\Controller\ListController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Payment\DefaultController" to "App\Controller\Payment\DefaultController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Payment\IpnController" to "App\Controller\Payment\IpnController".
Inlined service ".service_locator.VYyzWhe.App\Controller\RedirectController" to "App\Controller\RedirectController".
Inlined service ".service_locator.VYyzWhe.App\Controller\SalesController" to "App\Controller\SalesController".
Inlined service ".service_locator.VYyzWhe.App\Controller\SearchController" to "App\Controller\SearchController".
Inlined service ".service_locator.VYyzWhe.App\Controller\StaticPagesController" to "App\Controller\StaticPagesController".
Inlined service ".service_locator.VYyzWhe.App\Controller\SubscriptionController" to "App\Controller\SubscriptionController".
Inlined service ".service_locator.VYyzWhe.App\Controller\TrackingController" to "App\Controller\TrackingController".
Inlined service ".service_locator.VYyzWhe.App\Controller\User\ProfileController" to "App\Controller\User\ProfileController".
Inlined service ".service_locator.VYyzWhe.App\Controller\User\RegistrationController" to "App\Controller\User\RegistrationController".
Inlined service ".service_locator.VYyzWhe.App\Controller\User\SecurityController" to "App\Controller\User\SecurityController".
Inlined service ".service_locator.VYyzWhe.App\Controller\User\TicketController" to "App\Controller\User\TicketController".
Inlined service ".service_locator.VYyzWhe.App\Controller\Whitelabel\CustomFieldsController" to "App\Controller\Whitelabel\CustomFieldsController".
Inlined service "App\Services\RecaptchaService" to "App\Form\SubscriptionType".
Inlined service "App\Security\IaBiletOAuth2" to "App\Services\API\IaBiletApi".
Inlined service "App\Services\Elasticsearch\EntitySearch" to "App\Services\ListEntities".
Inlined service "App\Services\Elasticsearch\EventCategorySearch" to "App\Services\ListEventsByCategory".
Inlined service "App\Services\Elasticsearch\Search\TicketsSearch" to "App\Services\ListTickets".
Inlined service "App\Services\Payment\Revolut\Customer" to "App\Services\Payment\Revolut\Order".
Inlined service "App\Services\Alerts\UserAlert" to "App\Services\ProfileService".
Inlined service "App\Services\Serializer\JsonSerializer" to "App\Services\SymfonyResponseFactory".
Inlined service "Detection\MobileDetect" to "App\Twig\DeviceExtension".
Inlined service "App\Services\QrCodeService" to "App\Twig\TicketExtension".
Inlined service "SessionMemcached" to "Symfony\Component\HttpFoundation\Session\Storage\Handler\MemcachedSessionHandler".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.va_rxC4" to "fragment.handler".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.DOrA4Nm" to "console.command.cache_pool_invalidate_tags".
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.property_info.recorder_inner" to "cache.property_info".
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 "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.ILdUWIS" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.7jukgan.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.rhF__EI" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.qXR9Hv0.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "container.getenv" to "secrets.decryption_key".
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 "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" to "session_listener".
Inlined service "security.csrf.same_origin_token_manager.inner" to "security.csrf.same_origin_token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.iKNQ_yC" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.EirAM4X" to "validator.validator_factory".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.default_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.ZSS2D.Y" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.6QPDQiu" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "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.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 "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AlertsExtension" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "App\Twig\DateFormatExtension" to "twig".
Inlined service "App\Twig\DeviceExtension" to "twig".
Inlined service "App\Twig\EmailTrackingExtension" to "twig".
Inlined service "App\Twig\EventBlockExtension" to "twig".
Inlined service "App\Twig\TicketExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "hwi_oauth.twig.extension.oauth" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.lMv3Dwi.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.SqC6Plg" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.fKIsVqY" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~yaauyt0" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.NXTTdTW" to "security.helper".
Inlined service ".service_locator.EbKLj8L" to "security.helper".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.SVK5D2B" to "security.access_map".
Inlined service ".security.request_matcher.BhpRUZK" to "security.access_map".
Inlined service ".security.request_matcher.pBoG00S" to "security.access_map".
Inlined service ".security.request_matcher.Oh0tC0n" to "security.access_map".
Inlined service ".security.request_matcher.CUDSgej" to "security.access_map".
Inlined service ".security.request_matcher.CUDSgej" 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.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service ".service_locator.K0SR9b6" to "hwi_oauth.resource_ownermap.main".
Inlined service "security.authentication.success_handler.main.oauth" to "security.authenticator.oauth.main".
Inlined service "security.authentication.failure_handler.main.oauth" to "security.authenticator.oauth.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.success_handler.main.json_login" to "security.authenticator.json_login.main".
Inlined service "security.authentication.failure_handler.main.json_login" to "security.authenticator.json_login.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "App\Security\AccessDeniedHandler" to "security.exception_listener.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.pqyCXG8" to ".security.request_matcher.SVK5D2B".
Inlined service ".security.request_matcher.T8BdVIN" to ".security.request_matcher.BhpRUZK".
Inlined service ".security.request_matcher.cTTqcpF" to ".security.request_matcher.pBoG00S".
Inlined service ".security.request_matcher.yaPCAI6" to ".security.request_matcher.Oh0tC0n".
Inlined service "hwi_oauth.util.domain_whitelist" to "HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "old_sound_rabbit_mq.connection_factory.default" to "old_sound_rabbit_mq.connection.default".
Inlined service "App\Consumer\PaymentInitiatedConsumer" to "old_sound_rabbit_mq.payment_initiated_consumer".
Inlined service "App\Consumer\PaymentConfirmedConsumer" to "old_sound_rabbit_mq.payment_confirmed_consumer".
Inlined service "App\Consumer\PaymentCanceledConsumer" to "old_sound_rabbit_mq.payment_canceled_consumer".
Inlined service "App\Consumer\ThirdPartyOrganizerImportConsumer" to "old_sound_rabbit_mq.third_party_organizer_import_consumer".
Inlined service "App\Consumer\ESearchSyncConsumer" to "old_sound_rabbit_mq.elasticsearch_sync_consumer".
Inlined service "App\Consumer\MailerSendConsumer" to "old_sound_rabbit_mq.mailer_send_consumer".
Inlined service "nwl.http.client" to "nwl.rest.client".
Inlined service "nwl.debug.info" to "nwl.rest.client".
Inlined service "nwl.rest.client" to "nwl.client".
Inlined service "monolog.logger.nwl" to "nwl.client".
Inlined service "nwl.mail_interceptors.chain" to "nwl.client".
Inlined service "Rollbar\Symfony\RollbarBundle\Factories\RollbarHandlerFactory" to "Rollbar\Monolog\Handler\RollbarHandler".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service ".service_locator.Drx.8nP" to ".service_locator.Drx.8nP.App\Controller\Admin\DefaultController::dashboard()".
Inlined service ".service_locator.sFpkj0w" to ".service_locator.sFpkj0w.App\Controller\Admin\EventBlockController::delete()".
Inlined service ".service_locator.RWtlyNN" to ".service_locator.RWtlyNN.App\Controller\Admin\EventController::switchEventVisibility()".
Inlined service ".service_locator.N7b5D_i" to ".service_locator.N7b5D_i.App\Controller\Admin\EventController::switchEventPromoted()".
Inlined service ".service_locator.uOCv2n7" to ".service_locator.uOCv2n7.App\Controller\Admin\EventController::editEventCommission()".
Inlined service ".service_locator.CvoiNBe" to ".service_locator.CvoiNBe.App\Controller\Admin\MoneyTransferController::index()".
Inlined service ".service_locator.KomszN3" to ".service_locator.KomszN3.App\Controller\Admin\OrderController::retryTransfer()".
Inlined service ".service_locator.dJyTQ2h" to ".service_locator.dJyTQ2h.App\Controller\Admin\OrderController::resendTickets()".
Inlined service ".service_locator.9A9Lw3y" to ".service_locator.9A9Lw3y.App\Controller\Admin\PaymentsController::viewBasket()".
Inlined service ".service_locator.zgtA7K5" to ".service_locator.zgtA7K5.App\Controller\Admin\PaymentsController::reConfirm()".
Inlined service ".service_locator.wxPd78M" to ".service_locator.wxPd78M.App\Controller\Admin\SalesController::list()".
Inlined service ".service_locator.0AIfsK6" to ".service_locator.0AIfsK6.App\Controller\Admin\SalesController::view()".
Inlined service ".service_locator.e6nvxZ7" to ".service_locator.e6nvxZ7.App\Controller\Admin\SalesController::retrieveHighRiskSellers()".
Inlined service ".service_locator.1IH9m66" to ".service_locator.1IH9m66.App\Controller\Admin\ThirdPartyOrganizerController::retrieve()".
Inlined service ".service_locator.5KcOo9." to ".service_locator.5KcOo9..App\Controller\Admin\ThirdPartyOrganizerController::uploadForm()".
Inlined service ".service_locator.PElvtNv" to ".service_locator.PElvtNv.App\Controller\Admin\UserController::editUser()".
Inlined service ".service_locator.4GJfLsP" to ".service_locator.4GJfLsP.App\Controller\Admin\UserController::deleteUser()".
Inlined service ".service_locator.O1ExtqI" to ".service_locator.O1ExtqI.App\Controller\Admin\WhitelabelController::editItem()".
Inlined service ".service_locator.jFTPEa5" to ".service_locator.jFTPEa5.App\Controller\Admin\WhitelabelController::viewOrder()".
Inlined service ".service_locator.6oKIcrd" to ".service_locator.6oKIcrd.App\Controller\Api\BankAccountController::bankAccount()".
Inlined service ".service_locator.FSsif0K" to ".service_locator.FSsif0K.App\Controller\Api\BankAccountController::saveBankAccount()".
Inlined service ".service_locator.AB5iGcq" to ".service_locator.AB5iGcq.App\Controller\Api\EventController::withTickets()".
Inlined service ".service_locator.H56nQhA" to ".service_locator.H56nQhA.App\Controller\Api\TicketController::myTickets()".
Inlined service ".service_locator.ZKrKZPI" to ".service_locator.ZKrKZPI.App\Controller\Api\TicketController::saveSellPrice()".
Inlined service ".service_locator.Lkw9Nwi" to ".service_locator.Lkw9Nwi.App\Controller\Api\TicketController::publish()".
Inlined service ".service_locator.WDQLwlF" to ".service_locator.WDQLwlF.App\Controller\Api\UserController::register()".
Inlined service ".service_locator.PJpZ_qy" to ".service_locator.PJpZ_qy.App\Controller\Api\UserController::checkUserByEmail()".
Inlined service ".service_locator.8DYFe9s" to ".service_locator.8DYFe9s.App\Controller\Api\WalletController::getCredit()".
Inlined service ".service_locator.UV0eek3" to ".service_locator.UV0eek3.App\Controller\Api\WebHookController::confirmCustomFields()".
Inlined service ".service_locator.6xeDzl7" to ".service_locator.6xeDzl7.App\Controller\Buy\CartController::getCart()".
Inlined service ".service_locator.Td6TBC2" to ".service_locator.Td6TBC2.App\Controller\Buy\CartController::delete()".
Inlined service ".service_locator.ZJHlqB." to ".service_locator.ZJHlqB..App\Controller\Buy\CartController::saveContactDetails()".
Inlined service ".service_locator.Yz0wEDT" to ".service_locator.Yz0wEDT.App\Controller\Buy\CartController::buyTickets()".
Inlined service ".service_locator.UqgFBPS" to ".service_locator.UqgFBPS.App\Controller\Buy\CartController::validateTickets()".
Inlined service ".service_locator.6dq0Zl0" to ".service_locator.6dq0Zl0.App\Controller\Buy\PaymentController::thankYou()".
Inlined service ".service_locator.h1wuxJF" to ".service_locator.h1wuxJF.App\Controller\DefaultController::homepage()".
Inlined service ".service_locator..9oYDbS" to ".service_locator..9oYDbS.App\Controller\DefaultController::chooseSeatsModal()".
Inlined service ".service_locator.rwqDbjI" to ".service_locator.rwqDbjI.App\Controller\ListController::ticketsByEvent()".
Inlined service ".service_locator.j.uqtjw" to ".service_locator.j.uqtjw.App\Controller\ListController::eventsByEntity()".
Inlined service ".service_locator._b1v9nz" to ".service_locator._b1v9nz.App\Controller\ListController::eventsByCategory()".
Inlined service ".service_locator.hxcXcpu" to ".service_locator.hxcXcpu.App\Controller\Payment\DefaultController::newSubmit()".
Inlined service ".service_locator.82cTNpH" to ".service_locator.82cTNpH.App\Controller\Payment\DefaultController::newGet()".
Inlined service ".service_locator.pwvjFUa" to ".service_locator.pwvjFUa.App\Controller\Payment\DefaultController::completed()".
Inlined service ".service_locator.LRK16vo" to ".service_locator.LRK16vo.App\Controller\Payment\DefaultController::failure()".
Inlined service ".service_locator.CRtisfV" to ".service_locator.CRtisfV.App\Controller\Payment\IpnController::revolut()".
Inlined service ".service_locator.t9Dafzz" to ".service_locator.t9Dafzz.App\Controller\Payment\IpnController::wallet()".
Inlined service ".service_locator.UxzYrZe" to ".service_locator.UxzYrZe.App\Controller\SearchController::autocomplete()".
Inlined service ".service_locator.sD5L1dr" to ".service_locator.sD5L1dr.App\Controller\SubscriptionController::subscribe()".
Inlined service ".service_locator.2oCkVQB" to ".service_locator.2oCkVQB.App\Controller\User\ProfileController::index()".
Inlined service ".service_locator.SJLUyLu" to ".service_locator.SJLUyLu.App\Controller\User\ProfileController::tickets()".
Inlined service ".service_locator.Ourgnnn" to ".service_locator.Ourgnnn.App\Controller\User\ProfileController::sales()".
Inlined service ".service_locator.A6Rq0Z9" to ".service_locator.A6Rq0Z9.App\Controller\User\ProfileController::packageDetails()".
Inlined service ".service_locator.VNyJADZ" to ".service_locator.VNyJADZ.App\Controller\User\ProfileController::order()".
Inlined service ".service_locator.vwlv7Ag" to ".service_locator.vwlv7Ag.App\Controller\User\ProfileController::update()".
Inlined service ".service_locator.Cta6OUD" to ".service_locator.Cta6OUD.App\Controller\User\ProfileController::changePassword()".
Inlined service ".service_locator.28sjWxR" to ".service_locator.28sjWxR.App\Controller\User\ProfileController::checkUniqueEmail()".
Inlined service ".service_locator.QEWn7fp" to ".service_locator.QEWn7fp.App\Controller\User\ProfileController::delete()".
Inlined service ".service_locator.f8inQun" to ".service_locator.f8inQun.App\Controller\User\ProfileController::downloadTicket()".
Inlined service ".service_locator.Iq5oShx" to ".service_locator.Iq5oShx.App\Controller\User\RegistrationController::register()".
Inlined service ".service_locator.3QECKYg" to ".service_locator.3QECKYg.App\Controller\User\SecurityController::login()".
Inlined service ".service_locator.k037L3g" to ".service_locator.k037L3g.App\Controller\User\SecurityController::newAccountPassword()".
Inlined service ".service_locator.LSJ.Gqc" to ".service_locator.LSJ.Gqc.App\Controller\User\SecurityController::confirmChangeEmailAction()".
Inlined service ".service_locator.WOmeAPM" to ".service_locator.WOmeAPM.App\Controller\User\TicketController::editTicketPriceForm()".
Inlined service ".service_locator.1jpn2ub" to ".service_locator.1jpn2ub.App\Controller\User\TicketController::saveTicketPrice()".
Inlined service ".service_locator.UscqgKk" to ".service_locator.UscqgKk.App\Controller\User\TicketController::showTicketModal()".
Inlined service ".service_locator.SMT3UWC" to ".service_locator.SMT3UWC.App\Controller\User\TicketController::previewImageAction()".
Inlined service ".service_locator.wbUCvro" to ".service_locator.wbUCvro.App\Controller\Whitelabel\CustomFieldsController::index()".
Inlined service ".service_locator.jza7NGw" to ".service_locator.jza7NGw.App\Controller\Whitelabel\CustomFieldsController::buyPage()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".debug.hwi_oauth.http_client.inner" to ".debug.hwi_oauth.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "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 "App\Security\Voter\ApiAuthVoter" to ".debug.security.voter.App\Security\Voter\ApiAuthVoter".
Inlined service "App\Security\Voter\OrderTicketVoter" to ".debug.security.voter.App\Security\Voter\OrderTicketVoter".
Inlined service "App\Security\Voter\OrderVoter" to ".debug.security.voter.App\Security\Voter\OrderVoter".
Inlined service "App\Security\Voter\TicketImportVoter" to ".debug.security.voter.App\Security\Voter\TicketImportVoter".
Inlined service "App\Security\Voter\TicketVoter" to ".debug.security.voter.App\Security\Voter\TicketVoter".
Inlined service "App\Security\Voter\UserVoter" to ".debug.security.voter.App\Security\Voter\UserVoter".
Inlined service ".service_locator.7jukgan" to ".service_locator.7jukgan.translation.warmer".
Inlined service ".service_locator.jOr2rzL" to ".service_locator.jOr2rzL.router.default".
Inlined service ".service_locator.qXR9Hv0" to ".service_locator.qXR9Hv0.router.cache_warmer".
Inlined service ".service_locator.lMv3Dwi" to ".service_locator.lMv3Dwi.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.UIRcdBR" to "debug.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service ".service_locator.o9cbFBR" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.jOr2rzL.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
2
Tag "container.decorator" was defined on service(s) "security.csrf.same_origin_token_manager", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "debug.security.event_dispatcher.main", ".debug.http_client", ".debug.hwi_oauth.http_client", "event_dispatcher", but was never used.
Tag "old_sound_rabbit_mq.connection" was defined on service(s) "old_sound_rabbit_mq.connection.default", but was never used. Did you mean "old_sound_rabbit_mq.base_amqp", "old_sound_rabbit_mq.producer", "old_sound_rabbit_mq.consumer"?