Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "League\FlysystemBundle\DependencyInjection\FlysystemExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "League\FlysystemBundle\DependencyInjection\Compiler\LazyFactoryPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "UniteCMS\AdminBundle\Model\BaseUser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::initialize()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\MigrateCheesesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "App\Command\MigrateCheesesCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "App\Command\MigrateCheesesCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "App\Command\MigrateParticipantsCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "App\Command\MigrateParticipantsCommand".
Method "Symfony\Component\Console\Command\Command::initialize()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\MigrateResultPointsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::initialize()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\MigrateWinnersCommand" 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\EventSubscriber\JWTModifierSubscriber" 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\EventSubscriber\SendMailSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour. (DoctrineExtension.php:923 called by DoctrineExtension.php:541, https://github.com/doctrine/DoctrineBundle/pull/1762, package doctrine/doctrine-bundle)
Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement. (DoctrineExtension.php:932 called by DoctrineExtension.php:541, https://github.com/doctrine/DoctrineBundle/pull/1804, package doctrine/doctrine-bundle)
Not setting "doctrine.orm.enable_lazy_ghost_objects" to true is deprecated. (DoctrineExtension.php:1002 called by DoctrineExtension.php:541, https://github.com/doctrine/DoctrineBundle/pull/1568, package doctrine/doctrine-bundle)
Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "UniteCMS\CoreBundle\Model\BaseApiToken" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/doctrine-bridge 6.3: Registering "doctrine_extensions.listener.blameable" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "UniteCMS\CoreBundle\EventSubscriber\ResolveTranslatableTargetEntitySubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "UniteCMS\CoreBundle\EventSubscriber\ResolveTargetEntitiesSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Doctrine\ORM\Tools\ResolveTargetEntityListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "UniteCMS\CoreBundle\EventSubscriber\CreateApiTokenSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "doctrine_extensions.listener.sluggable" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "doctrine_extensions.listener.timestampable" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "doctrine_extensions.listener.sortable" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "UniteCMS\MediaBundle\EventSubscriber\FileSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\EntityListener\CheeseEntityListener" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\EntityListener\ParticipantEntityListener" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\EventSubscriber\CheesePublishingWorkflowSubscriber" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\ContestJurorsMutationResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\Resolver\CheeseAvailableForContestResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\Resolver\CheeseResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\Resolver\CheeseSubmissionMutationResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\Resolver\CompanyResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\Resolver\ContestResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\Resolver\JurorResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\Resolver\JurorsAvailableForContestResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\Resolver\JurySessionParticipantEntityResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\Resolver\JurySessionResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\Resolver\NotificationReadResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\Resolver\ParticipantEntityResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\Resolver\ParticipantResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\Resolver\Rating\ParticipantRatingTypeResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\Resolver\Rating\ResultPointsRatingTypeResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\Resolver\ResultPointsEntityResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\Resolver\ResultPointsResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\Resolver\WeightedResultResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\GraphQL\Resolver\WinnerResolver" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Security\Voter\AdminVoter" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Security\Voter\AgesVoter" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Security\Voter\JurySessionResultVoter" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Security\Voter\LockVoter" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Security\Voter\PWAVoter" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Security\Voter\ProducerVoter" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Security\Voter\PublicClientVoter" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Security\Voter\QAVoter" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Security\Voter\TaxonomyVoter" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Service\CreateParticipantService" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "UniteCMS\CoreBundle\Security\UniteAttributeVoter" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the ".service_locator.YgYapZ6" service.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\MigrateCheesesCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\MigrateCheesesCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\MigrateParticipantsCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\MigrateParticipantsCommand" class instead.
Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead.
The "Doctrine\Bundle\FixturesBundle\Loader\SymfonyBridgeLoader" class extends "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" that is deprecated since Symfony 6.4, use dependency injection in your fixtures instead.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead.
Since symfony/routing 6.4: Class "App\Controller\MailTestController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\TestController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/doctrine-bridge 6.3: Registering "UniteCMS\MediaBundle\EventSubscriber\FileSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Gedmo\Blameable\BlameableListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "UniteCMS\CoreBundle\EventSubscriber\ResolveTranslatableTargetEntitySubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "UniteCMS\CoreBundle\EventSubscriber\ResolveTargetEntitiesSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Doctrine\ORM\Tools\ResolveTargetEntityListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "UniteCMS\CoreBundle\EventSubscriber\CreateApiTokenSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Gedmo\Sluggable\SluggableListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Gedmo\Timestampable\TimestampableListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Gedmo\Sortable\SortableListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since twig/twig 3.12: Character "�" 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 14 in "@assets/uploads/cheese_images/203121_kks_bio_schaffrischkaese_minis_netz_120_g.jpg" at line 580.
Since twig/twig 3.12: Character "�" 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 96 in "@assets/uploads/cheese_images/203121_kks_bio_schaffrischkaese_minis_netz_120_g.jpg" at line 580.
Since twig/twig 3.12: Character "�" 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 908 in "@assets/uploads/cheese_images/3515_srd_gervais_kraeuter_hoch.jpg" at line 52029.
Since twig/twig 3.12: Character "b" 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 1065 in "@assets/uploads/cheese_images/3515_srd_gervais_kraeuter_hoch.jpg" at line 52029.
Since twig/twig 3.12: Character "Q" 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 1155 in "@assets/uploads/cheese_images/3515_srd_gervais_kraeuter_hoch.jpg" at line 52029.
Since twig/twig 3.12: Character "+" 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 1350 in "@assets/uploads/cheese_images/3515_srd_gervais_kraeuter_hoch.jpg" at line 52029.
Since twig/twig 3.12: Character "�" 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 1670 in "@assets/uploads/cheese_images/3515_srd_gervais_kraeuter_hoch.jpg" at line 52029.
Since twig/twig 3.12: Character "`" 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 2087 in "@assets/uploads/cheese_images/3515_srd_gervais_kraeuter_hoch.jpg" at line 52029.
Since twig/twig 3.12: Character "�" 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 2171 in "@assets/uploads/cheese_images/3515_srd_gervais_kraeuter_hoch.jpg" at line 52029.
Since twig/twig 3.12: Character "�" 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 2196 in "@assets/uploads/cheese_images/3515_srd_gervais_kraeuter_hoch.jpg" at line 52029.
Since twig/twig 3.12: Character "L" 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 137 in "@assets/uploads/cheese_images/9camembert_weisswein.jpg" at line 1069.
Since twig/twig 3.12: Character "�" 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 204 in "@assets/uploads/cheese_images/9camembert_weisswein.jpg" at line 1069.
Since twig/twig 3.12: Character "�" 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 182 in "@assets/uploads/cheese_images/2f6441766654b056d2e4957732f773cb.jpg" at line 566.
Since twig/twig 3.12: Character "" 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 235 in "@assets/uploads/cheese_images/2f6441766654b056d2e4957732f773cb.jpg" at line 566.
Since twig/twig 3.12: Character "�" 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 26 in "@assets/uploads/cheese_images/77e102927fe84a5b0f71b815a8370136.jpg" at line 57.
Since twig/twig 3.12: Character "Z" 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 41 in "@assets/uploads/cheese_images/77e102927fe84a5b0f71b815a8370136.jpg" at line 57.
Since twig/twig 3.12: Character "-" 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 144 in "@assets/uploads/cheese_images/77e102927fe84a5b0f71b815a8370136.jpg" at line 57.
Since twig/twig 3.12: Character "Z" 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 934 in "@assets/uploads/cheese_images/77e102927fe84a5b0f71b815a8370136.jpg" at line 57.
Since twig/twig 3.12: Character "�" 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 938 in "@assets/uploads/cheese_images/77e102927fe84a5b0f71b815a8370136.jpg" at line 57.
Since twig/twig 3.12: Character "�" 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 1042 in "@assets/uploads/cheese_images/77e102927fe84a5b0f71b815a8370136.jpg" at line 57.
Since twig/twig 3.12: Character "�" 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 107 in "@assets/uploads/cheese_images/5a0556d08394e5fb735ecc22bd4717bb.jpg" at line 227.
Since twig/twig 3.12: Character "" 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 126 in "@assets/uploads/cheese_images/5a0556d08394e5fb735ecc22bd4717bb.jpg" at line 227.
Since twig/twig 3.12: Character "q" 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 287 in "@assets/uploads/cheese_images/Bergkraeuter_Rebell.png" at line 418.
Since twig/twig 3.12: Character "�" 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 435 in "@assets/uploads/cheese_images/Bergkraeuter_Rebell.png" at line 418.
Since twig/twig 3.12: Character ">" 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 656 in "@assets/uploads/cheese_images/Bergkraeuter_Rebell.png" at line 418.
Since twig/twig 3.12: Character "�" 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 750 in "@assets/uploads/cheese_images/Bergkraeuter_Rebell.png" at line 418.
Since twig/twig 3.12: Character "�" 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 24 in "@assets/uploads/cheese_images/2b16e5e7cb592a66244a829444a33c1d.jpg" at line 149.
Since twig/twig 3.12: Character "�" 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 206 in "@assets/uploads/cheese_images/2b16e5e7cb592a66244a829444a33c1d.jpg" at line 149.
Since twig/twig 3.12: Character "�" 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 255 in "@assets/uploads/cheese_images/2b16e5e7cb592a66244a829444a33c1d.jpg" at line 149.
Since twig/twig 3.12: Character "R" 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 627 in "@assets/uploads/cheese_images/2b16e5e7cb592a66244a829444a33c1d.jpg" at line 149.
Since twig/twig 3.12: Character "�" 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 1072 in "@assets/uploads/cheese_images/3D_SRD_Grillkaese.jpg" at line 196.
Since twig/twig 3.12: Character "�" 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 1250 in "@assets/uploads/cheese_images/3D_SRD_Grillkaese.jpg" at line 196.
Since twig/twig 3.12: Character "K" 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 71 in "@assets/uploads/cheese_images/frischkaese_kraeuter_120g.png" at line 420.
Since twig/twig 3.12: Character "�" 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 21 in "@assets/uploads/cheese_images/203974_kremstaler_bio_schafkaese_pfeffer_150_g.jpg" at line 120.
Since twig/twig 3.12: Character "�" 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 197 in "@assets/uploads/cheese_images/203974_kremstaler_bio_schafkaese_pfeffer_150_g.jpg" at line 120.
Since twig/twig 3.12: Character "�" 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 164 in "@assets/uploads/cheese_images/Ingwer_Rebell.png" at line 1033.
Since twig/twig 3.12: Character "" 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 75 in "@assets/uploads/cheese_images/5537_SRD_Weinkaese_Torte_1_3kg_2019.jpg" at line 210.
Since twig/twig 3.12: Character "�" 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 247 in "@assets/uploads/cheese_images/d2026be07778025d4acd639080151664.jpg" at line 502.
Since twig/twig 3.12: Character "�" 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 257 in "@assets/uploads/cheese_images/d2026be07778025d4acd639080151664.jpg" at line 502.
Since twig/twig 3.12: Character "�" 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 5 in "@assets/uploads/cheese_images/210608_Freisteller_Herzstueck_Mondseer_01.jpg" at line 168.
Since twig/twig 3.12: Character "�" 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 9 in "@assets/uploads/cheese_images/210608_Freisteller_Herzstueck_Mondseer_01.jpg" at line 168.
Since twig/twig 3.12: Character "�" 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 13 in "@assets/uploads/cheese_images/210608_Freisteller_Herzstueck_Mondseer_01.jpg" at line 168.
Since twig/twig 3.12: Character "�" 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 17 in "@assets/uploads/cheese_images/210608_Freisteller_Herzstueck_Mondseer_01.jpg" at line 168.
Since twig/twig 3.12: Character "�" 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 21 in "@assets/uploads/cheese_images/210608_Freisteller_Herzstueck_Mondseer_01.jpg" at line 168.
Since twig/twig 3.12: Character "q" 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 12 in "@assets/uploads/cheese_images/Bio_Ingwer_Rebell.png" at line 485.
Since twig/twig 3.12: Character "�" 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 554 in "@assets/uploads/cheese_images/Bio_Ingwer_Rebell.png" at line 485.
Since twig/twig 3.12: Character "$" 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 560 in "@assets/uploads/cheese_images/Bio_Ingwer_Rebell.png" at line 485.
Since twig/twig 3.12: Character "" 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 590 in "@assets/uploads/cheese_images/Bio_Ingwer_Rebell.png" at line 485.
Since twig/twig 3.12: Character "u" 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 169 in "@assets/uploads/cheese_images/Bio_Ingwer_Rebell.png" at line 488.
Since twig/twig 3.12: Character "}" 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 397 in "@assets/uploads/cheese_images/Bio_Ingwer_Rebell.png" at line 488.
Since twig/twig 3.12: Character "�" 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 251 in "@assets/uploads/cheese_images/3D_SM_11029.jpg" at line 668.
Log messages generated during the compilation of the service container.
Messages
Class
855
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCompaniesCommand" (parent: .abstract.instanceof.App\Command\ImportCompaniesCommand).
Resolving inheritance for "App\Command\ImportCompaniesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCompaniesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportJurorsCommand" (parent: .abstract.instanceof.App\Command\ImportJurorsCommand).
Resolving inheritance for "App\Command\ImportJurorsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportJurorsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailCheeseUpdateReminderCommand" (parent: .abstract.instanceof.App\Command\MailCheeseUpdateReminderCommand).
Resolving inheritance for "App\Command\MailCheeseUpdateReminderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailCheeseUpdateReminderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailLoginReminderCommand" (parent: .abstract.instanceof.App\Command\MailLoginReminderCommand).
Resolving inheritance for "App\Command\MailLoginReminderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailLoginReminderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateCheesesCommand" (parent: .abstract.instanceof.App\Command\MigrateCheesesCommand).
Resolving inheritance for "App\Command\MigrateCheesesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateCheesesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateParticipantsCommand" (parent: .abstract.instanceof.App\Command\MigrateParticipantsCommand).
Resolving inheritance for "App\Command\MigrateParticipantsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateParticipantsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateResultPointsCommand" (parent: .abstract.instanceof.App\Command\MigrateResultPointsCommand).
Resolving inheritance for "App\Command\MigrateResultPointsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateResultPointsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateWinnersCommand" (parent: .abstract.instanceof.App\Command\MigrateWinnersCommand).
Resolving inheritance for "App\Command\MigrateWinnersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateWinnersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Rating\CalculateResultPointsCommand" (parent: .abstract.instanceof.App\Command\Rating\CalculateResultPointsCommand).
Resolving inheritance for "App\Command\Rating\CalculateResultPointsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Rating\CalculateResultPointsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CheeseController" (parent: .abstract.instanceof.App\Controller\CheeseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CheeseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CheeseController).
Resolving inheritance for "App\Controller\CheeseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CheeseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryController" (parent: .abstract.instanceof.App\Controller\DeliveryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryController).
Resolving inheritance for "App\Controller\DeliveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DevelController" (parent: .abstract.instanceof.App\Controller\DevelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DevelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DevelController).
Resolving inheritance for "App\Controller\DevelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DevelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JurySessionExportController" (parent: .abstract.instanceof.App\Controller\JurySessionExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JurySessionExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JurySessionExportController).
Resolving inheritance for "App\Controller\JurySessionExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JurySessionExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MailTestController" (parent: .abstract.instanceof.App\Controller\MailTestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MailTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MailTestController).
Resolving inheritance for "App\Controller\MailTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MailTestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParticipantController" (parent: .abstract.instanceof.App\Controller\ParticipantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParticipantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParticipantController).
Resolving inheritance for "App\Controller\ParticipantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParticipantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParticipantExportController" (parent: .abstract.instanceof.App\Controller\ParticipantExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParticipantExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParticipantExportController).
Resolving inheritance for "App\Controller\ParticipantExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParticipantExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProducerExportController" (parent: .abstract.instanceof.App\Controller\ProducerExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProducerExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProducerExportController).
Resolving inheritance for "App\Controller\ProducerExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProducerExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController" (parent: .abstract.instanceof.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController).
Resolving inheritance for "App\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController" (parent: .abstract.instanceof.App\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController).
Resolving inheritance for "App\Controller\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AllergenFixture" (parent: .abstract.instanceof.App\DataFixtures\AllergenFixture).
Resolving inheritance for "App\DataFixtures\AllergenFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AllergenFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CheeseTypeFixture" (parent: .abstract.instanceof.App\DataFixtures\CheeseTypeFixture).
Resolving inheritance for "App\DataFixtures\CheeseTypeFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CheeseTypeFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CheeseUnitFixture" (parent: .abstract.instanceof.App\DataFixtures\CheeseUnitFixture).
Resolving inheritance for "App\DataFixtures\CheeseUnitFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CheeseUnitFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CompanyCategoryFixture" (parent: .abstract.instanceof.App\DataFixtures\CompanyCategoryFixture).
Resolving inheritance for "App\DataFixtures\CompanyCategoryFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CompanyCategoryFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ContestCategoryFixture" (parent: .abstract.instanceof.App\DataFixtures\ContestCategoryFixture).
Resolving inheritance for "App\DataFixtures\ContestCategoryFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ContestCategoryFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ContestFixture" (parent: .abstract.instanceof.App\DataFixtures\ContestFixture).
Resolving inheritance for "App\DataFixtures\ContestFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ContestFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\JurorCategoryFixture" (parent: .abstract.instanceof.App\DataFixtures\JurorCategoryFixture).
Resolving inheritance for "App\DataFixtures\JurorCategoryFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\JurorCategoryFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\LactoseInfoFixture" (parent: .abstract.instanceof.App\DataFixtures\LactoseInfoFixture).
Resolving inheritance for "App\DataFixtures\LactoseInfoFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\LactoseInfoFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\MaturationFixture" (parent: .abstract.instanceof.App\DataFixtures\MaturationFixture).
Resolving inheritance for "App\DataFixtures\MaturationFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\MaturationFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\MilkInfoFixture" (parent: .abstract.instanceof.App\DataFixtures\MilkInfoFixture).
Resolving inheritance for "App\DataFixtures\MilkInfoFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\MilkInfoFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\MilkTypeFixture" (parent: .abstract.instanceof.App\DataFixtures\MilkTypeFixture).
Resolving inheritance for "App\DataFixtures\MilkTypeFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\MilkTypeFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\QualitySealFixture" (parent: .abstract.instanceof.App\DataFixtures\QualitySealFixture).
Resolving inheritance for "App\DataFixtures\QualitySealFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\QualitySealFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RennetFixture" (parent: .abstract.instanceof.App\DataFixtures\RennetFixture).
Resolving inheritance for "App\DataFixtures\RennetFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RennetFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ResultReasonFixture" (parent: .abstract.instanceof.App\DataFixtures\ResultReasonFixture).
Resolving inheritance for "App\DataFixtures\ResultReasonFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ResultReasonFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\StateFixture" (parent: .abstract.instanceof.App\DataFixtures\StateFixture).
Resolving inheritance for "App\DataFixtures\StateFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\StateFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TasteWorldFixture" (parent: .abstract.instanceof.App\DataFixtures\TasteWorldFixture).
Resolving inheritance for "App\DataFixtures\TasteWorldFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TasteWorldFixture).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CheesePublishingWorkflowSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CheesePublishingWorkflowSubscriber).
Resolving inheritance for "App\EventSubscriber\CheesePublishingWorkflowSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CheesePublishingWorkflowSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentEventSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ContentEventSubscriber).
Resolving inheritance for "App\EventSubscriber\ContentEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContestWorkflowSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ContestWorkflowSubscriber).
Resolving inheritance for "App\EventSubscriber\ContestWorkflowSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContestWorkflowSubscriber).
Resolving inheritance for ".instanceof.App\EventSubscriber\GraphQL\ContestFieldSubscriber.0.App\EventSubscriber\GraphQL\ContestFieldSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\GraphQL\ContestFieldSubscriber).
Resolving inheritance for "App\EventSubscriber\GraphQL\ContestFieldSubscriber" (parent: .instanceof.App\EventSubscriber\GraphQL\ContestFieldSubscriber.0.App\EventSubscriber\GraphQL\ContestFieldSubscriber).
Resolving inheritance for ".instanceof.App\EventSubscriber\GraphQL\FileEntitySubscriber.0.App\EventSubscriber\GraphQL\FileEntitySubscriber" (parent: .abstract.instanceof.App\EventSubscriber\GraphQL\FileEntitySubscriber).
Resolving inheritance for "App\EventSubscriber\GraphQL\FileEntitySubscriber" (parent: .instanceof.App\EventSubscriber\GraphQL\FileEntitySubscriber.0.App\EventSubscriber\GraphQL\FileEntitySubscriber).
Resolving inheritance for ".instanceof.App\EventSubscriber\GraphQL\JurorFieldSubscriber.0.App\EventSubscriber\GraphQL\JurorFieldSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\GraphQL\JurorFieldSubscriber).
Resolving inheritance for "App\EventSubscriber\GraphQL\JurorFieldSubscriber" (parent: .instanceof.App\EventSubscriber\GraphQL\JurorFieldSubscriber.0.App\EventSubscriber\GraphQL\JurorFieldSubscriber).
Resolving inheritance for ".instanceof.App\EventSubscriber\GraphQL\JurySessionFieldSubscriber.0.App\EventSubscriber\GraphQL\JurySessionFieldSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\GraphQL\JurySessionFieldSubscriber).
Resolving inheritance for "App\EventSubscriber\GraphQL\JurySessionFieldSubscriber" (parent: .instanceof.App\EventSubscriber\GraphQL\JurySessionFieldSubscriber.0.App\EventSubscriber\GraphQL\JurySessionFieldSubscriber).
Resolving inheritance for ".instanceof.App\EventSubscriber\GraphQL\ParticipantFieldSubscriber.0.App\EventSubscriber\GraphQL\ParticipantFieldSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\GraphQL\ParticipantFieldSubscriber).
Resolving inheritance for "App\EventSubscriber\GraphQL\ParticipantFieldSubscriber" (parent: .instanceof.App\EventSubscriber\GraphQL\ParticipantFieldSubscriber.0.App\EventSubscriber\GraphQL\ParticipantFieldSubscriber).
Resolving inheritance for ".instanceof.App\EventSubscriber\GraphQL\ResultPointsFieldSubscriber.0.App\EventSubscriber\GraphQL\ResultPointsFieldSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\GraphQL\ResultPointsFieldSubscriber).
Resolving inheritance for "App\EventSubscriber\GraphQL\ResultPointsFieldSubscriber" (parent: .instanceof.App\EventSubscriber\GraphQL\ResultPointsFieldSubscriber.0.App\EventSubscriber\GraphQL\ResultPointsFieldSubscriber).
Resolving inheritance for ".instanceof.App\EventSubscriber\GraphQL\TranslatableEntitySubscriber.0.App\EventSubscriber\GraphQL\TranslatableEntitySubscriber" (parent: .abstract.instanceof.App\EventSubscriber\GraphQL\TranslatableEntitySubscriber).
Resolving inheritance for "App\EventSubscriber\GraphQL\TranslatableEntitySubscriber" (parent: .instanceof.App\EventSubscriber\GraphQL\TranslatableEntitySubscriber.0.App\EventSubscriber\GraphQL\TranslatableEntitySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JWTModifierSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\JWTModifierSubscriber).
Resolving inheritance for "App\EventSubscriber\JWTModifierSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JWTModifierSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JurySessionContestCategoryWorkflowSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\JurySessionContestCategoryWorkflowSubscriber).
Resolving inheritance for "App\EventSubscriber\JurySessionContestCategoryWorkflowSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JurySessionContestCategoryWorkflowSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JurySessionWorkflowSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\JurySessionWorkflowSubscriber).
Resolving inheritance for "App\EventSubscriber\JurySessionWorkflowSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JurySessionWorkflowSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LoginSuccessSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LoginSuccessSubscriber).
Resolving inheritance for "App\EventSubscriber\LoginSuccessSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LoginSuccessSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ParticipantWorkflowSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ParticipantWorkflowSubscriber).
Resolving inheritance for "App\EventSubscriber\ParticipantWorkflowSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ParticipantWorkflowSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ProducerWorkflowSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ProducerWorkflowSubscriber).
Resolving inheritance for "App\EventSubscriber\ProducerWorkflowSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ProducerWorkflowSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SendMailSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\SendMailSubscriber).
Resolving inheritance for "App\EventSubscriber\SendMailSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SendMailSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProducerRegistrationType" (parent: .abstract.instanceof.App\Form\ProducerRegistrationType).
Resolving inheritance for "App\Form\ProducerRegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProducerRegistrationType).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\ContestJurorsMutationResolver" (parent: .abstract.instanceof.App\GraphQL\ContestJurorsMutationResolver).
Resolving inheritance for "App\GraphQL\ContestJurorsMutationResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\ContestJurorsMutationResolver).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\AcceptInvitation.0.App\GraphQL\Operation\Mutation\AcceptInvitation" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\AcceptInvitation).
Resolving inheritance for "App\GraphQL\Operation\Mutation\AcceptInvitation" (parent: .instanceof.App\GraphQL\Operation\Mutation\AcceptInvitation.0.App\GraphQL\Operation\Mutation\AcceptInvitation).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\AddContestJurors.0.App\GraphQL\Operation\Mutation\AddContestJurors" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\AddContestJurors).
Resolving inheritance for "App\GraphQL\Operation\Mutation\AddContestJurors" (parent: .instanceof.App\GraphQL\Operation\Mutation\AddContestJurors.0.App\GraphQL\Operation\Mutation\AddContestJurors).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\DisableParticipant.0.App\GraphQL\Operation\Mutation\DisableParticipant" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\DisableParticipant).
Resolving inheritance for "App\GraphQL\Operation\Mutation\DisableParticipant" (parent: .instanceof.App\GraphQL\Operation\Mutation\DisableParticipant.0.App\GraphQL\Operation\Mutation\DisableParticipant).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\DisqualifyJuror.0.App\GraphQL\Operation\Mutation\DisqualifyJuror" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\DisqualifyJuror).
Resolving inheritance for "App\GraphQL\Operation\Mutation\DisqualifyJuror" (parent: .instanceof.App\GraphQL\Operation\Mutation\DisqualifyJuror.0.App\GraphQL\Operation\Mutation\DisqualifyJuror).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\DisqualifyResultPoints.0.App\GraphQL\Operation\Mutation\DisqualifyResultPoints" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\DisqualifyResultPoints).
Resolving inheritance for "App\GraphQL\Operation\Mutation\DisqualifyResultPoints" (parent: .instanceof.App\GraphQL\Operation\Mutation\DisqualifyResultPoints.0.App\GraphQL\Operation\Mutation\DisqualifyResultPoints).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\EnableParticipant.0.App\GraphQL\Operation\Mutation\EnableParticipant" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\EnableParticipant).
Resolving inheritance for "App\GraphQL\Operation\Mutation\EnableParticipant" (parent: .instanceof.App\GraphQL\Operation\Mutation\EnableParticipant.0.App\GraphQL\Operation\Mutation\EnableParticipant).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\ImportJurors.0.App\GraphQL\Operation\Mutation\ImportJurors" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\ImportJurors).
Resolving inheritance for "App\GraphQL\Operation\Mutation\ImportJurors" (parent: .instanceof.App\GraphQL\Operation\Mutation\ImportJurors.0.App\GraphQL\Operation\Mutation\ImportJurors).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\PasswordResetConfirm.0.App\GraphQL\Operation\Mutation\PasswordResetConfirm" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\PasswordResetConfirm).
Resolving inheritance for "App\GraphQL\Operation\Mutation\PasswordResetConfirm" (parent: .instanceof.App\GraphQL\Operation\Mutation\PasswordResetConfirm.0.App\GraphQL\Operation\Mutation\PasswordResetConfirm).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\ProposeCheese.0.App\GraphQL\Operation\Mutation\ProposeCheese" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\ProposeCheese).
Resolving inheritance for "App\GraphQL\Operation\Mutation\ProposeCheese" (parent: .instanceof.App\GraphQL\Operation\Mutation\ProposeCheese.0.App\GraphQL\Operation\Mutation\ProposeCheese).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\ReadNotification.0.App\GraphQL\Operation\Mutation\ReadNotification" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\ReadNotification).
Resolving inheritance for "App\GraphQL\Operation\Mutation\ReadNotification" (parent: .instanceof.App\GraphQL\Operation\Mutation\ReadNotification.0.App\GraphQL\Operation\Mutation\ReadNotification).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\RejectCheese.0.App\GraphQL\Operation\Mutation\RejectCheese" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\RejectCheese).
Resolving inheritance for "App\GraphQL\Operation\Mutation\RejectCheese" (parent: .instanceof.App\GraphQL\Operation\Mutation\RejectCheese.0.App\GraphQL\Operation\Mutation\RejectCheese).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\RequalifyJuror.0.App\GraphQL\Operation\Mutation\RequalifyJuror" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\RequalifyJuror).
Resolving inheritance for "App\GraphQL\Operation\Mutation\RequalifyJuror" (parent: .instanceof.App\GraphQL\Operation\Mutation\RequalifyJuror.0.App\GraphQL\Operation\Mutation\RequalifyJuror).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\RequalifyResultPoints.0.App\GraphQL\Operation\Mutation\RequalifyResultPoints" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\RequalifyResultPoints).
Resolving inheritance for "App\GraphQL\Operation\Mutation\RequalifyResultPoints" (parent: .instanceof.App\GraphQL\Operation\Mutation\RequalifyResultPoints.0.App\GraphQL\Operation\Mutation\RequalifyResultPoints).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\SendJurySessionCodingResult.0.App\GraphQL\Operation\Mutation\SendJurySessionCodingResult" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\SendJurySessionCodingResult).
Resolving inheritance for "App\GraphQL\Operation\Mutation\SendJurySessionCodingResult" (parent: .instanceof.App\GraphQL\Operation\Mutation\SendJurySessionCodingResult.0.App\GraphQL\Operation\Mutation\SendJurySessionCodingResult).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\SendMailDeliveryInfo.0.App\GraphQL\Operation\Mutation\SendMailDeliveryInfo" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\SendMailDeliveryInfo).
Resolving inheritance for "App\GraphQL\Operation\Mutation\SendMailDeliveryInfo" (parent: .instanceof.App\GraphQL\Operation\Mutation\SendMailDeliveryInfo.0.App\GraphQL\Operation\Mutation\SendMailDeliveryInfo).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\SendMailDeliveryReview.0.App\GraphQL\Operation\Mutation\SendMailDeliveryReview" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\SendMailDeliveryReview).
Resolving inheritance for "App\GraphQL\Operation\Mutation\SendMailDeliveryReview" (parent: .instanceof.App\GraphQL\Operation\Mutation\SendMailDeliveryReview.0.App\GraphQL\Operation\Mutation\SendMailDeliveryReview).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\SendMailSubmissionRequests.0.App\GraphQL\Operation\Mutation\SendMailSubmissionRequests" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\SendMailSubmissionRequests).
Resolving inheritance for "App\GraphQL\Operation\Mutation\SendMailSubmissionRequests" (parent: .instanceof.App\GraphQL\Operation\Mutation\SendMailSubmissionRequests.0.App\GraphQL\Operation\Mutation\SendMailSubmissionRequests).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\SoftDeleteCheese.0.App\GraphQL\Operation\Mutation\SoftDeleteCheese" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\SoftDeleteCheese).
Resolving inheritance for "App\GraphQL\Operation\Mutation\SoftDeleteCheese" (parent: .instanceof.App\GraphQL\Operation\Mutation\SoftDeleteCheese.0.App\GraphQL\Operation\Mutation\SoftDeleteCheese).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\SubmitCheese.0.App\GraphQL\Operation\Mutation\SubmitCheese" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\SubmitCheese).
Resolving inheritance for "App\GraphQL\Operation\Mutation\SubmitCheese" (parent: .instanceof.App\GraphQL\Operation\Mutation\SubmitCheese.0.App\GraphQL\Operation\Mutation\SubmitCheese).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Mutation\SuggestJurySessionTable.0.App\GraphQL\Operation\Mutation\SuggestJurySessionTable" (parent: .abstract.instanceof.App\GraphQL\Operation\Mutation\SuggestJurySessionTable).
Resolving inheritance for "App\GraphQL\Operation\Mutation\SuggestJurySessionTable" (parent: .instanceof.App\GraphQL\Operation\Mutation\SuggestJurySessionTable.0.App\GraphQL\Operation\Mutation\SuggestJurySessionTable).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Query\AvailablePlaces.0.App\GraphQL\Operation\Query\AvailablePlaces" (parent: .abstract.instanceof.App\GraphQL\Operation\Query\AvailablePlaces).
Resolving inheritance for "App\GraphQL\Operation\Query\AvailablePlaces" (parent: .instanceof.App\GraphQL\Operation\Query\AvailablePlaces.0.App\GraphQL\Operation\Query\AvailablePlaces).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Query\CheeseAvailableForContest.0.App\GraphQL\Operation\Query\CheeseAvailableForContest" (parent: .abstract.instanceof.App\GraphQL\Operation\Query\CheeseAvailableForContest).
Resolving inheritance for "App\GraphQL\Operation\Query\CheeseAvailableForContest" (parent: .instanceof.App\GraphQL\Operation\Query\CheeseAvailableForContest.0.App\GraphQL\Operation\Query\CheeseAvailableForContest).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Query\Invite.0.App\GraphQL\Operation\Query\Invite" (parent: .abstract.instanceof.App\GraphQL\Operation\Query\Invite).
Resolving inheritance for "App\GraphQL\Operation\Query\Invite" (parent: .instanceof.App\GraphQL\Operation\Query\Invite.0.App\GraphQL\Operation\Query\Invite).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Query\JurorsAvailableForContest.0.App\GraphQL\Operation\Query\JurorsAvailableForContest" (parent: .abstract.instanceof.App\GraphQL\Operation\Query\JurorsAvailableForContest).
Resolving inheritance for "App\GraphQL\Operation\Query\JurorsAvailableForContest" (parent: .instanceof.App\GraphQL\Operation\Query\JurorsAvailableForContest.0.App\GraphQL\Operation\Query\JurorsAvailableForContest).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Query\PasswordReset.0.App\GraphQL\Operation\Query\PasswordReset" (parent: .abstract.instanceof.App\GraphQL\Operation\Query\PasswordReset).
Resolving inheritance for "App\GraphQL\Operation\Query\PasswordReset" (parent: .instanceof.App\GraphQL\Operation\Query\PasswordReset.0.App\GraphQL\Operation\Query\PasswordReset).
Resolving inheritance for ".instanceof.App\GraphQL\Operation\Query\WeightedResults.0.App\GraphQL\Operation\Query\WeightedResults" (parent: .abstract.instanceof.App\GraphQL\Operation\Query\WeightedResults).
Resolving inheritance for "App\GraphQL\Operation\Query\WeightedResults" (parent: .instanceof.App\GraphQL\Operation\Query\WeightedResults.0.App\GraphQL\Operation\Query\WeightedResults).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\CountPerCategory" (parent: .abstract.instanceof.App\GraphQL\Operation\Type\CountPerCategory).
Resolving inheritance for "App\GraphQL\Operation\Type\CountPerCategory" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\CountPerCategory).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\ExportFormat" (parent: .abstract.instanceof.App\GraphQL\Operation\Type\ExportFormat).
Resolving inheritance for "App\GraphQL\Operation\Type\ExportFormat" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\ExportFormat).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\ExportSheet" (parent: .abstract.instanceof.App\GraphQL\Operation\Type\ExportSheet).
Resolving inheritance for "App\GraphQL\Operation\Type\ExportSheet" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\ExportSheet).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\JurorRating" (parent: .abstract.instanceof.App\GraphQL\Operation\Type\JurorRating).
Resolving inheritance for "App\GraphQL\Operation\Type\JurorRating" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\JurorRating).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\MaxScorePerCategory" (parent: .abstract.instanceof.App\GraphQL\Operation\Type\MaxScorePerCategory).
Resolving inheritance for "App\GraphQL\Operation\Type\MaxScorePerCategory" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\MaxScorePerCategory).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\ParticipantRating" (parent: .abstract.instanceof.App\GraphQL\Operation\Type\ParticipantRating).
Resolving inheritance for "App\GraphQL\Operation\Type\ParticipantRating" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\ParticipantRating).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\ResultPointsRating" (parent: .abstract.instanceof.App\GraphQL\Operation\Type\ResultPointsRating).
Resolving inheritance for "App\GraphQL\Operation\Type\ResultPointsRating" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\ResultPointsRating).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\WeightedResult" (parent: .abstract.instanceof.App\GraphQL\Operation\Type\WeightedResult).
Resolving inheritance for "App\GraphQL\Operation\Type\WeightedResult" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\WeightedResult).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\AdminNotificationResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\AdminNotificationResolver).
Resolving inheritance for "App\GraphQL\Resolver\AdminNotificationResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\AdminNotificationResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\AllergenResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\AllergenResolver).
Resolving inheritance for "App\GraphQL\Resolver\AllergenResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\AllergenResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ApiTokenResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\ApiTokenResolver).
Resolving inheritance for "App\GraphQL\Resolver\ApiTokenResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ApiTokenResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CheeseAvailableForContestResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\CheeseAvailableForContestResolver).
Resolving inheritance for "App\GraphQL\Resolver\CheeseAvailableForContestResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CheeseAvailableForContestResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CheeseResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\CheeseResolver).
Resolving inheritance for "App\GraphQL\Resolver\CheeseResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CheeseResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CheeseSubmissionMutationResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\CheeseSubmissionMutationResolver).
Resolving inheritance for "App\GraphQL\Resolver\CheeseSubmissionMutationResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CheeseSubmissionMutationResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CheeseTypeResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\CheeseTypeResolver).
Resolving inheritance for "App\GraphQL\Resolver\CheeseTypeResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CheeseTypeResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CheeseUnitResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\CheeseUnitResolver).
Resolving inheritance for "App\GraphQL\Resolver\CheeseUnitResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CheeseUnitResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CompanyCategoryResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\CompanyCategoryResolver).
Resolving inheritance for "App\GraphQL\Resolver\CompanyCategoryResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CompanyCategoryResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CompanyGroupResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\CompanyGroupResolver).
Resolving inheritance for "App\GraphQL\Resolver\CompanyGroupResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CompanyGroupResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CompanyResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\CompanyResolver).
Resolving inheritance for "App\GraphQL\Resolver\CompanyResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CompanyResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ContestCategoryResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\ContestCategoryResolver).
Resolving inheritance for "App\GraphQL\Resolver\ContestCategoryResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ContestCategoryResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ContestEntityResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\ContestEntityResolver).
Resolving inheritance for "App\GraphQL\Resolver\ContestEntityResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ContestEntityResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ContestResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\ContestResolver).
Resolving inheritance for "App\GraphQL\Resolver\ContestResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ContestResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\DeliveryResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\DeliveryResolver).
Resolving inheritance for "App\GraphQL\Resolver\DeliveryResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\DeliveryResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\EntityPermissionResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\EntityPermissionResolver).
Resolving inheritance for "App\GraphQL\Resolver\EntityPermissionResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\EntityPermissionResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurorCategoryResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\JurorCategoryResolver).
Resolving inheritance for "App\GraphQL\Resolver\JurorCategoryResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurorCategoryResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurorEntityResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\JurorEntityResolver).
Resolving inheritance for "App\GraphQL\Resolver\JurorEntityResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurorEntityResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurorResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\JurorResolver).
Resolving inheritance for "App\GraphQL\Resolver\JurorResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurorResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurorsAvailableForContestResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\JurorsAvailableForContestResolver).
Resolving inheritance for "App\GraphQL\Resolver\JurorsAvailableForContestResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurorsAvailableForContestResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurySessionContestCategoryResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\JurySessionContestCategoryResolver).
Resolving inheritance for "App\GraphQL\Resolver\JurySessionContestCategoryResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurySessionContestCategoryResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurySessionEntityResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\JurySessionEntityResolver).
Resolving inheritance for "App\GraphQL\Resolver\JurySessionEntityResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurySessionEntityResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurySessionParticipantEntityResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\JurySessionParticipantEntityResolver).
Resolving inheritance for "App\GraphQL\Resolver\JurySessionParticipantEntityResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurySessionParticipantEntityResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurySessionParticipantResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\JurySessionParticipantResolver).
Resolving inheritance for "App\GraphQL\Resolver\JurySessionParticipantResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurySessionParticipantResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurySessionResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\JurySessionResolver).
Resolving inheritance for "App\GraphQL\Resolver\JurySessionResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurySessionResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JuryTableResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\JuryTableResolver).
Resolving inheritance for "App\GraphQL\Resolver\JuryTableResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JuryTableResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\LactoseInfoResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\LactoseInfoResolver).
Resolving inheritance for "App\GraphQL\Resolver\LactoseInfoResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\LactoseInfoResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\MaturationResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\MaturationResolver).
Resolving inheritance for "App\GraphQL\Resolver\MaturationResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\MaturationResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\MilkInfoResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\MilkInfoResolver).
Resolving inheritance for "App\GraphQL\Resolver\MilkInfoResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\MilkInfoResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\MilkTypeResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\MilkTypeResolver).
Resolving inheritance for "App\GraphQL\Resolver\MilkTypeResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\MilkTypeResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\NotificationReadResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\NotificationReadResolver).
Resolving inheritance for "App\GraphQL\Resolver\NotificationReadResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\NotificationReadResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ParticipantEntityResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\ParticipantEntityResolver).
Resolving inheritance for "App\GraphQL\Resolver\ParticipantEntityResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ParticipantEntityResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ParticipantResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\ParticipantResolver).
Resolving inheritance for "App\GraphQL\Resolver\ParticipantResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ParticipantResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\PlateResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\PlateResolver).
Resolving inheritance for "App\GraphQL\Resolver\PlateResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\PlateResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ProducerNotificationResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\ProducerNotificationResolver).
Resolving inheritance for "App\GraphQL\Resolver\ProducerNotificationResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ProducerNotificationResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ProducerResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\ProducerResolver).
Resolving inheritance for "App\GraphQL\Resolver\ProducerResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ProducerResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\QANotificationResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\QANotificationResolver).
Resolving inheritance for "App\GraphQL\Resolver\QANotificationResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\QANotificationResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\QualitySealResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\QualitySealResolver).
Resolving inheritance for "App\GraphQL\Resolver\QualitySealResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\QualitySealResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\Rating\JurorRatingTypeResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\Rating\JurorRatingTypeResolver).
Resolving inheritance for "App\GraphQL\Resolver\Rating\JurorRatingTypeResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\Rating\JurorRatingTypeResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\Rating\ParticipantRatingTypeResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\Rating\ParticipantRatingTypeResolver).
Resolving inheritance for "App\GraphQL\Resolver\Rating\ParticipantRatingTypeResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\Rating\ParticipantRatingTypeResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\Rating\ResultPointsRatingTypeResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\Rating\ResultPointsRatingTypeResolver).
Resolving inheritance for "App\GraphQL\Resolver\Rating\ResultPointsRatingTypeResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\Rating\ResultPointsRatingTypeResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\RennetResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\RennetResolver).
Resolving inheritance for "App\GraphQL\Resolver\RennetResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\RennetResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ResultPointsEntityResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\ResultPointsEntityResolver).
Resolving inheritance for "App\GraphQL\Resolver\ResultPointsEntityResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ResultPointsEntityResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ResultPointsResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\ResultPointsResolver).
Resolving inheritance for "App\GraphQL\Resolver\ResultPointsResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ResultPointsResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ResultReasonResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\ResultReasonResolver).
Resolving inheritance for "App\GraphQL\Resolver\ResultReasonResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ResultReasonResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\StateResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\StateResolver).
Resolving inheritance for "App\GraphQL\Resolver\StateResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\StateResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\TasteWorldResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\TasteWorldResolver).
Resolving inheritance for "App\GraphQL\Resolver\TasteWorldResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\TasteWorldResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\UserResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\UserResolver).
Resolving inheritance for "App\GraphQL\Resolver\UserResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\UserResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\WeightedJurorCategoryResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\WeightedJurorCategoryResolver).
Resolving inheritance for "App\GraphQL\Resolver\WeightedJurorCategoryResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\WeightedJurorCategoryResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\WeightedResultResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\WeightedResultResolver).
Resolving inheritance for "App\GraphQL\Resolver\WeightedResultResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\WeightedResultResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\WeightingResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\WeightingResolver).
Resolving inheritance for "App\GraphQL\Resolver\WeightingResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\WeightingResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\WinnerResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\WinnerResolver).
Resolving inheritance for "App\GraphQL\Resolver\WinnerResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\WinnerResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\Workflow\AvailablePlacesResolver" (parent: .abstract.instanceof.App\GraphQL\Resolver\Workflow\AvailablePlacesResolver).
Resolving inheritance for "App\GraphQL\Resolver\Workflow\AvailablePlacesResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\Workflow\AvailablePlacesResolver).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminNotificationRepository" (parent: .abstract.instanceof.App\Repository\AdminNotificationRepository).
Resolving inheritance for "App\Repository\AdminNotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminNotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AllergenRepository" (parent: .abstract.instanceof.App\Repository\AllergenRepository).
Resolving inheritance for "App\Repository\AllergenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AllergenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CheeseRepository" (parent: .abstract.instanceof.App\Repository\CheeseRepository).
Resolving inheritance for "App\Repository\CheeseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CheeseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CheeseTypeRepository" (parent: .abstract.instanceof.App\Repository\CheeseTypeRepository).
Resolving inheritance for "App\Repository\CheeseTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CheeseTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CheeseUnitRepository" (parent: .abstract.instanceof.App\Repository\CheeseUnitRepository).
Resolving inheritance for "App\Repository\CheeseUnitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CheeseUnitRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyCategoryRepository" (parent: .abstract.instanceof.App\Repository\CompanyCategoryRepository).
Resolving inheritance for "App\Repository\CompanyCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyGroupRepository" (parent: .abstract.instanceof.App\Repository\CompanyGroupRepository).
Resolving inheritance for "App\Repository\CompanyGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository" (parent: .abstract.instanceof.App\Repository\CompanyRepository).
Resolving inheritance for "App\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContestCategoryRepository" (parent: .abstract.instanceof.App\Repository\ContestCategoryRepository).
Resolving inheritance for "App\Repository\ContestCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContestCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContestRepository" (parent: .abstract.instanceof.App\Repository\ContestRepository).
Resolving inheritance for "App\Repository\ContestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryRepository" (parent: .abstract.instanceof.App\Repository\DeliveryRepository).
Resolving inheritance for "App\Repository\DeliveryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JurorCategoryRepository" (parent: .abstract.instanceof.App\Repository\JurorCategoryRepository).
Resolving inheritance for "App\Repository\JurorCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JurorCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JurorRepository" (parent: .abstract.instanceof.App\Repository\JurorRepository).
Resolving inheritance for "App\Repository\JurorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JurorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JurySessionContestCategoryRepository" (parent: .abstract.instanceof.App\Repository\JurySessionContestCategoryRepository).
Resolving inheritance for "App\Repository\JurySessionContestCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JurySessionContestCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JurySessionParticipantRepository" (parent: .abstract.instanceof.App\Repository\JurySessionParticipantRepository).
Resolving inheritance for "App\Repository\JurySessionParticipantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JurySessionParticipantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JurySessionRepository" (parent: .abstract.instanceof.App\Repository\JurySessionRepository).
Resolving inheritance for "App\Repository\JurySessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JurySessionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JuryTableRepository" (parent: .abstract.instanceof.App\Repository\JuryTableRepository).
Resolving inheritance for "App\Repository\JuryTableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JuryTableRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LactoseInfoRepository" (parent: .abstract.instanceof.App\Repository\LactoseInfoRepository).
Resolving inheritance for "App\Repository\LactoseInfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LactoseInfoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailLogRepository" (parent: .abstract.instanceof.App\Repository\MailLogRepository).
Resolving inheritance for "App\Repository\MailLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaturationRepository" (parent: .abstract.instanceof.App\Repository\MaturationRepository).
Resolving inheritance for "App\Repository\MaturationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaturationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MilkInfoRepository" (parent: .abstract.instanceof.App\Repository\MilkInfoRepository).
Resolving inheritance for "App\Repository\MilkInfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MilkInfoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MilkTypePercentRepository" (parent: .abstract.instanceof.App\Repository\MilkTypePercentRepository).
Resolving inheritance for "App\Repository\MilkTypePercentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MilkTypePercentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MilkTypeRepository" (parent: .abstract.instanceof.App\Repository\MilkTypeRepository).
Resolving inheritance for "App\Repository\MilkTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MilkTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository" (parent: .abstract.instanceof.App\Repository\NotificationRepository).
Resolving inheritance for "App\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParticipantRepository" (parent: .abstract.instanceof.App\Repository\ParticipantRepository).
Resolving inheritance for "App\Repository\ParticipantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParticipantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlateRepository" (parent: .abstract.instanceof.App\Repository\PlateRepository).
Resolving inheritance for "App\Repository\PlateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProducerNotificationRepository" (parent: .abstract.instanceof.App\Repository\ProducerNotificationRepository).
Resolving inheritance for "App\Repository\ProducerNotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProducerNotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProducerRepository" (parent: .abstract.instanceof.App\Repository\ProducerRepository).
Resolving inheritance for "App\Repository\ProducerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProducerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QANotificationRepository" (parent: .abstract.instanceof.App\Repository\QANotificationRepository).
Resolving inheritance for "App\Repository\QANotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QANotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QualitySealRepository" (parent: .abstract.instanceof.App\Repository\QualitySealRepository).
Resolving inheritance for "App\Repository\QualitySealRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QualitySealRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RennetRepository" (parent: .abstract.instanceof.App\Repository\RennetRepository).
Resolving inheritance for "App\Repository\RennetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RennetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResultPointsRepository" (parent: .abstract.instanceof.App\Repository\ResultPointsRepository).
Resolving inheritance for "App\Repository\ResultPointsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResultPointsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResultReasonRepository" (parent: .abstract.instanceof.App\Repository\ResultReasonRepository).
Resolving inheritance for "App\Repository\ResultReasonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResultReasonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TasteWorldRepository" (parent: .abstract.instanceof.App\Repository\TasteWorldRepository).
Resolving inheritance for "App\Repository\TasteWorldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TasteWorldRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeightedJurorCategoryRepository" (parent: .abstract.instanceof.App\Repository\WeightedJurorCategoryRepository).
Resolving inheritance for "App\Repository\WeightedJurorCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeightedJurorCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeightingRepository" (parent: .abstract.instanceof.App\Repository\WeightingRepository).
Resolving inheritance for "App\Repository\WeightingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeightingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WinnerRepository" (parent: .abstract.instanceof.App\Repository\WinnerRepository).
Resolving inheritance for "App\Repository\WinnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WinnerRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AdminVoter" (parent: .abstract.instanceof.App\Security\Voter\AdminVoter).
Resolving inheritance for "App\Security\Voter\AdminVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AdminVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AgesVoter" (parent: .abstract.instanceof.App\Security\Voter\AgesVoter).
Resolving inheritance for "App\Security\Voter\AgesVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AgesVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\JurySessionResultVoter" (parent: .abstract.instanceof.App\Security\Voter\JurySessionResultVoter).
Resolving inheritance for "App\Security\Voter\JurySessionResultVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\JurySessionResultVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\LockVoter" (parent: .abstract.instanceof.App\Security\Voter\LockVoter).
Resolving inheritance for "App\Security\Voter\LockVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\LockVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PWAVoter" (parent: .abstract.instanceof.App\Security\Voter\PWAVoter).
Resolving inheritance for "App\Security\Voter\PWAVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PWAVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProducerVoter" (parent: .abstract.instanceof.App\Security\Voter\ProducerVoter).
Resolving inheritance for "App\Security\Voter\ProducerVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProducerVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PublicClientVoter" (parent: .abstract.instanceof.App\Security\Voter\PublicClientVoter).
Resolving inheritance for "App\Security\Voter\PublicClientVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PublicClientVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\QAVoter" (parent: .abstract.instanceof.App\Security\Voter\QAVoter).
Resolving inheritance for "App\Security\Voter\QAVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\QAVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TaxonomyVoter" (parent: .abstract.instanceof.App\Security\Voter\TaxonomyVoter).
Resolving inheritance for "App\Security\Voter\TaxonomyVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TaxonomyVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\EventDateAfterValidator" (parent: .abstract.instanceof.App\Validator\Constraints\EventDateAfterValidator).
Resolving inheritance for "App\Validator\Constraints\EventDateAfterValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\EventDateAfterValidator).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\AdminBundle\GraphQL\Resolver\AuthResolver" (parent: .abstract.instanceof.UniteCMS\AdminBundle\GraphQL\Resolver\AuthResolver).
Resolving inheritance for "UniteCMS\AdminBundle\GraphQL\Resolver\AuthResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\AdminBundle\GraphQL\Resolver\AuthResolver).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\CoreBundle\EventSubscriber\VersionableSubscriber" (parent: .abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\VersionableSubscriber).
Resolving inheritance for "UniteCMS\CoreBundle\EventSubscriber\VersionableSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\CoreBundle\EventSubscriber\VersionableSubscriber).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "assets._version_admin" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_admin" (parent: assets.path_package).
Resolving inheritance for "assets._version_admin-public" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_admin-public" (parent: assets.path_package).
Resolving inheritance for "assets._version_frontend" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_frontend" (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 "state_machine.contest" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.contest" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.jurysession" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.jurysession" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.result" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.result" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.participant" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.participant" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.registration" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.registration" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.jury_session_contest_category" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.jury_session_contest_category" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.cheese_publishing" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.cheese_publishing" (parent: workflow.marking_store.method).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sync" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.users" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.api_tokens" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.producers" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.all_users" (parent: security.user.provider.chain).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_public" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api_public.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.api_public" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.api_public" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api_public" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api_public" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api_public" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_public" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_pwa" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api_pwa.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.api_pwa" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.api_pwa" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api_pwa" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api_pwa" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api_pwa" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_pwa" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.2" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.api" (parent: security.listener.session).
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.admin" (parent: security.firewall.config).
Resolving inheritance for "security.listener.admin.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.listener.session.admin" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.admin" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.admin" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.admin" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.admin.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.admin.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.admin" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.admin" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.admin" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.admin" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.admin" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.admin" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.admin_assets" (parent: security.firewall.config).
Resolving inheritance for "security.listener.admin_assets.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.listener.session.admin_assets" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.admin_assets" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin_assets" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin_assets" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.admin_assets" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin_assets" (parent: security.firewall.context).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.UniteCMS\AdminBundle\Command\UserCreateCommand" (parent: .abstract.instanceof.UniteCMS\AdminBundle\Command\UserCreateCommand).
Resolving inheritance for "UniteCMS\AdminBundle\Command\UserCreateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.UniteCMS\AdminBundle\Command\UserCreateCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\AdminBundle\Controller\AdminController" (parent: .abstract.instanceof.UniteCMS\AdminBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\AdminBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\AdminBundle\Controller\AdminController).
Resolving inheritance for "UniteCMS\AdminBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\AdminBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.UniteCMS\AdminBundle\EventSubscriber\Type\InterfaceInvitableUser.0.UniteCMS\AdminBundle\EventSubscriber\Type\InterfaceInvitableUser" (parent: .abstract.instanceof.UniteCMS\AdminBundle\EventSubscriber\Type\InterfaceInvitableUser).
Resolving inheritance for "UniteCMS\AdminBundle\EventSubscriber\Type\InterfaceInvitableUser" (parent: .instanceof.UniteCMS\AdminBundle\EventSubscriber\Type\InterfaceInvitableUser.0.UniteCMS\AdminBundle\EventSubscriber\Type\InterfaceInvitableUser).
Resolving inheritance for ".instanceof.UniteCMS\AdminBundle\GraphQL\Operation\Mutation\Generic\Transit.0.UniteCMS\AdminBundle\GraphQL\Operation\Mutation\Generic\Transit" (parent: .abstract.instanceof.UniteCMS\AdminBundle\GraphQL\Operation\Mutation\Generic\Transit).
Resolving inheritance for "UniteCMS\AdminBundle\GraphQL\Operation\Mutation\Generic\Transit" (parent: .instanceof.UniteCMS\AdminBundle\GraphQL\Operation\Mutation\Generic\Transit.0.UniteCMS\AdminBundle\GraphQL\Operation\Mutation\Generic\Transit).
Resolving inheritance for ".instanceof.UniteCMS\AdminBundle\GraphQL\Operation\Query\AdminIsImpersonator.0.UniteCMS\AdminBundle\GraphQL\Operation\Query\AdminIsImpersonator" (parent: .abstract.instanceof.UniteCMS\AdminBundle\GraphQL\Operation\Query\AdminIsImpersonator).
Resolving inheritance for "UniteCMS\AdminBundle\GraphQL\Operation\Query\AdminIsImpersonator" (parent: .instanceof.UniteCMS\AdminBundle\GraphQL\Operation\Query\AdminIsImpersonator.0.UniteCMS\AdminBundle\GraphQL\Operation\Query\AdminIsImpersonator).
Resolving inheritance for ".instanceof.UniteCMS\AdminBundle\GraphQL\Operation\Query\AdminUser.0.UniteCMS\AdminBundle\GraphQL\Operation\Query\AdminUser" (parent: .abstract.instanceof.UniteCMS\AdminBundle\GraphQL\Operation\Query\AdminUser).
Resolving inheritance for "UniteCMS\AdminBundle\GraphQL\Operation\Query\AdminUser" (parent: .instanceof.UniteCMS\AdminBundle\GraphQL\Operation\Query\AdminUser.0.UniteCMS\AdminBundle\GraphQL\Operation\Query\AdminUser).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\AdminBundle\GraphQL\Resolver\AdminIsImpersonatorResolver" (parent: .abstract.instanceof.UniteCMS\AdminBundle\GraphQL\Resolver\AdminIsImpersonatorResolver).
Resolving inheritance for "UniteCMS\AdminBundle\GraphQL\Resolver\AdminIsImpersonatorResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\AdminBundle\GraphQL\Resolver\AdminIsImpersonatorResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\AdminBundle\GraphQL\Resolver\AdminUserResolver" (parent: .abstract.instanceof.UniteCMS\AdminBundle\GraphQL\Resolver\AdminUserResolver).
Resolving inheritance for "UniteCMS\AdminBundle\GraphQL\Resolver\AdminUserResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\AdminBundle\GraphQL\Resolver\AdminUserResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\AdminBundle\GraphQL\Resolver\EntityPermissionsResolver" (parent: .abstract.instanceof.UniteCMS\AdminBundle\GraphQL\Resolver\EntityPermissionsResolver).
Resolving inheritance for "UniteCMS\AdminBundle\GraphQL\Resolver\EntityPermissionsResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\AdminBundle\GraphQL\Resolver\EntityPermissionsResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\AdminBundle\GraphQL\Resolver\InvitableUserResolver" (parent: .abstract.instanceof.UniteCMS\AdminBundle\GraphQL\Resolver\InvitableUserResolver).
Resolving inheritance for "UniteCMS\AdminBundle\GraphQL\Resolver\InvitableUserResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\AdminBundle\GraphQL\Resolver\InvitableUserResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\AdminBundle\GraphQL\Type\InvitableUser" (parent: .abstract.instanceof.UniteCMS\AdminBundle\GraphQL\Type\InvitableUser).
Resolving inheritance for "UniteCMS\AdminBundle\GraphQL\Type\InvitableUser" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\AdminBundle\GraphQL\Type\InvitableUser).
Resolving inheritance for ".instanceof.UniteCMS\AdminBundle\PermissionProvider\PermissionProviderInterface.0.UniteCMS\AdminBundle\PermissionProvider\Implementation\AdminPermissionProvider" (parent: .abstract.instanceof.UniteCMS\AdminBundle\PermissionProvider\Implementation\AdminPermissionProvider).
Resolving inheritance for "UniteCMS\AdminBundle\PermissionProvider\Implementation\AdminPermissionProvider" (parent: .instanceof.UniteCMS\AdminBundle\PermissionProvider\PermissionProviderInterface.0.UniteCMS\AdminBundle\PermissionProvider\Implementation\AdminPermissionProvider).
Resolving inheritance for ".instanceof.UniteCMS\AdminBundle\PermissionProvider\PermissionProviderInterface.0.UniteCMS\AdminBundle\PermissionProvider\Implementation\DoctrineEntityPermissionProvider" (parent: .abstract.instanceof.UniteCMS\AdminBundle\PermissionProvider\Implementation\DoctrineEntityPermissionProvider).
Resolving inheritance for "UniteCMS\AdminBundle\PermissionProvider\Implementation\DoctrineEntityPermissionProvider" (parent: .instanceof.UniteCMS\AdminBundle\PermissionProvider\PermissionProviderInterface.0.UniteCMS\AdminBundle\PermissionProvider\Implementation\DoctrineEntityPermissionProvider).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.UniteCMS\AdminBundle\Twig\AdminExtension" (parent: .abstract.instanceof.UniteCMS\AdminBundle\Twig\AdminExtension).
Resolving inheritance for "UniteCMS\AdminBundle\Twig\AdminExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.UniteCMS\AdminBundle\Twig\AdminExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.UniteCMS\AdminBundle\Validator\Constraints\UserCanCreateAndUpdateRoleValidator" (parent: .abstract.instanceof.UniteCMS\AdminBundle\Validator\Constraints\UserCanCreateAndUpdateRoleValidator).
Resolving inheritance for "UniteCMS\AdminBundle\Validator\Constraints\UserCanCreateAndUpdateRoleValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.UniteCMS\AdminBundle\Validator\Constraints\UserCanCreateAndUpdateRoleValidator).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
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.dbal.legacy_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.legacy_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.legacy_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.legacy_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.legacy_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.legacy_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
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 ".instanceof.Symfony\Contracts\Service\ResetInterface.0.UniteCMS\CoreBundle\Cache\SchemaCacheAdapter" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Cache\SchemaCacheAdapter).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.UniteCMS\CoreBundle\Cache\SchemaCacheAdapter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.UniteCMS\CoreBundle\Cache\SchemaCacheAdapter).
Resolving inheritance for "UniteCMS\CoreBundle\Cache\SchemaCacheAdapter" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.UniteCMS\CoreBundle\Cache\SchemaCacheAdapter).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.UniteCMS\CoreBundle\Command\CacheFlushPhpCommand" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Command\CacheFlushPhpCommand).
Resolving inheritance for "UniteCMS\CoreBundle\Command\CacheFlushPhpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.UniteCMS\CoreBundle\Command\CacheFlushPhpCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.UniteCMS\CoreBundle\Command\DebugSchemaCommand" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Command\DebugSchemaCommand).
Resolving inheritance for "UniteCMS\CoreBundle\Command\DebugSchemaCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.UniteCMS\CoreBundle\Command\DebugSchemaCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.UniteCMS\CoreBundle\Command\InitSortablePositionCommand" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Command\InitSortablePositionCommand).
Resolving inheritance for "UniteCMS\CoreBundle\Command\InitSortablePositionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.UniteCMS\CoreBundle\Command\InitSortablePositionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.UniteCMS\CoreBundle\Command\ScheduledPublishingFlowCommand" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Command\ScheduledPublishingFlowCommand).
Resolving inheritance for "UniteCMS\CoreBundle\Command\ScheduledPublishingFlowCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.UniteCMS\CoreBundle\Command\ScheduledPublishingFlowCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\CoreBundle\Controller\ApiController" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\CoreBundle\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\CoreBundle\Controller\ApiController).
Resolving inheritance for "UniteCMS\CoreBundle\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\CoreBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\CoreBundle\Controller\ExportController" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\CoreBundle\Controller\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\CoreBundle\Controller\ExportController).
Resolving inheritance for "UniteCMS\CoreBundle\Controller\ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\CoreBundle\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\CoreBundle\Controller\HealthController" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Controller\HealthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\CoreBundle\Controller\HealthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\CoreBundle\Controller\HealthController).
Resolving inheritance for "UniteCMS\CoreBundle\Controller\HealthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\CoreBundle\Controller\HealthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\CoreBundle\Controller\ImportController" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Controller\ImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\CoreBundle\Controller\ImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\CoreBundle\Controller\ImportController).
Resolving inheritance for "UniteCMS\CoreBundle\Controller\ImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\CoreBundle\Controller\ImportController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\CoreBundle\EventSubscriber\DebugToolbarReplaceSubscriber" (parent: .abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\DebugToolbarReplaceSubscriber).
Resolving inheritance for "UniteCMS\CoreBundle\EventSubscriber\DebugToolbarReplaceSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\CoreBundle\EventSubscriber\DebugToolbarReplaceSubscriber).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\EventSubscriber\FieldAccessAccessSubscriber.0.UniteCMS\CoreBundle\EventSubscriber\FieldAccessAccessSubscriber" (parent: .abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\FieldAccessAccessSubscriber).
Resolving inheritance for "UniteCMS\CoreBundle\EventSubscriber\FieldAccessAccessSubscriber" (parent: .instanceof.UniteCMS\CoreBundle\EventSubscriber\FieldAccessAccessSubscriber.0.UniteCMS\CoreBundle\EventSubscriber\FieldAccessAccessSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\CoreBundle\EventSubscriber\ImportEventSubscriber" (parent: .abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\ImportEventSubscriber).
Resolving inheritance for "UniteCMS\CoreBundle\EventSubscriber\ImportEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\CoreBundle\EventSubscriber\ImportEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\CoreBundle\EventSubscriber\JWTModifierSubscriber" (parent: .abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\JWTModifierSubscriber).
Resolving inheritance for "UniteCMS\CoreBundle\EventSubscriber\JWTModifierSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\CoreBundle\EventSubscriber\JWTModifierSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\CoreBundle\EventSubscriber\PublishingFlowEntitySubscriber" (parent: .abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\PublishingFlowEntitySubscriber).
Resolving inheritance for "UniteCMS\CoreBundle\EventSubscriber\PublishingFlowEntitySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\CoreBundle\EventSubscriber\PublishingFlowEntitySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\CoreBundle\EventSubscriber\RegisterDBALTypesSubscriber" (parent: .abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\RegisterDBALTypesSubscriber).
Resolving inheritance for "UniteCMS\CoreBundle\EventSubscriber\RegisterDBALTypesSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\CoreBundle\EventSubscriber\RegisterDBALTypesSubscriber).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\FieldAttribute.0.UniteCMS\CoreBundle\EventSubscriber\Type\FieldAttribute" (parent: .abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\FieldAttribute).
Resolving inheritance for "UniteCMS\CoreBundle\EventSubscriber\Type\FieldAttribute" (parent: .instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\FieldAttribute.0.UniteCMS\CoreBundle\EventSubscriber\Type\FieldAttribute).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\ImportHelpText.0.UniteCMS\CoreBundle\EventSubscriber\Type\ImportHelpText" (parent: .abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\ImportHelpText).
Resolving inheritance for "UniteCMS\CoreBundle\EventSubscriber\Type\ImportHelpText" (parent: .instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\ImportHelpText.0.UniteCMS\CoreBundle\EventSubscriber\Type\ImportHelpText).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceLockable.0.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceLockable" (parent: .abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceLockable).
Resolving inheritance for "UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceLockable" (parent: .instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceLockable.0.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceLockable).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfacePublishingFlow.0.UniteCMS\CoreBundle\EventSubscriber\Type\InterfacePublishingFlow" (parent: .abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfacePublishingFlow).
Resolving inheritance for "UniteCMS\CoreBundle\EventSubscriber\Type\InterfacePublishingFlow" (parent: .instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfacePublishingFlow.0.UniteCMS\CoreBundle\EventSubscriber\Type\InterfacePublishingFlow).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceVersionable.0.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceVersionable" (parent: .abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceVersionable).
Resolving inheritance for "UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceVersionable" (parent: .instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceVersionable.0.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceVersionable).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceWorkflow.0.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceWorkflow" (parent: .abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceWorkflow).
Resolving inheritance for "UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceWorkflow" (parent: .instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceWorkflow.0.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceWorkflow).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\LockEntry.0.UniteCMS\CoreBundle\EventSubscriber\Type\LockEntry" (parent: .abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\LockEntry).
Resolving inheritance for "UniteCMS\CoreBundle\EventSubscriber\Type\LockEntry" (parent: .instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\LockEntry.0.UniteCMS\CoreBundle\EventSubscriber\Type\LockEntry).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\Permission.0.UniteCMS\CoreBundle\EventSubscriber\Type\Permission" (parent: .abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\Permission).
Resolving inheritance for "UniteCMS\CoreBundle\EventSubscriber\Type\Permission" (parent: .instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\Permission.0.UniteCMS\CoreBundle\EventSubscriber\Type\Permission).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\PublishingFlow.0.UniteCMS\CoreBundle\EventSubscriber\Type\PublishingFlow" (parent: .abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\PublishingFlow).
Resolving inheritance for "UniteCMS\CoreBundle\EventSubscriber\Type\PublishingFlow" (parent: .instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\PublishingFlow.0.UniteCMS\CoreBundle\EventSubscriber\Type\PublishingFlow).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\PublishingFlowLogEntry.0.UniteCMS\CoreBundle\EventSubscriber\Type\PublishingFlowLogEntry" (parent: .abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\PublishingFlowLogEntry).
Resolving inheritance for "UniteCMS\CoreBundle\EventSubscriber\Type\PublishingFlowLogEntry" (parent: .instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\PublishingFlowLogEntry.0.UniteCMS\CoreBundle\EventSubscriber\Type\PublishingFlowLogEntry).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\EventSubscriber\TypeConfiguration\RevisionSubscriber.0.UniteCMS\CoreBundle\EventSubscriber\TypeConfiguration\RevisionSubscriber" (parent: .abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\TypeConfiguration\RevisionSubscriber).
Resolving inheritance for "UniteCMS\CoreBundle\EventSubscriber\TypeConfiguration\RevisionSubscriber" (parent: .instanceof.UniteCMS\CoreBundle\EventSubscriber\TypeConfiguration\RevisionSubscriber.0.UniteCMS\CoreBundle\EventSubscriber\TypeConfiguration\RevisionSubscriber).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Create.0.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Create" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Create).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Create" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Create.0.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Create).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Delete.0.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Delete" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Delete).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Delete" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Delete.0.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Delete).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Lock.0.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Lock" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Lock).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Lock" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Lock.0.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Lock).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Revert.0.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Revert" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Revert).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Revert" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Revert.0.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Revert).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Update.0.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Update" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Update).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Update" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Update.0.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Update).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\UpdateSingle.0.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\UpdateSingle" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\UpdateSingle).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\UpdateSingle" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\UpdateSingle.0.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\UpdateSingle).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Count.0.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Count" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Count).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Count" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Count.0.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Count).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Find.0.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Find" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Find).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Find" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Find.0.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Find).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Get.0.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Get" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Get).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Get" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Get.0.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Get).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\GetSingle.0.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\GetSingle" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\GetSingle).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\GetSingle" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\GetSingle.0.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\GetSingle).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\AuthResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\AuthResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\AuthResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\AuthResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\BlockResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\BlockResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\BlockResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\BlockResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\FieldAccessResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\FieldAccessResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\FieldAccessResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\FieldAccessResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\ImportHelpTextResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\ImportHelpTextResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\ImportHelpTextResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\ImportHelpTextResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\LayoutResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\LayoutResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\LayoutResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\LayoutResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\LockEntryResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\LockEntryResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\LockEntryResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\LockEntryResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\LockableEntityResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\LockableEntityResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\LockableEntityResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\LockableEntityResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\LoggableEntityResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\LoggableEntityResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\LoggableEntityResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\LoggableEntityResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\LoggableEntityRevisionResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\LoggableEntityRevisionResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\LoggableEntityRevisionResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\LoggableEntityRevisionResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\PublishingFlowEntityResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\PublishingFlowEntityResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\PublishingFlowEntityResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\PublishingFlowEntityResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\PublishingFlowResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\PublishingFlowResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\PublishingFlowResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\PublishingFlowResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\ScalarResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\DateResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\DateResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\DateResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\ScalarResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\DateResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\ScalarResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\DateTimeResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\DateTimeResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\DateTimeResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\ScalarResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\DateTimeResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\ScalarResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\JSONScalarResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\JSONScalarResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\JSONScalarResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\ScalarResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\JSONScalarResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\ScalarResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\TranslationScalarResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\TranslationScalarResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\TranslationScalarResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\ScalarResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\TranslationScalarResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\TransitPublishingFlowResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\TransitPublishingFlowResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\TransitPublishingFlowResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\TransitPublishingFlowResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\TransitionResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\TransitionResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\TransitionResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\TransitionResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\TranslatableEntityResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\TranslatableEntityResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\TranslatableEntityResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\TranslatableEntityResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\UnionTypeResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\UnionTypeResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\UnionTypeResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\UnionTypeResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\WorkflowEntityResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\WorkflowEntityResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\WorkflowEntityResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\WorkflowEntityResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\WorkflowResolver" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\WorkflowResolver).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Resolver\WorkflowResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\WorkflowResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunctionInterface.0.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateInputs" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateInputs).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateInputs" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunctionInterface.0.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateInputs).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunctionInterface.0.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateReadOperations" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateReadOperations).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateReadOperations" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunctionInterface.0.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateReadOperations).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunctionInterface.0.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateTypes" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateTypes).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateTypes" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunctionInterface.0.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateTypes).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunctionInterface.0.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateWriteOperations" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateWriteOperations).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateWriteOperations" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunctionInterface.0.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateWriteOperations).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Block" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Block).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\Block" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Block).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Date" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Date).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\Date" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Date).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\DateTime" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\DateTime).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\DateTime" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\DateTime).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\GenericTypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericInput" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericInput).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericInput" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\GenericTypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericInput).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\GenericTypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericObject" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericObject).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericObject" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\GenericTypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericObject).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\GenericTypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericRevision" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericRevision).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericRevision" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\GenericTypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericRevision).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Json" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Json).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\Json" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Json).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Layout" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Layout).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\Layout" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Layout).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\LockableEntity" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\LockableEntity).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\LockableEntity" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\LockableEntity).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\LoggableEntity" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\LoggableEntity).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\LoggableEntity" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\LoggableEntity).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\LoggableEntityRevision" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\LoggableEntityRevision).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\LoggableEntityRevision" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\LoggableEntityRevision).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Mutation" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Mutation).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\Mutation" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Mutation).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\OptionType" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\OptionType).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\OptionType" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\OptionType).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Order" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Order).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\Order" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Order).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\PublishingFlowEntity" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\PublishingFlowEntity).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\PublishingFlowEntity" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\PublishingFlowEntity).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Query" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Query).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\Query" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Query).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Transition" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Transition).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\Transition" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Transition).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\TranslatableEntity" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\TranslatableEntity).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\TranslatableEntity" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\TranslatableEntity).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\TranslationType" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\TranslationType).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\TranslationType" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\TranslationType).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\UniteCriteriaInput" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\UniteCriteriaInput).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\UniteCriteriaInput" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\UniteCriteriaInput).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\UniteLayoutType" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\UniteLayoutType).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\UniteLayoutType" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\UniteLayoutType).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\UniteOrderByInput" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\UniteOrderByInput).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\UniteOrderByInput" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\UniteOrderByInput).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\UniteTransitionInput" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\UniteTransitionInput).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\UniteTransitionInput" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\UniteTransitionInput).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\UniteUnionType" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\UniteUnionType).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\UniteUnionType" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\UniteUnionType).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\UniteUnionTypeInput" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\UniteUnionTypeInput).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\UniteUnionTypeInput" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\UniteUnionTypeInput).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Workflow" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Workflow).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\Workflow" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Workflow).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\WorkflowEntity" (parent: .abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\WorkflowEntity).
Resolving inheritance for "UniteCMS\CoreBundle\GraphQL\Type\WorkflowEntity" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\WorkflowEntity).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\Boolean" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\Boolean).
Resolving inheritance for "UniteCMS\CoreBundle\Import\Csv\Transformer\Boolean" (parent: .instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\Boolean).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\Choice" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\Choice).
Resolving inheritance for "UniteCMS\CoreBundle\Import\Csv\Transformer\Choice" (parent: .instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\Choice).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\Collection" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\Collection).
Resolving inheritance for "UniteCMS\CoreBundle\Import\Csv\Transformer\Collection" (parent: .instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\Collection).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\DateTime" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\DateTime).
Resolving inheritance for "UniteCMS\CoreBundle\Import\Csv\Transformer\DateTime" (parent: .instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\DateTime).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\EmptyString" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\EmptyString).
Resolving inheritance for "UniteCMS\CoreBundle\Import\Csv\Transformer\EmptyString" (parent: .instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\EmptyString).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\Floating" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\Floating).
Resolving inheritance for "UniteCMS\CoreBundle\Import\Csv\Transformer\Floating" (parent: .instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\Floating).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\Integer" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\Integer).
Resolving inheritance for "UniteCMS\CoreBundle\Import\Csv\Transformer\Integer" (parent: .instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\Integer).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\LayoutType\LayoutTypeInterface.0.UniteCMS\CoreBundle\LayoutType\GenericLayoutType" (parent: .abstract.instanceof.UniteCMS\CoreBundle\LayoutType\GenericLayoutType).
Resolving inheritance for "UniteCMS\CoreBundle\LayoutType\GenericLayoutType" (parent: .instanceof.UniteCMS\CoreBundle\LayoutType\LayoutTypeInterface.0.UniteCMS\CoreBundle\LayoutType\GenericLayoutType).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\Messenger\Handler\PublishingFlowMessageHandler.0.UniteCMS\CoreBundle\Messenger\Handler\PublishingFlowMessageHandler" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Messenger\Handler\PublishingFlowMessageHandler).
Resolving inheritance for "UniteCMS\CoreBundle\Messenger\Handler\PublishingFlowMessageHandler" (parent: .instanceof.UniteCMS\CoreBundle\Messenger\Handler\PublishingFlowMessageHandler.0.UniteCMS\CoreBundle\Messenger\Handler\PublishingFlowMessageHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.UniteCMS\CoreBundle\Repository\LogEntryRepository" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Repository\LogEntryRepository).
Resolving inheritance for "UniteCMS\CoreBundle\Repository\LogEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.UniteCMS\CoreBundle\Repository\LogEntryRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.UniteCMS\CoreBundle\Security\UniteAttributeVoter" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Security\UniteAttributeVoter).
Resolving inheritance for "UniteCMS\CoreBundle\Security\UniteAttributeVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.UniteCMS\CoreBundle\Security\UniteAttributeVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.UniteCMS\CoreBundle\Serializer\Normalizer\EntityNormalizer" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Serializer\Normalizer\EntityNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.UniteCMS\CoreBundle\Serializer\Normalizer\EntityNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.UniteCMS\CoreBundle\Serializer\Normalizer\EntityNormalizer).
Resolving inheritance for "UniteCMS\CoreBundle\Serializer\Normalizer\EntityNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.UniteCMS\CoreBundle\Serializer\Normalizer\EntityNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.UniteCMS\CoreBundle\Serializer\Normalizer\LayoutTypeNormalizer" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Serializer\Normalizer\LayoutTypeNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.UniteCMS\CoreBundle\Serializer\Normalizer\LayoutTypeNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.UniteCMS\CoreBundle\Serializer\Normalizer\LayoutTypeNormalizer).
Resolving inheritance for "UniteCMS\CoreBundle\Serializer\Normalizer\LayoutTypeNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.UniteCMS\CoreBundle\Serializer\Normalizer\LayoutTypeNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.UniteCMS\CoreBundle\Serializer\Normalizer\UnionTypeNormalizer" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Serializer\Normalizer\UnionTypeNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.UniteCMS\CoreBundle\Serializer\Normalizer\UnionTypeNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.UniteCMS\CoreBundle\Serializer\Normalizer\UnionTypeNormalizer).
Resolving inheritance for "UniteCMS\CoreBundle\Serializer\Normalizer\UnionTypeNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.UniteCMS\CoreBundle\Serializer\Normalizer\UnionTypeNormalizer).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\UnionType\UnionTypeInterface.0.UniteCMS\CoreBundle\UnionType\GenericUnionType" (parent: .abstract.instanceof.UniteCMS\CoreBundle\UnionType\GenericUnionType).
Resolving inheritance for "UniteCMS\CoreBundle\UnionType\GenericUnionType" (parent: .instanceof.UniteCMS\CoreBundle\UnionType\UnionTypeInterface.0.UniteCMS\CoreBundle\UnionType\GenericUnionType).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.UniteCMS\CoreBundle\Validator\Constraints\AnchorContainerValidator" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Validator\Constraints\AnchorContainerValidator).
Resolving inheritance for "UniteCMS\CoreBundle\Validator\Constraints\AnchorContainerValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.UniteCMS\CoreBundle\Validator\Constraints\AnchorContainerValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.UniteCMS\CoreBundle\Validator\Constraints\ExceptIsTranslationValidator" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Validator\Constraints\ExceptIsTranslationValidator).
Resolving inheritance for "UniteCMS\CoreBundle\Validator\Constraints\ExceptIsTranslationValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.UniteCMS\CoreBundle\Validator\Constraints\ExceptIsTranslationValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.UniteCMS\CoreBundle\Validator\Constraints\IsEmptyOnTranslationValidator" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Validator\Constraints\IsEmptyOnTranslationValidator).
Resolving inheritance for "UniteCMS\CoreBundle\Validator\Constraints\IsEmptyOnTranslationValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.UniteCMS\CoreBundle\Validator\Constraints\IsEmptyOnTranslationValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.UniteCMS\CoreBundle\Validator\Constraints\NotTranslationValidator" (parent: .abstract.instanceof.UniteCMS\CoreBundle\Validator\Constraints\NotTranslationValidator).
Resolving inheritance for "UniteCMS\CoreBundle\Validator\Constraints\NotTranslationValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.UniteCMS\CoreBundle\Validator\Constraints\NotTranslationValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.UniteCMS\MediaBundle\Command\RemoveTmpFilesCommand" (parent: .abstract.instanceof.UniteCMS\MediaBundle\Command\RemoveTmpFilesCommand).
Resolving inheritance for "UniteCMS\MediaBundle\Command\RemoveTmpFilesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.UniteCMS\MediaBundle\Command\RemoveTmpFilesCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\MediaBundle\Controller\DownloadController" (parent: .abstract.instanceof.UniteCMS\MediaBundle\Controller\DownloadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\MediaBundle\Controller\DownloadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\MediaBundle\Controller\DownloadController).
Resolving inheritance for "UniteCMS\MediaBundle\Controller\DownloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\MediaBundle\Controller\DownloadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\MediaBundle\Controller\UploadController" (parent: .abstract.instanceof.UniteCMS\MediaBundle\Controller\UploadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\MediaBundle\Controller\UploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\MediaBundle\Controller\UploadController).
Resolving inheritance for "UniteCMS\MediaBundle\Controller\UploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\MediaBundle\Controller\UploadController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\MediaBundle\EventSubscriber\RegisterDBALTypesSubscriber" (parent: .abstract.instanceof.UniteCMS\MediaBundle\EventSubscriber\RegisterDBALTypesSubscriber).
Resolving inheritance for "UniteCMS\MediaBundle\EventSubscriber\RegisterDBALTypesSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\MediaBundle\EventSubscriber\RegisterDBALTypesSubscriber).
Resolving inheritance for ".instanceof.UniteCMS\MediaBundle\EventSubscriber\Type\DownloadUrl.0.UniteCMS\MediaBundle\EventSubscriber\Type\DownloadUrl" (parent: .abstract.instanceof.UniteCMS\MediaBundle\EventSubscriber\Type\DownloadUrl).
Resolving inheritance for "UniteCMS\MediaBundle\EventSubscriber\Type\DownloadUrl" (parent: .instanceof.UniteCMS\MediaBundle\EventSubscriber\Type\DownloadUrl.0.UniteCMS\MediaBundle\EventSubscriber\Type\DownloadUrl).
Resolving inheritance for ".instanceof.UniteCMS\MediaBundle\EventSubscriber\Type\PresignedDownloadUrl.0.UniteCMS\MediaBundle\EventSubscriber\Type\PresignedDownloadUrl" (parent: .abstract.instanceof.UniteCMS\MediaBundle\EventSubscriber\Type\PresignedDownloadUrl).
Resolving inheritance for "UniteCMS\MediaBundle\EventSubscriber\Type\PresignedDownloadUrl" (parent: .instanceof.UniteCMS\MediaBundle\EventSubscriber\Type\PresignedDownloadUrl.0.UniteCMS\MediaBundle\EventSubscriber\Type\PresignedDownloadUrl).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\MediaBundle\GraphQL\Resolver\FileResolver" (parent: .abstract.instanceof.UniteCMS\MediaBundle\GraphQL\Resolver\FileResolver).
Resolving inheritance for "UniteCMS\MediaBundle\GraphQL\Resolver\FileResolver" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\MediaBundle\GraphQL\Resolver\FileResolver).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\MediaBundle\GraphQL\Type\ThumborTransformation" (parent: .abstract.instanceof.UniteCMS\MediaBundle\GraphQL\Type\ThumborTransformation).
Resolving inheritance for "UniteCMS\MediaBundle\GraphQL\Type\ThumborTransformation" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\MediaBundle\GraphQL\Type\ThumborTransformation).
Resolving inheritance for ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\MediaBundle\GraphQL\Type\ThumborTransformationInput" (parent: .abstract.instanceof.UniteCMS\MediaBundle\GraphQL\Type\ThumborTransformationInput).
Resolving inheritance for "UniteCMS\MediaBundle\GraphQL\Type\ThumborTransformationInput" (parent: .instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\MediaBundle\GraphQL\Type\ThumborTransformationInput).
Resolving inheritance for ".instanceof.UniteCMS\MediaBundle\Model\VideoReference.0.UniteCMS\MediaBundle\Model\VideoReference" (parent: .abstract.instanceof.UniteCMS\MediaBundle\Model\VideoReference).
Resolving inheritance for "UniteCMS\MediaBundle\Model\VideoReference" (parent: .instanceof.UniteCMS\MediaBundle\Model\VideoReference.0.UniteCMS\MediaBundle\Model\VideoReference).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.UniteCMS\MediaBundle\Security\FilesystemVoter" (parent: .abstract.instanceof.UniteCMS\MediaBundle\Security\FilesystemVoter).
Resolving inheritance for "UniteCMS\MediaBundle\Security\FilesystemVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.UniteCMS\MediaBundle\Security\FilesystemVoter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.UniteCMS\MediaBundle\Twig\MediaExtension" (parent: .abstract.instanceof.UniteCMS\MediaBundle\Twig\MediaExtension).
Resolving inheritance for "UniteCMS\MediaBundle\Twig\MediaExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.UniteCMS\MediaBundle\Twig\MediaExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.UniteCMS\MediaBundle\Validator\Constraints\MediaTypeValidator" (parent: .abstract.instanceof.UniteCMS\MediaBundle\Validator\Constraints\MediaTypeValidator).
Resolving inheritance for "UniteCMS\MediaBundle\Validator\Constraints\MediaTypeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.UniteCMS\MediaBundle\Validator\Constraints\MediaTypeValidator).
Resolving inheritance for "Endroid\QrCode\Builder\BuilderRegistry" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "endroid_qr_code.default_builder" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tito10047\AltchaBundle\Controller\AltchaChallengeController" (parent: .abstract.instanceof.Tito10047\AltchaBundle\Controller\AltchaChallengeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tito10047\AltchaBundle\Controller\AltchaChallengeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tito10047\AltchaBundle\Controller\AltchaChallengeController).
Resolving inheritance for "Tito10047\AltchaBundle\Controller\AltchaChallengeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tito10047\AltchaBundle\Controller\AltchaChallengeController).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.workflow" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.eight_points_guzzle" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.legacy" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.legacy" (parent: doctrine.dbal.debug_middleware).
1
Skipping service "transliterator_callback": Class or interface "callback" cannot be loaded.
318
Removed service "UniteCMS\AdminBundle\Twig\AdminTemplateProviderInterface"; reason: private alias.
Removed service "Symfony\Bridge\Twig\Mime\BodyRenderer"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\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\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $admin.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $adminPackage"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $admin-public.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $adminPublicPackage"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $frontend.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $frontendPackage"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\Workflow\Registry"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $contest.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $contestStateMachine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $contest"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $jurysession.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $jurysessionStateMachine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $jurysession"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $result.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $resultStateMachine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $result"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $participant.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $participantStateMachine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $participant"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $registration.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $registrationStateMachine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $registration"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $jury_session_contest_category.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $jurySessionContestCategoryStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $jury_session_contest_category"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $jurySessionContestCategory"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $cheese_publishing.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $cheesePublishingStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $cheese_publishing"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $cheesePublishing"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; 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\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.api_public"; reason: private alias.
Removed service "security.user_checker.api_public"; reason: private alias.
Removed service "security.authentication.session_strategy.api_pwa"; reason: private alias.
Removed service "security.user_checker.api_pwa"; 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.admin"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.admin"; reason: private alias.
Removed service "security.authentication.session_strategy.admin_assets"; reason: private alias.
Removed service "security.user_checker.admin_assets"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "UniteCMS\AdminBundle\Mailer\AuthMailerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $legacy.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $legacyConnection"; 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.legacy_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.legacy_result_cache"; reason: private alias.
Removed service "doctrine.orm.legacy_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $legacy.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $legacyEntityManager"; reason: private alias.
Removed service "doctrine.orm.legacy_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "UniteCMS\CoreBundle\GraphQL\SchemaManagerInterface"; reason: private alias.
Removed service "UniteCMS\CoreBundle\GraphQL\TypeRegistryInterface"; reason: private alias.
Removed service "UniteCMS\CoreBundle\GraphQL\TypeResolverInterface"; reason: private alias.
Removed service "UniteCMS\CoreBundle\LayoutType\LayoutTypeInterface"; reason: private alias.
Removed service "UniteCMS\CoreBundle\UnionType\UnionTypeInterface"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $default"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $default"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $default"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $migration"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $migration"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $migration"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderRegistryInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface $defaultQrCodeBuilder"; reason: private alias.
Removed service "Knp\Snappy\Pdf"; reason: private alias.
Removed service "GuzzleHttp\ClientInterface $crmcClient"; 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 $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $workflowLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $eight_points_guzzleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eightPointsGuzzleLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".service_locator.GsIjbjK"; reason: private alias.
Removed service ".service_locator.Q7if2wv"; reason: private alias.
Removed service ".service_locator.ZBZXtOS"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.iJtbbr5"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.sDYSsut"; reason: private alias.
Removed service ".service_locator.5Vfa4vl"; reason: private alias.
Removed service ".service_locator.xmpx0sj"; reason: private alias.
Removed service ".service_locator.4hT60qd"; reason: private alias.
Removed service ".service_locator.jUJHXV0"; reason: private alias.
Removed service ".service_locator.fUo2eZu"; reason: private alias.
Removed service ".service_locator.MCMqI3Y"; reason: private alias.
Removed service ".service_locator.8pUjoNP"; reason: private alias.
Removed service ".service_locator.bKBuj5."; reason: private alias.
Removed service ".service_locator.JzGEGsr"; reason: private alias.
Removed service ".service_locator.JPNgV44"; reason: private alias.
Removed service ".service_locator.Tj9yCHA"; reason: private alias.
Removed service ".service_locator.utmYvyA"; reason: private alias.
Removed service ".service_locator.Z6.Q1EB"; reason: private alias.
Removed service ".service_locator.JTUBrpd"; reason: private alias.
Removed service ".service_locator.G0qxv6e"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.GgzaYlj"; reason: private alias.
Removed service ".service_locator.QGDnqYA"; reason: private alias.
Removed service ".service_locator.Gt1ZrKD"; reason: private alias.
Removed service ".service_locator..sPKu.e"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api_public"; reason: private alias.
Removed service "security.firewall.authenticator.api_pwa"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.admin"; reason: private alias.
Removed service "security.firewall.authenticator.admin_assets"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "state_machine.contest"; reason: private alias.
Removed service "state_machine.jurysession"; reason: private alias.
Removed service "state_machine.result"; reason: private alias.
Removed service "state_machine.participant"; reason: private alias.
Removed service "state_machine.registration"; reason: private alias.
Removed service "state_machine.jury_session_contest_category"; reason: private alias.
Removed service "state_machine.cheese_publishing"; reason: private alias.
Removed service "doctrine.orm.legacy_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "UniteCMS\CoreBundle\GraphQL\SchemaManager"; reason: private alias.
Removed service "UniteCMS\CoreBundle\GraphQL\TypeRegistry"; reason: private alias.
Removed service "security.event_dispatcher.api_public"; reason: private alias.
Removed service "security.event_dispatcher.api_pwa"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.admin"; reason: private alias.
Removed service "security.event_dispatcher.admin_assets"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.BFVZySQ"; reason: private alias.
Removed service ".service_locator.m0.nPt."; reason: private alias.
Removed service ".service_locator.moAEwMT"; reason: private alias.
Removed service ".service_locator..Su_HgO"; reason: private alias.
Removed service ".service_locator.pyR2AZ_"; reason: private alias.
Removed service ".service_locator.OJmnvRJ"; reason: private alias.
Removed service ".service_locator.t9o1GQN"; reason: private alias.
Removed service ".service_locator.aXTMTN3"; reason: private alias.
Removed service ".service_locator.cLveF4c"; reason: private alias.
Removed service ".service_locator.zknDmpT"; reason: private alias.
Removed service ".service_locator.hsa445p"; reason: private alias.
Removed service ".service_locator.lATbgqv"; reason: private alias.
Removed service ".service_locator.R82pv.c"; reason: private alias.
Removed service ".service_locator.0Qmyy3R"; reason: private alias.
Removed service ".service_locator.6ON_Jkp"; reason: private alias.
Removed service ".service_locator.wo4zcQ1"; reason: private alias.
Removed service ".service_locator.6EfyHWD"; reason: private alias.
Removed service ".service_locator.KFHtP_m"; reason: private alias.
Removed service ".service_locator.6BuhzLA"; reason: private alias.
Removed service ".service_locator.YIPmkQy"; reason: private alias.
Removed service ".service_locator.jd74MlG"; reason: private alias.
Removed service ".service_locator.ksUB1ho"; reason: private alias.
Removed service ".service_locator.Q1z.f9O"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator.APPGOSn"; reason: private alias.
Removed service ".service_locator.iLq0Dxb"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
145
Changed reference of service "App\GraphQL\Resolver\ContestEntityResolver" previously pointing to "router.default" to "router".
Changed reference of service "App\GraphQL\Resolver\JurySessionEntityResolver" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Export\DeliveryReviewExporter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\ExportCategoryResultsService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\ExportJurySessionService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\ExportParticipantService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\ExportProducerResultsService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\ExportRatingsService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\AdminTemplateProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "UniteCMS\AdminBundle\GraphQL\Resolver\AuthResolver" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.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 "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "data_collector.workflow" 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 "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.admin" previously pointing to "router.default" to "router".
Changed reference of service "UniteCMS\AdminBundle\GraphQL\Resolver\InvitableUserResolver" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "UniteCMS\AdminBundle\Mailer\DefaultMailer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "UniteCMS\AdminBundle\Twig\AdminExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "UniteCMS\AdminBundle\Twig\AdminTemplateProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "UniteCMS\CoreBundle\Controller\ExportController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "UniteCMS\CoreBundle\Event\ContentEventDispatcher" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "UniteCMS\CoreBundle\EventSubscriber\ImportEventSubscriber" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "UniteCMS\CoreBundle\EventSubscriber\PublishingFlowEntitySubscriber" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "UniteCMS\CoreBundle\GraphQL\ClassConfigurationReader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\TranslationScalarResolver" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericInput" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericObject" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "UniteCMS\CoreBundle\Translation\EntityTranslator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "UniteCMS\CoreBundle\Translation\OptionsTypeTranslator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "UniteCMS\MediaBundle\EventSubscriber\FileSubscriber" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "UniteCMS\MediaBundle\Storage\DownloadUrlGenerator" previously pointing to "router.default" to "router".
Changed reference of service "UniteCMS\MediaBundle\Storage\DownloadUrlGenerator" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "UniteCMS\MediaBundle\Storage\UploadTokenGenerator" previously pointing to "router.default" to "router".
Changed reference of service "UniteCMS\MediaBundle\Storage\UploadTokenGenerator" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "UniteCMS\MediaBundle\Storage\DownloadUrlGeneratorInterface" previously pointing to "router.default" to "router".
Changed reference of service "UniteCMS\MediaBundle\Storage\DownloadUrlGeneratorInterface" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "Endroid\QrCodeBundle\Twig\QrCodeRuntime" previously pointing to "router.default" to "router".
Changed reference of service "eight_points_guzzle.middleware.event_dispatch.crmc" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "altcha.type" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.KTYE6RK" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service ".service_locator.KTYE6RK" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.CUL2YSo" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.BX5iSmb" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service ".service_locator.AgkP61p" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\AdminVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\AgesVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\JurySessionResultVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\LockVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\PWAVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\ProducerVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\PublicClientVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\QAVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\TaxonomyVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.UniteCMS\CoreBundle\Security\UniteAttributeVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.UniteCMS\MediaBundle\Security\FilesystemVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.JIxXHG8" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.qvozLdF" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Fg_u2B4" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fBjBvhu" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.8zrApJN" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.contest.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.jurysession.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.result.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.participant.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.registration.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.jury_session_contest_category.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.cheese_publishing.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
842
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "workflow.abstract"; reason: abstract.
Removed service "state_machine.abstract"; reason: abstract.
Removed service "workflow.marking_store.method"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "UniteCMS\AdminBundle\DependencyInjection"; reason: abstract.
Removed service "UniteCMS\AdminBundle\Tests"; reason: abstract.
Removed service "UniteCMS\AdminBundle\packages"; 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 "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; 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 "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "UniteCMS\CoreBundle\DependencyInjection"; reason: abstract.
Removed service "UniteCMS\CoreBundle\Tests"; reason: abstract.
Removed service "UniteCMS\MediaBundle\DependencyInjection"; reason: abstract.
Removed service "UniteCMS\MediaBundle\Tests"; reason: abstract.
Removed service "UniteCMS\MediaBundle\packages"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCompaniesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportCompaniesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportJurorsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportJurorsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailCheeseUpdateReminderCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MailCheeseUpdateReminderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailLoginReminderCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MailLoginReminderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateCheesesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MigrateCheesesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateParticipantsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MigrateParticipantsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateResultPointsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MigrateResultPointsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateWinnersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MigrateWinnersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Rating\CalculateResultPointsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Rating\CalculateResultPointsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CheeseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CheeseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CheeseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DevelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DevelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DevelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JurySessionExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JurySessionExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\JurySessionExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MailTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MailTestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MailTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParticipantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParticipantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ParticipantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParticipantExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParticipantExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ParticipantExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProducerExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProducerExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProducerExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AllergenFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AllergenFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CheeseTypeFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CheeseTypeFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CheeseUnitFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CheeseUnitFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CompanyCategoryFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CompanyCategoryFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ContestCategoryFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ContestCategoryFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ContestFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ContestFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\JurorCategoryFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\JurorCategoryFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\LactoseInfoFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\LactoseInfoFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\MaturationFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\MaturationFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\MilkInfoFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\MilkInfoFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\MilkTypeFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\MilkTypeFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\QualitySealFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\QualitySealFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RennetFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\RennetFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ResultReasonFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ResultReasonFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\StateFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\StateFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TasteWorldFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\TasteWorldFixture"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CheesePublishingWorkflowSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CheesePublishingWorkflowSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ContentEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContestWorkflowSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ContestWorkflowSubscriber"; reason: abstract.
Removed service ".instanceof.App\EventSubscriber\GraphQL\ContestFieldSubscriber.0.App\EventSubscriber\GraphQL\ContestFieldSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\GraphQL\ContestFieldSubscriber"; reason: abstract.
Removed service ".instanceof.App\EventSubscriber\GraphQL\FileEntitySubscriber.0.App\EventSubscriber\GraphQL\FileEntitySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\GraphQL\FileEntitySubscriber"; reason: abstract.
Removed service ".instanceof.App\EventSubscriber\GraphQL\JurorFieldSubscriber.0.App\EventSubscriber\GraphQL\JurorFieldSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\GraphQL\JurorFieldSubscriber"; reason: abstract.
Removed service ".instanceof.App\EventSubscriber\GraphQL\JurySessionFieldSubscriber.0.App\EventSubscriber\GraphQL\JurySessionFieldSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\GraphQL\JurySessionFieldSubscriber"; reason: abstract.
Removed service ".instanceof.App\EventSubscriber\GraphQL\ParticipantFieldSubscriber.0.App\EventSubscriber\GraphQL\ParticipantFieldSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\GraphQL\ParticipantFieldSubscriber"; reason: abstract.
Removed service ".instanceof.App\EventSubscriber\GraphQL\ResultPointsFieldSubscriber.0.App\EventSubscriber\GraphQL\ResultPointsFieldSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\GraphQL\ResultPointsFieldSubscriber"; reason: abstract.
Removed service ".instanceof.App\EventSubscriber\GraphQL\TranslatableEntitySubscriber.0.App\EventSubscriber\GraphQL\TranslatableEntitySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\GraphQL\TranslatableEntitySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JWTModifierSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\JWTModifierSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JurySessionContestCategoryWorkflowSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\JurySessionContestCategoryWorkflowSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JurySessionWorkflowSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\JurySessionWorkflowSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LoginSuccessSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LoginSuccessSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ParticipantWorkflowSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ParticipantWorkflowSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ProducerWorkflowSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ProducerWorkflowSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SendMailSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\SendMailSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProducerRegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProducerRegistrationType"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\ContestJurorsMutationResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\ContestJurorsMutationResolver"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\AcceptInvitation.0.App\GraphQL\Operation\Mutation\AcceptInvitation"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\AcceptInvitation"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\AddContestJurors.0.App\GraphQL\Operation\Mutation\AddContestJurors"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\AddContestJurors"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\DisableParticipant.0.App\GraphQL\Operation\Mutation\DisableParticipant"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\DisableParticipant"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\DisqualifyJuror.0.App\GraphQL\Operation\Mutation\DisqualifyJuror"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\DisqualifyJuror"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\DisqualifyResultPoints.0.App\GraphQL\Operation\Mutation\DisqualifyResultPoints"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\DisqualifyResultPoints"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\EnableParticipant.0.App\GraphQL\Operation\Mutation\EnableParticipant"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\EnableParticipant"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\ImportJurors.0.App\GraphQL\Operation\Mutation\ImportJurors"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\ImportJurors"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\PasswordResetConfirm.0.App\GraphQL\Operation\Mutation\PasswordResetConfirm"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\PasswordResetConfirm"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\ProposeCheese.0.App\GraphQL\Operation\Mutation\ProposeCheese"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\ProposeCheese"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\ReadNotification.0.App\GraphQL\Operation\Mutation\ReadNotification"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\ReadNotification"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\RejectCheese.0.App\GraphQL\Operation\Mutation\RejectCheese"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\RejectCheese"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\RequalifyJuror.0.App\GraphQL\Operation\Mutation\RequalifyJuror"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\RequalifyJuror"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\RequalifyResultPoints.0.App\GraphQL\Operation\Mutation\RequalifyResultPoints"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\RequalifyResultPoints"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\SendJurySessionCodingResult.0.App\GraphQL\Operation\Mutation\SendJurySessionCodingResult"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\SendJurySessionCodingResult"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\SendMailDeliveryInfo.0.App\GraphQL\Operation\Mutation\SendMailDeliveryInfo"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\SendMailDeliveryInfo"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\SendMailDeliveryReview.0.App\GraphQL\Operation\Mutation\SendMailDeliveryReview"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\SendMailDeliveryReview"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\SendMailSubmissionRequests.0.App\GraphQL\Operation\Mutation\SendMailSubmissionRequests"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\SendMailSubmissionRequests"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\SoftDeleteCheese.0.App\GraphQL\Operation\Mutation\SoftDeleteCheese"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\SoftDeleteCheese"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\SubmitCheese.0.App\GraphQL\Operation\Mutation\SubmitCheese"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\SubmitCheese"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Mutation\SuggestJurySessionTable.0.App\GraphQL\Operation\Mutation\SuggestJurySessionTable"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Mutation\SuggestJurySessionTable"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Query\AvailablePlaces.0.App\GraphQL\Operation\Query\AvailablePlaces"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Query\AvailablePlaces"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Query\CheeseAvailableForContest.0.App\GraphQL\Operation\Query\CheeseAvailableForContest"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Query\CheeseAvailableForContest"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Query\Invite.0.App\GraphQL\Operation\Query\Invite"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Query\Invite"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Query\JurorsAvailableForContest.0.App\GraphQL\Operation\Query\JurorsAvailableForContest"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Query\JurorsAvailableForContest"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Query\PasswordReset.0.App\GraphQL\Operation\Query\PasswordReset"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Query\PasswordReset"; reason: abstract.
Removed service ".instanceof.App\GraphQL\Operation\Query\WeightedResults.0.App\GraphQL\Operation\Query\WeightedResults"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Query\WeightedResults"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\CountPerCategory"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Type\CountPerCategory"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\ExportFormat"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Type\ExportFormat"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\ExportSheet"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Type\ExportSheet"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\JurorRating"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Type\JurorRating"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\MaxScorePerCategory"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Type\MaxScorePerCategory"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\ParticipantRating"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Type\ParticipantRating"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\ResultPointsRating"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Type\ResultPointsRating"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.App\GraphQL\Operation\Type\WeightedResult"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Operation\Type\WeightedResult"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\AdminNotificationResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\AdminNotificationResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\AllergenResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\AllergenResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ApiTokenResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\ApiTokenResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CheeseAvailableForContestResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\CheeseAvailableForContestResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CheeseResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\CheeseResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CheeseSubmissionMutationResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\CheeseSubmissionMutationResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CheeseTypeResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\CheeseTypeResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CheeseUnitResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\CheeseUnitResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CompanyCategoryResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\CompanyCategoryResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CompanyGroupResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\CompanyGroupResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\CompanyResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\CompanyResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ContestCategoryResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\ContestCategoryResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ContestEntityResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\ContestEntityResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ContestResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\ContestResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\DeliveryResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\DeliveryResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\EntityPermissionResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\EntityPermissionResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurorCategoryResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\JurorCategoryResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurorEntityResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\JurorEntityResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurorResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\JurorResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurorsAvailableForContestResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\JurorsAvailableForContestResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurySessionContestCategoryResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\JurySessionContestCategoryResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurySessionEntityResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\JurySessionEntityResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurySessionParticipantEntityResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\JurySessionParticipantEntityResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurySessionParticipantResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\JurySessionParticipantResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JurySessionResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\JurySessionResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\JuryTableResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\JuryTableResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\LactoseInfoResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\LactoseInfoResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\MaturationResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\MaturationResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\MilkInfoResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\MilkInfoResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\MilkTypeResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\MilkTypeResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\NotificationReadResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\NotificationReadResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ParticipantEntityResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\ParticipantEntityResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ParticipantResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\ParticipantResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\PlateResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\PlateResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ProducerNotificationResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\ProducerNotificationResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ProducerResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\ProducerResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\QANotificationResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\QANotificationResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\QualitySealResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\QualitySealResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\Rating\JurorRatingTypeResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\Rating\JurorRatingTypeResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\Rating\ParticipantRatingTypeResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\Rating\ParticipantRatingTypeResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\Rating\ResultPointsRatingTypeResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\Rating\ResultPointsRatingTypeResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\RennetResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\RennetResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ResultPointsEntityResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\ResultPointsEntityResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ResultPointsResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\ResultPointsResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\ResultReasonResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\ResultReasonResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\StateResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\StateResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\TasteWorldResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\TasteWorldResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\UserResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\UserResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\WeightedJurorCategoryResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\WeightedJurorCategoryResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\WeightedResultResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\WeightedResultResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\WeightingResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\WeightingResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\WinnerResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\WinnerResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.App\GraphQL\Resolver\Workflow\AvailablePlacesResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\GraphQL\Resolver\Workflow\AvailablePlacesResolver"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminNotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdminNotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AllergenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AllergenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CheeseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CheeseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CheeseTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CheeseTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CheeseUnitRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CheeseUnitRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContestCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContestCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DeliveryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JurorCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JurorCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JurorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JurorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JurySessionContestCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JurySessionContestCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JurySessionParticipantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JurySessionParticipantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JurySessionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JurySessionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JuryTableRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JuryTableRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LactoseInfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LactoseInfoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MailLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaturationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MaturationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MilkInfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MilkInfoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MilkTypePercentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MilkTypePercentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MilkTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MilkTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParticipantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ParticipantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProducerNotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProducerNotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProducerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProducerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QANotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QANotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QualitySealRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QualitySealRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RennetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RennetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResultPointsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResultPointsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResultReasonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResultReasonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TasteWorldRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TasteWorldRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeightedJurorCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WeightedJurorCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeightingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WeightingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WinnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WinnerRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AdminVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\AdminVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AgesVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\AgesVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\JurySessionResultVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\JurySessionResultVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\LockVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\LockVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PWAVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\PWAVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProducerVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ProducerVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PublicClientVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\PublicClientVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\QAVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\QAVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TaxonomyVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\TaxonomyVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\EventDateAfterValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\EventDateAfterValidator"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\AdminBundle\GraphQL\Resolver\AuthResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\AdminBundle\GraphQL\Resolver\AuthResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\CoreBundle\EventSubscriber\VersionableSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\VersionableSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.UniteCMS\AdminBundle\Command\UserCreateCommand"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\AdminBundle\Command\UserCreateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\AdminBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\AdminBundle\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\AdminBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.UniteCMS\AdminBundle\EventSubscriber\Type\InterfaceInvitableUser.0.UniteCMS\AdminBundle\EventSubscriber\Type\InterfaceInvitableUser"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\AdminBundle\EventSubscriber\Type\InterfaceInvitableUser"; reason: abstract.
Removed service ".instanceof.UniteCMS\AdminBundle\GraphQL\Operation\Mutation\Generic\Transit.0.UniteCMS\AdminBundle\GraphQL\Operation\Mutation\Generic\Transit"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\AdminBundle\GraphQL\Operation\Mutation\Generic\Transit"; reason: abstract.
Removed service ".instanceof.UniteCMS\AdminBundle\GraphQL\Operation\Query\AdminIsImpersonator.0.UniteCMS\AdminBundle\GraphQL\Operation\Query\AdminIsImpersonator"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\AdminBundle\GraphQL\Operation\Query\AdminIsImpersonator"; reason: abstract.
Removed service ".instanceof.UniteCMS\AdminBundle\GraphQL\Operation\Query\AdminUser.0.UniteCMS\AdminBundle\GraphQL\Operation\Query\AdminUser"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\AdminBundle\GraphQL\Operation\Query\AdminUser"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\AdminBundle\GraphQL\Resolver\AdminIsImpersonatorResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\AdminBundle\GraphQL\Resolver\AdminIsImpersonatorResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\AdminBundle\GraphQL\Resolver\AdminUserResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\AdminBundle\GraphQL\Resolver\AdminUserResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\AdminBundle\GraphQL\Resolver\EntityPermissionsResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\AdminBundle\GraphQL\Resolver\EntityPermissionsResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\AdminBundle\GraphQL\Resolver\InvitableUserResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\AdminBundle\GraphQL\Resolver\InvitableUserResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\AdminBundle\GraphQL\Type\InvitableUser"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\AdminBundle\GraphQL\Type\InvitableUser"; reason: abstract.
Removed service ".instanceof.UniteCMS\AdminBundle\PermissionProvider\PermissionProviderInterface.0.UniteCMS\AdminBundle\PermissionProvider\Implementation\AdminPermissionProvider"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\AdminBundle\PermissionProvider\Implementation\AdminPermissionProvider"; reason: abstract.
Removed service ".instanceof.UniteCMS\AdminBundle\PermissionProvider\PermissionProviderInterface.0.UniteCMS\AdminBundle\PermissionProvider\Implementation\DoctrineEntityPermissionProvider"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\AdminBundle\PermissionProvider\Implementation\DoctrineEntityPermissionProvider"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.UniteCMS\AdminBundle\Twig\AdminExtension"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\AdminBundle\Twig\AdminExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.UniteCMS\AdminBundle\Validator\Constraints\UserCanCreateAndUpdateRoleValidator"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\AdminBundle\Validator\Constraints\UserCanCreateAndUpdateRoleValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.UniteCMS\CoreBundle\Cache\SchemaCacheAdapter"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.UniteCMS\CoreBundle\Cache\SchemaCacheAdapter"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Cache\SchemaCacheAdapter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.UniteCMS\CoreBundle\Command\CacheFlushPhpCommand"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Command\CacheFlushPhpCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.UniteCMS\CoreBundle\Command\DebugSchemaCommand"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Command\DebugSchemaCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.UniteCMS\CoreBundle\Command\InitSortablePositionCommand"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Command\InitSortablePositionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.UniteCMS\CoreBundle\Command\ScheduledPublishingFlowCommand"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Command\ScheduledPublishingFlowCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\CoreBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\CoreBundle\Controller\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\CoreBundle\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\CoreBundle\Controller\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\CoreBundle\Controller\HealthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\CoreBundle\Controller\HealthController"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Controller\HealthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\CoreBundle\Controller\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\CoreBundle\Controller\ImportController"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Controller\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\CoreBundle\EventSubscriber\DebugToolbarReplaceSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\DebugToolbarReplaceSubscriber"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\EventSubscriber\FieldAccessAccessSubscriber.0.UniteCMS\CoreBundle\EventSubscriber\FieldAccessAccessSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\FieldAccessAccessSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\CoreBundle\EventSubscriber\ImportEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\ImportEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\CoreBundle\EventSubscriber\JWTModifierSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\JWTModifierSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\CoreBundle\EventSubscriber\PublishingFlowEntitySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\PublishingFlowEntitySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\CoreBundle\EventSubscriber\RegisterDBALTypesSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\RegisterDBALTypesSubscriber"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\FieldAttribute.0.UniteCMS\CoreBundle\EventSubscriber\Type\FieldAttribute"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\FieldAttribute"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\ImportHelpText.0.UniteCMS\CoreBundle\EventSubscriber\Type\ImportHelpText"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\ImportHelpText"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceLockable.0.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceLockable"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceLockable"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfacePublishingFlow.0.UniteCMS\CoreBundle\EventSubscriber\Type\InterfacePublishingFlow"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfacePublishingFlow"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceVersionable.0.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceVersionable"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceVersionable"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceWorkflow.0.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceWorkflow"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\InterfaceWorkflow"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\LockEntry.0.UniteCMS\CoreBundle\EventSubscriber\Type\LockEntry"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\LockEntry"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\Permission.0.UniteCMS\CoreBundle\EventSubscriber\Type\Permission"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\Permission"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\PublishingFlow.0.UniteCMS\CoreBundle\EventSubscriber\Type\PublishingFlow"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\PublishingFlow"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\PublishingFlowLogEntry.0.UniteCMS\CoreBundle\EventSubscriber\Type\PublishingFlowLogEntry"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\Type\PublishingFlowLogEntry"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\EventSubscriber\TypeConfiguration\RevisionSubscriber.0.UniteCMS\CoreBundle\EventSubscriber\TypeConfiguration\RevisionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\EventSubscriber\TypeConfiguration\RevisionSubscriber"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Create.0.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Create"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Create"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Delete.0.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Delete"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Delete"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Lock.0.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Lock"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Lock"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Revert.0.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Revert"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Revert"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Update.0.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Update"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\Update"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\UpdateSingle.0.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\UpdateSingle"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Mutation\Generic\UpdateSingle"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Count.0.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Count"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Count"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Find.0.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Find"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Find"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Get.0.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Get"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\Get"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\GetSingle.0.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\GetSingle"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Operation\Query\Generic\GetSingle"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\AuthResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\AuthResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\BlockResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\BlockResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\FieldAccessResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\FieldAccessResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\ImportHelpTextResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\ImportHelpTextResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\LayoutResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\LayoutResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\LockEntryResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\LockEntryResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\LockableEntityResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\LockableEntityResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\LoggableEntityResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\LoggableEntityResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\LoggableEntityRevisionResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\LoggableEntityRevisionResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\PublishingFlowEntityResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\PublishingFlowEntityResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\PublishingFlowResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\PublishingFlowResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\ScalarResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\DateResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\DateResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\ScalarResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\DateTimeResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\DateTimeResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\ScalarResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\JSONScalarResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\JSONScalarResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\ScalarResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\TranslationScalarResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\Scalar\TranslationScalarResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\TransitPublishingFlowResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\TransitPublishingFlowResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\TransitionResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\TransitionResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\TranslatableEntityResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\TranslatableEntityResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\UnionTypeResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\UnionTypeResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\WorkflowEntityResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\WorkflowEntityResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\CoreBundle\GraphQL\Resolver\WorkflowResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Resolver\WorkflowResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunctionInterface.0.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateInputs"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateInputs"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunctionInterface.0.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateReadOperations"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateReadOperations"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunctionInterface.0.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateTypes"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateTypes"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunctionInterface.0.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateWriteOperations"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateWriteOperations"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Block"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Block"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Date"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Date"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\DateTime"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\DateTime"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\GenericTypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericInput"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericInput"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\GenericTypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericObject"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericObject"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\GenericTypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericRevision"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Generic\GenericRevision"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Json"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Json"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Layout"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Layout"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\LockableEntity"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\LockableEntity"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\LoggableEntity"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\LoggableEntity"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\LoggableEntityRevision"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\LoggableEntityRevision"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Mutation"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Mutation"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\OptionType"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\OptionType"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Order"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Order"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\PublishingFlowEntity"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\PublishingFlowEntity"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Query"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Query"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Transition"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Transition"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\TranslatableEntity"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\TranslatableEntity"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\TranslationType"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\TranslationType"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\UniteCriteriaInput"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\UniteCriteriaInput"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\UniteLayoutType"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\UniteLayoutType"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\UniteOrderByInput"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\UniteOrderByInput"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\UniteTransitionInput"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\UniteTransitionInput"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\UniteUnionType"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\UniteUnionType"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\UniteUnionTypeInput"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\UniteUnionTypeInput"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\Workflow"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\Workflow"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\CoreBundle\GraphQL\Type\WorkflowEntity"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\GraphQL\Type\WorkflowEntity"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\Boolean"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\Boolean"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\Choice"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\Choice"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\Collection"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\Collection"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\DateTime"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\DateTime"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\EmptyString"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\EmptyString"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\Floating"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\Floating"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\TransformerInterface.0.UniteCMS\CoreBundle\Import\Csv\Transformer\Integer"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Import\Csv\Transformer\Integer"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\LayoutType\LayoutTypeInterface.0.UniteCMS\CoreBundle\LayoutType\GenericLayoutType"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\LayoutType\GenericLayoutType"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\Messenger\Handler\PublishingFlowMessageHandler.0.UniteCMS\CoreBundle\Messenger\Handler\PublishingFlowMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Messenger\Handler\PublishingFlowMessageHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.UniteCMS\CoreBundle\Repository\LogEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Repository\LogEntryRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.UniteCMS\CoreBundle\Security\UniteAttributeVoter"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Security\UniteAttributeVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.UniteCMS\CoreBundle\Serializer\Normalizer\EntityNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.UniteCMS\CoreBundle\Serializer\Normalizer\EntityNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Serializer\Normalizer\EntityNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.UniteCMS\CoreBundle\Serializer\Normalizer\LayoutTypeNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.UniteCMS\CoreBundle\Serializer\Normalizer\LayoutTypeNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Serializer\Normalizer\LayoutTypeNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.UniteCMS\CoreBundle\Serializer\Normalizer\UnionTypeNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.UniteCMS\CoreBundle\Serializer\Normalizer\UnionTypeNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Serializer\Normalizer\UnionTypeNormalizer"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\UnionType\UnionTypeInterface.0.UniteCMS\CoreBundle\UnionType\GenericUnionType"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\UnionType\GenericUnionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.UniteCMS\CoreBundle\Validator\Constraints\AnchorContainerValidator"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Validator\Constraints\AnchorContainerValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.UniteCMS\CoreBundle\Validator\Constraints\ExceptIsTranslationValidator"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Validator\Constraints\ExceptIsTranslationValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.UniteCMS\CoreBundle\Validator\Constraints\IsEmptyOnTranslationValidator"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Validator\Constraints\IsEmptyOnTranslationValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.UniteCMS\CoreBundle\Validator\Constraints\NotTranslationValidator"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\CoreBundle\Validator\Constraints\NotTranslationValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.UniteCMS\MediaBundle\Command\RemoveTmpFilesCommand"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\MediaBundle\Command\RemoveTmpFilesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\MediaBundle\Controller\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\MediaBundle\Controller\DownloadController"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\MediaBundle\Controller\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UniteCMS\MediaBundle\Controller\UploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UniteCMS\MediaBundle\Controller\UploadController"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\MediaBundle\Controller\UploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.UniteCMS\MediaBundle\EventSubscriber\RegisterDBALTypesSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\MediaBundle\EventSubscriber\RegisterDBALTypesSubscriber"; reason: abstract.
Removed service ".instanceof.UniteCMS\MediaBundle\EventSubscriber\Type\DownloadUrl.0.UniteCMS\MediaBundle\EventSubscriber\Type\DownloadUrl"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\MediaBundle\EventSubscriber\Type\DownloadUrl"; reason: abstract.
Removed service ".instanceof.UniteCMS\MediaBundle\EventSubscriber\Type\PresignedDownloadUrl.0.UniteCMS\MediaBundle\EventSubscriber\Type\PresignedDownloadUrl"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\MediaBundle\EventSubscriber\Type\PresignedDownloadUrl"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\FieldResolverInterface.0.UniteCMS\MediaBundle\GraphQL\Resolver\FileResolver"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\MediaBundle\GraphQL\Resolver\FileResolver"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\MediaBundle\GraphQL\Type\ThumborTransformation"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\MediaBundle\GraphQL\Type\ThumborTransformation"; reason: abstract.
Removed service ".instanceof.UniteCMS\CoreBundle\GraphQL\TypeInterface.0.UniteCMS\MediaBundle\GraphQL\Type\ThumborTransformationInput"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\MediaBundle\GraphQL\Type\ThumborTransformationInput"; reason: abstract.
Removed service ".instanceof.UniteCMS\MediaBundle\Model\VideoReference.0.UniteCMS\MediaBundle\Model\VideoReference"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\MediaBundle\Model\VideoReference"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.UniteCMS\MediaBundle\Security\FilesystemVoter"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\MediaBundle\Security\FilesystemVoter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.UniteCMS\MediaBundle\Twig\MediaExtension"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\MediaBundle\Twig\MediaExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.UniteCMS\MediaBundle\Validator\Constraints\MediaTypeValidator"; reason: abstract.
Removed service ".abstract.instanceof.UniteCMS\MediaBundle\Validator\Constraints\MediaTypeValidator"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tito10047\AltchaBundle\Controller\AltchaChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tito10047\AltchaBundle\Controller\AltchaChallengeController"; reason: abstract.
Removed service ".abstract.instanceof.Tito10047\AltchaBundle\Controller\AltchaChallengeController"; reason: abstract.
199
Removed service "App\Exception\MissingNewRequirementException"; reason: unused.
Removed service "App\Exception\PendingParticipantsException"; reason: unused.
Removed service "App\GraphQL\Resolver\Rating\BaseResolver"; reason: unused.
Removed service "App\Service\Export\Exception\UnavailableDataException"; reason: unused.
Removed service "App\Service\ExportCategoryResultsService"; reason: unused.
Removed service "App\Service\Util\EntityUtils"; reason: unused.
Removed service "App\Service\Util\TokenGenerator"; reason: unused.
Removed service "App\Validator\Constraints\EventDateAfter"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.api_public"; reason: unused.
Removed service "security.user_checker.chain.api_pwa"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "security.user_checker.chain.admin"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "security.user_checker.chain.admin_assets"; reason: unused.
Removed service "UniteCMS\AdminBundle\Event\AlterAdminTemplateEvent"; reason: unused.
Removed service "UniteCMS\AdminBundle\Model\EntityConfiguration"; reason: unused.
Removed service "UniteCMS\AdminBundle\Model\FormFieldConfiguration"; reason: unused.
Removed service "UniteCMS\AdminBundle\Security\Role\RoleHierarchy"; reason: unused.
Removed service "UniteCMS\AdminBundle\Security\Role\UserIsNotAllowedToAssignRoleToUserException"; reason: unused.
Removed service "UniteCMS\AdminBundle\Twig\AdminTemplateProvider"; reason: unused.
Removed service "UniteCMS\AdminBundle\UniteCMSAdminBundle"; reason: unused.
Removed service "UniteCMS\AdminBundle\Validator\Constraints\UserCanCreateAndUpdateRole"; 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.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_failure"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.chain_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.authorization_header_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service "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 "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "UniteCMS\CoreBundle\Annotation\API\Field"; reason: unused.
Removed service "UniteCMS\CoreBundle\Annotation\API\Input"; reason: unused.
Removed service "UniteCMS\CoreBundle\Annotation\API\Type"; reason: unused.
Removed service "UniteCMS\CoreBundle\Annotation\EmbeddedVersioned"; reason: unused.
Removed service "UniteCMS\CoreBundle\Annotation\Versionable"; reason: unused.
Removed service "UniteCMS\CoreBundle\Annotation\Votable"; reason: unused.
Removed service "UniteCMS\CoreBundle\Cache\SchemaCacheAdapter"; reason: unused.
Removed service "UniteCMS\CoreBundle\DataFixtures\PermissionCheck"; reason: unused.
Removed service "UniteCMS\CoreBundle\Doctrine\DBAL\Type\DateTimeType"; reason: unused.
Removed service "UniteCMS\CoreBundle\Doctrine\DBAL\Type\JsonType"; reason: unused.
Removed service "UniteCMS\CoreBundle\Event\ContentEvent"; reason: unused.
Removed service "UniteCMS\CoreBundle\Event\ExportEvent"; reason: unused.
Removed service "UniteCMS\CoreBundle\Event\InputFieldsEvent"; reason: unused.
Removed service "UniteCMS\CoreBundle\Event\InterfacesEvent"; reason: unused.
Removed service "UniteCMS\CoreBundle\Event\ObjectFieldsEvent"; reason: unused.
Removed service "UniteCMS\CoreBundle\Event\TypeConfigurationEvent"; reason: unused.
Removed service "UniteCMS\CoreBundle\Exception\EmptyMutationException"; reason: unused.
Removed service "UniteCMS\CoreBundle\Exception\GraphQLAccessDeniedException"; reason: unused.
Removed service "UniteCMS\CoreBundle\Exception\GraphQLEntityRemoveException"; reason: unused.
Removed service "UniteCMS\CoreBundle\Exception\GraphQLResourceNotFoundException"; reason: unused.
Removed service "UniteCMS\CoreBundle\Exception\GraphQLViolationsException"; reason: unused.
Removed service "UniteCMS\CoreBundle\Exception\GraphQLWorkflowException"; reason: unused.
Removed service "UniteCMS\CoreBundle\Exception\InvalidCsvException"; reason: unused.
Removed service "UniteCMS\CoreBundle\Exception\LockExistsException"; reason: unused.
Removed service "UniteCMS\CoreBundle\Exception\ResolveTargetEntityException"; reason: unused.
Removed service "UniteCMS\CoreBundle\Exception\ValidationException"; reason: unused.
Removed service "UniteCMS\CoreBundle\Export\Encoder"; reason: unused.
Removed service "UniteCMS\CoreBundle\Export\GraphqlField"; reason: unused.
Removed service "UniteCMS\CoreBundle\GraphQL\Attribute\GraphqlArgument"; reason: unused.
Removed service "UniteCMS\CoreBundle\GraphQL\Attribute\GraphqlField"; reason: unused.
Removed service "UniteCMS\CoreBundle\GraphQL\Attribute\GraphqlOperation"; reason: unused.
Removed service "UniteCMS\CoreBundle\GraphQL\Attribute\GraphqlType"; reason: unused.
Removed service "UniteCMS\CoreBundle\GraphQL\CacheableOperationConfiguration"; reason: unused.
Removed service "UniteCMS\CoreBundle\GraphQL\CacheableTypeConfiguration"; reason: unused.
Removed service "UniteCMS\CoreBundle\GraphQL\Flattener"; reason: unused.
Removed service "UniteCMS\CoreBundle\GraphQL\NullValue"; reason: unused.
Removed service "UniteCMS\CoreBundle\GraphQL\OperationConfiguration"; reason: unused.
Removed service "UniteCMS\CoreBundle\GraphQL\ParameterConfiguration"; reason: unused.
Removed service "UniteCMS\CoreBundle\GraphQL\RequestContexts"; reason: unused.
Removed service "UniteCMS\CoreBundle\GraphQL\TraceableSchemaManager"; reason: unused.
Removed service "UniteCMS\CoreBundle\GraphQL\TraceableTypeRegistry"; reason: unused.
Removed service "UniteCMS\CoreBundle\GraphQL\TypeConfiguration"; reason: unused.
Removed service "UniteCMS\CoreBundle\GraphQL\Util"; reason: unused.
Removed service "UniteCMS\CoreBundle\Import\Csv\Configuration"; reason: unused.
Removed service "UniteCMS\CoreBundle\Import\Csv\Configurator"; reason: unused.
Removed service "UniteCMS\CoreBundle\Import\Csv\Decoder"; reason: unused.
Removed service "UniteCMS\CoreBundle\Import\Csv\Header"; reason: unused.
Removed service "UniteCMS\CoreBundle\Import\Csv\Property"; reason: unused.
Removed service "UniteCMS\CoreBundle\Import\Csv\Transformer\Boolean"; reason: unused.
Removed service "UniteCMS\CoreBundle\Import\Csv\Transformer\Choice"; reason: unused.
Removed service "UniteCMS\CoreBundle\Import\Csv\Transformer\Collection"; reason: unused.
Removed service "UniteCMS\CoreBundle\Import\Csv\Transformer\DateTime"; reason: unused.
Removed service "UniteCMS\CoreBundle\Import\Csv\Transformer\EmptyString"; reason: unused.
Removed service "UniteCMS\CoreBundle\Import\Csv\Transformer\Floating"; reason: unused.
Removed service "UniteCMS\CoreBundle\Import\Csv\Transformer\Integer"; reason: unused.
Removed service "UniteCMS\CoreBundle\Import\Csv\Util"; reason: unused.
Removed service "UniteCMS\CoreBundle\LayoutType\GenericLayoutType"; reason: unused.
Removed service "UniteCMS\CoreBundle\Messenger\Message\ImportMessage"; reason: unused.
Removed service "UniteCMS\CoreBundle\Messenger\Message\PublishingFlowMessage"; reason: unused.
Removed service "UniteCMS\CoreBundle\Model\AutoResolveTargetEntities"; reason: unused.
Removed service "UniteCMS\CoreBundle\Model\ForeignKeyExceptionExplanation"; reason: unused.
Removed service "UniteCMS\CoreBundle\Security\FieldAccess"; reason: unused.
Removed service "UniteCMS\CoreBundle\Security\TokenLoginAuthenticator"; reason: unused.
Removed service "UniteCMS\CoreBundle\Sluggable\TransliteratorCallbackFactory"; reason: unused.
Removed service "UniteCMS\CoreBundle\Test\ArraySubset"; reason: unused.
Removed service "UniteCMS\CoreBundle\Test\Rector\Rules\GraphQLInlineDescriptionQuotesRector"; reason: unused.
Removed service "UniteCMS\CoreBundle\Test\Rector\Rules\ReplaceDeprecatedServices"; reason: unused.
Removed service "UniteCMS\CoreBundle\Test\Rector\Rules\UniteGraphQLAnnotationsToAttributes"; reason: unused.
Removed service "UniteCMS\CoreBundle\Test\Rector\Rules\UpgradeLanguageGraphQL"; reason: unused.
Removed service "UniteCMS\CoreBundle\Translation\EntityTranslator"; reason: unused.
Removed service "UniteCMS\CoreBundle\UnionType\GenericUnionType"; reason: unused.
Removed service "UniteCMS\CoreBundle\UniteCMSCoreBundle"; reason: unused.
Removed service "UniteCMS\CoreBundle\Util\EmbeddedEntityHelper"; reason: unused.
Removed service "UniteCMS\CoreBundle\Util\FilterCriteriaBuilder"; reason: unused.
Removed service "UniteCMS\CoreBundle\Validator\Constraints\AnchorContainer"; reason: unused.
Removed service "UniteCMS\CoreBundle\Validator\Constraints\ExceptIsTranslation"; reason: unused.
Removed service "UniteCMS\CoreBundle\Validator\Constraints\IsEmptyOnTranslation"; reason: unused.
Removed service "UniteCMS\CoreBundle\Validator\Constraints\NotTranslation"; reason: unused.
Removed service "UniteCMS\CoreBundle\Versionable\ChangesetHelper"; reason: unused.
Removed service "flysystem.adapter.lazy.factory"; reason: unused.
Removed service "UniteCMS\MediaBundle\Exception\GraphQLFileSizeException"; reason: unused.
Removed service "UniteCMS\MediaBundle\Model\ThumborTransformation"; reason: unused.
Removed service "UniteCMS\MediaBundle\Storage\Client\S3ClientFactory"; reason: unused.
Removed service "UniteCMS\MediaBundle\Storage\Configuration"; reason: unused.
Removed service "UniteCMS\MediaBundle\Storage\DownloadToken"; reason: unused.
Removed service "UniteCMS\MediaBundle\Storage\DownloadUrlGenerator\LocalDownloadUrlGenerator"; reason: unused.
Removed service "UniteCMS\MediaBundle\Storage\DownloadUrlGenerator\S3DownloadUrlGenerator"; reason: unused.
Removed service "UniteCMS\MediaBundle\Storage\ExtendedAwsS3V3Adapter"; reason: unused.
Removed service "UniteCMS\MediaBundle\Storage\UniqueAndCleanFilenameCreator"; reason: unused.
Removed service "UniteCMS\MediaBundle\Storage\UploadToken"; reason: unused.
Removed service "UniteCMS\MediaBundle\Storage\UploadUrlGenerator\LocalUploadUrlGenerator"; reason: unused.
Removed service "UniteCMS\MediaBundle\Storage\UploadUrlGenerator\S3UploadUrlGenerator"; reason: unused.
Removed service "UniteCMS\MediaBundle\UniteCMSMediaBundle"; reason: unused.
Removed service "UniteCMS\MediaBundle\Validator\Constraints\MediaType"; reason: unused.
Removed service "Endroid\QrCode\Writer\BinaryWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\DebugWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\EpsWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\GifWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\PdfWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\SvgWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\WebPWriter"; reason: unused.
Removed service "endroid_qr_code.default_builder"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.F80UsBB"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.LPN0n.G"; reason: unused.
508
Inlined service ".service_locator.JIxXHG8.App\Controller\CheeseController" to "App\Controller\CheeseController".
Inlined service ".service_locator.JIxXHG8.App\Controller\DeliveryController" to "App\Controller\DeliveryController".
Inlined service ".service_locator.JIxXHG8.App\Controller\DevelController" to "App\Controller\DevelController".
Inlined service ".service_locator.JIxXHG8.App\Controller\JurySessionExportController" to "App\Controller\JurySessionExportController".
Inlined service ".service_locator.JIxXHG8.App\Controller\MailTestController" to "App\Controller\MailTestController".
Inlined service ".service_locator.JIxXHG8.App\Controller\ParticipantController" to "App\Controller\ParticipantController".
Inlined service ".service_locator.JIxXHG8.App\Controller\ParticipantExportController" to "App\Controller\ParticipantExportController".
Inlined service ".service_locator.JIxXHG8.App\Controller\ProducerExportController" to "App\Controller\ProducerExportController".
Inlined service ".service_locator.JIxXHG8.App\Controller\RegistrationController" to "App\Controller\RegistrationController".
Inlined service ".service_locator.JIxXHG8.App\Controller\TestController" to "App\Controller\TestController".
Inlined service "App\Service\ContestMailerService" to "App\GraphQL\Resolver\ContestResolver".
Inlined service "App\Service\TableSuggestService" to "App\GraphQL\Resolver\JurySessionResolver".
Inlined service "App\Service\Workflow\ParticipantTransitionManager" to "App\GraphQL\Resolver\ParticipantResolver".
Inlined service "App\Service\Workflow\ResultPointsTransitionManager" to "App\GraphQL\Resolver\ResultPointsResolver".
Inlined service "Endroid\QrCode\Builder\Builder" to "App\Service\ExportJurySessionService".
Inlined service "App\Service\Rating\Provider\DefaultRatingProvider" to "App\Service\Rating\RatingManager".
Inlined service "App\Service\Rating\Provider\InnovationRatingProvider" to "App\Service\Rating\RatingManager".
Inlined service "security.authentication_utils" to "App\Twig\AdminTemplateProvider".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service ".service_locator.h.edBek" to "console.command.workflow_dump".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets._version_admin" to "assets._package_admin".
Inlined service "assets._version_admin-public" to "assets._package_admin-public".
Inlined service "assets._version_frontend" to "assets._package_frontend".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.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_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "state_machine.contest.metadata_store" to "state_machine.contest.definition".
Inlined service "state_machine.jurysession.metadata_store" to "state_machine.jurysession.definition".
Inlined service "state_machine.result.metadata_store" to "state_machine.result.definition".
Inlined service "state_machine.participant.metadata_store" to "state_machine.participant.definition".
Inlined service "state_machine.registration.metadata_store" to "state_machine.registration.definition".
Inlined service "state_machine.jury_session_contest_category.metadata_store" to "state_machine.jury_session_contest_category.definition".
Inlined service "state_machine.cheese_publishing.metadata_store" to "state_machine.cheese_publishing.definition".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.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 "UniteCMS\CoreBundle\Serializer\Normalizer\EntityNormalizer" to "serializer".
Inlined service "UniteCMS\CoreBundle\Serializer\Normalizer\LayoutTypeNormalizer" to "serializer".
Inlined service "UniteCMS\CoreBundle\Serializer\Normalizer\UnionTypeNormalizer" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.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.translatable" 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 "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" 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.fWvl9g3" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.legacy_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator..2I4wOo" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.v4buNEb" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.workflow" 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 "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.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 "workflow.twig_extension" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "UniteCMS\AdminBundle\Twig\AdminExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "UniteCMS\MediaBundle\Twig\MediaExtension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" to "twig".
Inlined service "eight_points_guzzle.twig_extension.debug" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.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.8QzOt3J" to "twig.runtime_loader".
Inlined service ".service_locator.1daikTN" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~tal3TEs" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.12Casn6" to "security.helper".
Inlined service ".service_locator.12Casn6" to "security.helper".
Inlined service ".service_locator.RRqtkZY" 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.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.3d9l5qb" to "security.access_map".
Inlined service ".security.request_matcher.qY_aauK" to "security.access_map".
Inlined service ".security.request_matcher.28NqKnb" to "security.access_map".
Inlined service ".security.request_matcher._v_TMs3" to "security.access_map".
Inlined service ".security.request_matcher.vgIvNvV" to "security.access_map".
Inlined service ".security.request_matcher.erm7GlS" to "security.access_map".
Inlined service ".security.request_matcher.gjnNpJn" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.gFOWd_9" to ".security.request_matcher.4hfQF9.".
Inlined service "debug.security.firewall.authenticator.api_public.inner" to "debug.security.firewall.authenticator.api_public".
Inlined service "security.exception_listener.api_public" to "security.firewall.map.context.api_public".
Inlined service "security.firewall.map.config.api_public" to "security.firewall.map.context.api_public".
Inlined service ".security.request_matcher.S6Oloiu" to ".security.request_matcher.xTB15FI".
Inlined service "debug.security.firewall.authenticator.api_pwa.inner" to "debug.security.firewall.authenticator.api_pwa".
Inlined service "security.exception_listener.api_pwa" to "security.firewall.map.context.api_pwa".
Inlined service "security.firewall.map.config.api_pwa" to "security.firewall.map.context.api_pwa".
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.authentication.success_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "security.authentication.failure_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.admin" to "security.authenticator.remember_me_handler.admin".
Inlined service "debug.security.firewall.authenticator.admin.inner" to "debug.security.firewall.authenticator.admin".
Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.logout_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
Inlined service "debug.security.firewall.authenticator.admin_assets.inner" to "debug.security.firewall.authenticator.admin_assets".
Inlined service "security.exception_listener.admin_assets" to "security.firewall.map.context.admin_assets".
Inlined service "security.firewall.map.config.admin_assets" to "security.firewall.map.context.admin_assets".
Inlined service ".security.request_matcher.AbqRTyo" to ".security.request_matcher.3d9l5qb".
Inlined service ".security.request_matcher.0b5jzCr" to ".security.request_matcher.qY_aauK".
Inlined service ".security.request_matcher.U0hTl7f" to ".security.request_matcher.vgIvNvV".
Inlined service ".security.request_matcher.hva5fBM" to ".security.request_matcher.erm7GlS".
Inlined service ".service_locator.qvozLdF.UniteCMS\AdminBundle\Controller\AdminController" to "UniteCMS\AdminBundle\Controller\AdminController".
Inlined service "UniteCMS\AdminBundle\PermissionProvider\Implementation\AdminPermissionProvider" to "UniteCMS\AdminBundle\PermissionProvider\PermissionProviderManager".
Inlined service "UniteCMS\AdminBundle\PermissionProvider\Implementation\DoctrineEntityPermissionProvider" to "UniteCMS\AdminBundle\PermissionProvider\PermissionProviderManager".
Inlined service "UniteCMS\AdminBundle\PermissionProvider\PermissionProviderManager" to "UniteCMS\AdminBundle\Twig\AdminExtension".
Inlined service "UniteCMS\AdminBundle\Security\Role\RoleHierarchyInterface" to "UniteCMS\AdminBundle\Validator\Constraints\UserCanCreateAndUpdateRoleValidator".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.JZjZlbM" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.logging_middleware.legacy" to "doctrine.dbal.legacy_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.legacy" to "doctrine.dbal.legacy_connection.configuration".
Inlined service ".service_locator.qaq6uL1" to "doctrine.dbal.legacy_connection.event_manager".
Inlined service "doctrine.dbal.legacy_connection.configuration" to "doctrine.dbal.legacy_connection".
Inlined service ".service_locator.TbqQygJ" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.legacy.metadata" to "doctrine.orm.legacy_configuration".
Inlined service ".doctrine.orm.legacy_metadata_driver" to "doctrine.orm.legacy_configuration".
Inlined service "doctrine.orm.naming_strategy.default" to "doctrine.orm.legacy_configuration".
Inlined service "doctrine.orm.legacy_entity_listener_resolver" to "doctrine.orm.legacy_configuration".
Inlined service "cache.doctrine.orm.legacy.result.recorder_inner" to "cache.doctrine.orm.legacy.result".
Inlined service "cache.doctrine.orm.legacy.query.recorder_inner" to "cache.doctrine.orm.legacy.query".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "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 ".service_locator.X0j7L_w" to "doctrine.orm.default_entity_listener_resolver".
Inlined service "UniteCMS\CoreBundle\Sortable\PositionInitializer" to "UniteCMS\CoreBundle\Command\InitSortablePositionCommand".
Inlined service ".service_locator.Fg_u2B4.UniteCMS\CoreBundle\Controller\ApiController" to "UniteCMS\CoreBundle\Controller\ApiController".
Inlined service ".service_locator.Fg_u2B4.UniteCMS\CoreBundle\Controller\ExportController" to "UniteCMS\CoreBundle\Controller\ExportController".
Inlined service ".service_locator.Fg_u2B4.UniteCMS\CoreBundle\Controller\HealthController" to "UniteCMS\CoreBundle\Controller\HealthController".
Inlined service ".service_locator.Fg_u2B4.UniteCMS\CoreBundle\Controller\ImportController" to "UniteCMS\CoreBundle\Controller\ImportController".
Inlined service "UniteCMS\CoreBundle\GraphQL\PropertyConfigurationReader" to "UniteCMS\CoreBundle\EventSubscriber\Type\FieldAttribute".
Inlined service "UniteCMS\CoreBundle\GraphQL\FindTypeUtil" to "UniteCMS\CoreBundle\EventSubscriber\Type\FieldAttribute".
Inlined service "UniteCMS\CoreBundle\Translation\OptionsTypeTranslator" to "UniteCMS\CoreBundle\GraphQL\Resolver\ObjectResolver".
Inlined service "UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateInputs" to "UniteCMS\CoreBundle\GraphQL\SchemaFileLoader".
Inlined service "UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateReadOperations" to "UniteCMS\CoreBundle\GraphQL\SchemaFileLoader".
Inlined service "UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateTypes" to "UniteCMS\CoreBundle\GraphQL\SchemaFileLoader".
Inlined service "UniteCMS\CoreBundle\GraphQL\SchemaFunction\GenerateWriteOperations" to "UniteCMS\CoreBundle\GraphQL\SchemaFileLoader".
Inlined service "UniteCMS\CoreBundle\GraphQL\ResolverRegistry" to "UniteCMS\CoreBundle\GraphQL\TypeBuilder".
Inlined service "transliterator_callback" to "doctrine_extensions.listener.sluggable".
Inlined service ".service_locator.fBjBvhu.UniteCMS\MediaBundle\Controller\DownloadController" to "UniteCMS\MediaBundle\Controller\DownloadController".
Inlined service ".service_locator.fBjBvhu.UniteCMS\MediaBundle\Controller\UploadController" to "UniteCMS\MediaBundle\Controller\UploadController".
Inlined service "UniteCMS\MediaBundle\Storage\UploadTokenGenerator" to "UniteCMS\MediaBundle\GraphQL\Resolver\FileResolver".
Inlined service "UniteCMS\MediaBundle\Storage\DownloadUrlGenerator" to "UniteCMS\MediaBundle\Storage\UploadTokenGenerator".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\AllergenFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CheeseTypeFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CheeseUnitFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CompanyCategoryFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ContestCategoryFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ContestFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\JurorCategoryFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\LactoseInfoFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\MaturationFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\MilkInfoFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\MilkTypeFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\QualitySealFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\RennetFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ResultReasonFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\StateFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\TasteWorldFixture" to "doctrine.fixtures.loader".
Inlined service "Endroid\QrCode\Writer\PngWriter" to "Endroid\QrCode\Builder\BuilderRegistry".
Inlined service "monolog.logger.snappy" to "knp_snappy.pdf".
Inlined service "monolog.logger.eight_points_guzzle" to "eight_points_guzzle.middleware.symfony_log".
Inlined service "Tito10047\AltchaBundle\Service\ChallengeResolverInterface" to "Tito10047\AltchaBundle\Controller\AltchaChallengeController".
Inlined service ".service_locator.O2p6Lk7.Tito10047\AltchaBundle\Controller\AltchaChallengeController" to "Tito10047\AltchaBundle\Controller\AltchaChallengeController".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.6kVvRT.".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "UniteCMS\CoreBundle\Messenger\Handler\PublishingFlowMessageHandler" to ".messenger.handler_descriptor.J3GUg4K".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "debug.state_machine.contest.inner" to "debug.state_machine.contest".
Inlined service "debug.state_machine.jurysession.inner" to "debug.state_machine.jurysession".
Inlined service "debug.state_machine.result.inner" to "debug.state_machine.result".
Inlined service "debug.state_machine.participant.inner" to "debug.state_machine.participant".
Inlined service "debug.state_machine.registration.inner" to "debug.state_machine.registration".
Inlined service "debug.state_machine.jury_session_contest_category.inner" to "debug.state_machine.jury_session_contest_category".
Inlined service "debug.state_machine.cheese_publishing.inner" to "debug.state_machine.cheese_publishing".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\Voter\AdminVoter" to ".debug.security.voter.App\Security\Voter\AdminVoter".
Inlined service "App\Security\Voter\AgesVoter" to ".debug.security.voter.App\Security\Voter\AgesVoter".
Inlined service "App\Security\Voter\JurySessionResultVoter" to ".debug.security.voter.App\Security\Voter\JurySessionResultVoter".
Inlined service "App\Security\Voter\LockVoter" to ".debug.security.voter.App\Security\Voter\LockVoter".
Inlined service "App\Security\Voter\PWAVoter" to ".debug.security.voter.App\Security\Voter\PWAVoter".
Inlined service "App\Security\Voter\ProducerVoter" to ".debug.security.voter.App\Security\Voter\ProducerVoter".
Inlined service "App\Security\Voter\PublicClientVoter" to ".debug.security.voter.App\Security\Voter\PublicClientVoter".
Inlined service "App\Security\Voter\QAVoter" to ".debug.security.voter.App\Security\Voter\QAVoter".
Inlined service "App\Security\Voter\TaxonomyVoter" to ".debug.security.voter.App\Security\Voter\TaxonomyVoter".
Inlined service "UniteCMS\CoreBundle\Security\UniteAttributeVoter" to ".debug.security.voter.UniteCMS\CoreBundle\Security\UniteAttributeVoter".
Inlined service "UniteCMS\MediaBundle\Security\FilesystemVoter" to ".debug.security.voter.UniteCMS\MediaBundle\Security\FilesystemVoter".
Inlined service ".doctrine.orm.legacy_metadata_driver.inner" to ".doctrine.orm.legacy_metadata_driver".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".debug.UniteCMS\CoreBundle\GraphQL\SchemaManager.inner" to ".debug.UniteCMS\CoreBundle\GraphQL\SchemaManager".
Inlined service ".debug.UniteCMS\CoreBundle\GraphQL\TypeRegistry.inner" to ".debug.UniteCMS\CoreBundle\GraphQL\TypeRegistry".
Inlined service "debug.security.event_dispatcher.api_public.inner" to "debug.security.event_dispatcher.api_public".
Inlined service "debug.security.event_dispatcher.api_pwa.inner" to "debug.security.event_dispatcher.api_pwa".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.admin.inner" to "debug.security.event_dispatcher.admin".
Inlined service "debug.security.event_dispatcher.admin_assets.inner" to "debug.security.event_dispatcher.admin_assets".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.1yMI3vo" to ".service_locator.1yMI3vo.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service ".service_locator.qvozLdF" to ".service_locator.qvozLdF.UniteCMS\AdminBundle\Controller\AdminController".
Inlined service ".service_locator.O2p6Lk7" to ".service_locator.O2p6Lk7.Tito10047\AltchaBundle\Controller\AltchaChallengeController".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service "state_machine.contest.definition" to "debug.state_machine.contest.inner".
Inlined service "state_machine.jurysession.definition" to "debug.state_machine.jurysession.inner".
Inlined service "state_machine.result.definition" to "debug.state_machine.result.inner".
Inlined service "state_machine.participant.definition" to "debug.state_machine.participant.inner".
Inlined service "state_machine.registration.definition" to "debug.state_machine.registration.inner".
Inlined service "state_machine.jury_session_contest_category.definition" to "debug.state_machine.jury_session_contest_category.inner".
Inlined service "state_machine.cheese_publishing.definition" to "debug.state_machine.cheese_publishing.inner".
Inlined service "UniteCMS\CoreBundle\GraphQL\SchemaFileLoader" to ".debug.UniteCMS\CoreBundle\GraphQL\SchemaManager.inner".
Inlined service "UniteCMS\CoreBundle\GraphQL\ClassConfigurationReader" to ".debug.UniteCMS\CoreBundle\GraphQL\TypeRegistry.inner".
Inlined service ".service_locator.CST.1MC" to "console.command_loader".
Inlined service ".service_locator.1yMI3vo.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" 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 ".state_machine.contest.transition.0" to "debug.state_machine.contest".
Inlined service ".state_machine.contest.transition.1" to "debug.state_machine.contest".
Inlined service ".state_machine.contest.transition.2" to "debug.state_machine.contest".
Inlined service ".state_machine.contest.transition.3" to "debug.state_machine.contest".
Inlined service ".state_machine.contest.transition.4" to "debug.state_machine.contest".
Inlined service ".state_machine.contest.transition.5" to "debug.state_machine.contest".
Inlined service ".state_machine.contest.transition.6" to "debug.state_machine.contest".
Inlined service ".state_machine.contest.transition.7" to "debug.state_machine.contest".
Inlined service ".state_machine.contest.transition.8" to "debug.state_machine.contest".
Inlined service ".state_machine.contest.transition.0" to "debug.state_machine.contest".
Inlined service ".state_machine.contest.transition.1" to "debug.state_machine.contest".
Inlined service ".state_machine.contest.transition.2" to "debug.state_machine.contest".
Inlined service ".state_machine.contest.transition.3" to "debug.state_machine.contest".
Inlined service ".state_machine.contest.transition.4" to "debug.state_machine.contest".
Inlined service ".state_machine.contest.transition.5" to "debug.state_machine.contest".
Inlined service ".state_machine.contest.transition.6" to "debug.state_machine.contest".
Inlined service ".state_machine.contest.transition.7" to "debug.state_machine.contest".
Inlined service ".state_machine.contest.transition.8" to "debug.state_machine.contest".
Inlined service ".state_machine.jurysession.transition.0" to "debug.state_machine.jurysession".
Inlined service ".state_machine.jurysession.transition.1" to "debug.state_machine.jurysession".
Inlined service ".state_machine.jurysession.transition.2" to "debug.state_machine.jurysession".
Inlined service ".state_machine.jurysession.transition.3" to "debug.state_machine.jurysession".
Inlined service ".state_machine.jurysession.transition.4" to "debug.state_machine.jurysession".
Inlined service ".state_machine.jurysession.transition.5" to "debug.state_machine.jurysession".
Inlined service ".state_machine.jurysession.transition.0" to "debug.state_machine.jurysession".
Inlined service ".state_machine.jurysession.transition.1" to "debug.state_machine.jurysession".
Inlined service ".state_machine.jurysession.transition.2" to "debug.state_machine.jurysession".
Inlined service ".state_machine.jurysession.transition.3" to "debug.state_machine.jurysession".
Inlined service ".state_machine.jurysession.transition.4" to "debug.state_machine.jurysession".
Inlined service ".state_machine.jurysession.transition.5" to "debug.state_machine.jurysession".
Inlined service ".state_machine.result.transition.0" to "debug.state_machine.result".
Inlined service ".state_machine.result.transition.1" to "debug.state_machine.result".
Inlined service ".state_machine.result.transition.2" to "debug.state_machine.result".
Inlined service ".state_machine.result.transition.3" to "debug.state_machine.result".
Inlined service ".state_machine.result.transition.4" to "debug.state_machine.result".
Inlined service ".state_machine.result.transition.5" to "debug.state_machine.result".
Inlined service ".state_machine.result.transition.0" to "debug.state_machine.result".
Inlined service ".state_machine.result.transition.1" to "debug.state_machine.result".
Inlined service ".state_machine.result.transition.2" to "debug.state_machine.result".
Inlined service ".state_machine.result.transition.3" to "debug.state_machine.result".
Inlined service ".state_machine.result.transition.4" to "debug.state_machine.result".
Inlined service ".state_machine.result.transition.5" to "debug.state_machine.result".
Inlined service ".state_machine.participant.transition.0" to "debug.state_machine.participant".
Inlined service ".state_machine.participant.transition.1" to "debug.state_machine.participant".
Inlined service ".state_machine.participant.transition.7" to "debug.state_machine.participant".
Inlined service ".state_machine.participant.transition.8" to "debug.state_machine.participant".
Inlined service ".state_machine.participant.transition.0" to "debug.state_machine.participant".
Inlined service ".state_machine.participant.transition.1" to "debug.state_machine.participant".
Inlined service ".state_machine.participant.transition.7" to "debug.state_machine.participant".
Inlined service ".state_machine.participant.transition.8" to "debug.state_machine.participant".
Inlined service ".state_machine.registration.transition.5" to "debug.state_machine.registration".
Inlined service ".state_machine.registration.transition.5" to "debug.state_machine.registration".
Inlined service ".state_machine.jury_session_contest_category.transition.0" to "debug.state_machine.jury_session_contest_category".
Inlined service ".state_machine.jury_session_contest_category.transition.1" to "debug.state_machine.jury_session_contest_category".
Inlined service ".state_machine.jury_session_contest_category.transition.0" to "debug.state_machine.jury_session_contest_category".
Inlined service ".state_machine.jury_session_contest_category.transition.1" to "debug.state_machine.jury_session_contest_category".
Inlined service ".state_machine.cheese_publishing.transition.2" to "debug.state_machine.cheese_publishing".
Inlined service ".state_machine.cheese_publishing.transition.3" to "debug.state_machine.cheese_publishing".
Inlined service ".state_machine.cheese_publishing.transition.18" to "debug.state_machine.cheese_publishing".
Inlined service ".state_machine.cheese_publishing.transition.19" to "debug.state_machine.cheese_publishing".
Inlined service ".state_machine.cheese_publishing.transition.2" to "debug.state_machine.cheese_publishing".
Inlined service ".state_machine.cheese_publishing.transition.3" to "debug.state_machine.cheese_publishing".
Inlined service ".state_machine.cheese_publishing.transition.18" to "debug.state_machine.cheese_publishing".
Inlined service ".state_machine.cheese_publishing.transition.19" to "debug.state_machine.cheese_publishing".
Inlined service "UniteCMS\CoreBundle\Annotation\API\AttributeCollector" to ".debug.UniteCMS\CoreBundle\GraphQL\SchemaManager".
Inlined service "UniteCMS\CoreBundle\GraphQL\Schema\GraphQLTypeGenerator" to ".debug.UniteCMS\CoreBundle\GraphQL\SchemaManager".
Inlined service "UniteCMS\CoreBundle\Annotation\API\AttributeCollector" to ".debug.UniteCMS\CoreBundle\GraphQL\SchemaManager".
Inlined service "UniteCMS\CoreBundle\Annotation\API\AttributeCollector" to ".debug.UniteCMS\CoreBundle\GraphQL\SchemaManager".
Inlined service "UniteCMS\CoreBundle\GraphQL\Schema\GraphQLTypeGenerator" to ".debug.UniteCMS\CoreBundle\GraphQL\SchemaManager".
Inlined service "UniteCMS\CoreBundle\Annotation\API\AttributeCollector" to ".debug.UniteCMS\CoreBundle\GraphQL\SchemaManager".
3
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api_public", "debug.security.firewall.authenticator.api_pwa", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.admin", "debug.security.firewall.authenticator.admin_assets", ".debug.http_client", "debug.state_machine.contest", "debug.state_machine.jurysession", "debug.state_machine.result", "debug.state_machine.participant", "debug.state_machine.registration", "debug.state_machine.jury_session_contest_category", "debug.state_machine.cheese_publishing", ".debug.UniteCMS\CoreBundle\GraphQL\SchemaManager", ".debug.UniteCMS\CoreBundle\GraphQL\TypeRegistry", "debug.security.event_dispatcher.api_public", "debug.security.event_dispatcher.api_pwa", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.admin", "debug.security.event_dispatcher.admin_assets", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "eight_points_guzzle.logger" was defined on service(s) "eight_points_guzzle.crmc_logger", but was never used.
Tag "workflow.state_machine" was defined on service(s) "debug.state_machine.contest", "debug.state_machine.jurysession", "debug.state_machine.result", "debug.state_machine.participant", "debug.state_machine.registration", "debug.state_machine.jury_session_contest_category", "debug.state_machine.cheese_publishing", but was never used.