Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (5)
Time
Message
deprecation
The "Symfony\Component\Cache\Traits\RedisTrait" trait is considered internal. It may change without further notice. You should not use it from "App\CacheAdapter\RedisCustomAdapter".
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\SerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\TokenRefreshSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\CodeNameTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\CodeNameTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\EventOfferTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\EventOfferTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\ProductDataTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\ProductDataTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Form\EventListener\ProductNoteListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Form\EventListener\ValidateDateListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Form\EventListener\WorkOrderDateListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\ChoiceAjaxType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\CompanyType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\GroupType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\UserType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Listener\LoggerActionSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Listener\LoginClearCacheListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Listener\SetUidInHeaderListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Cmf\Component\Routing\RouteProviderInterface::getRouteCollectionForRequest()" might add "RouteCollection" as a native return type declaration in the future. Do the same in implementation "App\Routing\RouteProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Cmf\Component\Routing\RouteProviderInterface::getRouteByName()" might add "Route" as a native return type declaration in the future. Do the same in implementation "App\Routing\RouteProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Cmf\Component\Routing\RouteProviderInterface::getRoutesByNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Routing\RouteProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface::start()" might add "Response" as a native return type declaration in the future. Do the same in implementation "App\Security\OauthAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getUsername()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Security\User\ApiUser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getPassword()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Security\User\ApiUser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Security\User\ApiUser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::refreshUser()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Security\User\ApiUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::supportsClass()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\User\ApiUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::refreshUser()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Security\User\CronUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::supportsClass()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\User\CronUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::refreshUser()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Security\User\UserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::supportsClass()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\User\UserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.1: Not setting the "framework.router.utf8" configuration option is deprecated, it will default to "true" in version 6.0.
Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Security\User\CronUser" should implement it.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Security\User\CronUser" should implement it.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Es\FootprintBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\CommonExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\CommonExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\ImageExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\ImageExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\LinkifyExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Security\OauthAuthenticator" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Security\TokenAuthenticator" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Services\AuthService" service.
Since symfony/framework-bundle 5.1: Using type "Symfony\Component\Routing\RouteCollectionBuilder" for argument 1 of method "App\Kernel:configureRoutes()" is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead.
Since symfony/routing 5.1: The "Symfony\Component\Routing\RouteCollectionBuilder" class is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead.
Since ruflin/elastica 7.2.0: Passing a string as 1st argument to "Elastica\Search::addIndex()" is deprecated, pass an Index instance or use "addIndexByName" instead. It will throw a TypeError in 8.0.
Overriding the baseRouteName property is deprecated since sonata-project/admin-bundle 4.15. You MUST override the method Sonata\AdminBundle\Admin\AbstractAdmin::generateBaseRouteName() instead.
Overriding the baseRoutePattern property is deprecated since sonata-project/admin-bundle 4.15. You MUST override the method Sonata\AdminBundle\Admin\AbstractAdmin::generateBaseRoutePattern() instead.
The "Symfony\Component\Validator\Constraint::__sleep()" method is considered internal. It may change without further notice. You should not extend it from "Sonata\Form\Validator\Constraints\InlineConstraint".
Since twig/twig 3.12: Character "A" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 2 in "booking_cart/booking_home.html.twig" at line 60.
Since twig/twig 3.12: Character "A" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 2 in "booking_cart/booking_home.html.twig" at line 66.
Since twig/twig 3.12: Character "A" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 2 in "booking_cart/booking_home.html.twig" at line 71.
Since twig/twig 3.12: Character "A" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 2 in "booking_cart/booking_home.html.twig" at line 77.
Since twig/twig 3.12: Character "A" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 2 in "partner/partner-details.html.twig" at line 69.
Since twig/twig 3.12: Character "A" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 2 in "partner/partner-items.html.twig" at line 43.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views/Form/datepicker.html.twig at line 24.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views/Form/datepicker.html.twig at line 55.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views/Form/datepicker.html.twig at line 72.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Block/block_admin_preview.html.twig at line 46.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Breadcrumb/breadcrumb.html.twig at line 1.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/action_buttons.html.twig at line 11.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_array_macro.html.twig at line 19.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_list.html.twig at line 81.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_list_field.html.twig at line 23.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_show_compare.html.twig at line 15.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_show_field.html.twig at line 14.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_show_field.html.twig at line 27.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_show_field.html.twig at line 46.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_boolean.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_choice.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_currency.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_date.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_datetime.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_email.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_enum.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_html.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_percent.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_time.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_trans.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_url.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/list_boolean.html.twig at line 19.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/list_choice.html.twig at line 22.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Form/Type/sonata_type_model_autocomplete.html.twig at line 11.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Form/filter_admin_fields.html.twig at line 34.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Form/filter_admin_fields.html.twig at line 63.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 69.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 102.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 182.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 199.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 250.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 270.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 298.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 388.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 409.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 431.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 445.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Menu/sonata_menu.html.twig at line 24.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Menu/sonata_menu.html.twig at line 38.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/Menu/sonata_menu.html.twig at line 53.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/sonata-project/admin-bundle/src/Resources/views/standard_layout.html.twig at line 121.
Since twig/twig 3.12: The "tag" constructor argument of the "Sonata\Twig\Node\TemplateBoxNode" class is deprecated and ignored (check which TokenParser class set it to "sonata_template_box"), the tag is now automatically set by the Parser when needed.
User Deprecated: Since symfony/framework-bundle 5.4: Method "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getDoctrine()" is deprecated, inject an instance of ManagerRegistry in your controller instead.
User Deprecated: Since ruflin/elastica 7.2.0: Passing a string as 1st argument to "Elastica\Search::addIndex()" is deprecated, pass an Index instance or use "addIndexByName" instead. It will throw a TypeError in 8.0.
User Deprecated: Since sonata-project/block-bundle 4.11: The "sonata.block.cache.handler.default" service is deprecated since sonata-project/block-bundle 4.11 and will be removed in 5.0.
Log messages generated during the compilation of the service container.
Messages
Class
414
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.App\CacheAdapter\RedisCustomAdapter" (parent: .abstract.instanceof.App\CacheAdapter\RedisCustomAdapter).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\CacheAdapter\RedisCustomAdapter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.App\CacheAdapter\RedisCustomAdapter).
Resolving inheritance for "App\CacheAdapter\RedisCustomAdapter" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\CacheAdapter\RedisCustomAdapter).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClearCacheCommand" (parent: .abstract.instanceof.App\Command\ClearCacheCommand).
Resolving inheritance for "App\Command\ClearCacheCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClearCacheCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AboutUsController" (parent: .abstract.instanceof.App\Controller\AboutUsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AboutUsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AboutUsController).
Resolving inheritance for "App\Controller\AboutUsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AboutUsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AlertController" (parent: .abstract.instanceof.App\Controller\AlertController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AlertController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AlertController).
Resolving inheritance for "App\Controller\AlertController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AlertController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiBroadcastCentersController" (parent: .abstract.instanceof.App\Controller\Api\ApiBroadcastCentersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiBroadcastCentersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiBroadcastCentersController).
Resolving inheritance for "App\Controller\Api\ApiBroadcastCentersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiBroadcastCentersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiCustomerOrderController" (parent: .abstract.instanceof.App\Controller\Api\ApiCustomerOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiCustomerOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiCustomerOrderController).
Resolving inheritance for "App\Controller\Api\ApiCustomerOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiCustomerOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiDomainController" (parent: .abstract.instanceof.App\Controller\Api\ApiDomainController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiDomainController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiDomainController).
Resolving inheritance for "App\Controller\Api\ApiDomainController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiDomainController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiEmailMessageController" (parent: .abstract.instanceof.App\Controller\Api\ApiEmailMessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiEmailMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiEmailMessageController).
Resolving inheritance for "App\Controller\Api\ApiEmailMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiEmailMessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiEutelsatBookingController" (parent: .abstract.instanceof.App\Controller\Api\ApiEutelsatBookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiEutelsatBookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiEutelsatBookingController).
Resolving inheritance for "App\Controller\Api\ApiEutelsatBookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiEutelsatBookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiEventController" (parent: .abstract.instanceof.App\Controller\Api\ApiEventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiEventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiEventController).
Resolving inheritance for "App\Controller\Api\ApiEventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiEventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiNeosController" (parent: .abstract.instanceof.App\Controller\Api\ApiNeosController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiNeosController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiNeosController).
Resolving inheritance for "App\Controller\Api\ApiNeosController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiNeosController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiOrganizationContractController" (parent: .abstract.instanceof.App\Controller\Api\ApiOrganizationContractController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiOrganizationContractController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiOrganizationContractController).
Resolving inheritance for "App\Controller\Api\ApiOrganizationContractController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiOrganizationContractController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiProductController" (parent: .abstract.instanceof.App\Controller\Api\ApiProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiProductController).
Resolving inheritance for "App\Controller\Api\ApiProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiStreamfarmController" (parent: .abstract.instanceof.App\Controller\Api\ApiStreamfarmController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiStreamfarmController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiStreamfarmController).
Resolving inheritance for "App\Controller\Api\ApiStreamfarmController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiStreamfarmController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiSynopsisController" (parent: .abstract.instanceof.App\Controller\Api\ApiSynopsisController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiSynopsisController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiSynopsisController).
Resolving inheritance for "App\Controller\Api\ApiSynopsisController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiSynopsisController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiSystemController" (parent: .abstract.instanceof.App\Controller\Api\ApiSystemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiSystemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiSystemController).
Resolving inheritance for "App\Controller\Api\ApiSystemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiSystemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiTransmissionsController" (parent: .abstract.instanceof.App\Controller\Api\ApiTransmissionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiTransmissionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiTransmissionsController).
Resolving inheritance for "App\Controller\Api\ApiTransmissionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiTransmissionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiVideoController" (parent: .abstract.instanceof.App\Controller\Api\ApiVideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiVideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiVideoController).
Resolving inheritance for "App\Controller\Api\ApiVideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiVideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiWorkOrderController" (parent: .abstract.instanceof.App\Controller\Api\ApiWorkOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiWorkOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiWorkOrderController).
Resolving inheritance for "App\Controller\Api\ApiWorkOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiWorkOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController" (parent: .abstract.instanceof.App\Controller\BaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController).
Resolving inheritance for "App\Controller\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BookingCartController" (parent: .abstract.instanceof.App\Controller\BookingCartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BookingCartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BookingCartController).
Resolving inheritance for "App\Controller\BookingCartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BookingCartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BookingSeasonController" (parent: .abstract.instanceof.App\Controller\BookingSeasonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BookingSeasonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BookingSeasonController).
Resolving inheritance for "App\Controller\BookingSeasonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BookingSeasonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRUDController" (parent: .abstract.instanceof.App\Controller\CRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRUDController).
Resolving inheritance for "App\Controller\CRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRUDController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyAdminController" (parent: .abstract.instanceof.App\Controller\CompanyAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyAdminController).
Resolving inheritance for "App\Controller\CompanyAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyRegistrationController" (parent: .abstract.instanceof.App\Controller\CompanyRegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyRegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyRegistrationController).
Resolving inheritance for "App\Controller\CompanyRegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyRegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CronJobsController" (parent: .abstract.instanceof.App\Controller\CronJobsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CronJobsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CronJobsController).
Resolving inheritance for "App\Controller\CronJobsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CronJobsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerOrderController" (parent: .abstract.instanceof.App\Controller\CustomerOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerOrderController).
Resolving inheritance for "App\Controller\CustomerOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerOrderController).
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\DomainController" (parent: .abstract.instanceof.App\Controller\DomainController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DomainController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DomainController).
Resolving inheritance for "App\Controller\DomainController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DomainController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EntraController" (parent: .abstract.instanceof.App\Controller\EntraController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EntraController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EntraController).
Resolving inheritance for "App\Controller\EntraController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EntraController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventAccessController" (parent: .abstract.instanceof.App\Controller\EventAccessController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventAccessController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventAccessController).
Resolving inheritance for "App\Controller\EventAccessController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventAccessController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventController" (parent: .abstract.instanceof.App\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventController).
Resolving inheritance for "App\Controller\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventDocumentsController" (parent: .abstract.instanceof.App\Controller\EventDocumentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventDocumentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventDocumentsController).
Resolving inheritance for "App\Controller\EventDocumentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventDocumentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventImagesController" (parent: .abstract.instanceof.App\Controller\EventImagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventImagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventImagesController).
Resolving inheritance for "App\Controller\EventImagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventImagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventOfferController" (parent: .abstract.instanceof.App\Controller\EventOfferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventOfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventOfferController).
Resolving inheritance for "App\Controller\EventOfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventOfferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventUpdatesLinksController" (parent: .abstract.instanceof.App\Controller\EventUpdatesLinksController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventUpdatesLinksController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventUpdatesLinksController).
Resolving inheritance for "App\Controller\EventUpdatesLinksController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventUpdatesLinksController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportController" (parent: .abstract.instanceof.App\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportController).
Resolving inheritance for "App\Controller\ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedbackController" (parent: .abstract.instanceof.App\Controller\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedbackController).
Resolving inheritance for "App\Controller\FeedbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GraphController" (parent: .abstract.instanceof.App\Controller\GraphController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GraphController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GraphController).
Resolving inheritance for "App\Controller\GraphController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GraphController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HealthCheckController" (parent: .abstract.instanceof.App\Controller\HealthCheckController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HealthCheckController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HealthCheckController).
Resolving inheritance for "App\Controller\HealthCheckController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HealthCheckController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HostBroadcastingController" (parent: .abstract.instanceof.App\Controller\HostBroadcastingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HostBroadcastingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HostBroadcastingController).
Resolving inheritance for "App\Controller\HostBroadcastingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HostBroadcastingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InsightController" (parent: .abstract.instanceof.App\Controller\InsightController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InsightController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InsightController).
Resolving inheritance for "App\Controller\InsightController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InsightController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvitationController" (parent: .abstract.instanceof.App\Controller\InvitationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvitationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvitationController).
Resolving inheritance for "App\Controller\InvitationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvitationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyEurovisionController" (parent: .abstract.instanceof.App\Controller\MyEurovisionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyEurovisionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyEurovisionController).
Resolving inheritance for "App\Controller\MyEurovisionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyEurovisionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyTransmissionsController" (parent: .abstract.instanceof.App\Controller\MyTransmissionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyTransmissionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyTransmissionsController).
Resolving inheritance for "App\Controller\MyTransmissionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyTransmissionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewslettersController" (parent: .abstract.instanceof.App\Controller\NewslettersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewslettersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewslettersController).
Resolving inheritance for "App\Controller\NewslettersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewslettersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OssController" (parent: .abstract.instanceof.App\Controller\OssController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OssController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OssController).
Resolving inheritance for "App\Controller\OssController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OssController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController" (parent: .abstract.instanceof.App\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController).
Resolving inheritance for "App\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController" (parent: .abstract.instanceof.App\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController).
Resolving inheritance for "App\Controller\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProviderController" (parent: .abstract.instanceof.App\Controller\ProviderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProviderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProviderController).
Resolving inheritance for "App\Controller\ProviderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProviderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\S3BrowserController" (parent: .abstract.instanceof.App\Controller\S3BrowserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\S3BrowserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\S3BrowserController).
Resolving inheritance for "App\Controller\S3BrowserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\S3BrowserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataCRUDAlertController" (parent: .abstract.instanceof.App\Controller\SonataCRUDAlertController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataCRUDAlertController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataCRUDAlertController).
Resolving inheritance for "App\Controller\SonataCRUDAlertController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataCRUDAlertController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataDocumentCRUDController" (parent: .abstract.instanceof.App\Controller\SonataDocumentCRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataDocumentCRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataDocumentCRUDController).
Resolving inheritance for "App\Controller\SonataDocumentCRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataDocumentCRUDController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataEventCRUDController" (parent: .abstract.instanceof.App\Controller\SonataEventCRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataEventCRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataEventCRUDController).
Resolving inheritance for "App\Controller\SonataEventCRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataEventCRUDController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataEventOpsProdCRUDController" (parent: .abstract.instanceof.App\Controller\SonataEventOpsProdCRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataEventOpsProdCRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataEventOpsProdCRUDController).
Resolving inheritance for "App\Controller\SonataEventOpsProdCRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataEventOpsProdCRUDController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataInsightCRUDController" (parent: .abstract.instanceof.App\Controller\SonataInsightCRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataInsightCRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataInsightCRUDController).
Resolving inheritance for "App\Controller\SonataInsightCRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataInsightCRUDController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataNewslettersCRUDController" (parent: .abstract.instanceof.App\Controller\SonataNewslettersCRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataNewslettersCRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataNewslettersCRUDController).
Resolving inheritance for "App\Controller\SonataNewslettersCRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataNewslettersCRUDController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataProviderCRUDController" (parent: .abstract.instanceof.App\Controller\SonataProviderCRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataProviderCRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataProviderCRUDController).
Resolving inheritance for "App\Controller\SonataProviderCRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataProviderCRUDController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataWorldlinkCRUDController" (parent: .abstract.instanceof.App\Controller\SonataWorldlinkCRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataWorldlinkCRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataWorldlinkCRUDController).
Resolving inheritance for "App\Controller\SonataWorldlinkCRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataWorldlinkCRUDController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StreamfarmController" (parent: .abstract.instanceof.App\Controller\StreamfarmController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StreamfarmController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StreamfarmController).
Resolving inheritance for "App\Controller\StreamfarmController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StreamfarmController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TvContentsController" (parent: .abstract.instanceof.App\Controller\TvContentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TvContentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TvContentsController).
Resolving inheritance for "App\Controller\TvContentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TvContentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TwitterController" (parent: .abstract.instanceof.App\Controller\TwitterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TwitterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TwitterController).
Resolving inheritance for "App\Controller\TwitterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TwitterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserAdminController" (parent: .abstract.instanceof.App\Controller\UserAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserAdminController).
Resolving inheritance for "App\Controller\UserAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorldlinkController" (parent: .abstract.instanceof.App\Controller\WorldlinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorldlinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorldlinkController).
Resolving inheritance for "App\Controller\WorldlinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorldlinkController).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\EventListener\SerializerSubscriber" (parent: .abstract.instanceof.App\EventListener\SerializerSubscriber).
Resolving inheritance for "App\EventListener\SerializerSubscriber" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\EventListener\SerializerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\TokenRefreshSubscriber" (parent: .abstract.instanceof.App\EventListener\TokenRefreshSubscriber).
Resolving inheritance for "App\EventListener\TokenRefreshSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\TokenRefreshSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AboutUsSimpleItemType" (parent: .abstract.instanceof.App\Form\AboutUsSimpleItemType).
Resolving inheritance for "App\Form\AboutUsSimpleItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AboutUsSimpleItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AboutUsWhoWeAreType" (parent: .abstract.instanceof.App\Form\AboutUsWhoWeAreType).
Resolving inheritance for "App\Form\AboutUsWhoWeAreType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AboutUsWhoWeAreType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingCartType" (parent: .abstract.instanceof.App\Form\BookingCartType).
Resolving inheritance for "App\Form\BookingCartType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingCartType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingOtherType" (parent: .abstract.instanceof.App\Form\BookingOtherType).
Resolving inheritance for "App\Form\BookingOtherType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingOtherType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingParticipationType" (parent: .abstract.instanceof.App\Form\BookingParticipationType).
Resolving inheritance for "App\Form\BookingParticipationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingParticipationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingSeasonType" (parent: .abstract.instanceof.App\Form\BookingSeasonType).
Resolving inheritance for "App\Form\BookingSeasonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingSeasonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingSpaceSegmentType" (parent: .abstract.instanceof.App\Form\BookingSpaceSegmentType).
Resolving inheritance for "App\Form\BookingSpaceSegmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingSpaceSegmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingUnilateralType" (parent: .abstract.instanceof.App\Form\BookingUnilateralType).
Resolving inheritance for "App\Form\BookingUnilateralType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingUnilateralType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyRegistrationBankDetailsType" (parent: .abstract.instanceof.App\Form\CompanyRegistrationBankDetailsType).
Resolving inheritance for "App\Form\CompanyRegistrationBankDetailsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyRegistrationBankDetailsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyRegistrationBillingContactType" (parent: .abstract.instanceof.App\Form\CompanyRegistrationBillingContactType).
Resolving inheritance for "App\Form\CompanyRegistrationBillingContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyRegistrationBillingContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyRegistrationContactType" (parent: .abstract.instanceof.App\Form\CompanyRegistrationContactType).
Resolving inheritance for "App\Form\CompanyRegistrationContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyRegistrationContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyRegistrationType" (parent: .abstract.instanceof.App\Form\CompanyRegistrationType).
Resolving inheritance for "App\Form\CompanyRegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyRegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactUsType" (parent: .abstract.instanceof.App\Form\ContactUsType).
Resolving inheritance for "App\Form\ContactUsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactUsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DataSubjectAccessRequestType" (parent: .abstract.instanceof.App\Form\DataSubjectAccessRequestType).
Resolving inheritance for "App\Form\DataSubjectAccessRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DataSubjectAccessRequestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentCompanyRightsType" (parent: .abstract.instanceof.App\Form\DocumentCompanyRightsType).
Resolving inheritance for "App\Form\DocumentCompanyRightsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentCompanyRightsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentType" (parent: .abstract.instanceof.App\Form\DocumentType).
Resolving inheritance for "App\Form\DocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentUserRightsType" (parent: .abstract.instanceof.App\Form\DocumentUserRightsType).
Resolving inheritance for "App\Form\DocumentUserRightsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentUserRightsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EquipmentType" (parent: .abstract.instanceof.App\Form\EquipmentType).
Resolving inheritance for "App\Form\EquipmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EquipmentType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventListener\ProductNoteListener" (parent: .abstract.instanceof.App\Form\EventListener\ProductNoteListener).
Resolving inheritance for "App\Form\EventListener\ProductNoteListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventListener\ProductNoteListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventListener\ValidateDateListener" (parent: .abstract.instanceof.App\Form\EventListener\ValidateDateListener).
Resolving inheritance for "App\Form\EventListener\ValidateDateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventListener\ValidateDateListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventListener\WorkOrderDateListener" (parent: .abstract.instanceof.App\Form\EventListener\WorkOrderDateListener).
Resolving inheritance for "App\Form\EventListener\WorkOrderDateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventListener\WorkOrderDateListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventOfferAttachmentType" (parent: .abstract.instanceof.App\Form\EventOfferAttachmentType).
Resolving inheritance for "App\Form\EventOfferAttachmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventOfferAttachmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventOfferContactType" (parent: .abstract.instanceof.App\Form\EventOfferContactType).
Resolving inheritance for "App\Form\EventOfferContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventOfferContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventOfferTransmissionType" (parent: .abstract.instanceof.App\Form\EventOfferTransmissionType).
Resolving inheritance for "App\Form\EventOfferTransmissionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventOfferTransmissionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventOfferType" (parent: .abstract.instanceof.App\Form\EventOfferType).
Resolving inheritance for "App\Form\EventOfferType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventOfferType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeedbackType" (parent: .abstract.instanceof.App\Form\FeedbackType).
Resolving inheritance for "App\Form\FeedbackType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeedbackType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FreelancerPortalType" (parent: .abstract.instanceof.App\Form\FreelancerPortalType).
Resolving inheritance for "App\Form\FreelancerPortalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FreelancerPortalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvitationType" (parent: .abstract.instanceof.App\Form\InvitationType).
Resolving inheritance for "App\Form\InvitationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvitationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MyPreferencesType" (parent: .abstract.instanceof.App\Form\MyPreferencesType).
Resolving inheritance for "App\Form\MyPreferencesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MyPreferencesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NoteType" (parent: .abstract.instanceof.App\Form\NoteType).
Resolving inheritance for "App\Form\NoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParticipationItemType" (parent: .abstract.instanceof.App\Form\ParticipationItemType).
Resolving inheritance for "App\Form\ParticipationItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParticipationItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType" (parent: .abstract.instanceof.App\Form\ProductType).
Resolving inheritance for "App\Form\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RateCalculatorDataType" (parent: .abstract.instanceof.App\Form\RateCalculatorDataType).
Resolving inheritance for "App\Form\RateCalculatorDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RateCalculatorDataType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubWorkerOrderContainerType" (parent: .abstract.instanceof.App\Form\SubWorkerOrderContainerType).
Resolving inheritance for "App\Form\SubWorkerOrderContainerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubWorkerOrderContainerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BusinessUserType" (parent: .abstract.instanceof.App\Form\Type\BusinessUserType).
Resolving inheritance for "App\Form\Type\BusinessUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BusinessUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ChoiceAjaxType" (parent: .abstract.instanceof.App\Form\Type\ChoiceAjaxType).
Resolving inheritance for "App\Form\Type\ChoiceAjaxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ChoiceAjaxType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompanyType" (parent: .abstract.instanceof.App\Form\Type\CompanyType).
Resolving inheritance for "App\Form\Type\CompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GroupType" (parent: .abstract.instanceof.App\Form\Type\GroupType).
Resolving inheritance for "App\Form\Type\GroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType" (parent: .abstract.instanceof.App\Form\Type\UserType).
Resolving inheritance for "App\Form\Type\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEventEmailType" (parent: .abstract.instanceof.App\Form\UserEventEmailType).
Resolving inheritance for "App\Form\UserEventEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEventEmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEventInformationType" (parent: .abstract.instanceof.App\Form\UserEventInformationType).
Resolving inheritance for "App\Form\UserEventInformationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEventInformationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEventPhoneType" (parent: .abstract.instanceof.App\Form\UserEventPhoneType).
Resolving inheritance for "App\Form\UserEventPhoneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEventPhoneType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VulnerabilityDisclosureType" (parent: .abstract.instanceof.App\Form\VulnerabilityDisclosureType).
Resolving inheritance for "App\Form\VulnerabilityDisclosureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VulnerabilityDisclosureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkOrderContainerType" (parent: .abstract.instanceof.App\Form\WorkOrderContainerType).
Resolving inheritance for "App\Form\WorkOrderContainerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkOrderContainerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkOrderEditContainerType" (parent: .abstract.instanceof.App\Form\WorkOrderEditContainerType).
Resolving inheritance for "App\Form\WorkOrderEditContainerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkOrderEditContainerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkOrderEditType" (parent: .abstract.instanceof.App\Form\WorkOrderEditType).
Resolving inheritance for "App\Form\WorkOrderEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkOrderEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkOrderType" (parent: .abstract.instanceof.App\Form\WorkOrderType).
Resolving inheritance for "App\Form\WorkOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkOrderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorldLinkType" (parent: .abstract.instanceof.App\Form\WorldLinkType).
Resolving inheritance for "App\Form\WorldLinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorldLinkType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listener\LoggerActionSubscriber" (parent: .abstract.instanceof.App\Listener\LoggerActionSubscriber).
Resolving inheritance for "App\Listener\LoggerActionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listener\LoggerActionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listener\LoginClearCacheListener" (parent: .abstract.instanceof.App\Listener\LoginClearCacheListener).
Resolving inheritance for "App\Listener\LoginClearCacheListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listener\LoginClearCacheListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listener\SetUidInHeaderListener" (parent: .abstract.instanceof.App\Listener\SetUidInHeaderListener).
Resolving inheritance for "App\Listener\SetUidInHeaderListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listener\SetUidInHeaderListener).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\DateFormatValidator" (parent: .abstract.instanceof.App\Validator\Constraints\DateFormatValidator).
Resolving inheritance for "App\Validator\Constraints\DateFormatValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\DateFormatValidator).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.app.twig.extension.common" (parent: .abstract.instanceof.app.twig.extension.common).
Resolving inheritance for "app.twig.extension.common" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.app.twig.extension.common).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.app.twig.extension.image" (parent: .abstract.instanceof.app.twig.extension.image).
Resolving inheritance for "app.twig.extension.image" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.app.twig.extension.image).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.app.twig.extension.linkify" (parent: .abstract.instanceof.app.twig.extension.linkify).
Resolving inheritance for "app.twig.extension.linkify" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.app.twig.extension.linkify).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Sonata\ClassificationBundle\Controller\CategoryAdminController" (parent: .abstract.instanceof.Sonata\ClassificationBundle\Controller\CategoryAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Sonata\ClassificationBundle\Controller\CategoryAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Sonata\ClassificationBundle\Controller\CategoryAdminController).
Resolving inheritance for "Sonata\ClassificationBundle\Controller\CategoryAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Sonata\ClassificationBundle\Controller\CategoryAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Sonata\AdminBundle\Controller\CRUDController" (parent: .abstract.instanceof.Sonata\AdminBundle\Controller\CRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Sonata\AdminBundle\Controller\CRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Sonata\AdminBundle\Controller\CRUDController).
Resolving inheritance for "Sonata\AdminBundle\Controller\CRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Sonata\AdminBundle\Controller\CRUDController).
Resolving inheritance for "cache.app" (parent: cache.adapter.redis).
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.annotations" (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.path_package).
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 "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "name" (parent: cache.app).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.healthcheck" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.healthcheck" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.cron" (parent: security.firewall.config).
Resolving inheritance for "security.listener.cron.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.cron" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.http_basic.cron" (parent: security.authenticator.http_basic).
Resolving inheritance for "security.authenticator.manager.cron" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.cron" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.cron" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.cron" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.cron" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.webpack_encore" (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 "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_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_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_subscriber" (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_sonata_admin" (parent: maker.auto_command.abstract).
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.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snc_redis" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.action" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
1
Skipping service "App\Form\EventListener\TransmissionOriginFeedPointListener": Class or interface "App\Form\EventListener\TransmissionOriginFeedPointListener" cannot be loaded.
308
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; 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 "App\Business\FacilityContract"; reason: private alias.
Removed service "App\Business\TransmissionDestinationInterface"; 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 "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\HttpKernel\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\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; 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 "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; 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 "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\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 "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; 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\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; 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\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 "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $name"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $name"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $name"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; 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\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; 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 "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.apiprovider"; reason: private alias.
Removed service "security.user.provider.concrete.user_provider"; reason: private alias.
Removed service "security.user.provider.concrete.cron_provider"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.cron"; reason: private alias.
Removed service "security.user_checker.cron"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; 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 "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "fos_js_routing.router"; 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.metadata.annotation_reader"; 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 "Sonata\Exporter\Exporter"; reason: private alias.
Removed service "Sonata\Exporter\ExporterInterface"; reason: private alias.
Removed service "Sonata\BlockBundle\Templating\Helper\BlockHelper"; reason: private alias.
Removed service "sonata.block.context_manager"; reason: private alias.
Removed service "sonata.block.cache.handler"; reason: private alias.
Removed service "sonata.block.renderer"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "Knp\Snappy\Pdf"; reason: private alias.
Removed service "Knp\Snappy\Image"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\Pool"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\FilterFactoryInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\BreadcrumbsBuilderInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Translator\LabelTranslatorStrategyInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Model\AuditManagerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\Persister\FilterPersisterInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Request\AdminFetcherInterface"; reason: private alias.
Removed service "sonata.admin.twig.extension"; reason: private alias.
Removed service "sonata.templates.twig.extension"; reason: private alias.
Removed service "sonata.admin.group.extension"; reason: private alias.
Removed service "sonata.security.twig.extension"; reason: private alias.
Removed service "sonata.canonicalize.twig.extension"; reason: private alias.
Removed service "sonata.xeditable.twig.extension"; reason: private alias.
Removed service "sonata.render_element.twig.extension"; reason: private alias.
Removed service "Sonata\AdminBundle\Bridge\Exporter\AdminExporter"; reason: private alias.
Removed service "sonata.admin.security.handler"; reason: private alias.
Removed service "Sonata\AdminBundle\Util\AdminObjectAclManipulator"; reason: private alias.
Removed service "Sonata\MediaBundle\Provider\Pool"; reason: private alias.
Removed service "sonata.media.manager.category"; reason: private alias.
Removed service "sonata.media.manager.context"; reason: private alias.
Removed service "Sonata\ClassificationBundle\Model\CategoryManagerInterface"; reason: private alias.
Removed service "Sonata\ClassificationBundle\Model\ContextManagerInterface"; reason: private alias.
Removed service "sonata.media.admin.media.manager"; reason: private alias.
Removed service "sonata.media.http.client"; reason: private alias.
Removed service "sonata.media.http.message_factory"; reason: private alias.
Removed service "sonata.media.adapter.image.default"; reason: private alias.
Removed service "sonata.media.resizer.default"; reason: private alias.
Removed service "Sonata\ClassificationBundle\Model\TagManagerInterface"; reason: private alias.
Removed service "Sonata\ClassificationBundle\Model\CollectionManagerInterface"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.event_dispatcher"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Sonata\MediaBundle\Model\MediaManagerInterface"; reason: private alias.
Removed service "Symfony\Cmf\Component\Routing\ChainRouterInterface"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\ClientRegistry"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\AzureClient"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_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 $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $sncRedisLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $actionLogger"; reason: private alias.
Removed service ".stof_doctrine_extensions.reader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service ".service_locator.X5usPLa"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.KsPGMLD"; reason: private alias.
Removed service ".service_locator.vsIIEJz"; reason: private alias.
Removed service ".service_locator.NuHbnez"; reason: private alias.
Removed service ".service_locator.Rm4vu0a"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.sLHHJdK"; reason: private alias.
Removed service ".service_locator.vvAp3SZ"; reason: private alias.
Removed service ".service_locator.KmodV1X"; reason: private alias.
Removed service ".service_locator.i2UnAhx"; reason: private alias.
Removed service ".service_locator.S8P63Fe"; reason: private alias.
Removed service ".service_locator.orsWJk4"; reason: private alias.
Removed service ".service_locator.sQL.Urp"; reason: private alias.
Removed service ".service_locator.XaMrGJP"; reason: private alias.
Removed service ".service_locator.0rbxQ77"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.0ghLsew"; reason: private alias.
Removed service ".service_locator.L4tiEKR"; reason: private alias.
Removed service ".service_locator.mhpuJwb"; reason: private alias.
Removed service ".service_locator.RPwOJSP"; reason: private alias.
Removed service ".service_locator.C9bYqwi"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.cron"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "jms_serializer.metadata.doctrine_type_driver.inner"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.doctrine_object_constructor.inner"; reason: private alias.
Removed service "validator.inner"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "sonata.admin.argument_resolver.admin"; reason: private alias.
Removed service "sonata.admin.argument_resolver.proxy_query"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.6u2lGWO"; reason: private alias.
Removed service ".service_locator..Z_8zjg"; reason: private alias.
Removed service ".service_locator.WQjqo7S"; reason: private alias.
Removed service ".service_locator.7BM_M5c"; reason: private alias.
Removed service ".service_locator.Yd69Xq8"; reason: private alias.
Removed service ".service_locator.O0cf3yi"; reason: private alias.
Removed service ".service_locator.uHuTfZX"; reason: private alias.
Removed service ".service_locator.IwEZ31A"; reason: private alias.
Removed service ".service_locator.y6NDpHL"; reason: private alias.
Removed service ".service_locator.9zE0leq"; reason: private alias.
Removed service ".service_locator.HXa7Yn5"; reason: private alias.
Removed service ".service_locator.7jm3gpj"; reason: private alias.
Removed service ".service_locator.JmHnXRx"; reason: private alias.
Removed service ".service_locator.3BPZ52A"; reason: private alias.
Removed service ".service_locator.q50mybr"; reason: private alias.
Removed service ".service_locator.oNih3vI"; reason: private alias.
Removed service ".service_locator.HdwQmRG"; reason: private alias.
Removed service ".service_locator.sf85gDo"; reason: private alias.
Removed service ".service_locator.pFwChgS"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
Removed service ".service_locator.2ym_xs8"; reason: private alias.
183
Changed reference of service "App\EventListener\TokenRefreshSubscriber" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\Menu\MenuBuilder" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\Security\OauthAuthenticator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\Security\OauthAuthenticator" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Security\OauthAuthenticator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\Security\TokenAuthenticator" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Services\AuthService" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Services\CompanyRegistrationService" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Services\DashboardService" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Services\DomainService" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Services\EntraService" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\Services\RouterService" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\Services\SynopsisService" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "app.menu_builder" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "admin.location" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.callback" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.xrmconfig" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.aboutus_who_we_are" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.aboutus_simple_item" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.aboutus_timeline_item" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.aboutus_key_facts" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.aboutus_our_team" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.aboutus_our_team_location" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.aboutus_our_contact_us" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.insight" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.menu" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.newsletter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.product" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.team" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.attachment" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.event" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.document" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.images" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.document.user.rights" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.document.company.rights" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.eventarticle" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.eventquicklink" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.node" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.worldfeed" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.event_facility" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.event_contact" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.event_opsprod" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.event_user_rights" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.event_company_rights" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.oss_address" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.oss_facility" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.oss_partner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.oss_partner_gallery" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.oss_partner_gallery_has_media" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.insight_gallery" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.insight_gallery_has_media" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.alert" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.worldlink" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.worldlink_category" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.streamfarm_organization_color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.menu.item" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.product_declinaison" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.key_benefit" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.team_contact" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.aboutus_help" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.about_terms" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.about_privacy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.streamfarm_task_list_template" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.streamfarm_task" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.page" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.invitation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.provider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.requestforproposal" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.requestforproposal_company_rights" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.requestforproposal_group_rights" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.requestforproposal_response_document" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "cmf_routing.router" 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 "cmf_routing.router" 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 "cmf_routing.router" to "router".
Changed reference of service "console.command.router_match" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "console.command.translation_debug" 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.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type.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 "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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 "security.logout_url_generator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.http_utils" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.http_utils" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "cmf_routing.router" 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 "cmf_routing.router" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "cmf_routing.router" 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 "cmf_routing.router" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_js_routing.extractor" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "sonata.form.type.date_range" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_range" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.date_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.date_range_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_range_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.equal" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.block.templating.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "sonata.admin.event.extension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.menu_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.route.default_generator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "sonata.admin.twig.xeditable_runtime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.public_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.forbidden_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.superadmin_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.session_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.connected_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.media" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.gallery" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.gallery_item" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.classification.admin.category" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.classification.admin.tag" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.classification.admin.collection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.classification.admin.context" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer.metadata.service_locator" previously pointing to "jms_serializer.metadata.typed_properties_driver" to "jms_serializer.metadata_driver".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_ck_editor.renderer" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "cmf_routing.dynamic_router" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cmf_routing.dynamic_router" previously pointing to "route_provider" to "cmf_routing.route_provider".
Changed reference of service "cmf_routing.nested_matcher" previously pointing to "route_provider" to "cmf_routing.route_provider".
Changed reference of service "cmf_routing.generator" previously pointing to "route_provider" to "cmf_routing.route_provider".
Changed reference of service "cmf_routing.redirect_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "nelmio_api_doc.model_describers.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "runroom.sortable_behavior.twig.object_position" previously pointing to "runroom.service.position.handler" to "sortable_behavior.position".
Changed reference of service "runroom.sortable_behavior.action.move" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "runroom.sortable_behavior.action.move" previously pointing to "runroom.service.position.handler" to "sortable_behavior.position".
Changed reference of service "knpu.oauth2.provider_factory" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.3CTLkIg" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.3CTLkIg" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.YO.sxAf" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.YO.sxAf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.UfWeBZF" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.UfWeBZF" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.RbA3GFq" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.RbA3GFq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.BOV5APK" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
383
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "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.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 "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.App\CacheAdapter\RedisCustomAdapter"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\CacheAdapter\RedisCustomAdapter"; reason: abstract.
Removed service ".abstract.instanceof.App\CacheAdapter\RedisCustomAdapter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClearCacheCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ClearCacheCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AboutUsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AboutUsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AboutUsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AlertController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AlertController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AlertController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiBroadcastCentersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiBroadcastCentersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ApiBroadcastCentersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiCustomerOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiCustomerOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ApiCustomerOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiDomainController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiDomainController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ApiDomainController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiEmailMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiEmailMessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ApiEmailMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiEutelsatBookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiEutelsatBookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ApiEutelsatBookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiEventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ApiEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiNeosController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiNeosController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ApiNeosController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiOrganizationContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiOrganizationContractController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ApiOrganizationContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ApiProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiStreamfarmController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiStreamfarmController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ApiStreamfarmController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiSynopsisController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiSynopsisController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ApiSynopsisController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiSystemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiSystemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ApiSystemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiTransmissionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiTransmissionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ApiTransmissionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiVideoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ApiVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiWorkOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiWorkOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ApiWorkOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BookingCartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BookingCartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BookingCartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BookingSeasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BookingSeasonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BookingSeasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRUDController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanyAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyRegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanyRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CronJobsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CronJobsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CronJobsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CustomerOrderController"; 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\DomainController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DomainController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DomainController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EntraController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EntraController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EntraController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventAccessController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventAccessController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventAccessController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventDocumentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventDocumentsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventDocumentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventImagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventImagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventImagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventOfferController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventUpdatesLinksController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventUpdatesLinksController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventUpdatesLinksController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GraphController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GraphController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GraphController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HealthCheckController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HealthCheckController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HealthCheckController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HostBroadcastingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HostBroadcastingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HostBroadcastingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InsightController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InsightController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InsightController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvitationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvitationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InvitationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyEurovisionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyEurovisionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MyEurovisionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyTransmissionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyTransmissionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MyTransmissionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewslettersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewslettersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NewslettersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OssController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OssController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OssController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProviderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\S3BrowserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\S3BrowserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\S3BrowserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataCRUDAlertController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataCRUDAlertController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SonataCRUDAlertController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataDocumentCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataDocumentCRUDController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SonataDocumentCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataEventCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataEventCRUDController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SonataEventCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataEventOpsProdCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataEventOpsProdCRUDController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SonataEventOpsProdCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataInsightCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataInsightCRUDController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SonataInsightCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataNewslettersCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataNewslettersCRUDController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SonataNewslettersCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataProviderCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataProviderCRUDController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SonataProviderCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SonataWorldlinkCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SonataWorldlinkCRUDController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SonataWorldlinkCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StreamfarmController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StreamfarmController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StreamfarmController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TvContentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TvContentsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TvContentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TwitterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TwitterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TwitterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorldlinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorldlinkController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WorldlinkController"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\EventListener\SerializerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\SerializerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\TokenRefreshSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\TokenRefreshSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AboutUsSimpleItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AboutUsSimpleItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AboutUsWhoWeAreType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AboutUsWhoWeAreType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingCartType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BookingCartType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingOtherType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BookingOtherType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingParticipationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BookingParticipationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingSeasonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BookingSeasonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingSpaceSegmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BookingSpaceSegmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingUnilateralType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BookingUnilateralType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyRegistrationBankDetailsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyRegistrationBankDetailsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyRegistrationBillingContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyRegistrationBillingContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyRegistrationContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyRegistrationContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyRegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyRegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactUsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactUsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DataSubjectAccessRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DataSubjectAccessRequestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentCompanyRightsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DocumentCompanyRightsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentUserRightsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DocumentUserRightsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EquipmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EquipmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventListener\ProductNoteListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventListener\ProductNoteListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventListener\ValidateDateListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventListener\ValidateDateListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventListener\WorkOrderDateListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventListener\WorkOrderDateListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventOfferAttachmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventOfferAttachmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventOfferContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventOfferContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventOfferTransmissionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventOfferTransmissionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventOfferType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventOfferType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeedbackType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FeedbackType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FreelancerPortalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FreelancerPortalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvitationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvitationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MyPreferencesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MyPreferencesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NoteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParticipationItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ParticipationItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RateCalculatorDataType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RateCalculatorDataType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubWorkerOrderContainerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SubWorkerOrderContainerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BusinessUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BusinessUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ChoiceAjaxType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ChoiceAjaxType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\GroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEventEmailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserEventEmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEventInformationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserEventInformationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEventPhoneType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserEventPhoneType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VulnerabilityDisclosureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VulnerabilityDisclosureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkOrderContainerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WorkOrderContainerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkOrderEditContainerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WorkOrderEditContainerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkOrderEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WorkOrderEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkOrderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WorkOrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorldLinkType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WorldLinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listener\LoggerActionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Listener\LoggerActionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listener\LoginClearCacheListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listener\LoginClearCacheListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listener\SetUidInHeaderListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listener\SetUidInHeaderListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\DateFormatValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\DateFormatValidator"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.app.twig.extension.common"; reason: abstract.
Removed service ".abstract.instanceof.app.twig.extension.common"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.app.twig.extension.image"; reason: abstract.
Removed service ".abstract.instanceof.app.twig.extension.image"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.app.twig.extension.linkify"; reason: abstract.
Removed service ".abstract.instanceof.app.twig.extension.linkify"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Sonata\ClassificationBundle\Controller\CategoryAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Sonata\ClassificationBundle\Controller\CategoryAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Sonata\ClassificationBundle\Controller\CategoryAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Sonata\AdminBundle\Controller\CRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Sonata\AdminBundle\Controller\CRUDController"; reason: abstract.
Removed service ".abstract.instanceof.Sonata\AdminBundle\Controller\CRUDController"; reason: abstract.
361
Removed service "http_discovery.psr17_factory"; reason: unused.
Removed service "App\Business\BookingCart"; reason: unused.
Removed service "App\Business\BookingCatalogCategories"; reason: unused.
Removed service "App\Business\BookingOrigin"; reason: unused.
Removed service "App\Business\BookingOriginFeedpoint"; reason: unused.
Removed service "App\Business\BookingOther"; reason: unused.
Removed service "App\Business\BookingParticipation"; reason: unused.
Removed service "App\Business\BookingProcessData"; reason: unused.
Removed service "App\Business\BookingSeason"; reason: unused.
Removed service "App\Business\BookingSpaceSegment"; reason: unused.
Removed service "App\Business\BookingUnilateral"; reason: unused.
Removed service "App\Business\Catalog"; reason: unused.
Removed service "App\Business\CatalogLoader"; reason: unused.
Removed service "App\Business\Category"; reason: unused.
Removed service "App\Business\Company"; reason: unused.
Removed service "App\Business\CompanyBankDetails"; reason: unused.
Removed service "App\Business\CompanyBillingContact"; reason: unused.
Removed service "App\Business\CompanyContact"; reason: unused.
Removed service "App\Business\ContactData"; reason: unused.
Removed service "App\Business\ContactUs"; reason: unused.
Removed service "App\Business\Context"; reason: unused.
Removed service "App\Business\CustomerOrder"; reason: unused.
Removed service "App\Business\CustomerOrderContainer"; reason: unused.
Removed service "App\Business\CustomerOrderContainerLoader"; reason: unused.
Removed service "App\Business\CustomerOrderNodes"; reason: unused.
Removed service "App\Business\DataSubjectAccessRequest"; reason: unused.
Removed service "App\Business\DefaultFacility"; reason: unused.
Removed service "App\Business\DestinationParticipation"; reason: unused.
Removed service "App\Business\Document\OssPathResolver"; reason: unused.
Removed service "App\Business\Document\SpacePathResolver"; reason: unused.
Removed service "App\Business\Domain\Audio"; reason: unused.
Removed service "App\Business\Domain\AudiosContainer"; reason: unused.
Removed service "App\Business\Domain\BroadCastCenterOrganization"; reason: unused.
Removed service "App\Business\Domain\BroadCastCenterSystem"; reason: unused.
Removed service "App\Business\Domain\BroadcastCenter"; reason: unused.
Removed service "App\Business\Domain\CitiesContainer"; reason: unused.
Removed service "App\Business\Domain\City"; reason: unused.
Removed service "App\Business\Domain\Contract"; reason: unused.
Removed service "App\Business\Domain\ContractsContainer"; reason: unused.
Removed service "App\Business\Domain\CountriesContainer"; reason: unused.
Removed service "App\Business\Domain\Country"; reason: unused.
Removed service "App\Business\Domain\EventCategoriesContainer"; reason: unused.
Removed service "App\Business\Domain\EventCategory"; reason: unused.
Removed service "App\Business\Domain\EventFacilitiesContainer"; reason: unused.
Removed service "App\Business\Domain\EventProduct"; reason: unused.
Removed service "App\Business\Domain\Organization"; reason: unused.
Removed service "App\Business\Domain\OrganizationsContainer"; reason: unused.
Removed service "App\Business\Domain\Satellite"; reason: unused.
Removed service "App\Business\Domain\SatelliteFamiliesContainer"; reason: unused.
Removed service "App\Business\Domain\SatelliteFamily"; reason: unused.
Removed service "App\Business\Domain\SatellitesContainer"; reason: unused.
Removed service "App\Business\Domain\StreamfarmDeliveries"; reason: unused.
Removed service "App\Business\Domain\StreamfarmDeliveriesVideoFlowConfigs"; reason: unused.
Removed service "App\Business\Domain\Synopsis"; reason: unused.
Removed service "App\Business\Domain\System"; reason: unused.
Removed service "App\Business\Domain\SystemsContainer"; reason: unused.
Removed service "App\Business\Domain\Transportable"; reason: unused.
Removed service "App\Business\Domain\TransportablesContainer"; reason: unused.
Removed service "App\Business\Domain\VideoAspectRatio"; reason: unused.
Removed service "App\Business\Domain\VideoAspectRatiosContainer"; reason: unused.
Removed service "App\Business\Domain\VideoBandwidth"; reason: unused.
Removed service "App\Business\Domain\VideoBandwidthsContainer"; reason: unused.
Removed service "App\Business\Domain\VideoBitrate"; reason: unused.
Removed service "App\Business\Domain\VideoBitratesContainer"; reason: unused.
Removed service "App\Business\Domain\VideoData"; reason: unused.
Removed service "App\Business\Domain\VideoDefinition"; reason: unused.
Removed service "App\Business\Domain\VideoDefinitionsContainer"; reason: unused.
Removed service "App\Business\Domain\VideoFrameRate"; reason: unused.
Removed service "App\Business\Domain\VideoFrameRatesContainer"; reason: unused.
Removed service "App\Business\Domain\VideoMode"; reason: unused.
Removed service "App\Business\Domain\VideoModesAspectRatiosContainer"; reason: unused.
Removed service "App\Business\Domain\VideoModesResolutionsContainer"; reason: unused.
Removed service "App\Business\Domain\VideoStream"; reason: unused.
Removed service "App\Business\Domain\VideoStreamsContainer"; reason: unused.
Removed service "App\Business\Equipment"; reason: unused.
Removed service "App\Business\EventCategoryProvider"; reason: unused.
Removed service "App\Business\EventOffer"; reason: unused.
Removed service "App\Business\EventOfferAdditionalInfoHelper"; reason: unused.
Removed service "App\Business\EventOfferAttachment"; reason: unused.
Removed service "App\Business\EventOfferCategory"; reason: unused.
Removed service "App\Business\EventOfferContact"; reason: unused.
Removed service "App\Business\EventOfferTransmission"; reason: unused.
Removed service "App\Business\Feedback"; reason: unused.
Removed service "App\Business\FreelancerPortal"; reason: unused.
Removed service "App\Business\JiraEquipment"; reason: unused.
Removed service "App\Business\JiraIssue"; reason: unused.
Removed service "App\Business\Loader\EventLoader"; reason: unused.
Removed service "App\Business\Loader\EventStatusHelper"; reason: unused.
Removed service "App\Business\Newsletters\BusinessNewslettersCategory"; reason: unused.
Removed service "App\Business\Newsletters\BusinessNewslettersGroup"; reason: unused.
Removed service "App\Business\Newsletters\CampaignInfo"; reason: unused.
Removed service "App\Business\Newsletters\NewsletterSectionDescription"; reason: unused.
Removed service "App\Business\Newsletters\NewslettersConfigurationInfo"; reason: unused.
Removed service "App\Business\NodeWorkOrdersContainer"; reason: unused.
Removed service "App\Business\Note"; reason: unused.
Removed service "App\Business\ParticipationItem"; reason: unused.
Removed service "App\Business\ParticipationItemProcessData"; reason: unused.
Removed service "App\Business\Price"; reason: unused.
Removed service "App\Business\PriceRate"; reason: unused.
Removed service "App\Business\PriceSum"; reason: unused.
Removed service "App\Business\Product"; reason: unused.
Removed service "App\Business\RateCalculatorData"; reason: unused.
Removed service "App\Business\User"; reason: unused.
Removed service "App\Business\Validation\BookingCartValidation"; reason: unused.
Removed service "App\Business\Validation\BookingOtherValidation"; reason: unused.
Removed service "App\Business\Validation\BookingParticipationValidation"; reason: unused.
Removed service "App\Business\Validation\BookingSpaceSegmentValidation"; reason: unused.
Removed service "App\Business\Validation\BookingUnilateralValidation"; reason: unused.
Removed service "App\Business\Validation\DateValidationHelper"; reason: unused.
Removed service "App\Business\Validation\EventOfferContactValidation"; reason: unused.
Removed service "App\Business\Validation\EventOfferTransmissionValidation"; reason: unused.
Removed service "App\Business\Validation\EventOfferValidation"; reason: unused.
Removed service "App\Business\Validation\FeedbackValidation"; reason: unused.
Removed service "App\Business\Validation\NodeWorkOrdersContainerValidation"; reason: unused.
Removed service "App\Business\Validation\WorkOrderEditValidation"; reason: unused.
Removed service "App\Business\Validation\WorkOrderValidation"; reason: unused.
Removed service "App\Business\VulnerabilityDisclosure"; reason: unused.
Removed service "App\Business\WorkOrder"; reason: unused.
Removed service "App\Business\WorkOrderEdit"; reason: unused.
Removed service "App\Business\WorkOrderEditContainer"; reason: unused.
Removed service "App\CacheAdapter\RedisCustomAdapter"; reason: unused.
Removed service "App\Enum\FlashType"; reason: unused.
Removed service "App\EventListener\MenuBuilderListener"; reason: unused.
Removed service "App\Extern\ExternElasticService"; reason: unused.
Removed service "App\Extern\ExternGoogleServiceForTests"; reason: unused.
Removed service "App\Extern\NeosException"; reason: unused.
Removed service "App\Extern\NeosServiceForTests"; reason: unused.
Removed service "App\Extern\Newsletters\ExtNewslettersCategory"; reason: unused.
Removed service "App\Extern\Newsletters\ExtNewslettersGroup"; reason: unused.
Removed service "App\Extern\TwitterAggregator"; reason: unused.
Removed service "App\Extern\TwitterBlock"; reason: unused.
Removed service "App\Extern\TwitterInfo"; reason: unused.
Removed service "App\Extern\TwitterInfoList"; reason: unused.
Removed service "App\Extern\XrmDataAccount"; reason: unused.
Removed service "App\Extern\XrmDataCaseIncident"; reason: unused.
Removed service "App\Extern\XrmDataCaseIncidentHistory"; reason: unused.
Removed service "App\Extern\XrmDataContact"; reason: unused.
Removed service "App\Extern\XrmDataCountry"; reason: unused.
Removed service "App\Extern\XrmDataIncident"; reason: unused.
Removed service "App\Extern\XrmDataOrganization"; reason: unused.
Removed service "App\Extern\XrmDataSubject"; reason: unused.
Removed service "App\Form\DataTransformer\CodeNameTransformer"; reason: unused.
Removed service "App\Form\DataTransformer\EventOfferTransformer"; reason: unused.
Removed service "App\Form\DataTransformer\ProductDataTransformer"; reason: unused.
Removed service "App\Form\Type\ClosureType"; reason: unused.
Removed service "App\Listener\MenuBuilderListener"; reason: unused.
Removed service "App\Menu\MenuBuilder"; reason: unused.
Removed service "App\Repository\AboutPrivacyRepository"; reason: unused.
Removed service "App\Repository\AboutTermsRepository"; reason: unused.
Removed service "App\Repository\AboutUsContactUsRepository"; reason: unused.
Removed service "App\Repository\AboutUsHelpRepository"; reason: unused.
Removed service "App\Repository\AboutUsKeyFactsRepository"; reason: unused.
Removed service "App\Repository\AboutUsOurTeamRepository"; reason: unused.
Removed service "App\Repository\AboutUsWhoWeAreRepository"; reason: unused.
Removed service "App\Repository\AlertRepository"; reason: unused.
Removed service "App\Repository\AlertViewRepository"; reason: unused.
Removed service "App\Repository\AttachmentRepository"; reason: unused.
Removed service "App\Repository\CallbackRepository"; reason: unused.
Removed service "App\Repository\DocumentCompanyRightsRepository"; reason: unused.
Removed service "App\Repository\DocumentRepository"; reason: unused.
Removed service "App\Repository\DocumentRightsRepository"; reason: unused.
Removed service "App\Repository\EventArticleRepository"; reason: unused.
Removed service "App\Repository\EventArticleViewRepository"; reason: unused.
Removed service "App\Repository\EventCompanyRightsRepository"; reason: unused.
Removed service "App\Repository\EventContactRepository"; reason: unused.
Removed service "App\Repository\EventFacilityRepository"; reason: unused.
Removed service "App\Repository\EventFollowerRepository"; reason: unused.
Removed service "App\Repository\EventRepository"; reason: unused.
Removed service "App\Repository\EventUserRightsRepository"; reason: unused.
Removed service "App\Repository\ImageRepository"; reason: unused.
Removed service "App\Repository\InsightRepository"; reason: unused.
Removed service "App\Repository\InvitationRepository"; reason: unused.
Removed service "App\Repository\KeyBenefitRepository"; reason: unused.
Removed service "App\Repository\LocationRepository"; reason: unused.
Removed service "App\Repository\MenuItemRepository"; reason: unused.
Removed service "App\Repository\MenuRepository"; reason: unused.
Removed service "App\Repository\MyEurovisionNotificationRepository"; reason: unused.
Removed service "App\Repository\NewsletterRepository"; reason: unused.
Removed service "App\Repository\NewslettersCategoryRepository"; reason: unused.
Removed service "App\Repository\NewslettersGroupRepository"; reason: unused.
Removed service "App\Repository\NodeRepository"; reason: unused.
Removed service "App\Repository\OrganizationCodeColorRepository"; reason: unused.
Removed service "App\Repository\OssAddressRepository"; reason: unused.
Removed service "App\Repository\OssFacilityRepository"; reason: unused.
Removed service "App\Repository\OssPartnerRepository"; reason: unused.
Removed service "App\Repository\PageRepository"; reason: unused.
Removed service "App\Repository\ProductDeclinaisonRepository"; reason: unused.
Removed service "App\Repository\ProductRepository"; reason: unused.
Removed service "App\Repository\ProviderRepository"; reason: unused.
Removed service "App\Repository\QuickLinkRepository"; reason: unused.
Removed service "App\Repository\RequestForProposalCompanyRightsRepository"; reason: unused.
Removed service "App\Repository\RequestForProposalGroupRightsRepository"; reason: unused.
Removed service "App\Repository\RequestForProposalInterestRepository"; reason: unused.
Removed service "App\Repository\RequestForProposalRepository"; reason: unused.
Removed service "App\Repository\RequestForProposalResponseDocumentAnswerRepository"; reason: unused.
Removed service "App\Repository\RequestForProposalResponseDocumentRepository"; reason: unused.
Removed service "App\Repository\StreamfarmHandoverRepository"; reason: unused.
Removed service "App\Repository\StreamfarmTaskListRepository"; reason: unused.
Removed service "App\Repository\StreamfarmTaskRepository"; reason: unused.
Removed service "App\Repository\TeamRepository"; reason: unused.
Removed service "App\Repository\UserEventInformationRepository"; reason: unused.
Removed service "App\Repository\UserPreferenceRepository"; reason: unused.
Removed service "App\Repository\WorldfeedRepository"; reason: unused.
Removed service "App\Repository\WorldfeedStatsRepository"; reason: unused.
Removed service "App\Repository\WorldlinkCategoryRepository"; reason: unused.
Removed service "App\Repository\WorldlinkRepository"; reason: unused.
Removed service "App\Routing\RouteProvider"; reason: unused.
Removed service "App\Security\User\ApiUser"; reason: unused.
Removed service "App\Utils\ActionLogFormatter"; reason: unused.
Removed service "App\Utils\CodeName"; reason: unused.
Removed service "App\Utils\Counter"; reason: unused.
Removed service "App\Utils\DoubleCacheManager"; reason: unused.
Removed service "App\Utils\FlatArrayResult"; reason: unused.
Removed service "App\Utils\Helper"; reason: unused.
Removed service "App\Utils\JsonResponseHelper"; reason: unused.
Removed service "App\Utils\OperationResult"; reason: unused.
Removed service "App\Utils\RoleMembers"; reason: unused.
Removed service "App\Utils\SecurityUtils"; reason: unused.
Removed service "App\Utils\SimpleCacheManager"; reason: unused.
Removed service "App\Utils\TwitterLine"; reason: unused.
Removed service "App\Utils\TwitterTextFormatter"; reason: unused.
Removed service "App\Utils\XmlHelper"; reason: unused.
Removed service "App\Validator\Constraints\DateFormat"; reason: unused.
Removed service "App\Form\EventListener\TransmissionOriginFeedPointListener"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; 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 "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service ".name.taggable"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.factory.service"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; 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 "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "chatter.transports"; reason: unused.
Removed service "chatter.transport_factory"; reason: unused.
Removed service "chatter.messenger.chat_handler"; reason: unused.
Removed service "texter.transports"; reason: unused.
Removed service "texter.transport_factory"; reason: unused.
Removed service "texter.messenger.sms_handler"; reason: unused.
Removed service "texter.messenger.push_handler"; reason: unused.
Removed service "notifier.transport_factory.null"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.user_password_hasher"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authentication.manager"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; 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 "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "Snc\RedisBundle\Logger\RedisCallInterceptor"; reason: unused.
Removed service "snc_redis.phpredis_factory"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~c8CXd9a"; 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_number_aware"; 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 "sonata.block.cache.handler.noop"; reason: unused.
Removed service "sonata.admin.label.strategy.bc"; reason: unused.
Removed service "sonata.admin.label.strategy.noop"; reason: unused.
Removed service "sonata.admin.label.strategy.form_component"; reason: unused.
Removed service "sonata.admin.security.handler.role"; reason: unused.
Removed service "sonata.admin.security.handler.acl"; reason: unused.
Removed service "sonata.admin.entity_manager"; reason: unused.
Removed service "sonata.media.adapter.image.imagick"; reason: unused.
Removed service "sonata.media.adapter.image.gmagick"; reason: unused.
Removed service "sonata.media.formatter.twig"; reason: unused.
Removed service "sonata.media.security.public_strategy"; reason: unused.
Removed service "sonata.media.security.forbidden_strategy"; reason: unused.
Removed service "sonata.media.security.session_strategy"; reason: unused.
Removed service "sonata.media.security.connected_strategy"; reason: unused.
Removed service "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
Removed service "jms_serializer.metadata.doc_block_driver"; reason: unused.
Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "cmf_routing.enhancer.default_controller"; reason: unused.
Removed service "cmf_routing.enhancer.explicit_template"; reason: unused.
Removed service "cmf_routing.enhancer.controllers_by_type"; reason: unused.
Removed service "cmf_routing.enhancer.controllers_by_class"; reason: unused.
Removed service "cmf_routing.enhancer.controller_for_templates_by_class"; reason: unused.
Removed service "cmf_routing.enhancer.templates_by_class"; reason: unused.
Removed service "cmf_routing.enhancer.content_repository"; reason: unused.
Removed service "nelmio_api_doc.type_describer.chain"; reason: unused.
Removed service "nelmio_api_doc.type_describer.array"; reason: unused.
Removed service "nelmio_api_doc.type_describer.bool"; reason: unused.
Removed service "nelmio_api_doc.type_describer.class"; reason: unused.
Removed service "nelmio_api_doc.type_describer.dictionary"; reason: unused.
Removed service "nelmio_api_doc.type_describer.float"; reason: unused.
Removed service "nelmio_api_doc.type_describer.integer"; reason: unused.
Removed service "nelmio_api_doc.type_describer.intersection"; reason: unused.
Removed service "nelmio_api_doc.type_describer.list"; reason: unused.
Removed service "nelmio_api_doc.type_describer.mixed"; reason: unused.
Removed service "nelmio_api_doc.type_describer.nullable"; reason: unused.
Removed service "nelmio_api_doc.type_describer.object"; reason: unused.
Removed service "nelmio_api_doc.type_describer.string"; reason: unused.
Removed service "nelmio_api_doc.type_describer.union"; reason: unused.
Removed service "liip_functional_test.query.counter"; reason: unused.
Removed service "runroom.sortable_behavior.service.orm_position"; reason: unused.
Removed service "runroom.sortable_behavior.service.gedmo_position"; reason: unused.
Removed service "runroom.sortable_behavior.sortable_listener"; reason: unused.
Removed service "knpu.oauth2.user_provider"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.doctrine"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.UkE3SaZ"; reason: unused.
537
Inlined service "App\Utils\CacheManagerHelper" to "App\Command\ClearCacheCommand".
Inlined service "App\Services\RecaptchaService" to "App\Controller\AboutUsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\AboutUsController" to "App\Controller\AboutUsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\AlertController" to "App\Controller\AlertController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ApiBroadcastCentersController" to "App\Controller\Api\ApiBroadcastCentersController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ApiCustomerOrderController" to "App\Controller\Api\ApiCustomerOrderController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ApiDomainController" to "App\Controller\Api\ApiDomainController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ApiEmailMessageController" to "App\Controller\Api\ApiEmailMessageController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ApiEutelsatBookingController" to "App\Controller\Api\ApiEutelsatBookingController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ApiEventController" to "App\Controller\Api\ApiEventController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ApiNeosController" to "App\Controller\Api\ApiNeosController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ApiOrganizationContractController" to "App\Controller\Api\ApiOrganizationContractController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ApiProductController" to "App\Controller\Api\ApiProductController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ApiStreamfarmController" to "App\Controller\Api\ApiStreamfarmController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ApiSynopsisController" to "App\Controller\Api\ApiSynopsisController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ApiSystemController" to "App\Controller\Api\ApiSystemController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ApiTransmissionsController" to "App\Controller\Api\ApiTransmissionsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ApiVideoController" to "App\Controller\Api\ApiVideoController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ApiWorkOrderController" to "App\Controller\Api\ApiWorkOrderController".
Inlined service ".service_locator.mx0UMmY.App\Controller\BaseController" to "App\Controller\BaseController".
Inlined service ".service_locator.mx0UMmY.App\Controller\BookingCartController" to "App\Controller\BookingCartController".
Inlined service ".service_locator.mx0UMmY.App\Controller\BookingSeasonController" to "App\Controller\BookingSeasonController".
Inlined service ".service_locator.3CTLkIg.App\Controller\CRUDController" to "App\Controller\CRUDController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CompanyAdminController" to "App\Controller\CompanyAdminController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CompanyRegistrationController" to "App\Controller\CompanyRegistrationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CronJobsController" to "App\Controller\CronJobsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CustomerOrderController" to "App\Controller\CustomerOrderController".
Inlined service "App\Services\WebserviceService" to "App\Controller\DefaultController".
Inlined service ".service_locator.mx0UMmY.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator.mx0UMmY.App\Controller\DomainController" to "App\Controller\DomainController".
Inlined service ".service_locator.mx0UMmY.App\Controller\EntraController" to "App\Controller\EntraController".
Inlined service ".service_locator.mx0UMmY.App\Controller\EventAccessController" to "App\Controller\EventAccessController".
Inlined service ".service_locator.mx0UMmY.App\Controller\EventController" to "App\Controller\EventController".
Inlined service ".service_locator.mx0UMmY.App\Controller\EventDocumentsController" to "App\Controller\EventDocumentsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\EventImagesController" to "App\Controller\EventImagesController".
Inlined service "App\Business\ExcelImport\ExcelTransmissionsImporter" to "App\Controller\EventOfferController".
Inlined service ".service_locator.mx0UMmY.App\Controller\EventOfferController" to "App\Controller\EventOfferController".
Inlined service ".service_locator.mx0UMmY.App\Controller\EventUpdatesLinksController" to "App\Controller\EventUpdatesLinksController".
Inlined service "App\Business\Export\ExcelCustomerOrderExporter" to "App\Controller\ExportController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ExportController" to "App\Controller\ExportController".
Inlined service ".service_locator.mx0UMmY.App\Controller\FeedbackController" to "App\Controller\FeedbackController".
Inlined service ".service_locator.mx0UMmY.App\Controller\GraphController" to "App\Controller\GraphController".
Inlined service ".service_locator.mx0UMmY.App\Controller\HealthCheckController" to "App\Controller\HealthCheckController".
Inlined service ".service_locator.mx0UMmY.App\Controller\HostBroadcastingController" to "App\Controller\HostBroadcastingController".
Inlined service ".service_locator.mx0UMmY.App\Controller\InsightController" to "App\Controller\InsightController".
Inlined service ".service_locator.mx0UMmY.App\Controller\InvitationController" to "App\Controller\InvitationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MyEurovisionController" to "App\Controller\MyEurovisionController".
Inlined service ".service_locator.mx0UMmY.App\Controller\MyTransmissionsController" to "App\Controller\MyTransmissionsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\NewslettersController" to "App\Controller\NewslettersController".
Inlined service ".service_locator.mx0UMmY.App\Controller\OssController" to "App\Controller\OssController".
Inlined service ".service_locator.mx0UMmY.App\Controller\PageController" to "App\Controller\PageController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ProductController" to "App\Controller\ProductController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ProviderController" to "App\Controller\ProviderController".
Inlined service ".service_locator.mx0UMmY.App\Controller\S3BrowserController" to "App\Controller\S3BrowserController".
Inlined service ".service_locator.3CTLkIg.App\Controller\SonataCRUDAlertController" to "App\Controller\SonataCRUDAlertController".
Inlined service ".service_locator.3CTLkIg.App\Controller\SonataDocumentCRUDController" to "App\Controller\SonataDocumentCRUDController".
Inlined service "App\Business\Export\ExcelEventSpecificContactsExporter" to "App\Controller\SonataEventCRUDController".
Inlined service "App\Business\Export\ExcelEventFollowersExporter" to "App\Controller\SonataEventCRUDController".
Inlined service ".service_locator.3CTLkIg.App\Controller\SonataEventCRUDController" to "App\Controller\SonataEventCRUDController".
Inlined service ".service_locator.3CTLkIg.App\Controller\SonataEventOpsProdCRUDController" to "App\Controller\SonataEventOpsProdCRUDController".
Inlined service ".service_locator.3CTLkIg.App\Controller\SonataInsightCRUDController" to "App\Controller\SonataInsightCRUDController".
Inlined service ".service_locator.3CTLkIg.App\Controller\SonataNewslettersCRUDController" to "App\Controller\SonataNewslettersCRUDController".
Inlined service "App\Business\Export\ExcelRequestForProposalExporter" to "App\Controller\SonataProviderCRUDController".
Inlined service ".service_locator.3CTLkIg.App\Controller\SonataProviderCRUDController" to "App\Controller\SonataProviderCRUDController".
Inlined service ".service_locator.3CTLkIg.App\Controller\SonataWorldlinkCRUDController" to "App\Controller\SonataWorldlinkCRUDController".
Inlined service ".service_locator.mx0UMmY.App\Controller\StreamfarmController" to "App\Controller\StreamfarmController".
Inlined service ".service_locator.mx0UMmY.App\Controller\TvContentsController" to "App\Controller\TvContentsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\TwitterController" to "App\Controller\TwitterController".
Inlined service ".service_locator.mx0UMmY.App\Controller\UserAdminController" to "App\Controller\UserAdminController".
Inlined service ".service_locator.mx0UMmY.App\Controller\WorldlinkController" to "App\Controller\WorldlinkController".
Inlined service "App\Utils\BetterParams" to "App\Services\BetterService".
Inlined service "App\Services\CallbackNotificationService" to "App\Services\CallbackService".
Inlined service "App\Utils\WorkOrderUploadParams" to "App\Services\CustomerOrderService".
Inlined service "App\Utils\EntraHelper" to "App\Services\EntraService".
Inlined service "App\Services\NewslettersEventSectionCreatorService" to "App\Services\NewslettersCreatorService".
Inlined service "App\Extern\ExternMailService" to "App\Services\NotificationSenderHelperService".
Inlined service "App\Business\Document\RfpPathResolver" to "App\Services\RequestForProposalService".
Inlined service "app.repository_menu" to "app.main_menu".
Inlined service "app.menu_builder" to "app.main_menu".
Inlined service "twitter_newsmedia_info" to "twitterBlockEurovisionMedia".
Inlined service "twitterBlockEurovisionMedia" to "block.twitter.eurovisionmedia".
Inlined service "twitterBlockEVspecialevents" to "block.twitter.evspecialevents".
Inlined service ".service_locator.YO.sxAf.Sonata\ClassificationBundle\Controller\CategoryAdminController" to "Sonata\ClassificationBundle\Controller\CategoryAdminController".
Inlined service ".service_locator.3CTLkIg.Sonata\AdminBundle\Controller\CRUDController" to "Sonata\AdminBundle\Controller\CRUDController".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.cEhBhXG" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "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 "mailer.transports" to "mailer.mailer".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "sonata.admin.translation_extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "sonata.admin.route_loader" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.OSH1YoD.router.default" to "router.default".
Inlined service "monolog.logger.router" to "router.default".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "name.recorder_inner" to "name".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler" to "session.storage.factory.native".
Inlined service ".service_locator.XmPJruK" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.oSbnPRE" 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 "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.J00boKE" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "snc_redis.data_collector" to "profiler".
Inlined service "sonata.block.data_collector" to "profiler".
Inlined service "data_collector.jms_serializer" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.IAMDvvn" to "security.access_map".
Inlined service ".security.request_matcher.weeXx1a" to "security.access_map".
Inlined service ".security.request_matcher.6x0E1u2" to "security.access_map".
Inlined service ".security.request_matcher.J7oWfHa" to "security.access_map".
Inlined service ".security.request_matcher._rYgrSm" to "security.access_map".
Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
Inlined service ".security.request_matcher.VRCZ2.f" to "security.access_map".
Inlined service ".security.request_matcher.fat_tMB" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.firewall.map.config.healthcheck" to "security.firewall.map.context.healthcheck".
Inlined service "debug.security.firewall.authenticator.cron.inner" to "debug.security.firewall.authenticator.cron".
Inlined service "security.exception_listener.cron" to "security.firewall.map.context.cron".
Inlined service "security.firewall.map.config.cron" to "security.firewall.map.context.cron".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "app.twig.extension.common" to "twig".
Inlined service "app.twig.extension.image" to "twig".
Inlined service "app.twig.extension.linkify" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "sonata.twig.extension.wrapping" to "twig".
Inlined service "sonata.twig.status_extension" to "twig".
Inlined service "sonata.twig.template_extension" to "twig".
Inlined service "sonata.form.twig.canonicalize_extension" to "twig".
Inlined service "sonata.block.twig.extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "sonata.admin.twig.sonata_admin_extension" to "twig".
Inlined service "sonata.admin.twig.template_registry_extension" to "twig".
Inlined service "sonata.admin.twig.group_extension" to "twig".
Inlined service "sonata.admin.twig.icon_extension" to "twig".
Inlined service "sonata.admin.twig.security_extension" to "twig".
Inlined service "sonata.admin.twig.canonicalize_extension" to "twig".
Inlined service "sonata.admin.twig.xeditable_extension" to "twig".
Inlined service "sonata.admin.twig.render_element_extension" to "twig".
Inlined service "sonata.admin.twig.breadcrumbs_extension" to "twig".
Inlined service "sonata.media.twig.extension" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "fos_ck_editor.twig_extension" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "runroom.sortable_behavior.twig.object_position" 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 "sonata.block.twig.global" to "twig".
Inlined service "sonata.admin.configuration" to "twig".
Inlined service "sonata.media.twig.global" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.rlRO_._" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.handler.normal" to "monolog.handler.main".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~vGDQfbm" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
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 "monolog.logger.snc_redis" to "snc_redis.logger".
Inlined service ".service_locator.Uhyc_KB" to "Snc\RedisBundle\Command\RedisQueryCommand".
Inlined service "snc_redis.client.default_processor" to "snc_redis.client.default_profile".
Inlined service "snc_redis.default_connectionfactory" to "snc_redis.client.default_options".
Inlined service "snc_redis.connection.default1_parameters.default" to "snc_redis.default".
Inlined service "snc_redis.connection.default2_parameters.default" to "snc_redis.default".
Inlined service "snc_redis.client.default_options" to "snc_redis.default".
Inlined service "snc_redis.client.cache_processor" to "snc_redis.client.cache_profile".
Inlined service "snc_redis.client.cache_profile" to "snc_redis.client.cache_options".
Inlined service "snc_redis.connection.cache1_parameters.cache" to "snc_redis.cache".
Inlined service "snc_redis.connection.cache2_parameters.cache" to "snc_redis.cache".
Inlined service "snc_redis.client.cache_options" to "snc_redis.cache".
Inlined service "snc_redis.client.session_processor" to "snc_redis.client.session_profile".
Inlined service "snc_redis.session_connectionfactory" to "snc_redis.client.session_options".
Inlined service "snc_redis.connection.session1_parameters.session" to "snc_redis.session".
Inlined service "snc_redis.connection.session2_parameters.session" to "snc_redis.session".
Inlined service "snc_redis.client.session_options" to "snc_redis.session".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_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 ".service_locator.DGYUlnF" 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 "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" 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.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.chain".
Inlined service "sonata.exporter.writer.csv" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.json" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xls" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xlsx" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xml" to "sonata.exporter.exporter".
Inlined service ".service_locator.AnxaVt0" to "sonata.block.manager".
Inlined service "sonata.block.loader.chain" to "sonata.block.context_manager.default".
Inlined service "sonata.block.exception.strategy.manager" to "sonata.block.renderer.default".
Inlined service "sonata.block.loader.service" to "sonata.block.loader.chain".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service ".service_locator.7yMjEo0" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
Inlined service "sonata.admin.form.data_transformer_resolver" to "sonata.admin.action.set_object_field_value".
Inlined service "sonata.admin.search.handler" to "sonata.admin.block.search_result".
Inlined service "sonata.admin.manipulator.acl.admin" to "sonata.admin.command.setup_acl".
Inlined service ".service_locator.wp3dSrm" to "sonata.admin.pool".
Inlined service ".service_locator..tjrEJ3" to "sonata.admin.builder.filter.factory".
Inlined service ".service_locator.3CTLkIg.sonata.admin.controller.crud" to "sonata.admin.controller.crud".
Inlined service "sonata.admin.form.data_transformer.boolean_to_string" to "sonata.admin.form.data_transformer_resolver".
Inlined service "sonata.admin.guesser.orm_list_chain" to "sonata.admin.builder.orm_list".
Inlined service "sonata.admin.guesser.orm_list" to "sonata.admin.guesser.orm_list_chain".
Inlined service "sonata.admin.guesser.orm_show_chain" to "sonata.admin.builder.orm_show".
Inlined service "sonata.admin.guesser.orm_show" to "sonata.admin.guesser.orm_show_chain".
Inlined service "sonata.admin.builder.filter.factory" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid_chain" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid" to "sonata.admin.guesser.orm_datagrid_chain".
Inlined service "sonata.media.security.superadmin_strategy" to "sonata.media.pool".
Inlined service "sonata.media.provider.file" to "sonata.media.pool".
Inlined service "sonata.media.provider.youtube" to "sonata.media.pool".
Inlined service "sonata.media.provider.dailymotion" to "sonata.media.pool".
Inlined service "sonata.media.provider.vimeo" to "sonata.media.pool".
Inlined service "sonata.media.resizer.crop" to "sonata.media.thumbnail.format".
Inlined service "sonata.media.resizer.square" to "sonata.media.thumbnail.format".
Inlined service "sonata.media.resizer.fixedresizer" to "sonata.media.provider.image".
Inlined service "sonata.media.thumbnail.file" to "sonata.media.provider.file".
Inlined service "sonata.media.adapter.service.s3" to "sonata.media.adapter.filesystem.s3".
Inlined service "sonata.media.adapter.filesystem.s3" to "sonata.media.filesystem.s3".
Inlined service "sonata.media.metadata.noop" to "sonata.media.metadata.proxy".
Inlined service "sonata.media.metadata.amazon" to "sonata.media.metadata.proxy".
Inlined service ".service_locator.UfWeBZF.sonata.media.controller.media.admin" to "sonata.media.controller.media.admin".
Inlined service ".service_locator.3CTLkIg.sonata.media.controller.gallery.admin" to "sonata.media.controller.gallery.admin".
Inlined service ".service_locator.YO.sxAf.sonata.classification.controller.category_admin" to "sonata.classification.controller.category_admin".
Inlined service "jms_serializer.metadata.annotation_and_attributes_reader" to "jms_serializer.metadata.annotation_driver".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.unserialize_object_constructor" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.traceable_event_dispatcher".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
Inlined service "sonata.formatter.text.text" to "sonata.formatter.pool".
Inlined service "sonata.formatter.text.raw" to "sonata.formatter.pool".
Inlined service "sonata.formatter.text.raw" to "sonata.formatter.pool".
Inlined service ".service_locator.RbA3GFq.sonata.formatter.ckeditor.controller" to "sonata.formatter.ckeditor.controller".
Inlined service "cmf_routing.nested_matcher" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.generator" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.enhancer.route_content" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.final_matcher" to "cmf_routing.nested_matcher".
Inlined service "cmf_routing.matcher.dummy_collection" to "cmf_routing.final_matcher".
Inlined service "cmf_routing.matcher.dummy_context" to "cmf_routing.final_matcher".
Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.swagger.processor.nullable_property" to "nelmio_api_doc.open_api.generator".
Inlined service ".service_locator.mx0UMmY.runroom.sortable_behavior.action.move" to "runroom.sortable_behavior.action.move".
Inlined service "knpu.oauth2.provider_factory" to "knpu.oauth2.provider.entra_id_external".
Inlined service "knpu.oauth2.provider.entra_id_external" to "knpu.oauth2.client.entra_id_external".
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_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "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 "sonata.admin.maker" to "maker.auto_command.make_sonata_admin".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.sonata.admin.argument_resolver.admin.inner" to "debug.sonata.admin.argument_resolver.admin".
Inlined service "debug.sonata.admin.argument_resolver.proxy_query.inner" to "debug.sonata.admin.argument_resolver.proxy_query".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.deprecation".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "doctrine.dbal.default_regex_schema_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.OSH1YoD" to ".service_locator.OSH1YoD.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service ".service_locator.UfWeBZF" to ".service_locator.UfWeBZF.sonata.media.controller.media.admin".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service ".service_locator.RbA3GFq" to ".service_locator.RbA3GFq.sonata.formatter.ckeditor.controller".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "security.authenticator.manager.api" to "debug.security.firewall.authenticator.api.inner".
Inlined service "security.authenticator.manager.cron" to "debug.security.firewall.authenticator.cron.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.F6eHX5J" to "console.command_loader".
Inlined service "router.default" to "router".
Inlined service "cmf_routing.dynamic_router" to "router".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "page_repository" to "cmf_routing.route_provider".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" 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.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "snc_redis.client.default_profile" to "snc_redis.default".
Inlined service "snc_redis.client.default_profile" to "snc_redis.default".
Inlined service "snc_redis.client.session_profile" to "snc_redis.session".
Inlined service "snc_redis.client.session_profile" to "snc_redis.session".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "sonata.media.filesystem.local" to "sonata.media.pool".
Inlined service "sonata.media.http.base_client" to "sonata.media.pool".
Inlined service "sonata.media.http.base_message_factory" to "sonata.media.pool".
Inlined service "sonata.media.filesystem.local" to "sonata.media.pool".
Inlined service "sonata.media.http.base_client" to "sonata.media.pool".
Inlined service "sonata.media.http.base_message_factory" to "sonata.media.pool".
Inlined service "sonata.media.filesystem.local" to "sonata.media.pool".
Inlined service "sonata.media.http.base_client" to "sonata.media.pool".
Inlined service "sonata.media.http.base_message_factory" to "sonata.media.pool".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
4
Tag "container.decorator" was defined on service(s) "debug.controller_resolver", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.cron", "debug.security.firewall.authenticator.main", "var_dumper.contextualized_cli_dumper", "doctrine.migrations.container_aware_migrations_factory", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "debug.argument_resolver.request_attribute", "debug.argument_resolver.request", "debug.argument_resolver.session", "debug.security.user_value_resolver", "debug.sonata.admin.argument_resolver.admin", "debug.sonata.admin.argument_resolver.proxy_query", "debug.argument_resolver.service", "debug.argument_resolver.default", "debug.argument_resolver.variadic", "debug.argument_resolver.not_tagged_controller", ".debug.http_client", "event_dispatcher", ".container.private.liip_functional_test.validator", but was never used.
Tag "sonata.status.renderer" was defined on service(s) "sonata.twig.flashmessage.manager", but was never used.
Tag "doctrine_phpcr.event_subscriber" was defined on service(s) "cmf_routing.persistence.doctrine.route_condition_metadata_listener", but was never used. Did you mean "doctrine.event_subscriber"?