Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension" 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 "ApiPlatform\Core\Bridge\Symfony\Bundle\DependencyInjection\Compiler\DataProviderPass" 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 "ApiPlatform\Core\Bridge\Symfony\Bundle\DependencyInjection\Compiler\FilterPass" 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 "ApiPlatform\Core\Bridge\Symfony\Bundle\DependencyInjection\Compiler\ElasticsearchClientPass" 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 "ApiPlatform\Core\Bridge\Symfony\Bundle\DependencyInjection\Compiler\GraphQlTypePass" 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 "ApiPlatform\Core\Bridge\Symfony\Bundle\DependencyInjection\Compiler\GraphQlQueryResolverPass" 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 "ApiPlatform\Core\Bridge\Symfony\Bundle\DependencyInjection\Compiler\GraphQlMutationResolverPass" 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 "ApiPlatform\Core\Bridge\Symfony\Bundle\DependencyInjection\Compiler\DeprecateMercurePublisherPass" 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 "ApiPlatform\Core\Bridge\Symfony\Bundle\DependencyInjection\Compiler\MetadataAwareNameConverterPass" 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 "ApiPlatform\Core\Bridge\Symfony\Bundle\DependencyInjection\Compiler\TestClientPass" 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 "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\AddParamConverterPass" 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 "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\OptimizerPass" 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 "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\AddExpressionLanguageProvidersPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ApiPlatform\Core\DataPersister\DataPersisterInterface::persist()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyDelete" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Company\Infrastructure\Symfony\Serializer\Normalizer\WorkerCollection" class implements "Symfony\Component\Serializer\Normalizer\ContextAwareNormalizerInterface" that is deprecated since symfony/serializer 6.1, use NormalizerInterface instead.
Class "App\Company\Infrastructure\Symfony\Serializer\Normalizer\WorkerCollection" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "App\TasksAndProjects\Infrastructure\Symfony\Serializer\Normalizer\ProjectMember" class implements "Symfony\Component\Serializer\Normalizer\ContextAwareNormalizerInterface" that is deprecated since symfony/serializer 6.1, use NormalizerInterface instead.
Class "App\TasksAndProjects\Infrastructure\Symfony\Serializer\Normalizer\ProjectMember" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Denormalizer\WorkerDay" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Normalizer\Action" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
Method "ApiPlatform\Core\DataPersister\DataPersisterInterface::persist()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\User\Infrastructure\ApiPlatform\DataPersister\UserDelete" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\User\Infrastructure\Symfony\Serializer\Normalizer\User" class implements "Symfony\Component\Serializer\Normalizer\ContextAwareNormalizerInterface" that is deprecated since symfony/serializer 6.1, use NormalizerInterface instead.
Class "App\User\Infrastructure\Symfony\Serializer\Normalizer\User" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Class "App\WorkSchedule\Infrastructure\Serializer\BatchCreateWorkScheduleEntriesInputDenormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "App\WorkSchedule\Infrastructure\Serializer\BatchCreateWorkScheduleEntriesInputDenormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
Class "App\WorkSchedule\Infrastructure\Serializer\BatchDeleteWorkScheduleEntriesInputDenormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "App\WorkSchedule\Infrastructure\Serializer\BatchDeleteWorkScheduleEntriesInputDenormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
Class "App\WorkSchedule\Infrastructure\Serializer\BatchUpdateWorkScheduleEntriesInputDenormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "App\WorkSchedule\Infrastructure\Serializer\BatchUpdateWorkScheduleEntriesInputDenormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
Class "App\WorkSchedule\Infrastructure\Serializer\WorkScheduleEntryDenormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
The "Invenso\Rector\Set\ApiPlatformSetList" class implements "Rector\Set\Contract\SetListInterface" that is deprecated This interface needs a reflection to load and uses constant links. Now we changed to services provider architecture that can be used and registerd easily. Use.
Since symfony/doctrine-bridge 6.3: Registering "App\Company\Infrastructure\Doctrine\EventSubscriber\RefreshWorkerStateSubscriber" 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 "App\Form\Infrastructure\Doctrine\EventSubscriber\FormAnswerSubscriber" 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 "App\MediaObject\Infrastructure\Doctrine\EventSubscriber\MediaFirebaseSubscriber" 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 "App\RealTime\Adapter\EventSubscriber\FirebaseMessagingSubscriber" 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 "App\TasksAndProjects\Infrastructure\Doctrine\EventSubscriber\AutoEndTimeEntrySubscriber" 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 "App\TasksAndProjects\Infrastructure\Doctrine\EventSubscriber\CustomerAccountSubscriber" 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 "App\TimeAndAttendance\Infrastructure\Doctrine\EventSubscriber\ActionAddWarningIfNeeded" 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 "App\TimeAndAttendance\Infrastructure\Doctrine\EventSubscriber\ActionSetRemoteWork" 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 "App\Analytics\Adapter\EventSubscriber\HubspotApiSubscriber" 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 "App\TasksAndProjects\Infrastructure\Doctrine\EventSubscriber\CustomerAccountSendInvitationSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Class "ApiPlatform\Core\Bridge\Symfony\Identifier\Normalizer\UlidNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Core\Bridge\Symfony\Identifier\Normalizer\UlidNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
Class "ApiPlatform\Core\Bridge\Symfony\Identifier\Normalizer\UuidNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Core\Bridge\Symfony\Identifier\Normalizer\UuidNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
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\WorkSchedule\Infrastructure\Controller\WorkSchedulePresetController" service.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Core\JsonSchema\Command\JsonSchemaGenerateCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
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 "ApiPlatform\Core\JsonSchema\Command\JsonSchemaGenerateCommand" class instead.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Core\Bridge\Symfony\Bundle\Command\OpenApiCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
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 "ApiPlatform\Core\Bridge\Symfony\Bundle\Command\OpenApiCommand" class instead.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
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 "ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand" class instead.
Method "Symfony\Component\Routing\RequestContextAwareInterface::setContext()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Core\Bridge\Symfony\Routing\Router" now to avoid errors or add an explicit @return annotation to suppress this message.
The "ApiPlatform\Core\Serializer\AbstractItemNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its parent class "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer", not defining it is deprecated.
The "ApiPlatform\Core\Serializer\AbstractItemNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its parent class "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer", not defining it is deprecated.
Method "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::setAttributeValue()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Core\Serializer\AbstractItemNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "ApiPlatform\Core\Serializer\ItemNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Class "ApiPlatform\Core\Serializer\ItemNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
Class "ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
The "ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
The "Symfony\Component\Serializer\Normalizer\DateTimeNormalizer" class is considered final since Symfony 6.3. It may change without further notice as of its next major version. You should not extend it from "ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer".
The "ApiPlatform\Core\Bridge\Symfony\Bundle\CacheWarmer\CachePoolClearerCacheWarmer::warmUp()" method will require a new "string|null $buildDir" argument in the next major version of its interface "Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface", not defining it is deprecated.
Class "ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
Class "ApiPlatform\Core\Bridge\RamseyUuid\Serializer\UuidDenormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Core\Bridge\RamseyUuid\Serializer\UuidDenormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
Class "ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
The "ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Class "ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Class "ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its parent class "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer", not defining it is deprecated.
The "ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its parent class "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer", not defining it is deprecated.
Class "ApiPlatform\Core\JsonLd\Serializer\ObjectNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Core\JsonLd\Serializer\ObjectNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
Class "ApiPlatform\Core\Hydra\Serializer\DocumentationNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Core\Hydra\Serializer\DocumentationNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
The "ApiPlatform\Core\Serializer\AbstractConstraintViolationListNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
The "ApiPlatform\Core\Serializer\AbstractConstraintViolationListNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Class "ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Class "ApiPlatform\Core\Hydra\Serializer\EntrypointNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Core\Hydra\Serializer\EntrypointNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
Class "ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
The "ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Class "ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
The "ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Method "Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface::setNormalizer()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
The "ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Method "Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface::setNormalizer()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "ApiPlatform\Core\Problem\Serializer\ConstraintViolationListNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Class "ApiPlatform\Core\Problem\Serializer\ErrorNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Core\Problem\Serializer\ErrorNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
The "ApiPlatform\Core\Problem\Serializer\ErrorNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::collect()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\DataCollector\DataCollector::reset()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator" class implements "Symfony\Component\DependencyInjection\ContainerAwareInterface" that is deprecated since Symfony 6.4, use dependency injection instead.
Method "Symfony\Component\ExpressionLanguage\ExpressionLanguage::registerFunctions()" might add "void" as a native return type declaration in the future. Do the same in child class "Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "ApiPlatform\Core\Hydra\Serializer\CollectionNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Core\Hydra\Serializer\CollectionNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
The "ApiPlatform\Core\Hydra\Serializer\CollectionNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Class "ApiPlatform\Core\OpenApi\Serializer\OpenApiNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Core\OpenApi\Serializer\OpenApiNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
The "ApiPlatform\Core\OpenApi\Serializer\OpenApiNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Class "ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
The "ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
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.
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
User Deprecated: 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.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Company\Infrastructure\Symfony\Serializer\Normalizer\WorkerCollection" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\TasksAndProjects\Infrastructure\Symfony\Serializer\Normalizer\ProjectMember" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Normalizer\Action" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\User\Infrastructure\Symfony\Serializer\Normalizer\User" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\WorkSchedule\Infrastructure\Serializer\BatchCreateWorkScheduleEntriesInputDenormalizer" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\WorkSchedule\Infrastructure\Serializer\BatchDeleteWorkScheduleEntriesInputDenormalizer" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\WorkSchedule\Infrastructure\Serializer\BatchUpdateWorkScheduleEntriesInputDenormalizer" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\WorkSchedule\Infrastructure\Serializer\WorkScheduleEntryDenormalizer" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "ApiPlatform\Core\Bridge\RamseyUuid\Serializer\UuidDenormalizer" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "ApiPlatform\Core\Problem\Serializer\ConstraintViolationListNormalizer" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "ApiPlatform\Core\Hydra\Serializer\DocumentationNormalizer" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "ApiPlatform\Core\Hydra\Serializer\EntrypointNormalizer" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "ApiPlatform\Core\Problem\Serializer\ErrorNormalizer" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "ApiPlatform\Core\Serializer\ItemNormalizer" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "ApiPlatform\Core\JsonLd\Serializer\ObjectNormalizer" is deprecated.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Company\Infrastructure\Doctrine\EventSubscriber\RefreshWorkerStateSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Form\Infrastructure\Doctrine\EventSubscriber\FormAnswerSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\MediaObject\Infrastructure\Doctrine\EventSubscriber\MediaFirebaseSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\RealTime\Adapter\EventSubscriber\FirebaseMessagingSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\TasksAndProjects\Infrastructure\Doctrine\EventSubscriber\AutoEndTimeEntrySubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\TasksAndProjects\Infrastructure\Doctrine\EventSubscriber\CustomerAccountSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\TimeAndAttendance\Infrastructure\Doctrine\EventSubscriber\ActionAddWarningIfNeeded" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\TimeAndAttendance\Infrastructure\Doctrine\EventSubscriber\ActionSetRemoteWork" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\Analytics\Adapter\EventSubscriber\HubspotApiSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\TasksAndProjects\Infrastructure\Doctrine\EventSubscriber\CustomerAccountSendInvitationSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:219 called by getStofDoctrineExtensions_Listener_TimestampableService.php:33, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)
User Deprecated: JoinColumn configuration is not allowed on the inverse side of one-to-one associations, and will throw a MappingException in Doctrine ORM 3.0 (ClassMetadataInfo.php:1871 called by ClassMetadataInfo.php:2945, https://github.com/doctrine/orm/pull/10654, package doctrine/orm)
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
1142
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Affiliate\Infrastructure\ApiPlatform\DataProvider\PromoterPayoutDataProvider" (parent: .abstract.instanceof.App\Affiliate\Infrastructure\ApiPlatform\DataProvider\PromoterPayoutDataProvider).
Resolving inheritance for "App\Affiliate\Infrastructure\ApiPlatform\DataProvider\PromoterPayoutDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Affiliate\Infrastructure\ApiPlatform\DataProvider\PromoterPayoutDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Affiliate\Infrastructure\ApiPlatform\DataProvider\PromoterReferralDataProvider" (parent: .abstract.instanceof.App\Affiliate\Infrastructure\ApiPlatform\DataProvider\PromoterReferralDataProvider).
Resolving inheritance for "App\Affiliate\Infrastructure\ApiPlatform\DataProvider\PromoterReferralDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Affiliate\Infrastructure\ApiPlatform\DataProvider\PromoterReferralDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Affiliate\Infrastructure\ApiPlatform\DataProvider\PromoterRewardDataProvider" (parent: .abstract.instanceof.App\Affiliate\Infrastructure\ApiPlatform\DataProvider\PromoterRewardDataProvider).
Resolving inheritance for "App\Affiliate\Infrastructure\ApiPlatform\DataProvider\PromoterRewardDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Affiliate\Infrastructure\ApiPlatform\DataProvider\PromoterRewardDataProvider).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Affiliate\Infrastructure\Repository\PromoterRepository" (parent: .abstract.instanceof.App\Affiliate\Infrastructure\Repository\PromoterRepository).
Resolving inheritance for "App\Affiliate\Infrastructure\Repository\PromoterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Affiliate\Infrastructure\Repository\PromoterRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Affiliate\Infrastructure\Symfony\Security\Voter\PromoterVoter" (parent: .abstract.instanceof.App\Affiliate\Infrastructure\Symfony\Security\Voter\PromoterVoter).
Resolving inheritance for "App\Affiliate\Infrastructure\Symfony\Security\Voter\PromoterVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Affiliate\Infrastructure\Symfony\Security\Voter\PromoterVoter).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateAssistantInput" (parent: .abstract.instanceof.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateAssistantInput).
Resolving inheritance for "App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateAssistantInput" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateAssistantInput).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateThreadInput" (parent: .abstract.instanceof.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateThreadInput).
Resolving inheritance for "App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateThreadInput" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateThreadInput).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateThreadMessageInput" (parent: .abstract.instanceof.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateThreadMessageInput).
Resolving inheritance for "App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateThreadMessageInput" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateThreadMessageInput).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateThreadRunInput" (parent: .abstract.instanceof.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateThreadRunInput).
Resolving inheritance for "App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateThreadRunInput" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateThreadRunInput).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Ai\Infrastructure\ApiPlatform\DataTransformer\ModifyAssistantInput" (parent: .abstract.instanceof.App\Ai\Infrastructure\ApiPlatform\DataTransformer\ModifyAssistantInput).
Resolving inheritance for "App\Ai\Infrastructure\ApiPlatform\DataTransformer\ModifyAssistantInput" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Ai\Infrastructure\ApiPlatform\DataTransformer\ModifyAssistantInput).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Ai\Infrastructure\ApiPlatform\DataTransformer\SubmitThreadToolOutputsToRunInput" (parent: .abstract.instanceof.App\Ai\Infrastructure\ApiPlatform\DataTransformer\SubmitThreadToolOutputsToRunInput).
Resolving inheritance for "App\Ai\Infrastructure\ApiPlatform\DataTransformer\SubmitThreadToolOutputsToRunInput" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Ai\Infrastructure\ApiPlatform\DataTransformer\SubmitThreadToolOutputsToRunInput).
Resolving inheritance for ".instanceof.App\Ai\Infrastructure\Controller\CreateAssistantAction.0.App\Ai\Infrastructure\Controller\CreateAssistantAction" (parent: .abstract.instanceof.App\Ai\Infrastructure\Controller\CreateAssistantAction).
Resolving inheritance for "App\Ai\Infrastructure\Controller\CreateAssistantAction" (parent: .instanceof.App\Ai\Infrastructure\Controller\CreateAssistantAction.0.App\Ai\Infrastructure\Controller\CreateAssistantAction).
Resolving inheritance for ".instanceof.App\Ai\Infrastructure\Controller\CreateThreadAction.0.App\Ai\Infrastructure\Controller\CreateThreadAction" (parent: .abstract.instanceof.App\Ai\Infrastructure\Controller\CreateThreadAction).
Resolving inheritance for "App\Ai\Infrastructure\Controller\CreateThreadAction" (parent: .instanceof.App\Ai\Infrastructure\Controller\CreateThreadAction.0.App\Ai\Infrastructure\Controller\CreateThreadAction).
Resolving inheritance for ".instanceof.App\Ai\Infrastructure\Controller\CreateThreadMessageAction.0.App\Ai\Infrastructure\Controller\CreateThreadMessageAction" (parent: .abstract.instanceof.App\Ai\Infrastructure\Controller\CreateThreadMessageAction).
Resolving inheritance for "App\Ai\Infrastructure\Controller\CreateThreadMessageAction" (parent: .instanceof.App\Ai\Infrastructure\Controller\CreateThreadMessageAction.0.App\Ai\Infrastructure\Controller\CreateThreadMessageAction).
Resolving inheritance for ".instanceof.App\Ai\Infrastructure\Controller\CreateThreadRunAction.0.App\Ai\Infrastructure\Controller\CreateThreadRunAction" (parent: .abstract.instanceof.App\Ai\Infrastructure\Controller\CreateThreadRunAction).
Resolving inheritance for "App\Ai\Infrastructure\Controller\CreateThreadRunAction" (parent: .instanceof.App\Ai\Infrastructure\Controller\CreateThreadRunAction.0.App\Ai\Infrastructure\Controller\CreateThreadRunAction).
Resolving inheritance for ".instanceof.App\Ai\Infrastructure\Controller\GetAssistantAction.0.App\Ai\Infrastructure\Controller\GetAssistantAction" (parent: .abstract.instanceof.App\Ai\Infrastructure\Controller\GetAssistantAction).
Resolving inheritance for "App\Ai\Infrastructure\Controller\GetAssistantAction" (parent: .instanceof.App\Ai\Infrastructure\Controller\GetAssistantAction.0.App\Ai\Infrastructure\Controller\GetAssistantAction).
Resolving inheritance for ".instanceof.App\Ai\Infrastructure\Controller\GetThreadRunAction.0.App\Ai\Infrastructure\Controller\GetThreadRunAction" (parent: .abstract.instanceof.App\Ai\Infrastructure\Controller\GetThreadRunAction).
Resolving inheritance for "App\Ai\Infrastructure\Controller\GetThreadRunAction" (parent: .instanceof.App\Ai\Infrastructure\Controller\GetThreadRunAction.0.App\Ai\Infrastructure\Controller\GetThreadRunAction).
Resolving inheritance for ".instanceof.App\Ai\Infrastructure\Controller\ListThreadMessagesAction.0.App\Ai\Infrastructure\Controller\ListThreadMessagesAction" (parent: .abstract.instanceof.App\Ai\Infrastructure\Controller\ListThreadMessagesAction).
Resolving inheritance for "App\Ai\Infrastructure\Controller\ListThreadMessagesAction" (parent: .instanceof.App\Ai\Infrastructure\Controller\ListThreadMessagesAction.0.App\Ai\Infrastructure\Controller\ListThreadMessagesAction).
Resolving inheritance for ".instanceof.App\Ai\Infrastructure\Controller\ModifyAssistantAction.0.App\Ai\Infrastructure\Controller\ModifyAssistantAction" (parent: .abstract.instanceof.App\Ai\Infrastructure\Controller\ModifyAssistantAction).
Resolving inheritance for "App\Ai\Infrastructure\Controller\ModifyAssistantAction" (parent: .instanceof.App\Ai\Infrastructure\Controller\ModifyAssistantAction.0.App\Ai\Infrastructure\Controller\ModifyAssistantAction).
Resolving inheritance for ".instanceof.App\Ai\Infrastructure\Controller\SubmitThreadToolOutputsToRunAction.0.App\Ai\Infrastructure\Controller\SubmitThreadToolOutputsToRunAction" (parent: .abstract.instanceof.App\Ai\Infrastructure\Controller\SubmitThreadToolOutputsToRunAction).
Resolving inheritance for "App\Ai\Infrastructure\Controller\SubmitThreadToolOutputsToRunAction" (parent: .instanceof.App\Ai\Infrastructure\Controller\SubmitThreadToolOutputsToRunAction.0.App\Ai\Infrastructure\Controller\SubmitThreadToolOutputsToRunAction).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\ActionSavedSubscriber" (parent: .abstract.instanceof.App\Analytics\Adapter\EventSubscriber\ActionSavedSubscriber).
Resolving inheritance for "App\Analytics\Adapter\EventSubscriber\ActionSavedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\ActionSavedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\CompanyDeletedSubscriber" (parent: .abstract.instanceof.App\Analytics\Adapter\EventSubscriber\CompanyDeletedSubscriber).
Resolving inheritance for "App\Analytics\Adapter\EventSubscriber\CompanyDeletedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\CompanyDeletedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\CompanyModulesUpdatedSubscriber" (parent: .abstract.instanceof.App\Analytics\Adapter\EventSubscriber\CompanyModulesUpdatedSubscriber).
Resolving inheritance for "App\Analytics\Adapter\EventSubscriber\CompanyModulesUpdatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\CompanyModulesUpdatedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\CompanySavedSubscriber" (parent: .abstract.instanceof.App\Analytics\Adapter\EventSubscriber\CompanySavedSubscriber).
Resolving inheritance for "App\Analytics\Adapter\EventSubscriber\CompanySavedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\CompanySavedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\FirstKioskCreatedSubscriber" (parent: .abstract.instanceof.App\Analytics\Adapter\EventSubscriber\FirstKioskCreatedSubscriber).
Resolving inheritance for "App\Analytics\Adapter\EventSubscriber\FirstKioskCreatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\FirstKioskCreatedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\NewReferralSubscriber" (parent: .abstract.instanceof.App\Analytics\Adapter\EventSubscriber\NewReferralSubscriber).
Resolving inheritance for "App\Analytics\Adapter\EventSubscriber\NewReferralSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\NewReferralSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\OnboardingUpdatedSubscriber" (parent: .abstract.instanceof.App\Analytics\Adapter\EventSubscriber\OnboardingUpdatedSubscriber).
Resolving inheritance for "App\Analytics\Adapter\EventSubscriber\OnboardingUpdatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\OnboardingUpdatedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\SubscriptionUpgradeGuideSentSubscriber" (parent: .abstract.instanceof.App\Analytics\Adapter\EventSubscriber\SubscriptionUpgradeGuideSentSubscriber).
Resolving inheritance for "App\Analytics\Adapter\EventSubscriber\SubscriptionUpgradeGuideSentSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\SubscriptionUpgradeGuideSentSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\UserDeviceSavedSubscriber" (parent: .abstract.instanceof.App\Analytics\Adapter\EventSubscriber\UserDeviceSavedSubscriber).
Resolving inheritance for "App\Analytics\Adapter\EventSubscriber\UserDeviceSavedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\UserDeviceSavedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\UserSavedSubscriber" (parent: .abstract.instanceof.App\Analytics\Adapter\EventSubscriber\UserSavedSubscriber).
Resolving inheritance for "App\Analytics\Adapter\EventSubscriber\UserSavedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\UserSavedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\WorkerFirstTimeStartWorkSubscriber" (parent: .abstract.instanceof.App\Analytics\Adapter\EventSubscriber\WorkerFirstTimeStartWorkSubscriber).
Resolving inheritance for "App\Analytics\Adapter\EventSubscriber\WorkerFirstTimeStartWorkSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\WorkerFirstTimeStartWorkSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\WorkerModulesUpdatedSubscriber" (parent: .abstract.instanceof.App\Analytics\Adapter\EventSubscriber\WorkerModulesUpdatedSubscriber).
Resolving inheritance for "App\Analytics\Adapter\EventSubscriber\WorkerModulesUpdatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\WorkerModulesUpdatedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\WorkerSavedSubscriber" (parent: .abstract.instanceof.App\Analytics\Adapter\EventSubscriber\WorkerSavedSubscriber).
Resolving inheritance for "App\Analytics\Adapter\EventSubscriber\WorkerSavedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\WorkerSavedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Analytics\Infrastructure\Controller\HubSpotController" (parent: .abstract.instanceof.App\Analytics\Infrastructure\Controller\HubSpotController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Analytics\Infrastructure\Controller\HubSpotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Analytics\Infrastructure\Controller\HubSpotController).
Resolving inheritance for "App\Analytics\Infrastructure\Controller\HubSpotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Analytics\Infrastructure\Controller\HubSpotController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Analytics\Infrastructure\Symfony\Command\CompanySnapshotCommand" (parent: .abstract.instanceof.App\Analytics\Infrastructure\Symfony\Command\CompanySnapshotCommand).
Resolving inheritance for "App\Analytics\Infrastructure\Symfony\Command\CompanySnapshotCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Analytics\Infrastructure\Symfony\Command\CompanySnapshotCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Analytics\Infrastructure\Symfony\Command\UserExportCommand" (parent: .abstract.instanceof.App\Analytics\Infrastructure\Symfony\Command\UserExportCommand).
Resolving inheritance for "App\Analytics\Infrastructure\Symfony\Command\UserExportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Analytics\Infrastructure\Symfony\Command\UserExportCommand).
Resolving inheritance for ".instanceof.App\ChangeHistory\Adapter\CommandHandler\SaveDiffInObjects.0.App\ChangeHistory\Adapter\CommandHandler\SaveDiffInObjects" (parent: .abstract.instanceof.App\ChangeHistory\Adapter\CommandHandler\SaveDiffInObjects).
Resolving inheritance for "App\ChangeHistory\Adapter\CommandHandler\SaveDiffInObjects" (parent: .instanceof.App\ChangeHistory\Adapter\CommandHandler\SaveDiffInObjects.0.App\ChangeHistory\Adapter\CommandHandler\SaveDiffInObjects).
Resolving inheritance for ".instanceof.App\ChangeHistory\Adapter\QueryHandler\GetObjectChangeHistory.0.App\ChangeHistory\Adapter\QueryHandler\GetObjectChangeHistory" (parent: .abstract.instanceof.App\ChangeHistory\Adapter\QueryHandler\GetObjectChangeHistory).
Resolving inheritance for "App\ChangeHistory\Adapter\QueryHandler\GetObjectChangeHistory" (parent: .instanceof.App\ChangeHistory\Adapter\QueryHandler\GetObjectChangeHistory.0.App\ChangeHistory\Adapter\QueryHandler\GetObjectChangeHistory).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\ChangeHistory\Infrastructure\ApiPlatform\DataProvider\ChangeHistory" (parent: .abstract.instanceof.App\ChangeHistory\Infrastructure\ApiPlatform\DataProvider\ChangeHistory).
Resolving inheritance for "App\ChangeHistory\Infrastructure\ApiPlatform\DataProvider\ChangeHistory" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\ChangeHistory\Infrastructure\ApiPlatform\DataProvider\ChangeHistory).
Resolving inheritance for ".instanceof.App\Company\Adapter\CommandHandler\BatchCalculateCompanyHealthScore.0.App\Company\Adapter\CommandHandler\BatchCalculateCompanyHealthScore" (parent: .abstract.instanceof.App\Company\Adapter\CommandHandler\BatchCalculateCompanyHealthScore).
Resolving inheritance for "App\Company\Adapter\CommandHandler\BatchCalculateCompanyHealthScore" (parent: .instanceof.App\Company\Adapter\CommandHandler\BatchCalculateCompanyHealthScore.0.App\Company\Adapter\CommandHandler\BatchCalculateCompanyHealthScore).
Resolving inheritance for ".instanceof.App\Company\Adapter\CommandHandler\RemovePhotoConfirmations.0.App\Company\Adapter\CommandHandler\RemovePhotoConfirmations" (parent: .abstract.instanceof.App\Company\Adapter\CommandHandler\RemovePhotoConfirmations).
Resolving inheritance for "App\Company\Adapter\CommandHandler\RemovePhotoConfirmations" (parent: .instanceof.App\Company\Adapter\CommandHandler\RemovePhotoConfirmations.0.App\Company\Adapter\CommandHandler\RemovePhotoConfirmations).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Company\Adapter\EventSubscriber\CompanyModulesUpdatedSubscriber" (parent: .abstract.instanceof.App\Company\Adapter\EventSubscriber\CompanyModulesUpdatedSubscriber).
Resolving inheritance for "App\Company\Adapter\EventSubscriber\CompanyModulesUpdatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Company\Adapter\EventSubscriber\CompanyModulesUpdatedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Company\Adapter\EventSubscriber\DepartmentRealTimeUpdate" (parent: .abstract.instanceof.App\Company\Adapter\EventSubscriber\DepartmentRealTimeUpdate).
Resolving inheritance for "App\Company\Adapter\EventSubscriber\DepartmentRealTimeUpdate" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Company\Adapter\EventSubscriber\DepartmentRealTimeUpdate).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Company\Adapter\EventSubscriber\JobPositionRealTimeUpdate" (parent: .abstract.instanceof.App\Company\Adapter\EventSubscriber\JobPositionRealTimeUpdate).
Resolving inheritance for "App\Company\Adapter\EventSubscriber\JobPositionRealTimeUpdate" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Company\Adapter\EventSubscriber\JobPositionRealTimeUpdate).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Company\Adapter\EventSubscriber\NewReferralForSupportSubscriber" (parent: .abstract.instanceof.App\Company\Adapter\EventSubscriber\NewReferralForSupportSubscriber).
Resolving inheritance for "App\Company\Adapter\EventSubscriber\NewReferralForSupportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Company\Adapter\EventSubscriber\NewReferralForSupportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Company\Adapter\EventSubscriber\ReferringCompanyThankYouSubscriber" (parent: .abstract.instanceof.App\Company\Adapter\EventSubscriber\ReferringCompanyThankYouSubscriber).
Resolving inheritance for "App\Company\Adapter\EventSubscriber\ReferringCompanyThankYouSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Company\Adapter\EventSubscriber\ReferringCompanyThankYouSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Company\Adapter\EventSubscriber\WorkerRealTimeUpdate" (parent: .abstract.instanceof.App\Company\Adapter\EventSubscriber\WorkerRealTimeUpdate).
Resolving inheritance for "App\Company\Adapter\EventSubscriber\WorkerRealTimeUpdate" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Company\Adapter\EventSubscriber\WorkerRealTimeUpdate).
Resolving inheritance for ".instanceof.App\Company\Adapter\QueryHandler\GetHolidayCalendar.0.App\Company\Adapter\QueryHandler\GetHolidayCalendar" (parent: .abstract.instanceof.App\Company\Adapter\QueryHandler\GetHolidayCalendar).
Resolving inheritance for "App\Company\Adapter\QueryHandler\GetHolidayCalendar" (parent: .instanceof.App\Company\Adapter\QueryHandler\GetHolidayCalendar.0.App\Company\Adapter\QueryHandler\GetHolidayCalendar).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyBillingDetailsPut" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyBillingDetailsPut).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyBillingDetailsPut" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyBillingDetailsPut).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyDelete" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyDelete).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyDelete" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyDelete).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyPut" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyPut).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyPut" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyPut).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentDelete" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentDelete).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentDelete" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentDelete).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentPost" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentPost).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentPost" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentPost).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentPut" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentPut).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentPut" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentPut).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\HolidayCalendarPost" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\HolidayCalendarPost).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataPersister\HolidayCalendarPost" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\HolidayCalendarPost).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionDelete" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionDelete).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionDelete" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionDelete).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionPost" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionPost).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionPost" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionPost).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionPut" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionPut).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionPut" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionPut).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\ReferralPost" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\ReferralPost).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataPersister\ReferralPost" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\ReferralPost).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\Tag" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\Tag).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataPersister\Tag" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\Tag).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerDelete" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerDelete).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerDelete" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerDelete).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerPost" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerPost).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerPost" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerPost).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerPut" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerPut).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerPut" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerPut).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface.0.App\Company\Infrastructure\ApiPlatform\DataProvider\HolidayCalendarByCompany" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataProvider\HolidayCalendarByCompany).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataProvider\HolidayCalendarByCompany" (parent: .instanceof.ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface.0.App\Company\Infrastructure\ApiPlatform\DataProvider\HolidayCalendarByCompany).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Company\Infrastructure\ApiPlatform\DataProvider\TeamMemberDataProvider" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataProvider\TeamMemberDataProvider).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataProvider\TeamMemberDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Company\Infrastructure\ApiPlatform\DataProvider\TeamMemberDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Company\Infrastructure\ApiPlatform\DataTransformer\TeamMemberOutputDataTransformer" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataTransformer\TeamMemberOutputDataTransformer).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataTransformer\TeamMemberOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Company\Infrastructure\ApiPlatform\DataTransformer\TeamMemberOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Company\Infrastructure\ApiPlatform\DataTransformer\WorkerLinkInvitationDataTransformer" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataTransformer\WorkerLinkInvitationDataTransformer).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataTransformer\WorkerLinkInvitationDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Company\Infrastructure\ApiPlatform\DataTransformer\WorkerLinkInvitationDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Company\Infrastructure\ApiPlatform\DataTransformer\WorkerSmsInvitationDataTransformer" (parent: .abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataTransformer\WorkerSmsInvitationDataTransformer).
Resolving inheritance for "App\Company\Infrastructure\ApiPlatform\DataTransformer\WorkerSmsInvitationDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Company\Infrastructure\ApiPlatform\DataTransformer\WorkerSmsInvitationDataTransformer).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Company\Infrastructure\Controller\CrewController" (parent: .abstract.instanceof.App\Company\Infrastructure\Controller\CrewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Company\Infrastructure\Controller\CrewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Company\Infrastructure\Controller\CrewController).
Resolving inheritance for "App\Company\Infrastructure\Controller\CrewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Company\Infrastructure\Controller\CrewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Company\Infrastructure\Controller\SalaryController" (parent: .abstract.instanceof.App\Company\Infrastructure\Controller\SalaryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Company\Infrastructure\Controller\SalaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Company\Infrastructure\Controller\SalaryController).
Resolving inheritance for "App\Company\Infrastructure\Controller\SalaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Company\Infrastructure\Controller\SalaryController).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\ArchivedOrNotWorkersExtension" (parent: .abstract.instanceof.App\Company\Infrastructure\Doctrine\Extension\ArchivedOrNotWorkersExtension).
Resolving inheritance for "App\Company\Infrastructure\Doctrine\Extension\ArchivedOrNotWorkersExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\ArchivedOrNotWorkersExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\ContractTypeByCompanyExtension" (parent: .abstract.instanceof.App\Company\Infrastructure\Doctrine\Extension\ContractTypeByCompanyExtension).
Resolving inheritance for "App\Company\Infrastructure\Doctrine\Extension\ContractTypeByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\ContractTypeByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\DepartmentByCompanyExtension" (parent: .abstract.instanceof.App\Company\Infrastructure\Doctrine\Extension\DepartmentByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\DepartmentByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\DepartmentByCompanyExtension).
Resolving inheritance for "App\Company\Infrastructure\Doctrine\Extension\DepartmentByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\DepartmentByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\JobPositionByCompanyExtension" (parent: .abstract.instanceof.App\Company\Infrastructure\Doctrine\Extension\JobPositionByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\JobPositionByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\JobPositionByCompanyExtension).
Resolving inheritance for "App\Company\Infrastructure\Doctrine\Extension\JobPositionByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\JobPositionByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\TagByCompanyExtension" (parent: .abstract.instanceof.App\Company\Infrastructure\Doctrine\Extension\TagByCompanyExtension).
Resolving inheritance for "App\Company\Infrastructure\Doctrine\Extension\TagByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\TagByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\WorkerByCompanyExtension" (parent: .abstract.instanceof.App\Company\Infrastructure\Doctrine\Extension\WorkerByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\WorkerByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\WorkerByCompanyExtension).
Resolving inheritance for "App\Company\Infrastructure\Doctrine\Extension\WorkerByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\WorkerByCompanyExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\CompanyRepository" (parent: .abstract.instanceof.App\Company\Infrastructure\Repository\CompanyRepository).
Resolving inheritance for "App\Company\Infrastructure\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\CompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\ContractTypeRepository" (parent: .abstract.instanceof.App\Company\Infrastructure\Repository\ContractTypeRepository).
Resolving inheritance for "App\Company\Infrastructure\Repository\ContractTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\ContractTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\DepartmentRepository" (parent: .abstract.instanceof.App\Company\Infrastructure\Repository\DepartmentRepository).
Resolving inheritance for "App\Company\Infrastructure\Repository\DepartmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\DepartmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\HolidayCalendarDayRepository" (parent: .abstract.instanceof.App\Company\Infrastructure\Repository\HolidayCalendarDayRepository).
Resolving inheritance for "App\Company\Infrastructure\Repository\HolidayCalendarDayRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\HolidayCalendarDayRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\HolidayCalendarRepository" (parent: .abstract.instanceof.App\Company\Infrastructure\Repository\HolidayCalendarRepository).
Resolving inheritance for "App\Company\Infrastructure\Repository\HolidayCalendarRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\HolidayCalendarRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\JobPositionRepository" (parent: .abstract.instanceof.App\Company\Infrastructure\Repository\JobPositionRepository).
Resolving inheritance for "App\Company\Infrastructure\Repository\JobPositionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\JobPositionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\ManagerPrivilegeRepository" (parent: .abstract.instanceof.App\Company\Infrastructure\Repository\ManagerPrivilegeRepository).
Resolving inheritance for "App\Company\Infrastructure\Repository\ManagerPrivilegeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\ManagerPrivilegeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\ReferralRepository" (parent: .abstract.instanceof.App\Company\Infrastructure\Repository\ReferralRepository).
Resolving inheritance for "App\Company\Infrastructure\Repository\ReferralRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\ReferralRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\TagRepository" (parent: .abstract.instanceof.App\Company\Infrastructure\Repository\TagRepository).
Resolving inheritance for "App\Company\Infrastructure\Repository\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\TagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\WorkerModuleActivationRepository" (parent: .abstract.instanceof.App\Company\Infrastructure\Repository\WorkerModuleActivationRepository).
Resolving inheritance for "App\Company\Infrastructure\Repository\WorkerModuleActivationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\WorkerModuleActivationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\WorkerPrivilegeRepository" (parent: .abstract.instanceof.App\Company\Infrastructure\Repository\WorkerPrivilegeRepository).
Resolving inheritance for "App\Company\Infrastructure\Repository\WorkerPrivilegeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\WorkerPrivilegeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\WorkerRepository" (parent: .abstract.instanceof.App\Company\Infrastructure\Repository\WorkerRepository).
Resolving inheritance for "App\Company\Infrastructure\Repository\WorkerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\WorkerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\WorkerWageRateRepository" (parent: .abstract.instanceof.App\Company\Infrastructure\Repository\WorkerWageRateRepository).
Resolving inheritance for "App\Company\Infrastructure\Repository\WorkerWageRateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\WorkerWageRateRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Company\Infrastructure\Symfony\Command\CalculateHealthScore" (parent: .abstract.instanceof.App\Company\Infrastructure\Symfony\Command\CalculateHealthScore).
Resolving inheritance for "App\Company\Infrastructure\Symfony\Command\CalculateHealthScore" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Company\Infrastructure\Symfony\Command\CalculateHealthScore).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Company\Infrastructure\Symfony\Command\RemovePhotoConfirmation" (parent: .abstract.instanceof.App\Company\Infrastructure\Symfony\Command\RemovePhotoConfirmation).
Resolving inheritance for "App\Company\Infrastructure\Symfony\Command\RemovePhotoConfirmation" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Company\Infrastructure\Symfony\Command\RemovePhotoConfirmation).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\ClearCompanyDataVoter" (parent: .abstract.instanceof.App\Company\Infrastructure\Symfony\Security\Voter\ClearCompanyDataVoter).
Resolving inheritance for "App\Company\Infrastructure\Symfony\Security\Voter\ClearCompanyDataVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\ClearCompanyDataVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\CompanyVoter" (parent: .abstract.instanceof.App\Company\Infrastructure\Symfony\Security\Voter\CompanyVoter).
Resolving inheritance for "App\Company\Infrastructure\Symfony\Security\Voter\CompanyVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\CompanyVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\ContractTypeVoter" (parent: .abstract.instanceof.App\Company\Infrastructure\Symfony\Security\Voter\ContractTypeVoter).
Resolving inheritance for "App\Company\Infrastructure\Symfony\Security\Voter\ContractTypeVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\ContractTypeVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\DepartmentVoter" (parent: .abstract.instanceof.App\Company\Infrastructure\Symfony\Security\Voter\DepartmentVoter).
Resolving inheritance for "App\Company\Infrastructure\Symfony\Security\Voter\DepartmentVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\DepartmentVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\HolidayCalendarVoter" (parent: .abstract.instanceof.App\Company\Infrastructure\Symfony\Security\Voter\HolidayCalendarVoter).
Resolving inheritance for "App\Company\Infrastructure\Symfony\Security\Voter\HolidayCalendarVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\HolidayCalendarVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\JobPositionVoter" (parent: .abstract.instanceof.App\Company\Infrastructure\Symfony\Security\Voter\JobPositionVoter).
Resolving inheritance for "App\Company\Infrastructure\Symfony\Security\Voter\JobPositionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\JobPositionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\TagVoter" (parent: .abstract.instanceof.App\Company\Infrastructure\Symfony\Security\Voter\TagVoter).
Resolving inheritance for "App\Company\Infrastructure\Symfony\Security\Voter\TagVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\TagVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\WorkerVoter" (parent: .abstract.instanceof.App\Company\Infrastructure\Symfony\Security\Voter\WorkerVoter).
Resolving inheritance for "App\Company\Infrastructure\Symfony\Security\Voter\WorkerVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\WorkerVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Company\Infrastructure\Symfony\Serializer\Normalizer\WorkerCollection" (parent: .abstract.instanceof.App\Company\Infrastructure\Symfony\Serializer\Normalizer\WorkerCollection).
Resolving inheritance for "App\Company\Infrastructure\Symfony\Serializer\Normalizer\WorkerCollection" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Company\Infrastructure\Symfony\Serializer\Normalizer\WorkerCollection).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Company\Infrastructure\Symfony\Validator\HardPasswordValidator" (parent: .abstract.instanceof.App\Company\Infrastructure\Symfony\Validator\HardPasswordValidator).
Resolving inheritance for "App\Company\Infrastructure\Symfony\Validator\HardPasswordValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Company\Infrastructure\Symfony\Validator\HardPasswordValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Company\Infrastructure\Symfony\Validator\PasswordTypeValidator" (parent: .abstract.instanceof.App\Company\Infrastructure\Symfony\Validator\PasswordTypeValidator).
Resolving inheritance for "App\Company\Infrastructure\Symfony\Validator\PasswordTypeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Company\Infrastructure\Symfony\Validator\PasswordTypeValidator).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Form\Infrastructure\ApiPlatform\DataTransformer\FormPublicInputDataTransformer" (parent: .abstract.instanceof.App\Form\Infrastructure\ApiPlatform\DataTransformer\FormPublicInputDataTransformer).
Resolving inheritance for "App\Form\Infrastructure\ApiPlatform\DataTransformer\FormPublicInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Form\Infrastructure\ApiPlatform\DataTransformer\FormPublicInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Form\Infrastructure\ApiPlatform\DataTransformer\FormPublicOutputDataTransformer" (parent: .abstract.instanceof.App\Form\Infrastructure\ApiPlatform\DataTransformer\FormPublicOutputDataTransformer).
Resolving inheritance for "App\Form\Infrastructure\ApiPlatform\DataTransformer\FormPublicOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Form\Infrastructure\ApiPlatform\DataTransformer\FormPublicOutputDataTransformer).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Form\Infrastructure\Controller\FormController" (parent: .abstract.instanceof.App\Form\Infrastructure\Controller\FormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Form\Infrastructure\Controller\FormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Form\Infrastructure\Controller\FormController).
Resolving inheritance for "App\Form\Infrastructure\Controller\FormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Form\Infrastructure\Controller\FormController).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Form\Infrastructure\Doctrine\Extension\FormAnswerByCompanyExtension" (parent: .abstract.instanceof.App\Form\Infrastructure\Doctrine\Extension\FormAnswerByCompanyExtension).
Resolving inheritance for "App\Form\Infrastructure\Doctrine\Extension\FormAnswerByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Form\Infrastructure\Doctrine\Extension\FormAnswerByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Form\Infrastructure\Doctrine\Extension\FormByCompanyExtension" (parent: .abstract.instanceof.App\Form\Infrastructure\Doctrine\Extension\FormByCompanyExtension).
Resolving inheritance for "App\Form\Infrastructure\Doctrine\Extension\FormByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Form\Infrastructure\Doctrine\Extension\FormByCompanyExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Form\Infrastructure\Repository\FormAnswerRepository" (parent: .abstract.instanceof.App\Form\Infrastructure\Repository\FormAnswerRepository).
Resolving inheritance for "App\Form\Infrastructure\Repository\FormAnswerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Form\Infrastructure\Repository\FormAnswerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Form\Infrastructure\Repository\FormRepository" (parent: .abstract.instanceof.App\Form\Infrastructure\Repository\FormRepository).
Resolving inheritance for "App\Form\Infrastructure\Repository\FormRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Form\Infrastructure\Repository\FormRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Form\Infrastructure\Symfony\Security\Voter\FormAnswerVoter" (parent: .abstract.instanceof.App\Form\Infrastructure\Symfony\Security\Voter\FormAnswerVoter).
Resolving inheritance for "App\Form\Infrastructure\Symfony\Security\Voter\FormAnswerVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Form\Infrastructure\Symfony\Security\Voter\FormAnswerVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Form\Infrastructure\Symfony\Security\Voter\FormVoter" (parent: .abstract.instanceof.App\Form\Infrastructure\Symfony\Security\Voter\FormVoter).
Resolving inheritance for "App\Form\Infrastructure\Symfony\Security\Voter\FormVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Form\Infrastructure\Symfony\Security\Voter\FormVoter).
Resolving inheritance for ".instanceof.App\Geofencing\Adapter\CommandHandler\MonitorExitFromWorkspace.0.App\Geofencing\Adapter\CommandHandler\MonitorExitFromWorkspace" (parent: .abstract.instanceof.App\Geofencing\Adapter\CommandHandler\MonitorExitFromWorkspace).
Resolving inheritance for "App\Geofencing\Adapter\CommandHandler\MonitorExitFromWorkspace" (parent: .instanceof.App\Geofencing\Adapter\CommandHandler\MonitorExitFromWorkspace.0.App\Geofencing\Adapter\CommandHandler\MonitorExitFromWorkspace).
Resolving inheritance for ".instanceof.App\Geofencing\Adapter\CommandHandler\MonitorTimeEntryWithGeolocationBatch.0.App\Geofencing\Adapter\CommandHandler\MonitorTimeEntryWithGeolocationBatch" (parent: .abstract.instanceof.App\Geofencing\Adapter\CommandHandler\MonitorTimeEntryWithGeolocationBatch).
Resolving inheritance for "App\Geofencing\Adapter\CommandHandler\MonitorTimeEntryWithGeolocationBatch" (parent: .instanceof.App\Geofencing\Adapter\CommandHandler\MonitorTimeEntryWithGeolocationBatch.0.App\Geofencing\Adapter\CommandHandler\MonitorTimeEntryWithGeolocationBatch).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Gps\Infrastructure\ApiPlatform\DataTransformer\GeolocationBatchDemoInput" (parent: .abstract.instanceof.App\Gps\Infrastructure\ApiPlatform\DataTransformer\GeolocationBatchDemoInput).
Resolving inheritance for "App\Gps\Infrastructure\ApiPlatform\DataTransformer\GeolocationBatchDemoInput" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Gps\Infrastructure\ApiPlatform\DataTransformer\GeolocationBatchDemoInput).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Gps\Infrastructure\Doctrine\Extension\WorkerDayGpsSummaryByCompanyExtension" (parent: .abstract.instanceof.App\Gps\Infrastructure\Doctrine\Extension\WorkerDayGpsSummaryByCompanyExtension).
Resolving inheritance for "App\Gps\Infrastructure\Doctrine\Extension\WorkerDayGpsSummaryByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Gps\Infrastructure\Doctrine\Extension\WorkerDayGpsSummaryByCompanyExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Gps\Infrastructure\Repository\GeolocationRepository" (parent: .abstract.instanceof.App\Gps\Infrastructure\Repository\GeolocationRepository).
Resolving inheritance for "App\Gps\Infrastructure\Repository\GeolocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Gps\Infrastructure\Repository\GeolocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Gps\Infrastructure\Repository\PeriodTrafficDataRepository" (parent: .abstract.instanceof.App\Gps\Infrastructure\Repository\PeriodTrafficDataRepository).
Resolving inheritance for "App\Gps\Infrastructure\Repository\PeriodTrafficDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Gps\Infrastructure\Repository\PeriodTrafficDataRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Gps\Infrastructure\Repository\WorkerDayGpsSummaryRepository" (parent: .abstract.instanceof.App\Gps\Infrastructure\Repository\WorkerDayGpsSummaryRepository).
Resolving inheritance for "App\Gps\Infrastructure\Repository\WorkerDayGpsSummaryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Gps\Infrastructure\Repository\WorkerDayGpsSummaryRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Gps\Infrastructure\Symfony\Command\PurgeOldGeolocationCommand" (parent: .abstract.instanceof.App\Gps\Infrastructure\Symfony\Command\PurgeOldGeolocationCommand).
Resolving inheritance for "App\Gps\Infrastructure\Symfony\Command\PurgeOldGeolocationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Gps\Infrastructure\Symfony\Command\PurgeOldGeolocationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Gps\Infrastructure\Symfony\Command\UpdateWorkerDayGpsSummaryCommand" (parent: .abstract.instanceof.App\Gps\Infrastructure\Symfony\Command\UpdateWorkerDayGpsSummaryCommand).
Resolving inheritance for "App\Gps\Infrastructure\Symfony\Command\UpdateWorkerDayGpsSummaryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Gps\Infrastructure\Symfony\Command\UpdateWorkerDayGpsSummaryCommand).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Kiosk\Infrastructure\ApiPlatform\DataTransformer\CreateKioskBySecretDataTransformer" (parent: .abstract.instanceof.App\Kiosk\Infrastructure\ApiPlatform\DataTransformer\CreateKioskBySecretDataTransformer).
Resolving inheritance for "App\Kiosk\Infrastructure\ApiPlatform\DataTransformer\CreateKioskBySecretDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Kiosk\Infrastructure\ApiPlatform\DataTransformer\CreateKioskBySecretDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Kiosk\Infrastructure\Doctrine\Extension\KioskByCompanyExtension" (parent: .abstract.instanceof.App\Kiosk\Infrastructure\Doctrine\Extension\KioskByCompanyExtension).
Resolving inheritance for "App\Kiosk\Infrastructure\Doctrine\Extension\KioskByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Kiosk\Infrastructure\Doctrine\Extension\KioskByCompanyExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Kiosk\Infrastructure\Repository\KioskConfigRepository" (parent: .abstract.instanceof.App\Kiosk\Infrastructure\Repository\KioskConfigRepository).
Resolving inheritance for "App\Kiosk\Infrastructure\Repository\KioskConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Kiosk\Infrastructure\Repository\KioskConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Kiosk\Infrastructure\Repository\KioskRepository" (parent: .abstract.instanceof.App\Kiosk\Infrastructure\Repository\KioskRepository).
Resolving inheritance for "App\Kiosk\Infrastructure\Repository\KioskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Kiosk\Infrastructure\Repository\KioskRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Kiosk\Infrastructure\Repository\KioskStatusRepository" (parent: .abstract.instanceof.App\Kiosk\Infrastructure\Repository\KioskStatusRepository).
Resolving inheritance for "App\Kiosk\Infrastructure\Repository\KioskStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Kiosk\Infrastructure\Repository\KioskStatusRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskConfigVoter" (parent: .abstract.instanceof.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskConfigVoter).
Resolving inheritance for "App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskConfigVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskConfigVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskStatusVoter" (parent: .abstract.instanceof.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskStatusVoter).
Resolving inheritance for "App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskStatusVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskStatusVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskVoter" (parent: .abstract.instanceof.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskVoter).
Resolving inheritance for "App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskVoter).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Legacy\Adapter\EventSubscriber\GlobalRedirectSubscriber" (parent: .abstract.instanceof.App\Legacy\Adapter\EventSubscriber\GlobalRedirectSubscriber).
Resolving inheritance for "App\Legacy\Adapter\EventSubscriber\GlobalRedirectSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Legacy\Adapter\EventSubscriber\GlobalRedirectSubscriber).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Legacy\Infrastructure\Controller\DefaultController" (parent: .abstract.instanceof.App\Legacy\Infrastructure\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Legacy\Infrastructure\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Legacy\Infrastructure\Controller\DefaultController).
Resolving inheritance for "App\Legacy\Infrastructure\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Legacy\Infrastructure\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Legacy\Infrastructure\Controller\VueController" (parent: .abstract.instanceof.App\Legacy\Infrastructure\Controller\VueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Legacy\Infrastructure\Controller\VueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Legacy\Infrastructure\Controller\VueController).
Resolving inheritance for "App\Legacy\Infrastructure\Controller\VueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Legacy\Infrastructure\Controller\VueController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\MediaObject\Infrastructure\Repository\MediaFirebaseRepository" (parent: .abstract.instanceof.App\MediaObject\Infrastructure\Repository\MediaFirebaseRepository).
Resolving inheritance for "App\MediaObject\Infrastructure\Repository\MediaFirebaseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\MediaObject\Infrastructure\Repository\MediaFirebaseRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Monitoring\Infrastructure\Symfony\Command\CheckApplicationStateCommand" (parent: .abstract.instanceof.App\Monitoring\Infrastructure\Symfony\Command\CheckApplicationStateCommand).
Resolving inheritance for "App\Monitoring\Infrastructure\Symfony\Command\CheckApplicationStateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Monitoring\Infrastructure\Symfony\Command\CheckApplicationStateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\AiScheduleAutoPublishPendingSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\AiScheduleAutoPublishPendingSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\AiScheduleAutoPublishPendingSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\AiScheduleAutoPublishPendingSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\AiScheduleAutoPublishedSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\AiScheduleAutoPublishedSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\AiScheduleAutoPublishedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\AiScheduleAutoPublishedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\AiScheduleGeneratedSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\AiScheduleGeneratedSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\AiScheduleGeneratedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\AiScheduleGeneratedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\AiScheduleNoRequirementsSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\AiScheduleNoRequirementsSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\AiScheduleNoRequirementsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\AiScheduleNoRequirementsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\FinishRequestSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\FinishRequestSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\FinishRequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\FinishRequestSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\OnboardingUpdatedSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\OnboardingUpdatedSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\OnboardingUpdatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\OnboardingUpdatedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\ProjectDeletedSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\ProjectDeletedSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\ProjectDeletedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\ProjectDeletedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\PublishedWorkScheduleEntryUpdatedSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\PublishedWorkScheduleEntryUpdatedSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\PublishedWorkScheduleEntryUpdatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\PublishedWorkScheduleEntryUpdatedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\TaskCreatedOrUpdatedSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\TaskCreatedOrUpdatedSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\TaskCreatedOrUpdatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\TaskCreatedOrUpdatedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\TaskDeletedSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\TaskDeletedSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\TaskDeletedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\TaskDeletedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\TimeOffRequestConsideredSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\TimeOffRequestConsideredSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\TimeOffRequestConsideredSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\TimeOffRequestConsideredSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\TimeOffRequestCreatedSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\TimeOffRequestCreatedSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\TimeOffRequestCreatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\TimeOffRequestCreatedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\TimeOffRequestDeletedSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\TimeOffRequestDeletedSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\TimeOffRequestDeletedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\TimeOffRequestDeletedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkFinishOutsideJobSiteAreaSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\WorkFinishOutsideJobSiteAreaSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\WorkFinishOutsideJobSiteAreaSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkFinishOutsideJobSiteAreaSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkScheduleEntryPublishedSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\WorkScheduleEntryPublishedSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\WorkScheduleEntryPublishedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkScheduleEntryPublishedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkScheduleStartSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\WorkScheduleStartSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\WorkScheduleStartSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkScheduleStartSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkStartOutsideJobSiteAreaSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\WorkStartOutsideJobSiteAreaSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\WorkStartOutsideJobSiteAreaSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkStartOutsideJobSiteAreaSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkerDayRequestConsideredSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\WorkerDayRequestConsideredSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\WorkerDayRequestConsideredSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkerDayRequestConsideredSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkerDayRequestCreatedSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\WorkerDayRequestCreatedSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\WorkerDayRequestCreatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkerDayRequestCreatedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkerDeletedSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\WorkerDeletedSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\WorkerDeletedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkerDeletedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkerExitWorkspaceSubscriber" (parent: .abstract.instanceof.App\Notification\Adapter\EventSubscriber\WorkerExitWorkspaceSubscriber).
Resolving inheritance for "App\Notification\Adapter\EventSubscriber\WorkerExitWorkspaceSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkerExitWorkspaceSubscriber).
Resolving inheritance for ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\AiScheduleAutoPublishPending" (parent: .abstract.instanceof.App\Notification\Domain\NotificationType\AiScheduleAutoPublishPending).
Resolving inheritance for "App\Notification\Domain\NotificationType\AiScheduleAutoPublishPending" (parent: .instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\AiScheduleAutoPublishPending).
Resolving inheritance for ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\AiScheduleAutoPublished" (parent: .abstract.instanceof.App\Notification\Domain\NotificationType\AiScheduleAutoPublished).
Resolving inheritance for "App\Notification\Domain\NotificationType\AiScheduleAutoPublished" (parent: .instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\AiScheduleAutoPublished).
Resolving inheritance for ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\AiScheduleGenerated" (parent: .abstract.instanceof.App\Notification\Domain\NotificationType\AiScheduleGenerated).
Resolving inheritance for "App\Notification\Domain\NotificationType\AiScheduleGenerated" (parent: .instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\AiScheduleGenerated).
Resolving inheritance for ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\AiScheduleNoRequirements" (parent: .abstract.instanceof.App\Notification\Domain\NotificationType\AiScheduleNoRequirements).
Resolving inheritance for "App\Notification\Domain\NotificationType\AiScheduleNoRequirements" (parent: .instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\AiScheduleNoRequirements).
Resolving inheritance for ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\PublishedWorkScheduleEntryUpdated" (parent: .abstract.instanceof.App\Notification\Domain\NotificationType\PublishedWorkScheduleEntryUpdated).
Resolving inheritance for "App\Notification\Domain\NotificationType\PublishedWorkScheduleEntryUpdated" (parent: .instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\PublishedWorkScheduleEntryUpdated).
Resolving inheritance for ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\TaskAssigned" (parent: .abstract.instanceof.App\Notification\Domain\NotificationType\TaskAssigned).
Resolving inheritance for "App\Notification\Domain\NotificationType\TaskAssigned" (parent: .instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\TaskAssigned).
Resolving inheritance for ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\TimeOffRequestApproved" (parent: .abstract.instanceof.App\Notification\Domain\NotificationType\TimeOffRequestApproved).
Resolving inheritance for "App\Notification\Domain\NotificationType\TimeOffRequestApproved" (parent: .instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\TimeOffRequestApproved).
Resolving inheritance for ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\TimeOffRequestCreated" (parent: .abstract.instanceof.App\Notification\Domain\NotificationType\TimeOffRequestCreated).
Resolving inheritance for "App\Notification\Domain\NotificationType\TimeOffRequestCreated" (parent: .instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\TimeOffRequestCreated).
Resolving inheritance for ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\TimeOffRequestRejected" (parent: .abstract.instanceof.App\Notification\Domain\NotificationType\TimeOffRequestRejected).
Resolving inheritance for "App\Notification\Domain\NotificationType\TimeOffRequestRejected" (parent: .instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\TimeOffRequestRejected).
Resolving inheritance for ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\WorkFinishOutsideJobSiteArea" (parent: .abstract.instanceof.App\Notification\Domain\NotificationType\WorkFinishOutsideJobSiteArea).
Resolving inheritance for "App\Notification\Domain\NotificationType\WorkFinishOutsideJobSiteArea" (parent: .instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\WorkFinishOutsideJobSiteArea).
Resolving inheritance for ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\WorkScheduleEntryPublished" (parent: .abstract.instanceof.App\Notification\Domain\NotificationType\WorkScheduleEntryPublished).
Resolving inheritance for "App\Notification\Domain\NotificationType\WorkScheduleEntryPublished" (parent: .instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\WorkScheduleEntryPublished).
Resolving inheritance for ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\WorkScheduleStart" (parent: .abstract.instanceof.App\Notification\Domain\NotificationType\WorkScheduleStart).
Resolving inheritance for "App\Notification\Domain\NotificationType\WorkScheduleStart" (parent: .instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\WorkScheduleStart).
Resolving inheritance for ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\WorkStartOutsideJobSiteArea" (parent: .abstract.instanceof.App\Notification\Domain\NotificationType\WorkStartOutsideJobSiteArea).
Resolving inheritance for "App\Notification\Domain\NotificationType\WorkStartOutsideJobSiteArea" (parent: .instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\WorkStartOutsideJobSiteArea).
Resolving inheritance for ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\WorkerDayRequestCreated" (parent: .abstract.instanceof.App\Notification\Domain\NotificationType\WorkerDayRequestCreated).
Resolving inheritance for "App\Notification\Domain\NotificationType\WorkerDayRequestCreated" (parent: .instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\WorkerDayRequestCreated).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Notification\Infrastructure\ApiPlatform\DataPersister\CompanyNotificationSettingPut" (parent: .abstract.instanceof.App\Notification\Infrastructure\ApiPlatform\DataPersister\CompanyNotificationSettingPut).
Resolving inheritance for "App\Notification\Infrastructure\ApiPlatform\DataPersister\CompanyNotificationSettingPut" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Notification\Infrastructure\ApiPlatform\DataPersister\CompanyNotificationSettingPut).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface.0.App\Notification\Infrastructure\ApiPlatform\DataProvider\CompanyNotificationSettingByCompany" (parent: .abstract.instanceof.App\Notification\Infrastructure\ApiPlatform\DataProvider\CompanyNotificationSettingByCompany).
Resolving inheritance for "App\Notification\Infrastructure\ApiPlatform\DataProvider\CompanyNotificationSettingByCompany" (parent: .instanceof.ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface.0.App\Notification\Infrastructure\ApiPlatform\DataProvider\CompanyNotificationSettingByCompany).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Notification\Infrastructure\ApiPlatform\DataProvider\UserNotificationGetCollection" (parent: .abstract.instanceof.App\Notification\Infrastructure\ApiPlatform\DataProvider\UserNotificationGetCollection).
Resolving inheritance for "App\Notification\Infrastructure\ApiPlatform\DataProvider\UserNotificationGetCollection" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Notification\Infrastructure\ApiPlatform\DataProvider\UserNotificationGetCollection).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Notification\Infrastructure\ApiPlatform\DataTransformer\CompanyNotificationSettingBatchPut" (parent: .abstract.instanceof.App\Notification\Infrastructure\ApiPlatform\DataTransformer\CompanyNotificationSettingBatchPut).
Resolving inheritance for "App\Notification\Infrastructure\ApiPlatform\DataTransformer\CompanyNotificationSettingBatchPut" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Notification\Infrastructure\ApiPlatform\DataTransformer\CompanyNotificationSettingBatchPut).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Notification\Infrastructure\Doctrine\Extension\CompanyNotificationSettingByCompanyExtension" (parent: .abstract.instanceof.App\Notification\Infrastructure\Doctrine\Extension\CompanyNotificationSettingByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Notification\Infrastructure\Doctrine\Extension\CompanyNotificationSettingByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Notification\Infrastructure\Doctrine\Extension\CompanyNotificationSettingByCompanyExtension).
Resolving inheritance for "App\Notification\Infrastructure\Doctrine\Extension\CompanyNotificationSettingByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Notification\Infrastructure\Doctrine\Extension\CompanyNotificationSettingByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Notification\Infrastructure\Doctrine\Extension\UserNotificationExtension" (parent: .abstract.instanceof.App\Notification\Infrastructure\Doctrine\Extension\UserNotificationExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Notification\Infrastructure\Doctrine\Extension\UserNotificationExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Notification\Infrastructure\Doctrine\Extension\UserNotificationExtension).
Resolving inheritance for "App\Notification\Infrastructure\Doctrine\Extension\UserNotificationExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Notification\Infrastructure\Doctrine\Extension\UserNotificationExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Notification\Infrastructure\Repository\CompanyNotificationSettingRepository" (parent: .abstract.instanceof.App\Notification\Infrastructure\Repository\CompanyNotificationSettingRepository).
Resolving inheritance for "App\Notification\Infrastructure\Repository\CompanyNotificationSettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Notification\Infrastructure\Repository\CompanyNotificationSettingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Notification\Infrastructure\Repository\SmsLogRepository" (parent: .abstract.instanceof.App\Notification\Infrastructure\Repository\SmsLogRepository).
Resolving inheritance for "App\Notification\Infrastructure\Repository\SmsLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Notification\Infrastructure\Repository\SmsLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Notification\Infrastructure\Repository\UserNotificationRepository" (parent: .abstract.instanceof.App\Notification\Infrastructure\Repository\UserNotificationRepository).
Resolving inheritance for "App\Notification\Infrastructure\Repository\UserNotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Notification\Infrastructure\Repository\UserNotificationRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Notifier\Transport\TransportFactoryInterface.0.App\Notification\Infrastructure\Symfony\Notifier\Transport\FirebaseTransportFactory" (parent: .abstract.instanceof.App\Notification\Infrastructure\Symfony\Notifier\Transport\FirebaseTransportFactory).
Resolving inheritance for "App\Notification\Infrastructure\Symfony\Notifier\Transport\FirebaseTransportFactory" (parent: .instanceof.Symfony\Component\Notifier\Transport\TransportFactoryInterface.0.App\Notification\Infrastructure\Symfony\Notifier\Transport\FirebaseTransportFactory).
Resolving inheritance for ".instanceof.Symfony\Component\Notifier\Transport\TransportFactoryInterface.0.App\Notification\Infrastructure\Symfony\Notifier\Transport\RealTimeTransportFactory" (parent: .abstract.instanceof.App\Notification\Infrastructure\Symfony\Notifier\Transport\RealTimeTransportFactory).
Resolving inheritance for "App\Notification\Infrastructure\Symfony\Notifier\Transport\RealTimeTransportFactory" (parent: .instanceof.Symfony\Component\Notifier\Transport\TransportFactoryInterface.0.App\Notification\Infrastructure\Symfony\Notifier\Transport\RealTimeTransportFactory).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Notification\Infrastructure\Symfony\Serializer\Normalizer\CompanyNotificationSettingNormalizer" (parent: .abstract.instanceof.App\Notification\Infrastructure\Symfony\Serializer\Normalizer\CompanyNotificationSettingNormalizer).
Resolving inheritance for "App\Notification\Infrastructure\Symfony\Serializer\Normalizer\CompanyNotificationSettingNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Notification\Infrastructure\Symfony\Serializer\Normalizer\CompanyNotificationSettingNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Notification\Infrastructure\Symfony\Validator\CompanyNotificationExtraDataValidator" (parent: .abstract.instanceof.App\Notification\Infrastructure\Symfony\Validator\CompanyNotificationExtraDataValidator).
Resolving inheritance for "App\Notification\Infrastructure\Symfony\Validator\CompanyNotificationExtraDataValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Notification\Infrastructure\Symfony\Validator\CompanyNotificationExtraDataValidator).
Resolving inheritance for ".instanceof.App\Onboarding\Adapter\CommandHandler\AddKioskCreatedStep.0.App\Onboarding\Adapter\CommandHandler\AddKioskCreatedStep" (parent: .abstract.instanceof.App\Onboarding\Adapter\CommandHandler\AddKioskCreatedStep).
Resolving inheritance for "App\Onboarding\Adapter\CommandHandler\AddKioskCreatedStep" (parent: .instanceof.App\Onboarding\Adapter\CommandHandler\AddKioskCreatedStep.0.App\Onboarding\Adapter\CommandHandler\AddKioskCreatedStep).
Resolving inheritance for ".instanceof.App\Onboarding\Adapter\CommandHandler\ProcessAction.0.App\Onboarding\Adapter\CommandHandler\ProcessAction" (parent: .abstract.instanceof.App\Onboarding\Adapter\CommandHandler\ProcessAction).
Resolving inheritance for "App\Onboarding\Adapter\CommandHandler\ProcessAction" (parent: .instanceof.App\Onboarding\Adapter\CommandHandler\ProcessAction.0.App\Onboarding\Adapter\CommandHandler\ProcessAction).
Resolving inheritance for ".instanceof.App\Onboarding\Adapter\CommandHandler\SaveOnboarding.0.App\Onboarding\Adapter\CommandHandler\SaveOnboarding" (parent: .abstract.instanceof.App\Onboarding\Adapter\CommandHandler\SaveOnboarding).
Resolving inheritance for "App\Onboarding\Adapter\CommandHandler\SaveOnboarding" (parent: .instanceof.App\Onboarding\Adapter\CommandHandler\SaveOnboarding.0.App\Onboarding\Adapter\CommandHandler\SaveOnboarding).
Resolving inheritance for ".instanceof.App\Onboarding\Adapter\CommandHandler\SaveOnboardingStep.0.App\Onboarding\Adapter\CommandHandler\SaveOnboardingStep" (parent: .abstract.instanceof.App\Onboarding\Adapter\CommandHandler\SaveOnboardingStep).
Resolving inheritance for "App\Onboarding\Adapter\CommandHandler\SaveOnboardingStep" (parent: .instanceof.App\Onboarding\Adapter\CommandHandler\SaveOnboardingStep.0.App\Onboarding\Adapter\CommandHandler\SaveOnboardingStep).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Onboarding\Adapter\EventSubscriber\ActionSavedSubscriber" (parent: .abstract.instanceof.App\Onboarding\Adapter\EventSubscriber\ActionSavedSubscriber).
Resolving inheritance for "App\Onboarding\Adapter\EventSubscriber\ActionSavedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Onboarding\Adapter\EventSubscriber\ActionSavedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Onboarding\Adapter\EventSubscriber\OnboardingRealTimeUpdate" (parent: .abstract.instanceof.App\Onboarding\Adapter\EventSubscriber\OnboardingRealTimeUpdate).
Resolving inheritance for "App\Onboarding\Adapter\EventSubscriber\OnboardingRealTimeUpdate" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Onboarding\Adapter\EventSubscriber\OnboardingRealTimeUpdate).
Resolving inheritance for ".instanceof.App\Onboarding\Adapter\QueryHandler\GetOnboardingSteps.0.App\Onboarding\Adapter\QueryHandler\GetOnboardingSteps" (parent: .abstract.instanceof.App\Onboarding\Adapter\QueryHandler\GetOnboardingSteps).
Resolving inheritance for "App\Onboarding\Adapter\QueryHandler\GetOnboardingSteps" (parent: .instanceof.App\Onboarding\Adapter\QueryHandler\GetOnboardingSteps.0.App\Onboarding\Adapter\QueryHandler\GetOnboardingSteps).
Resolving inheritance for ".instanceof.App\Onboarding\Adapter\QueryHandler\GetOnboardings.0.App\Onboarding\Adapter\QueryHandler\GetOnboardings" (parent: .abstract.instanceof.App\Onboarding\Adapter\QueryHandler\GetOnboardings).
Resolving inheritance for "App\Onboarding\Adapter\QueryHandler\GetOnboardings" (parent: .instanceof.App\Onboarding\Adapter\QueryHandler\GetOnboardings.0.App\Onboarding\Adapter\QueryHandler\GetOnboardings).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Onboarding\Infrastructure\ApiPlatform\DataPersister\Onboarding" (parent: .abstract.instanceof.App\Onboarding\Infrastructure\ApiPlatform\DataPersister\Onboarding).
Resolving inheritance for "App\Onboarding\Infrastructure\ApiPlatform\DataPersister\Onboarding" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Onboarding\Infrastructure\ApiPlatform\DataPersister\Onboarding).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Onboarding\Infrastructure\ApiPlatform\DataPersister\OnboardingStep" (parent: .abstract.instanceof.App\Onboarding\Infrastructure\ApiPlatform\DataPersister\OnboardingStep).
Resolving inheritance for "App\Onboarding\Infrastructure\ApiPlatform\DataPersister\OnboardingStep" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Onboarding\Infrastructure\ApiPlatform\DataPersister\OnboardingStep).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Onboarding\Infrastructure\ApiPlatform\DataProvider\Onboarding" (parent: .abstract.instanceof.App\Onboarding\Infrastructure\ApiPlatform\DataProvider\Onboarding).
Resolving inheritance for "App\Onboarding\Infrastructure\ApiPlatform\DataProvider\Onboarding" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Onboarding\Infrastructure\ApiPlatform\DataProvider\Onboarding).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface.0.App\Onboarding\Infrastructure\ApiPlatform\DataProvider\OnboardingStep" (parent: .abstract.instanceof.App\Onboarding\Infrastructure\ApiPlatform\DataProvider\OnboardingStep).
Resolving inheritance for "App\Onboarding\Infrastructure\ApiPlatform\DataProvider\OnboardingStep" (parent: .instanceof.ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface.0.App\Onboarding\Infrastructure\ApiPlatform\DataProvider\OnboardingStep).
Resolving inheritance for ".instanceof.App\RealTime\Adapter\CommandHandler\SendFirebaseMessage.0.App\RealTime\Adapter\CommandHandler\SendFirebaseMessage" (parent: .abstract.instanceof.App\RealTime\Adapter\CommandHandler\SendFirebaseMessage).
Resolving inheritance for "App\RealTime\Adapter\CommandHandler\SendFirebaseMessage" (parent: .instanceof.App\RealTime\Adapter\CommandHandler\SendFirebaseMessage.0.App\RealTime\Adapter\CommandHandler\SendFirebaseMessage).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\RealTime\Infrastructure\ApiPlatform\DataPersister\FcmTopicsDataPersister" (parent: .abstract.instanceof.App\RealTime\Infrastructure\ApiPlatform\DataPersister\FcmTopicsDataPersister).
Resolving inheritance for "App\RealTime\Infrastructure\ApiPlatform\DataPersister\FcmTopicsDataPersister" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\RealTime\Infrastructure\ApiPlatform\DataPersister\FcmTopicsDataPersister).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\RealTime\Infrastructure\ApiPlatform\DataPersister\MercureTokenPost" (parent: .abstract.instanceof.App\RealTime\Infrastructure\ApiPlatform\DataPersister\MercureTokenPost).
Resolving inheritance for "App\RealTime\Infrastructure\ApiPlatform\DataPersister\MercureTokenPost" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\RealTime\Infrastructure\ApiPlatform\DataPersister\MercureTokenPost).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\RealTime\Infrastructure\ApiPlatform\DataTransformer\FcmTopicsDataTransformer" (parent: .abstract.instanceof.App\RealTime\Infrastructure\ApiPlatform\DataTransformer\FcmTopicsDataTransformer).
Resolving inheritance for "App\RealTime\Infrastructure\ApiPlatform\DataTransformer\FcmTopicsDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\RealTime\Infrastructure\ApiPlatform\DataTransformer\FcmTopicsDataTransformer).
Resolving inheritance for ".instanceof.App\Report\Attendance\Domain\AttendanceReportInterface.0.App\Report\Attendance\Adapter\AttendanceReport\PdfReport" (parent: .abstract.instanceof.App\Report\Attendance\Adapter\AttendanceReport\PdfReport).
Resolving inheritance for "App\Report\Attendance\Adapter\AttendanceReport\PdfReport" (parent: .instanceof.App\Report\Attendance\Domain\AttendanceReportInterface.0.App\Report\Attendance\Adapter\AttendanceReport\PdfReport).
Resolving inheritance for ".instanceof.App\Report\Attendance\Domain\AttendanceReportInterface.0.App\Report\Attendance\Adapter\AttendanceReport\XlsReport" (parent: .abstract.instanceof.App\Report\Attendance\Adapter\AttendanceReport\XlsReport).
Resolving inheritance for "App\Report\Attendance\Adapter\AttendanceReport\XlsReport" (parent: .instanceof.App\Report\Attendance\Domain\AttendanceReportInterface.0.App\Report\Attendance\Adapter\AttendanceReport\XlsReport).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Report\Department\Infrastructure\ApiPlatform\DataTransformer\ReportDepartmentGenerateInputDataTransformer" (parent: .abstract.instanceof.App\Report\Department\Infrastructure\ApiPlatform\DataTransformer\ReportDepartmentGenerateInputDataTransformer).
Resolving inheritance for "App\Report\Department\Infrastructure\ApiPlatform\DataTransformer\ReportDepartmentGenerateInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Report\Department\Infrastructure\ApiPlatform\DataTransformer\ReportDepartmentGenerateInputDataTransformer).
Resolving inheritance for ".instanceof.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalary.0.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalary" (parent: .abstract.instanceof.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalary).
Resolving inheritance for "App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalary" (parent: .instanceof.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalary.0.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalary).
Resolving inheritance for ".instanceof.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerTask.0.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerTask" (parent: .abstract.instanceof.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerTask).
Resolving inheritance for "App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerTask" (parent: .instanceof.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerTask.0.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerTask).
Resolving inheritance for ".instanceof.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerWorker.0.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerWorker" (parent: .abstract.instanceof.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerWorker).
Resolving inheritance for "App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerWorker" (parent: .instanceof.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerWorker.0.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerWorker).
Resolving inheritance for ".instanceof.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalary.0.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalary" (parent: .abstract.instanceof.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalary).
Resolving inheritance for "App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalary" (parent: .instanceof.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalary.0.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalary).
Resolving inheritance for ".instanceof.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerProject.0.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerProject" (parent: .abstract.instanceof.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerProject).
Resolving inheritance for "App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerProject" (parent: .instanceof.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerProject.0.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerProject).
Resolving inheritance for ".instanceof.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerTask.0.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerTask" (parent: .abstract.instanceof.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerTask).
Resolving inheritance for "App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerTask" (parent: .instanceof.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerTask.0.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerTask).
Resolving inheritance for ".instanceof.App\Report\Project\Adapter\QueryHandler\RenderProjectsTimeAndSalary.0.App\Report\Project\Adapter\QueryHandler\RenderProjectsTimeAndSalary" (parent: .abstract.instanceof.App\Report\Project\Adapter\QueryHandler\RenderProjectsTimeAndSalary).
Resolving inheritance for "App\Report\Project\Adapter\QueryHandler\RenderProjectsTimeAndSalary" (parent: .instanceof.App\Report\Project\Adapter\QueryHandler\RenderProjectsTimeAndSalary.0.App\Report\Project\Adapter\QueryHandler\RenderProjectsTimeAndSalary).
Resolving inheritance for ".instanceof.App\Report\Project\Adapter\QueryHandler\RenderWorkersTimeAndSalary.0.App\Report\Project\Adapter\QueryHandler\RenderWorkersTimeAndSalary" (parent: .abstract.instanceof.App\Report\Project\Adapter\QueryHandler\RenderWorkersTimeAndSalary).
Resolving inheritance for "App\Report\Project\Adapter\QueryHandler\RenderWorkersTimeAndSalary" (parent: .instanceof.App\Report\Project\Adapter\QueryHandler\RenderWorkersTimeAndSalary.0.App\Report\Project\Adapter\QueryHandler\RenderWorkersTimeAndSalary).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Report\Shared\Infrastructure\ApiPlatform\DataTransformer\WorkingTimeRecordsReportInputDataTransformer" (parent: .abstract.instanceof.App\Report\Shared\Infrastructure\ApiPlatform\DataTransformer\WorkingTimeRecordsReportInputDataTransformer).
Resolving inheritance for "App\Report\Shared\Infrastructure\ApiPlatform\DataTransformer\WorkingTimeRecordsReportInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Report\Shared\Infrastructure\ApiPlatform\DataTransformer\WorkingTimeRecordsReportInputDataTransformer).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Report\Shared\Infrastructure\Controller\ReportController" (parent: .abstract.instanceof.App\Report\Shared\Infrastructure\Controller\ReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Report\Shared\Infrastructure\Controller\ReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Report\Shared\Infrastructure\Controller\ReportController).
Resolving inheritance for "App\Report\Shared\Infrastructure\Controller\ReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Report\Shared\Infrastructure\Controller\ReportController).
Resolving inheritance for ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\EmploymentContractCloudSchool" (parent: .abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\EmploymentContractCloudSchool).
Resolving inheritance for "App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\EmploymentContractCloudSchool" (parent: .instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\EmploymentContractCloudSchool).
Resolving inheritance for ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\EmploymentContractCloudSchoolExtended" (parent: .abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\EmploymentContractCloudSchoolExtended).
Resolving inheritance for "App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\EmploymentContractCloudSchoolExtended" (parent: .instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\EmploymentContractCloudSchoolExtended).
Resolving inheritance for ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\MandateContractCloudSchool" (parent: .abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\MandateContractCloudSchool).
Resolving inheritance for "App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\MandateContractCloudSchool" (parent: .instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\MandateContractCloudSchool).
Resolving inheritance for ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\MandateContractCloudSchoolExtended" (parent: .abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\MandateContractCloudSchoolExtended).
Resolving inheritance for "App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\MandateContractCloudSchoolExtended" (parent: .instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\MandateContractCloudSchoolExtended).
Resolving inheritance for ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\PdfReport" (parent: .abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\PdfReport).
Resolving inheritance for "App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\PdfReport" (parent: .instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\PdfReport).
Resolving inheritance for ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\RakssqlReport" (parent: .abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\RakssqlReport).
Resolving inheritance for "App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\RakssqlReport" (parent: .instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\RakssqlReport).
Resolving inheritance for ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\SapReport" (parent: .abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\SapReport).
Resolving inheritance for "App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\SapReport" (parent: .instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\SapReport).
Resolving inheritance for ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\WorkPlanOptima" (parent: .abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\WorkPlanOptima).
Resolving inheritance for "App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\WorkPlanOptima" (parent: .instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\WorkPlanOptima).
Resolving inheritance for ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\XlsxReport" (parent: .abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\XlsxReport).
Resolving inheritance for "App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\XlsxReport" (parent: .instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\XlsxReport).
Resolving inheritance for ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalaryWorker\TimeAndSalaryWorkerReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalaryWorker\PdfReport" (parent: .abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalaryWorker\PdfReport).
Resolving inheritance for "App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalaryWorker\PdfReport" (parent: .instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalaryWorker\TimeAndSalaryWorkerReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalaryWorker\PdfReport).
Resolving inheritance for ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalaryWorker\TimeAndSalaryWorkerReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalaryWorker\XlsxReport" (parent: .abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalaryWorker\XlsxReport).
Resolving inheritance for "App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalaryWorker\XlsxReport" (parent: .instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalaryWorker\TimeAndSalaryWorkerReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalaryWorker\XlsxReport).
Resolving inheritance for ".instanceof.App\Report\Uploader\Adapter\CommandHandler\CreateReportUploader.0.App\Report\Uploader\Adapter\CommandHandler\CreateReportUploader" (parent: .abstract.instanceof.App\Report\Uploader\Adapter\CommandHandler\CreateReportUploader).
Resolving inheritance for "App\Report\Uploader\Adapter\CommandHandler\CreateReportUploader" (parent: .instanceof.App\Report\Uploader\Adapter\CommandHandler\CreateReportUploader.0.App\Report\Uploader\Adapter\CommandHandler\CreateReportUploader).
Resolving inheritance for ".instanceof.App\Report\Uploader\Adapter\CommandHandler\DeleteReportUploader.0.App\Report\Uploader\Adapter\CommandHandler\DeleteReportUploader" (parent: .abstract.instanceof.App\Report\Uploader\Adapter\CommandHandler\DeleteReportUploader).
Resolving inheritance for "App\Report\Uploader\Adapter\CommandHandler\DeleteReportUploader" (parent: .instanceof.App\Report\Uploader\Adapter\CommandHandler\DeleteReportUploader.0.App\Report\Uploader\Adapter\CommandHandler\DeleteReportUploader).
Resolving inheritance for ".instanceof.App\Report\Uploader\Adapter\CommandHandler\ExportReportsToClients.0.App\Report\Uploader\Adapter\CommandHandler\ExportReportsToClients" (parent: .abstract.instanceof.App\Report\Uploader\Adapter\CommandHandler\ExportReportsToClients).
Resolving inheritance for "App\Report\Uploader\Adapter\CommandHandler\ExportReportsToClients" (parent: .instanceof.App\Report\Uploader\Adapter\CommandHandler\ExportReportsToClients.0.App\Report\Uploader\Adapter\CommandHandler\ExportReportsToClients).
Resolving inheritance for ".instanceof.App\Report\Uploader\Adapter\CommandHandler\UpdateReportUploader.0.App\Report\Uploader\Adapter\CommandHandler\UpdateReportUploader" (parent: .abstract.instanceof.App\Report\Uploader\Adapter\CommandHandler\UpdateReportUploader).
Resolving inheritance for "App\Report\Uploader\Adapter\CommandHandler\UpdateReportUploader" (parent: .instanceof.App\Report\Uploader\Adapter\CommandHandler\UpdateReportUploader.0.App\Report\Uploader\Adapter\CommandHandler\UpdateReportUploader).
Resolving inheritance for ".instanceof.App\Report\Uploader\Adapter\QueryHandler\FindCompanyReportUploaders.0.App\Report\Uploader\Adapter\QueryHandler\FindCompanyReportUploaders" (parent: .abstract.instanceof.App\Report\Uploader\Adapter\QueryHandler\FindCompanyReportUploaders).
Resolving inheritance for "App\Report\Uploader\Adapter\QueryHandler\FindCompanyReportUploaders" (parent: .instanceof.App\Report\Uploader\Adapter\QueryHandler\FindCompanyReportUploaders.0.App\Report\Uploader\Adapter\QueryHandler\FindCompanyReportUploaders).
Resolving inheritance for ".instanceof.App\Report\Uploader\Adapter\QueryHandler\FindReportUploader.0.App\Report\Uploader\Adapter\QueryHandler\FindReportUploader" (parent: .abstract.instanceof.App\Report\Uploader\Adapter\QueryHandler\FindReportUploader).
Resolving inheritance for "App\Report\Uploader\Adapter\QueryHandler\FindReportUploader" (parent: .instanceof.App\Report\Uploader\Adapter\QueryHandler\FindReportUploader.0.App\Report\Uploader\Adapter\QueryHandler\FindReportUploader).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Report\Uploader\Infrastructure\ApiPlatform\DataPersister\ReportUploader" (parent: .abstract.instanceof.App\Report\Uploader\Infrastructure\ApiPlatform\DataPersister\ReportUploader).
Resolving inheritance for "App\Report\Uploader\Infrastructure\ApiPlatform\DataPersister\ReportUploader" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Report\Uploader\Infrastructure\ApiPlatform\DataPersister\ReportUploader).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Report\Uploader\Infrastructure\ApiPlatform\DataProvider\CollectionReportUploader" (parent: .abstract.instanceof.App\Report\Uploader\Infrastructure\ApiPlatform\DataProvider\CollectionReportUploader).
Resolving inheritance for "App\Report\Uploader\Infrastructure\ApiPlatform\DataProvider\CollectionReportUploader" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Report\Uploader\Infrastructure\ApiPlatform\DataProvider\CollectionReportUploader).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\Report\Uploader\Infrastructure\ApiPlatform\DataProvider\ItemReportUploader" (parent: .abstract.instanceof.App\Report\Uploader\Infrastructure\ApiPlatform\DataProvider\ItemReportUploader).
Resolving inheritance for "App\Report\Uploader\Infrastructure\ApiPlatform\DataProvider\ItemReportUploader" (parent: .instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\Report\Uploader\Infrastructure\ApiPlatform\DataProvider\ItemReportUploader).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Report\Uploader\Infrastructure\ApiPlatform\DataTransformer\ReportConfigUploader" (parent: .abstract.instanceof.App\Report\Uploader\Infrastructure\ApiPlatform\DataTransformer\ReportConfigUploader).
Resolving inheritance for "App\Report\Uploader\Infrastructure\ApiPlatform\DataTransformer\ReportConfigUploader" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Report\Uploader\Infrastructure\ApiPlatform\DataTransformer\ReportConfigUploader).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Report\Uploader\Infrastructure\Symfony\Command\ExportReports" (parent: .abstract.instanceof.App\Report\Uploader\Infrastructure\Symfony\Command\ExportReports).
Resolving inheritance for "App\Report\Uploader\Infrastructure\Symfony\Command\ExportReports" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Report\Uploader\Infrastructure\Symfony\Command\ExportReports).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Shared\Adapter\EventSubscriber\AuthenticatedUserSubscriber" (parent: .abstract.instanceof.App\Shared\Adapter\EventSubscriber\AuthenticatedUserSubscriber).
Resolving inheritance for "App\Shared\Adapter\EventSubscriber\AuthenticatedUserSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Shared\Adapter\EventSubscriber\AuthenticatedUserSubscriber).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\Shared\Infrastructure\ApiPlatform\Filter\PositionOrderFilter" (parent: .abstract.instanceof.App\Shared\Infrastructure\ApiPlatform\Filter\PositionOrderFilter).
Resolving inheritance for "App\Shared\Infrastructure\ApiPlatform\Filter\PositionOrderFilter" (parent: .instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\Shared\Infrastructure\ApiPlatform\Filter\PositionOrderFilter).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Shared\Infrastructure\Repository\SentryTracingRepository" (parent: .abstract.instanceof.App\Shared\Infrastructure\Repository\SentryTracingRepository).
Resolving inheritance for "App\Shared\Infrastructure\Repository\SentryTracingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Shared\Infrastructure\Repository\SentryTracingRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Shared\Infrastructure\Symfony\Command\ConfigCommand" (parent: .abstract.instanceof.App\Shared\Infrastructure\Symfony\Command\ConfigCommand).
Resolving inheritance for "App\Shared\Infrastructure\Symfony\Command\ConfigCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Shared\Infrastructure\Symfony\Command\ConfigCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Shared\Infrastructure\Symfony\Validator\AtLeastOneCollectionNotBlankValidator" (parent: .abstract.instanceof.App\Shared\Infrastructure\Symfony\Validator\AtLeastOneCollectionNotBlankValidator).
Resolving inheritance for "App\Shared\Infrastructure\Symfony\Validator\AtLeastOneCollectionNotBlankValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Shared\Infrastructure\Symfony\Validator\AtLeastOneCollectionNotBlankValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Shared\Infrastructure\Symfony\Validator\UserOwnResourceValidator" (parent: .abstract.instanceof.App\Shared\Infrastructure\Symfony\Validator\UserOwnResourceValidator).
Resolving inheritance for "App\Shared\Infrastructure\Symfony\Validator\UserOwnResourceValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Shared\Infrastructure\Symfony\Validator\UserOwnResourceValidator).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Shared\Infrastructure\Twig\AppExtension" (parent: .abstract.instanceof.App\Shared\Infrastructure\Twig\AppExtension).
Resolving inheritance for "App\Shared\Infrastructure\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Shared\Infrastructure\Twig\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Shared\Infrastructure\Twig\SerializerExtension" (parent: .abstract.instanceof.App\Shared\Infrastructure\Twig\SerializerExtension).
Resolving inheritance for "App\Shared\Infrastructure\Twig\SerializerExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Shared\Infrastructure\Twig\SerializerExtension).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscription\Adapter\EventSubscriber\CompanySavedSubscriber" (parent: .abstract.instanceof.App\Subscription\Adapter\EventSubscriber\CompanySavedSubscriber).
Resolving inheritance for "App\Subscription\Adapter\EventSubscriber\CompanySavedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscription\Adapter\EventSubscriber\CompanySavedSubscriber).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Subscription\Infrastructure\ApiPlatform\DataPersister\AppleNotificationsV2Post" (parent: .abstract.instanceof.App\Subscription\Infrastructure\ApiPlatform\DataPersister\AppleNotificationsV2Post).
Resolving inheritance for "App\Subscription\Infrastructure\ApiPlatform\DataPersister\AppleNotificationsV2Post" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Subscription\Infrastructure\ApiPlatform\DataPersister\AppleNotificationsV2Post).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Subscription\Infrastructure\ApiPlatform\DataProvider\PricingItemDataProvider" (parent: .abstract.instanceof.App\Subscription\Infrastructure\ApiPlatform\DataProvider\PricingItemDataProvider).
Resolving inheritance for "App\Subscription\Infrastructure\ApiPlatform\DataProvider\PricingItemDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Subscription\Infrastructure\ApiPlatform\DataProvider\PricingItemDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Subscription\Infrastructure\ApiPlatform\DataTransformer\PricingEstimateDataTransformer" (parent: .abstract.instanceof.App\Subscription\Infrastructure\ApiPlatform\DataTransformer\PricingEstimateDataTransformer).
Resolving inheritance for "App\Subscription\Infrastructure\ApiPlatform\DataTransformer\PricingEstimateDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Subscription\Infrastructure\ApiPlatform\DataTransformer\PricingEstimateDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Subscription\Infrastructure\ApiPlatform\DataTransformer\SubscriptionCheckoutDataTransformer" (parent: .abstract.instanceof.App\Subscription\Infrastructure\ApiPlatform\DataTransformer\SubscriptionCheckoutDataTransformer).
Resolving inheritance for "App\Subscription\Infrastructure\ApiPlatform\DataTransformer\SubscriptionCheckoutDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Subscription\Infrastructure\ApiPlatform\DataTransformer\SubscriptionCheckoutDataTransformer).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Subscription\Infrastructure\Controller\SubscriptionController" (parent: .abstract.instanceof.App\Subscription\Infrastructure\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Subscription\Infrastructure\Controller\SubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Subscription\Infrastructure\Controller\SubscriptionController).
Resolving inheritance for "App\Subscription\Infrastructure\Controller\SubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Subscription\Infrastructure\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Subscription\Infrastructure\Doctrine\Extension\SubscriptionInvoiceByCompanyExtension" (parent: .abstract.instanceof.App\Subscription\Infrastructure\Doctrine\Extension\SubscriptionInvoiceByCompanyExtension).
Resolving inheritance for "App\Subscription\Infrastructure\Doctrine\Extension\SubscriptionInvoiceByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Subscription\Infrastructure\Doctrine\Extension\SubscriptionInvoiceByCompanyExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Subscription\Infrastructure\Repository\AppleExternalPurchaseReportRepository" (parent: .abstract.instanceof.App\Subscription\Infrastructure\Repository\AppleExternalPurchaseReportRepository).
Resolving inheritance for "App\Subscription\Infrastructure\Repository\AppleExternalPurchaseReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Subscription\Infrastructure\Repository\AppleExternalPurchaseReportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Subscription\Infrastructure\Repository\CompanyBillingDetailsRepository" (parent: .abstract.instanceof.App\Subscription\Infrastructure\Repository\CompanyBillingDetailsRepository).
Resolving inheritance for "App\Subscription\Infrastructure\Repository\CompanyBillingDetailsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Subscription\Infrastructure\Repository\CompanyBillingDetailsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Subscription\Infrastructure\Repository\CompanySubscriptionCardRepository" (parent: .abstract.instanceof.App\Subscription\Infrastructure\Repository\CompanySubscriptionCardRepository).
Resolving inheritance for "App\Subscription\Infrastructure\Repository\CompanySubscriptionCardRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Subscription\Infrastructure\Repository\CompanySubscriptionCardRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Subscription\Infrastructure\Repository\CompanySubscriptionRepository" (parent: .abstract.instanceof.App\Subscription\Infrastructure\Repository\CompanySubscriptionRepository).
Resolving inheritance for "App\Subscription\Infrastructure\Repository\CompanySubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Subscription\Infrastructure\Repository\CompanySubscriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Subscription\Infrastructure\Repository\SubscriptionInvoiceRepository" (parent: .abstract.instanceof.App\Subscription\Infrastructure\Repository\SubscriptionInvoiceRepository).
Resolving inheritance for "App\Subscription\Infrastructure\Repository\SubscriptionInvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Subscription\Infrastructure\Repository\SubscriptionInvoiceRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Subscription\Infrastructure\Symfony\Security\Voter\CompanyBillingDetailsVoter" (parent: .abstract.instanceof.App\Subscription\Infrastructure\Symfony\Security\Voter\CompanyBillingDetailsVoter).
Resolving inheritance for "App\Subscription\Infrastructure\Symfony\Security\Voter\CompanyBillingDetailsVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Subscription\Infrastructure\Symfony\Security\Voter\CompanyBillingDetailsVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Subscription\Infrastructure\Symfony\Security\Voter\CompanySubscriptionVoter" (parent: .abstract.instanceof.App\Subscription\Infrastructure\Symfony\Security\Voter\CompanySubscriptionVoter).
Resolving inheritance for "App\Subscription\Infrastructure\Symfony\Security\Voter\CompanySubscriptionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Subscription\Infrastructure\Symfony\Security\Voter\CompanySubscriptionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Subscription\Infrastructure\Symfony\Security\Voter\SubscriptionInvoiceVoter" (parent: .abstract.instanceof.App\Subscription\Infrastructure\Symfony\Security\Voter\SubscriptionInvoiceVoter).
Resolving inheritance for "App\Subscription\Infrastructure\Symfony\Security\Voter\SubscriptionInvoiceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Subscription\Infrastructure\Symfony\Security\Voter\SubscriptionInvoiceVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Subscription\Infrastructure\Symfony\Validator\VatNumberValidator" (parent: .abstract.instanceof.App\Subscription\Infrastructure\Symfony\Validator\VatNumberValidator).
Resolving inheritance for "App\Subscription\Infrastructure\Symfony\Validator\VatNumberValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Subscription\Infrastructure\Symfony\Validator\VatNumberValidator).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\SuperAdmin\Infrastructure\Controller\SuperAdminController" (parent: .abstract.instanceof.App\SuperAdmin\Infrastructure\Controller\SuperAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\SuperAdmin\Infrastructure\Controller\SuperAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\SuperAdmin\Infrastructure\Controller\SuperAdminController).
Resolving inheritance for "App\SuperAdmin\Infrastructure\Controller\SuperAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\SuperAdmin\Infrastructure\Controller\SuperAdminController).
Resolving inheritance for ".instanceof.App\TasksAndProjects\Adapter\CommandHandler\AcceptTimeEntryRequest.0.App\TasksAndProjects\Adapter\CommandHandler\AcceptTimeEntryRequest" (parent: .abstract.instanceof.App\TasksAndProjects\Adapter\CommandHandler\AcceptTimeEntryRequest).
Resolving inheritance for "App\TasksAndProjects\Adapter\CommandHandler\AcceptTimeEntryRequest" (parent: .instanceof.App\TasksAndProjects\Adapter\CommandHandler\AcceptTimeEntryRequest.0.App\TasksAndProjects\Adapter\CommandHandler\AcceptTimeEntryRequest).
Resolving inheritance for ".instanceof.App\TasksAndProjects\Adapter\CommandHandler\DuplicateProject.0.App\TasksAndProjects\Adapter\CommandHandler\DuplicateProject" (parent: .abstract.instanceof.App\TasksAndProjects\Adapter\CommandHandler\DuplicateProject).
Resolving inheritance for "App\TasksAndProjects\Adapter\CommandHandler\DuplicateProject" (parent: .instanceof.App\TasksAndProjects\Adapter\CommandHandler\DuplicateProject.0.App\TasksAndProjects\Adapter\CommandHandler\DuplicateProject).
Resolving inheritance for ".instanceof.App\TasksAndProjects\Adapter\CommandHandler\DuplicateTask.0.App\TasksAndProjects\Adapter\CommandHandler\DuplicateTask" (parent: .abstract.instanceof.App\TasksAndProjects\Adapter\CommandHandler\DuplicateTask).
Resolving inheritance for "App\TasksAndProjects\Adapter\CommandHandler\DuplicateTask" (parent: .instanceof.App\TasksAndProjects\Adapter\CommandHandler\DuplicateTask.0.App\TasksAndProjects\Adapter\CommandHandler\DuplicateTask).
Resolving inheritance for ".instanceof.App\TasksAndProjects\Adapter\CommandHandler\SaveTimeEntryRequest.0.App\TasksAndProjects\Adapter\CommandHandler\SaveTimeEntryRequest" (parent: .abstract.instanceof.App\TasksAndProjects\Adapter\CommandHandler\SaveTimeEntryRequest).
Resolving inheritance for "App\TasksAndProjects\Adapter\CommandHandler\SaveTimeEntryRequest" (parent: .instanceof.App\TasksAndProjects\Adapter\CommandHandler\SaveTimeEntryRequest.0.App\TasksAndProjects\Adapter\CommandHandler\SaveTimeEntryRequest).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TasksAndProjects\Adapter\EventSubscriber\ProjectRealTimeUpdate" (parent: .abstract.instanceof.App\TasksAndProjects\Adapter\EventSubscriber\ProjectRealTimeUpdate).
Resolving inheritance for "App\TasksAndProjects\Adapter\EventSubscriber\ProjectRealTimeUpdate" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TasksAndProjects\Adapter\EventSubscriber\ProjectRealTimeUpdate).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TasksAndProjects\Adapter\EventSubscriber\ReportCategoryRealTimeUpdate" (parent: .abstract.instanceof.App\TasksAndProjects\Adapter\EventSubscriber\ReportCategoryRealTimeUpdate).
Resolving inheritance for "App\TasksAndProjects\Adapter\EventSubscriber\ReportCategoryRealTimeUpdate" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TasksAndProjects\Adapter\EventSubscriber\ReportCategoryRealTimeUpdate).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TasksAndProjects\Adapter\EventSubscriber\TaskRealTimeUpdate" (parent: .abstract.instanceof.App\TasksAndProjects\Adapter\EventSubscriber\TaskRealTimeUpdate).
Resolving inheritance for "App\TasksAndProjects\Adapter\EventSubscriber\TaskRealTimeUpdate" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TasksAndProjects\Adapter\EventSubscriber\TaskRealTimeUpdate).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TasksAndProjects\Adapter\EventSubscriber\TimeEntryRealTimeUpdate" (parent: .abstract.instanceof.App\TasksAndProjects\Adapter\EventSubscriber\TimeEntryRealTimeUpdate).
Resolving inheritance for "App\TasksAndProjects\Adapter\EventSubscriber\TimeEntryRealTimeUpdate" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TasksAndProjects\Adapter\EventSubscriber\TimeEntryRealTimeUpdate).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectDelete" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectDelete).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectDelete" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectDelete).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectPost" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectPost).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectPost" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectPost).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectPut" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectPut).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectPut" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectPut).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryDelete" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryDelete).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryDelete" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryDelete).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryPost" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryPost).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryPost" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryPost).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryPut" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryPut).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryPut" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryPut).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskDelete" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskDelete).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskDelete" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskDelete).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskPost" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskPost).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskPost" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskPost).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskPut" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskPut).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskPut" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskPut).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryDelete" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryDelete).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryDelete" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryDelete).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryPost" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryPost).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryPost" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryPost).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryPut" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryPut).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryPut" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryPut).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryRequest" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryRequest).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryRequest" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryRequest).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataTransformer\DuplicateProjectInput" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataTransformer\DuplicateProjectInput).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\ApiPlatform\DataTransformer\DuplicateProjectInput" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataTransformer\DuplicateProjectInput).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataTransformer\DuplicateTaskInput" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataTransformer\DuplicateTaskInput).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\ApiPlatform\DataTransformer\DuplicateTaskInput" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataTransformer\DuplicateTaskInput).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TasksAndProjects\Infrastructure\Doctrine\Extension\CustomerByCompanyExtension" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Doctrine\Extension\CustomerByCompanyExtension).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Doctrine\Extension\CustomerByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TasksAndProjects\Infrastructure\Doctrine\Extension\CustomerByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TasksAndProjects\Infrastructure\Doctrine\Extension\ProjectByCompanyExtension" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Doctrine\Extension\ProjectByCompanyExtension).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Doctrine\Extension\ProjectByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TasksAndProjects\Infrastructure\Doctrine\Extension\ProjectByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TasksAndProjects\Infrastructure\Doctrine\Extension\ReportByCreatedByExtension" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Doctrine\Extension\ReportByCreatedByExtension).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Doctrine\Extension\ReportByCreatedByExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TasksAndProjects\Infrastructure\Doctrine\Extension\ReportByCreatedByExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TasksAndProjects\Infrastructure\Doctrine\Extension\ReportCategoryByCompanyExtension" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Doctrine\Extension\ReportCategoryByCompanyExtension).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Doctrine\Extension\ReportCategoryByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TasksAndProjects\Infrastructure\Doctrine\Extension\ReportCategoryByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TasksAndProjects\Infrastructure\Doctrine\Extension\TaskByCompanyExtension" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Doctrine\Extension\TaskByCompanyExtension).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Doctrine\Extension\TaskByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TasksAndProjects\Infrastructure\Doctrine\Extension\TaskByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TasksAndProjects\Infrastructure\Doctrine\Extension\TimeEntryByCompanyExtension" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Doctrine\Extension\TimeEntryByCompanyExtension).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Doctrine\Extension\TimeEntryByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TasksAndProjects\Infrastructure\Doctrine\Extension\TimeEntryByCompanyExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\AttachmentRepository" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\AttachmentRepository).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Repository\AttachmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\AttachmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\CustomerAccountRepository" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\CustomerAccountRepository).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Repository\CustomerAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\CustomerAccountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\CustomerRepository" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\CustomerRepository).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Repository\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\CustomerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\ProjectMemberRepository" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\ProjectMemberRepository).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Repository\ProjectMemberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\ProjectMemberRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\ProjectReportRepository" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\ProjectReportRepository).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Repository\ProjectReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\ProjectReportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\ProjectRepository" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\ProjectRepository).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Repository\ProjectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\ProjectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\ReportCategoryRepository" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\ReportCategoryRepository).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Repository\ReportCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\ReportCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\TaskRepository" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\TaskRepository).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Repository\TaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\TaskRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\TimeEntryRepository" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\TimeEntryRepository).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Repository\TimeEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\TimeEntryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\WorkerModuleConfigTasksAndProjectsRepository" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\WorkerModuleConfigTasksAndProjectsRepository).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Repository\WorkerModuleConfigTasksAndProjectsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\WorkerModuleConfigTasksAndProjectsRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\AttachmentVoter" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\AttachmentVoter).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\AttachmentVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\AttachmentVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\CustomerVoter" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\CustomerVoter).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\CustomerVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\CustomerVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ProjectReportVoter" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ProjectReportVoter).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ProjectReportVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ProjectReportVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ProjectVoter" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ProjectVoter).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ProjectVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ProjectVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ReportCategoryVoter" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ReportCategoryVoter).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ReportCategoryVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ReportCategoryVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\TaskVoter" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\TaskVoter).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\TaskVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\TaskVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\TimeEntryVoter" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\TimeEntryVoter).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\TimeEntryVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\TimeEntryVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Serializer\Normalizer\ProjectMember" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Serializer\Normalizer\ProjectMember).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Symfony\Serializer\Normalizer\ProjectMember" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Serializer\Normalizer\ProjectMember).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Validator\HasTimeTrackingTypeValidator" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Validator\HasTimeTrackingTypeValidator).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Symfony\Validator\HasTimeTrackingTypeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Validator\HasTimeTrackingTypeValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Validator\TaskBelongsToProjectReportValidator" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Validator\TaskBelongsToProjectReportValidator).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Symfony\Validator\TaskBelongsToProjectReportValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Validator\TaskBelongsToProjectReportValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Validator\TaskBelongsToProjectValidator" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Validator\TaskBelongsToProjectValidator).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Symfony\Validator\TaskBelongsToProjectValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Validator\TaskBelongsToProjectValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Validator\TimeEntryBolengsToUserValidator" (parent: .abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Validator\TimeEntryBolengsToUserValidator).
Resolving inheritance for "App\TasksAndProjects\Infrastructure\Symfony\Validator\TimeEntryBolengsToUserValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Validator\TimeEntryBolengsToUserValidator).
Resolving inheritance for ".instanceof.App\TimeAndAttendance\Adapter\CommandHandler\ApproveWorkerDayRequest.0.App\TimeAndAttendance\Adapter\CommandHandler\ApproveWorkerDayRequest" (parent: .abstract.instanceof.App\TimeAndAttendance\Adapter\CommandHandler\ApproveWorkerDayRequest).
Resolving inheritance for "App\TimeAndAttendance\Adapter\CommandHandler\ApproveWorkerDayRequest" (parent: .instanceof.App\TimeAndAttendance\Adapter\CommandHandler\ApproveWorkerDayRequest.0.App\TimeAndAttendance\Adapter\CommandHandler\ApproveWorkerDayRequest).
Resolving inheritance for ".instanceof.App\TimeAndAttendance\Adapter\CommandHandler\BatchApproveWorkerDayRequest.0.App\TimeAndAttendance\Adapter\CommandHandler\BatchApproveWorkerDayRequest" (parent: .abstract.instanceof.App\TimeAndAttendance\Adapter\CommandHandler\BatchApproveWorkerDayRequest).
Resolving inheritance for "App\TimeAndAttendance\Adapter\CommandHandler\BatchApproveWorkerDayRequest" (parent: .instanceof.App\TimeAndAttendance\Adapter\CommandHandler\BatchApproveWorkerDayRequest.0.App\TimeAndAttendance\Adapter\CommandHandler\BatchApproveWorkerDayRequest).
Resolving inheritance for ".instanceof.App\TimeAndAttendance\Adapter\CommandHandler\BatchRejectWorkerDayRequest.0.App\TimeAndAttendance\Adapter\CommandHandler\BatchRejectWorkerDayRequest" (parent: .abstract.instanceof.App\TimeAndAttendance\Adapter\CommandHandler\BatchRejectWorkerDayRequest).
Resolving inheritance for "App\TimeAndAttendance\Adapter\CommandHandler\BatchRejectWorkerDayRequest" (parent: .instanceof.App\TimeAndAttendance\Adapter\CommandHandler\BatchRejectWorkerDayRequest.0.App\TimeAndAttendance\Adapter\CommandHandler\BatchRejectWorkerDayRequest).
Resolving inheritance for ".instanceof.App\TimeAndAttendance\Adapter\CommandHandler\RegenerateWorkerDay.0.App\TimeAndAttendance\Adapter\CommandHandler\RegenerateWorkerDay" (parent: .abstract.instanceof.App\TimeAndAttendance\Adapter\CommandHandler\RegenerateWorkerDay).
Resolving inheritance for "App\TimeAndAttendance\Adapter\CommandHandler\RegenerateWorkerDay" (parent: .instanceof.App\TimeAndAttendance\Adapter\CommandHandler\RegenerateWorkerDay.0.App\TimeAndAttendance\Adapter\CommandHandler\RegenerateWorkerDay).
Resolving inheritance for ".instanceof.App\TimeAndAttendance\Adapter\CommandHandler\RejectWorkerDayRequest.0.App\TimeAndAttendance\Adapter\CommandHandler\RejectWorkerDayRequest" (parent: .abstract.instanceof.App\TimeAndAttendance\Adapter\CommandHandler\RejectWorkerDayRequest).
Resolving inheritance for "App\TimeAndAttendance\Adapter\CommandHandler\RejectWorkerDayRequest" (parent: .instanceof.App\TimeAndAttendance\Adapter\CommandHandler\RejectWorkerDayRequest.0.App\TimeAndAttendance\Adapter\CommandHandler\RejectWorkerDayRequest).
Resolving inheritance for ".instanceof.App\TimeAndAttendance\Adapter\CommandHandler\SaveWorkerDayRequest.0.App\TimeAndAttendance\Adapter\CommandHandler\SaveWorkerDayRequest" (parent: .abstract.instanceof.App\TimeAndAttendance\Adapter\CommandHandler\SaveWorkerDayRequest).
Resolving inheritance for "App\TimeAndAttendance\Adapter\CommandHandler\SaveWorkerDayRequest" (parent: .instanceof.App\TimeAndAttendance\Adapter\CommandHandler\SaveWorkerDayRequest.0.App\TimeAndAttendance\Adapter\CommandHandler\SaveWorkerDayRequest).
Resolving inheritance for ".instanceof.App\TimeAndAttendance\Adapter\CommandHandler\UpdateWorkerDayGpsSummary.0.App\TimeAndAttendance\Adapter\CommandHandler\UpdateWorkerDayGpsSummary" (parent: .abstract.instanceof.App\TimeAndAttendance\Adapter\CommandHandler\UpdateWorkerDayGpsSummary).
Resolving inheritance for "App\TimeAndAttendance\Adapter\CommandHandler\UpdateWorkerDayGpsSummary" (parent: .instanceof.App\TimeAndAttendance\Adapter\CommandHandler\UpdateWorkerDayGpsSummary.0.App\TimeAndAttendance\Adapter\CommandHandler\UpdateWorkerDayGpsSummary).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TimeAndAttendance\Adapter\EventSubscriber\CompanyWorkerDayRegenerationSubscriber" (parent: .abstract.instanceof.App\TimeAndAttendance\Adapter\EventSubscriber\CompanyWorkerDayRegenerationSubscriber).
Resolving inheritance for "App\TimeAndAttendance\Adapter\EventSubscriber\CompanyWorkerDayRegenerationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TimeAndAttendance\Adapter\EventSubscriber\CompanyWorkerDayRegenerationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TimeAndAttendance\Adapter\EventSubscriber\WorkerExitWorkspaceSubscriber" (parent: .abstract.instanceof.App\TimeAndAttendance\Adapter\EventSubscriber\WorkerExitWorkspaceSubscriber).
Resolving inheritance for "App\TimeAndAttendance\Adapter\EventSubscriber\WorkerExitWorkspaceSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TimeAndAttendance\Adapter\EventSubscriber\WorkerExitWorkspaceSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TimeAndAttendance\Adapter\EventSubscriber\WorkerWorkerDayRegenerationSubscriber" (parent: .abstract.instanceof.App\TimeAndAttendance\Adapter\EventSubscriber\WorkerWorkerDayRegenerationSubscriber).
Resolving inheritance for "App\TimeAndAttendance\Adapter\EventSubscriber\WorkerWorkerDayRegenerationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TimeAndAttendance\Adapter\EventSubscriber\WorkerWorkerDayRegenerationSubscriber).
Resolving inheritance for ".instanceof.App\TimeAndAttendance\Adapter\QueryHandler\BatchGetWorkerDayRequestResourceFromModel.0.App\TimeAndAttendance\Adapter\QueryHandler\BatchGetWorkerDayRequestResourceFromModel" (parent: .abstract.instanceof.App\TimeAndAttendance\Adapter\QueryHandler\BatchGetWorkerDayRequestResourceFromModel).
Resolving inheritance for "App\TimeAndAttendance\Adapter\QueryHandler\BatchGetWorkerDayRequestResourceFromModel" (parent: .instanceof.App\TimeAndAttendance\Adapter\QueryHandler\BatchGetWorkerDayRequestResourceFromModel.0.App\TimeAndAttendance\Adapter\QueryHandler\BatchGetWorkerDayRequestResourceFromModel).
Resolving inheritance for ".instanceof.App\TimeAndAttendance\Adapter\QueryHandler\GetWorkerDayRequestResourceFromModel.0.App\TimeAndAttendance\Adapter\QueryHandler\GetWorkerDayRequestResourceFromModel" (parent: .abstract.instanceof.App\TimeAndAttendance\Adapter\QueryHandler\GetWorkerDayRequestResourceFromModel).
Resolving inheritance for "App\TimeAndAttendance\Adapter\QueryHandler\GetWorkerDayRequestResourceFromModel" (parent: .instanceof.App\TimeAndAttendance\Adapter\QueryHandler\GetWorkerDayRequestResourceFromModel.0.App\TimeAndAttendance\Adapter\QueryHandler\GetWorkerDayRequestResourceFromModel).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\ActionDataPersister" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\ActionDataPersister).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\ActionDataPersister" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\ActionDataPersister).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\WorkerDayPut" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\WorkerDayPut).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\WorkerDayPut" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\WorkerDayPut).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\WorkerDayRequestPost" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\WorkerDayRequestPost).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\WorkerDayRequestPost" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\WorkerDayRequestPost).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataProvider\WorkerDayCollection" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataProvider\WorkerDayCollection).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\ApiPlatform\DataProvider\WorkerDayCollection" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataProvider\WorkerDayCollection).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataProvider\WorkerDayRequestCollection" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataProvider\WorkerDayRequestCollection).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\ApiPlatform\DataProvider\WorkerDayRequestCollection" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataProvider\WorkerDayRequestCollection).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataProvider\WorkerDayRequestItem" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataProvider\WorkerDayRequestItem).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\ApiPlatform\DataProvider\WorkerDayRequestItem" (parent: .instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataProvider\WorkerDayRequestItem).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\BatchAction" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\BatchAction).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\BatchAction" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\BatchAction).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\BatchProcessWorkerDayRequests" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\BatchProcessWorkerDayRequests).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\BatchProcessWorkerDayRequests" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\BatchProcessWorkerDayRequests).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\GenerateWorkerDayDataTransformer" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\GenerateWorkerDayDataTransformer).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\GenerateWorkerDayDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\GenerateWorkerDayDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\WorkingTimeRecordsReportDayDataTransformer" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\WorkingTimeRecordsReportDayDataTransformer).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\WorkingTimeRecordsReportDayDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\WorkingTimeRecordsReportDayDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\Date" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\Date).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\Date" (parent: .instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\Date).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\Status" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\Status).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\Status" (parent: .instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\Status).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\Worker" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\Worker).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\Worker" (parent: .instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\Worker).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\WorkerFullName" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\WorkerFullName).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\WorkerFullName" (parent: .instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\WorkerFullName).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\ActionByCompanyExtension" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\ActionByCompanyExtension).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Doctrine\Extension\ActionByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\ActionByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\ActionTypeByCompanyExtension" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\ActionTypeByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\ActionTypeByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\ActionTypeByCompanyExtension).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Doctrine\Extension\ActionTypeByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\ActionTypeByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\FilterByWorkerDayeEntryDepartment" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\FilterByWorkerDayeEntryDepartment).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Doctrine\Extension\FilterByWorkerDayeEntryDepartment" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\FilterByWorkerDayeEntryDepartment).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\WorkerDayByCompanyExtension" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\WorkerDayByCompanyExtension).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Doctrine\Extension\WorkerDayByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\WorkerDayByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\WorkerDayEntryByCompanyExtension" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\WorkerDayEntryByCompanyExtension).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Doctrine\Extension\WorkerDayEntryByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\WorkerDayEntryByCompanyExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeAndAttendance\Infrastructure\Repository\ActionRepository" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Repository\ActionRepository).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Repository\ActionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeAndAttendance\Infrastructure\Repository\ActionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeAndAttendance\Infrastructure\Repository\ActionTypeRepository" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Repository\ActionTypeRepository).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Repository\ActionTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeAndAttendance\Infrastructure\Repository\ActionTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeAndAttendance\Infrastructure\Repository\WorkerDayEntryActivityRepository" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Repository\WorkerDayEntryActivityRepository).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Repository\WorkerDayEntryActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeAndAttendance\Infrastructure\Repository\WorkerDayEntryActivityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeAndAttendance\Infrastructure\Repository\WorkerDayEntryRepository" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Repository\WorkerDayEntryRepository).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Repository\WorkerDayEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeAndAttendance\Infrastructure\Repository\WorkerDayEntryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeAndAttendance\Infrastructure\Repository\WorkerDayRepository" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Repository\WorkerDayRepository).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Repository\WorkerDayRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeAndAttendance\Infrastructure\Repository\WorkerDayRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeAndAttendance\Infrastructure\Repository\WorkerModuleConfigTimeAndAttendanceRepository" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Repository\WorkerModuleConfigTimeAndAttendanceRepository).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Repository\WorkerModuleConfigTimeAndAttendanceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeAndAttendance\Infrastructure\Repository\WorkerModuleConfigTimeAndAttendanceRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\TimeAndAttendance\Infrastructure\Symfony\Command\AutoFinishOvertimeWorkCommand" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Symfony\Command\AutoFinishOvertimeWorkCommand).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Symfony\Command\AutoFinishOvertimeWorkCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\TimeAndAttendance\Infrastructure\Symfony\Command\AutoFinishOvertimeWorkCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\ActionTypeVoter" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\ActionTypeVoter).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\ActionTypeVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\ActionTypeVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\ActionVoter" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\ActionVoter).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\ActionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\ActionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\WorkerDayRequestVoter" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\WorkerDayRequestVoter).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\WorkerDayRequestVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\WorkerDayRequestVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Denormalizer\WorkerDay" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Denormalizer\WorkerDay).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Denormalizer\WorkerDay" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Denormalizer\WorkerDay).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Normalizer\Action" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Normalizer\Action).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Normalizer\Action" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Normalizer\Action).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Normalizer\Action" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Normalizer\Action).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Validator\WorkerDayActivitiesInDateRangeValidator" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Symfony\Validator\WorkerDayActivitiesInDateRangeValidator).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Symfony\Validator\WorkerDayActivitiesInDateRangeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Validator\WorkerDayActivitiesInDateRangeValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Validator\WorkerDayEntriesInDateRangeValidator" (parent: .abstract.instanceof.App\TimeAndAttendance\Infrastructure\Symfony\Validator\WorkerDayEntriesInDateRangeValidator).
Resolving inheritance for "App\TimeAndAttendance\Infrastructure\Symfony\Validator\WorkerDayEntriesInDateRangeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Validator\WorkerDayEntriesInDateRangeValidator).
Resolving inheritance for ".instanceof.App\TimeOff\Adapter\CommandHandler\DeleteRejectedInYear.0.App\TimeOff\Adapter\CommandHandler\DeleteRejectedInYear" (parent: .abstract.instanceof.App\TimeOff\Adapter\CommandHandler\DeleteRejectedInYear).
Resolving inheritance for "App\TimeOff\Adapter\CommandHandler\DeleteRejectedInYear" (parent: .instanceof.App\TimeOff\Adapter\CommandHandler\DeleteRejectedInYear.0.App\TimeOff\Adapter\CommandHandler\DeleteRejectedInYear).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestDelete" (parent: .abstract.instanceof.App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestDelete).
Resolving inheritance for "App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestDelete" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestDelete).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestPost" (parent: .abstract.instanceof.App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestPost).
Resolving inheritance for "App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestPost" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestPost).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestPut" (parent: .abstract.instanceof.App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestPut).
Resolving inheritance for "App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestPut" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestPut).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeOff\Infrastructure\Doctrine\Extension\TimeOffRequestByCompanyExtension" (parent: .abstract.instanceof.App\TimeOff\Infrastructure\Doctrine\Extension\TimeOffRequestByCompanyExtension).
Resolving inheritance for "App\TimeOff\Infrastructure\Doctrine\Extension\TimeOffRequestByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeOff\Infrastructure\Doctrine\Extension\TimeOffRequestByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\TimeOff\Infrastructure\Doctrine\Extension\TimeOffTypeByCompanyExtension" (parent: .abstract.instanceof.App\TimeOff\Infrastructure\Doctrine\Extension\TimeOffTypeByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeOff\Infrastructure\Doctrine\Extension\TimeOffTypeByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\TimeOff\Infrastructure\Doctrine\Extension\TimeOffTypeByCompanyExtension).
Resolving inheritance for "App\TimeOff\Infrastructure\Doctrine\Extension\TimeOffTypeByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeOff\Infrastructure\Doctrine\Extension\TimeOffTypeByCompanyExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeOff\Infrastructure\Repository\TimeOffRequestRepository" (parent: .abstract.instanceof.App\TimeOff\Infrastructure\Repository\TimeOffRequestRepository).
Resolving inheritance for "App\TimeOff\Infrastructure\Repository\TimeOffRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeOff\Infrastructure\Repository\TimeOffRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeOff\Infrastructure\Repository\TimeOffTypeLimitRepository" (parent: .abstract.instanceof.App\TimeOff\Infrastructure\Repository\TimeOffTypeLimitRepository).
Resolving inheritance for "App\TimeOff\Infrastructure\Repository\TimeOffTypeLimitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeOff\Infrastructure\Repository\TimeOffTypeLimitRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeOff\Infrastructure\Repository\TimeOffTypeRepository" (parent: .abstract.instanceof.App\TimeOff\Infrastructure\Repository\TimeOffTypeRepository).
Resolving inheritance for "App\TimeOff\Infrastructure\Repository\TimeOffTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeOff\Infrastructure\Repository\TimeOffTypeRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\TimeOff\Infrastructure\Symfony\Command\CarryOverLeaveCommand" (parent: .abstract.instanceof.App\TimeOff\Infrastructure\Symfony\Command\CarryOverLeaveCommand).
Resolving inheritance for "App\TimeOff\Infrastructure\Symfony\Command\CarryOverLeaveCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\TimeOff\Infrastructure\Symfony\Command\CarryOverLeaveCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\TimeOff\Infrastructure\Symfony\Command\LinkWithWorkerDay" (parent: .abstract.instanceof.App\TimeOff\Infrastructure\Symfony\Command\LinkWithWorkerDay).
Resolving inheritance for "App\TimeOff\Infrastructure\Symfony\Command\LinkWithWorkerDay" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\TimeOff\Infrastructure\Symfony\Command\LinkWithWorkerDay).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TimeOff\Infrastructure\Symfony\Security\Voter\TimeOffRequestVoter" (parent: .abstract.instanceof.App\TimeOff\Infrastructure\Symfony\Security\Voter\TimeOffRequestVoter).
Resolving inheritance for "App\TimeOff\Infrastructure\Symfony\Security\Voter\TimeOffRequestVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TimeOff\Infrastructure\Symfony\Security\Voter\TimeOffRequestVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TimeOff\Infrastructure\Symfony\Security\Voter\TimeOffTypeVoter" (parent: .abstract.instanceof.App\TimeOff\Infrastructure\Symfony\Security\Voter\TimeOffTypeVoter).
Resolving inheritance for "App\TimeOff\Infrastructure\Symfony\Security\Voter\TimeOffTypeVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TimeOff\Infrastructure\Symfony\Security\Voter\TimeOffTypeVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TimeOff\Infrastructure\Symfony\Validator\CanDeleteTimeOffRequestValidator" (parent: .abstract.instanceof.App\TimeOff\Infrastructure\Symfony\Validator\CanDeleteTimeOffRequestValidator).
Resolving inheritance for "App\TimeOff\Infrastructure\Symfony\Validator\CanDeleteTimeOffRequestValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TimeOff\Infrastructure\Symfony\Validator\CanDeleteTimeOffRequestValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TimeOff\Infrastructure\Symfony\Validator\LimitLeftValidator" (parent: .abstract.instanceof.App\TimeOff\Infrastructure\Symfony\Validator\LimitLeftValidator).
Resolving inheritance for "App\TimeOff\Infrastructure\Symfony\Validator\LimitLeftValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TimeOff\Infrastructure\Symfony\Validator\LimitLeftValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TimeOff\Infrastructure\Symfony\Validator\MeetAdvanceRequestDelayValidator" (parent: .abstract.instanceof.App\TimeOff\Infrastructure\Symfony\Validator\MeetAdvanceRequestDelayValidator).
Resolving inheritance for "App\TimeOff\Infrastructure\Symfony\Validator\MeetAdvanceRequestDelayValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TimeOff\Infrastructure\Symfony\Validator\MeetAdvanceRequestDelayValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TimeOff\Infrastructure\Symfony\Validator\SameDayForHourlyTimeOffValidator" (parent: .abstract.instanceof.App\TimeOff\Infrastructure\Symfony\Validator\SameDayForHourlyTimeOffValidator).
Resolving inheritance for "App\TimeOff\Infrastructure\Symfony\Validator\SameDayForHourlyTimeOffValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TimeOff\Infrastructure\Symfony\Validator\SameDayForHourlyTimeOffValidator).
Resolving inheritance for ".instanceof.App\User\Adapter\CommandHandler\ResetPassword.0.App\User\Adapter\CommandHandler\ResetPassword" (parent: .abstract.instanceof.App\User\Adapter\CommandHandler\ResetPassword).
Resolving inheritance for "App\User\Adapter\CommandHandler\ResetPassword" (parent: .instanceof.App\User\Adapter\CommandHandler\ResetPassword.0.App\User\Adapter\CommandHandler\ResetPassword).
Resolving inheritance for ".instanceof.App\User\Adapter\CommandHandler\ResetPasswordRequest.0.App\User\Adapter\CommandHandler\ResetPasswordRequest" (parent: .abstract.instanceof.App\User\Adapter\CommandHandler\ResetPasswordRequest).
Resolving inheritance for "App\User\Adapter\CommandHandler\ResetPasswordRequest" (parent: .instanceof.App\User\Adapter\CommandHandler\ResetPasswordRequest.0.App\User\Adapter\CommandHandler\ResetPasswordRequest).
Resolving inheritance for ".instanceof.App\User\Adapter\CommandHandler\SaveLoginHistory.0.App\User\Adapter\CommandHandler\SaveLoginHistory" (parent: .abstract.instanceof.App\User\Adapter\CommandHandler\SaveLoginHistory).
Resolving inheritance for "App\User\Adapter\CommandHandler\SaveLoginHistory" (parent: .instanceof.App\User\Adapter\CommandHandler\SaveLoginHistory.0.App\User\Adapter\CommandHandler\SaveLoginHistory).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\User\Adapter\EventSubscriber\AuthenticationListener" (parent: .abstract.instanceof.App\User\Adapter\EventSubscriber\AuthenticationListener).
Resolving inheritance for "App\User\Adapter\EventSubscriber\AuthenticationListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\User\Adapter\EventSubscriber\AuthenticationListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\User\Adapter\EventSubscriber\DeleteUserDeviceWithInvalidTokenSubscriber" (parent: .abstract.instanceof.App\User\Adapter\EventSubscriber\DeleteUserDeviceWithInvalidTokenSubscriber).
Resolving inheritance for "App\User\Adapter\EventSubscriber\DeleteUserDeviceWithInvalidTokenSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\User\Adapter\EventSubscriber\DeleteUserDeviceWithInvalidTokenSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\User\Adapter\EventSubscriber\LocaleSubscriber" (parent: .abstract.instanceof.App\User\Adapter\EventSubscriber\LocaleSubscriber).
Resolving inheritance for "App\User\Adapter\EventSubscriber\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\User\Adapter\EventSubscriber\LocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\User\Adapter\EventSubscriber\UnauthorizedUserSubscriber" (parent: .abstract.instanceof.App\User\Adapter\EventSubscriber\UnauthorizedUserSubscriber).
Resolving inheritance for "App\User\Adapter\EventSubscriber\UnauthorizedUserSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\User\Adapter\EventSubscriber\UnauthorizedUserSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\User\Adapter\EventSubscriber\UserLocaleSubscriber" (parent: .abstract.instanceof.App\User\Adapter\EventSubscriber\UserLocaleSubscriber).
Resolving inheritance for "App\User\Adapter\EventSubscriber\UserLocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\User\Adapter\EventSubscriber\UserLocaleSubscriber).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\User\Infrastructure\ApiPlatform\DataPersister\OneTimeCodeDataPersister" (parent: .abstract.instanceof.App\User\Infrastructure\ApiPlatform\DataPersister\OneTimeCodeDataPersister).
Resolving inheritance for "App\User\Infrastructure\ApiPlatform\DataPersister\OneTimeCodeDataPersister" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\User\Infrastructure\ApiPlatform\DataPersister\OneTimeCodeDataPersister).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\User\Infrastructure\ApiPlatform\DataPersister\RegisterPost" (parent: .abstract.instanceof.App\User\Infrastructure\ApiPlatform\DataPersister\RegisterPost).
Resolving inheritance for "App\User\Infrastructure\ApiPlatform\DataPersister\RegisterPost" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\User\Infrastructure\ApiPlatform\DataPersister\RegisterPost).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\User\Infrastructure\ApiPlatform\DataPersister\UserDelete" (parent: .abstract.instanceof.App\User\Infrastructure\ApiPlatform\DataPersister\UserDelete).
Resolving inheritance for "App\User\Infrastructure\ApiPlatform\DataPersister\UserDelete" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\User\Infrastructure\ApiPlatform\DataPersister\UserDelete).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\User\Infrastructure\ApiPlatform\DataPersister\UserPost" (parent: .abstract.instanceof.App\User\Infrastructure\ApiPlatform\DataPersister\UserPost).
Resolving inheritance for "App\User\Infrastructure\ApiPlatform\DataPersister\UserPost" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\User\Infrastructure\ApiPlatform\DataPersister\UserPost).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\User\Infrastructure\ApiPlatform\DataPersister\UserPut" (parent: .abstract.instanceof.App\User\Infrastructure\ApiPlatform\DataPersister\UserPut).
Resolving inheritance for "App\User\Infrastructure\ApiPlatform\DataPersister\UserPut" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\User\Infrastructure\ApiPlatform\DataPersister\UserPut).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\User\Infrastructure\ApiPlatform\DataTransformer\ApiTokenByAccountDataTransformer" (parent: .abstract.instanceof.App\User\Infrastructure\ApiPlatform\DataTransformer\ApiTokenByAccountDataTransformer).
Resolving inheritance for "App\User\Infrastructure\ApiPlatform\DataTransformer\ApiTokenByAccountDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\User\Infrastructure\ApiPlatform\DataTransformer\ApiTokenByAccountDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\User\Infrastructure\ApiPlatform\DataTransformer\ApiTokenByOneTimeCodeDataTransformer" (parent: .abstract.instanceof.App\User\Infrastructure\ApiPlatform\DataTransformer\ApiTokenByOneTimeCodeDataTransformer).
Resolving inheritance for "App\User\Infrastructure\ApiPlatform\DataTransformer\ApiTokenByOneTimeCodeDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\User\Infrastructure\ApiPlatform\DataTransformer\ApiTokenByOneTimeCodeDataTransformer).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Infrastructure\Controller\GetMeAction" (parent: .abstract.instanceof.App\User\Infrastructure\Controller\GetMeAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Infrastructure\Controller\GetMeAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Infrastructure\Controller\GetMeAction).
Resolving inheritance for "App\User\Infrastructure\Controller\GetMeAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Infrastructure\Controller\GetMeAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Infrastructure\Controller\GetUserMagicLinkAction" (parent: .abstract.instanceof.App\User\Infrastructure\Controller\GetUserMagicLinkAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Infrastructure\Controller\GetUserMagicLinkAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Infrastructure\Controller\GetUserMagicLinkAction).
Resolving inheritance for "App\User\Infrastructure\Controller\GetUserMagicLinkAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Infrastructure\Controller\GetUserMagicLinkAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Infrastructure\Controller\ResetPasswordController" (parent: .abstract.instanceof.App\User\Infrastructure\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Infrastructure\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Infrastructure\Controller\ResetPasswordController).
Resolving inheritance for "App\User\Infrastructure\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Infrastructure\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Infrastructure\Controller\SecurityController" (parent: .abstract.instanceof.App\User\Infrastructure\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Infrastructure\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Infrastructure\Controller\SecurityController).
Resolving inheritance for "App\User\Infrastructure\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Infrastructure\Controller\SecurityController).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\User\Infrastructure\Doctrine\Extension\UserByCompanyExtension" (parent: .abstract.instanceof.App\User\Infrastructure\Doctrine\Extension\UserByCompanyExtension).
Resolving inheritance for "App\User\Infrastructure\Doctrine\Extension\UserByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\User\Infrastructure\Doctrine\Extension\UserByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\User\Infrastructure\Doctrine\Extension\UserDeviceByCompanyExtension" (parent: .abstract.instanceof.App\User\Infrastructure\Doctrine\Extension\UserDeviceByCompanyExtension).
Resolving inheritance for "App\User\Infrastructure\Doctrine\Extension\UserDeviceByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\User\Infrastructure\Doctrine\Extension\UserDeviceByCompanyExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Infrastructure\Repository\ApiTokenRepository" (parent: .abstract.instanceof.App\User\Infrastructure\Repository\ApiTokenRepository).
Resolving inheritance for "App\User\Infrastructure\Repository\ApiTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Infrastructure\Repository\ApiTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Infrastructure\Repository\MagicLinkRepository" (parent: .abstract.instanceof.App\User\Infrastructure\Repository\MagicLinkRepository).
Resolving inheritance for "App\User\Infrastructure\Repository\MagicLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Infrastructure\Repository\MagicLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Infrastructure\Repository\OneTimeCodeRepository" (parent: .abstract.instanceof.App\User\Infrastructure\Repository\OneTimeCodeRepository).
Resolving inheritance for "App\User\Infrastructure\Repository\OneTimeCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Infrastructure\Repository\OneTimeCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Infrastructure\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.App\User\Infrastructure\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "App\User\Infrastructure\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Infrastructure\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Infrastructure\Repository\UserDeviceRepository" (parent: .abstract.instanceof.App\User\Infrastructure\Repository\UserDeviceRepository).
Resolving inheritance for "App\User\Infrastructure\Repository\UserDeviceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Infrastructure\Repository\UserDeviceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Infrastructure\Repository\UserRepository" (parent: .abstract.instanceof.App\User\Infrastructure\Repository\UserRepository).
Resolving inheritance for "App\User\Infrastructure\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Infrastructure\Repository\UserRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\User\Infrastructure\Symfony\Security\Voter\UserDeviceVoter" (parent: .abstract.instanceof.App\User\Infrastructure\Symfony\Security\Voter\UserDeviceVoter).
Resolving inheritance for "App\User\Infrastructure\Symfony\Security\Voter\UserDeviceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\User\Infrastructure\Symfony\Security\Voter\UserDeviceVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\User\Infrastructure\Symfony\Security\Voter\UserVoter" (parent: .abstract.instanceof.App\User\Infrastructure\Symfony\Security\Voter\UserVoter).
Resolving inheritance for "App\User\Infrastructure\Symfony\Security\Voter\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\User\Infrastructure\Symfony\Security\Voter\UserVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\User\Infrastructure\Symfony\Serializer\Normalizer\User" (parent: .abstract.instanceof.App\User\Infrastructure\Symfony\Serializer\Normalizer\User).
Resolving inheritance for "App\User\Infrastructure\Symfony\Serializer\Normalizer\User" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\User\Infrastructure\Symfony\Serializer\Normalizer\User).
Resolving inheritance for ".instanceof.App\Monitoring\Domain\ApplicationStateMonitorInterface.0.App\WorkSchedule\Adapter\ApplicationStateMonitor\WorkScheduleStart" (parent: .abstract.instanceof.App\WorkSchedule\Adapter\ApplicationStateMonitor\WorkScheduleStart).
Resolving inheritance for "App\WorkSchedule\Adapter\ApplicationStateMonitor\WorkScheduleStart" (parent: .instanceof.App\Monitoring\Domain\ApplicationStateMonitorInterface.0.App\WorkSchedule\Adapter\ApplicationStateMonitor\WorkScheduleStart).
Resolving inheritance for ".instanceof.App\WorkSchedule\Adapter\CommandHandler\GenerateScheduleAsyncCommandHandler.0.App\WorkSchedule\Adapter\CommandHandler\GenerateScheduleAsyncCommandHandler" (parent: .abstract.instanceof.App\WorkSchedule\Adapter\CommandHandler\GenerateScheduleAsyncCommandHandler).
Resolving inheritance for "App\WorkSchedule\Adapter\CommandHandler\GenerateScheduleAsyncCommandHandler" (parent: .instanceof.App\WorkSchedule\Adapter\CommandHandler\GenerateScheduleAsyncCommandHandler.0.App\WorkSchedule\Adapter\CommandHandler\GenerateScheduleAsyncCommandHandler).
Resolving inheritance for ".instanceof.App\WorkSchedule\Adapter\CommandHandler\WorkScheduleEntryRemovedHandler.0.App\WorkSchedule\Adapter\CommandHandler\WorkScheduleEntryRemovedHandler" (parent: .abstract.instanceof.App\WorkSchedule\Adapter\CommandHandler\WorkScheduleEntryRemovedHandler).
Resolving inheritance for "App\WorkSchedule\Adapter\CommandHandler\WorkScheduleEntryRemovedHandler" (parent: .instanceof.App\WorkSchedule\Adapter\CommandHandler\WorkScheduleEntryRemovedHandler.0.App\WorkSchedule\Adapter\CommandHandler\WorkScheduleEntryRemovedHandler).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\WorkSchedule\Adapter\EventSubscriber\ScheduleGenerationRealTimeUpdate" (parent: .abstract.instanceof.App\WorkSchedule\Adapter\EventSubscriber\ScheduleGenerationRealTimeUpdate).
Resolving inheritance for "App\WorkSchedule\Adapter\EventSubscriber\ScheduleGenerationRealTimeUpdate" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\WorkSchedule\Adapter\EventSubscriber\ScheduleGenerationRealTimeUpdate).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkAvailabilityEntry" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkAvailabilityEntry).
Resolving inheritance for "App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkAvailabilityEntry" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkAvailabilityEntry).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkScheduleEntry" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkScheduleEntry).
Resolving inheritance for "App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkScheduleEntry" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkScheduleEntry).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkScheduleRequirementPost" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkScheduleRequirementPost).
Resolving inheritance for "App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkScheduleRequirementPost" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkScheduleRequirementPost).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleEntries" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleEntries).
Resolving inheritance for "App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleEntries" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleEntries).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleRequirementTemplateDeletionsInput" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleRequirementTemplateDeletionsInput).
Resolving inheritance for "App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleRequirementTemplateDeletionsInput" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleRequirementTemplateDeletionsInput).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleRequirementTemplatesInput" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleRequirementTemplatesInput).
Resolving inheritance for "App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleRequirementTemplatesInput" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleRequirementTemplatesInput).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleRequirementsInput" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleRequirementsInput).
Resolving inheritance for "App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleRequirementsInput" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleRequirementsInput).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchDeleteWorkScheduleRequirementTemplatesInput" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchDeleteWorkScheduleRequirementTemplatesInput).
Resolving inheritance for "App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchDeleteWorkScheduleRequirementTemplatesInput" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchDeleteWorkScheduleRequirementTemplatesInput).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchDeleteWorkScheduleRequirementsInput" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchDeleteWorkScheduleRequirementsInput).
Resolving inheritance for "App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchDeleteWorkScheduleRequirementsInput" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchDeleteWorkScheduleRequirementsInput).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchUpdateWorkScheduleEntries" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchUpdateWorkScheduleEntries).
Resolving inheritance for "App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchUpdateWorkScheduleEntries" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchUpdateWorkScheduleEntries).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchUpdateWorkScheduleRequirementTemplatesInput" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchUpdateWorkScheduleRequirementTemplatesInput).
Resolving inheritance for "App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchUpdateWorkScheduleRequirementTemplatesInput" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchUpdateWorkScheduleRequirementTemplatesInput).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchUpdateWorkScheduleRequirementsInput" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchUpdateWorkScheduleRequirementsInput).
Resolving inheritance for "App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchUpdateWorkScheduleRequirementsInput" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchUpdateWorkScheduleRequirementsInput).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\WorkSchedule\Infrastructure\Doctrine\Extension\WorkScheduleEntryByCompanyExtension" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\Doctrine\Extension\WorkScheduleEntryByCompanyExtension).
Resolving inheritance for "App\WorkSchedule\Infrastructure\Doctrine\Extension\WorkScheduleEntryByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\WorkSchedule\Infrastructure\Doctrine\Extension\WorkScheduleEntryByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\WorkSchedule\Infrastructure\Doctrine\Extension\WorkScheduleRequirementByCompanyExtension" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\Doctrine\Extension\WorkScheduleRequirementByCompanyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\WorkSchedule\Infrastructure\Doctrine\Extension\WorkScheduleRequirementByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\WorkSchedule\Infrastructure\Doctrine\Extension\WorkScheduleRequirementByCompanyExtension).
Resolving inheritance for "App\WorkSchedule\Infrastructure\Doctrine\Extension\WorkScheduleRequirementByCompanyExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\WorkSchedule\Infrastructure\Doctrine\Extension\WorkScheduleRequirementByCompanyExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkAvailabilityEntryRepository" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\Repository\WorkAvailabilityEntryRepository).
Resolving inheritance for "App\WorkSchedule\Infrastructure\Repository\WorkAvailabilityEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkAvailabilityEntryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkScheduleEntryRepository" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\Repository\WorkScheduleEntryRepository).
Resolving inheritance for "App\WorkSchedule\Infrastructure\Repository\WorkScheduleEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkScheduleEntryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementRepository" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementRepository).
Resolving inheritance for "App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementTemplateDeletionRepository" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementTemplateDeletionRepository).
Resolving inheritance for "App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementTemplateDeletionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementTemplateDeletionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementTemplateDeletionsRepository" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementTemplateDeletionsRepository).
Resolving inheritance for "App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementTemplateDeletionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementTemplateDeletionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementTemplateRepository" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementTemplateRepository).
Resolving inheritance for "App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkerConfigAutoScheduleRepository" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\Repository\WorkerConfigAutoScheduleRepository).
Resolving inheritance for "App\WorkSchedule\Infrastructure\Repository\WorkerConfigAutoScheduleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkerConfigAutoScheduleRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\WorkSchedule\Infrastructure\Serializer\BatchCreateWorkScheduleEntriesInputDenormalizer" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\Serializer\BatchCreateWorkScheduleEntriesInputDenormalizer).
Resolving inheritance for "App\WorkSchedule\Infrastructure\Serializer\BatchCreateWorkScheduleEntriesInputDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\WorkSchedule\Infrastructure\Serializer\BatchCreateWorkScheduleEntriesInputDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\WorkSchedule\Infrastructure\Serializer\BatchDeleteWorkScheduleEntriesInputDenormalizer" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\Serializer\BatchDeleteWorkScheduleEntriesInputDenormalizer).
Resolving inheritance for "App\WorkSchedule\Infrastructure\Serializer\BatchDeleteWorkScheduleEntriesInputDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\WorkSchedule\Infrastructure\Serializer\BatchDeleteWorkScheduleEntriesInputDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\WorkSchedule\Infrastructure\Serializer\BatchUpdateWorkScheduleEntriesInputDenormalizer" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\Serializer\BatchUpdateWorkScheduleEntriesInputDenormalizer).
Resolving inheritance for "App\WorkSchedule\Infrastructure\Serializer\BatchUpdateWorkScheduleEntriesInputDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\WorkSchedule\Infrastructure\Serializer\BatchUpdateWorkScheduleEntriesInputDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\WorkSchedule\Infrastructure\Serializer\WorkScheduleEntryDenormalizer" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\Serializer\WorkScheduleEntryDenormalizer).
Resolving inheritance for "App\WorkSchedule\Infrastructure\Serializer\WorkScheduleEntryDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\WorkSchedule\Infrastructure\Serializer\WorkScheduleEntryDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\WorkSchedule\Infrastructure\Symfony\Command\AutoScheduleCommand" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\Symfony\Command\AutoScheduleCommand).
Resolving inheritance for "App\WorkSchedule\Infrastructure\Symfony\Command\AutoScheduleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\WorkSchedule\Infrastructure\Symfony\Command\AutoScheduleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\WorkSchedule\Infrastructure\Symfony\Command\AutoSchedulePublishCommand" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\Symfony\Command\AutoSchedulePublishCommand).
Resolving inheritance for "App\WorkSchedule\Infrastructure\Symfony\Command\AutoSchedulePublishCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\WorkSchedule\Infrastructure\Symfony\Command\AutoSchedulePublishCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\WorkSchedule\Infrastructure\Symfony\Command\AutoSchedulePublishNotificationCommand" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\Symfony\Command\AutoSchedulePublishNotificationCommand).
Resolving inheritance for "App\WorkSchedule\Infrastructure\Symfony\Command\AutoSchedulePublishNotificationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\WorkSchedule\Infrastructure\Symfony\Command\AutoSchedulePublishNotificationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\WorkSchedule\Infrastructure\Symfony\Security\Voter\WorkAvailabilityEntryVoter" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\Symfony\Security\Voter\WorkAvailabilityEntryVoter).
Resolving inheritance for "App\WorkSchedule\Infrastructure\Symfony\Security\Voter\WorkAvailabilityEntryVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\WorkSchedule\Infrastructure\Symfony\Security\Voter\WorkAvailabilityEntryVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\WorkSchedule\Infrastructure\Symfony\Security\Voter\WorkScheduleEntryVoter" (parent: .abstract.instanceof.App\WorkSchedule\Infrastructure\Symfony\Security\Voter\WorkScheduleEntryVoter).
Resolving inheritance for "App\WorkSchedule\Infrastructure\Symfony\Security\Voter\WorkScheduleEntryVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\WorkSchedule\Infrastructure\Symfony\Security\Voter\WorkScheduleEntryVoter).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.app" (parent: cache.adapter.redis).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.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._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.sendgrid" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.schedule_generation.factory" (parent: lock.factory.abstract).
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.gps_summary" (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 "messenger.retry.multiplier_retry_strategy.worker_day" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.twilio" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "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_in_memory" (parent: security.user.provider.in_memory).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (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.webhook" (parent: security.firewall.config).
Resolving inheritance for "security.listener.webhook.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.webhook" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.http_basic.webhook" (parent: security.authenticator.http_basic).
Resolving inheritance for "security.authenticator.manager.webhook" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.webhook" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.webhook" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.webhook" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.webhook" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.super_admin" (parent: security.firewall.config).
Resolving inheritance for "security.listener.super_admin.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.super_admin" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.http_basic.super_admin" (parent: security.authenticator.http_basic).
Resolving inheritance for "security.authenticator.manager.super_admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.super_admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.super_admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.super_admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.super_admin" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.json_login.main" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "api_platform.cache.route_name_resolver" (parent: cache.system).
Resolving inheritance for "api_platform.cache.identifiers_extractor" (parent: cache.system).
Resolving inheritance for "api_platform.cache.subresource_operation_factory" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property" (parent: cache.system).
Resolving inheritance for "api_platform.doctrine.orm.default.collection_data_provider" (parent: api_platform.doctrine.orm.collection_data_provider).
Resolving inheritance for "api_platform.doctrine.orm.default.item_data_provider" (parent: api_platform.doctrine.orm.item_data_provider).
Resolving inheritance for "api_platform.doctrine.orm.default.subresource_data_provider" (parent: api_platform.doctrine.orm.subresource_data_provider).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.media_object" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.clean.media_object" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.media_object" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.media_object" (parent: vich_uploader.listener.upload.orm).
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.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoArray" (parent: .abstract.instanceof.Geocoder\Dumper\GeoArray).
Resolving inheritance for "Geocoder\Dumper\GeoArray" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoArray).
Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoJson" (parent: .abstract.instanceof.Geocoder\Dumper\GeoJson).
Resolving inheritance for "Geocoder\Dumper\GeoJson" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoJson).
Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Gpx" (parent: .abstract.instanceof.Geocoder\Dumper\Gpx).
Resolving inheritance for "Geocoder\Dumper\Gpx" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Gpx).
Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Kml" (parent: .abstract.instanceof.Geocoder\Dumper\Kml).
Resolving inheritance for "Geocoder\Dumper\Kml" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Kml).
Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkb" (parent: .abstract.instanceof.Geocoder\Dumper\Wkb).
Resolving inheritance for "Geocoder\Dumper\Wkb" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkb).
Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkt" (parent: .abstract.instanceof.Geocoder\Dumper\Wkt).
Resolving inheritance for "Geocoder\Dumper\Wkt" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkt).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory" (parent: .abstract.instanceof.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory).
Resolving inheritance for "Bazinga\GeocoderBundle\ProviderFactory\ChainFactory" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory).
Resolving inheritance for "annotated_app_form_domain_model_form_answer_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_date" (parent: .abstract.instanceof.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_date).
Resolving inheritance for "annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_date" (parent: .instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_date).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_status" (parent: .abstract.instanceof.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_status).
Resolving inheritance for "annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_status" (parent: .instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_status).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_worker" (parent: .abstract.instanceof.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_worker).
Resolving inheritance for "annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_worker" (parent: .instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_worker).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_worker_full_name" (parent: .abstract.instanceof.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_worker_full_name).
Resolving inheritance for "annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_worker_full_name" (parent: .instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_worker_full_name).
Resolving inheritance for "annotated_app_company_domain_model_company_api_platform_core_serializer_filter_property_filter" (parent: ApiPlatform\Core\Serializer\Filter\PropertyFilter).
Resolving inheritance for "annotated_app_company_domain_model_company_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_company_domain_model_holiday_calendar_api_platform_core_bridge_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_gps_domain_model_worker_day_gps_summary_api_platform_core_bridge_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_gps_domain_model_worker_day_gps_summary_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_gps_domain_model_geolocation_api_platform_core_bridge_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_gps_domain_model_geolocation_api_platform_core_bridge_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_gps_domain_model_geolocation_api_platform_core_bridge_doctrine_orm_filter_range_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\RangeFilter).
Resolving inheritance for "annotated_app_gps_domain_model_geolocation_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_notification_domain_model_user_notification_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_subscription_domain_model_subscription_invoice_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_tasks_and_projects_domain_model_time_entry_api_platform_core_bridge_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_tasks_and_projects_domain_model_time_entry_api_platform_core_bridge_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_app_tasks_and_projects_domain_model_time_entry_api_platform_core_bridge_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_tasks_and_projects_domain_model_time_entry_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_tasks_and_projects_domain_model_project_api_platform_core_bridge_doctrine_orm_filter_boolean_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter).
Resolving inheritance for "annotated_app_tasks_and_projects_domain_model_project_api_platform_core_bridge_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_tasks_and_projects_domain_model_project_app_shared_infrastructure_api_platform_filter_position_order_filter" (parent: .abstract.instanceof.annotated_app_tasks_and_projects_domain_model_project_app_shared_infrastructure_api_platform_filter_position_order_filter).
Resolving inheritance for "annotated_app_tasks_and_projects_domain_model_project_app_shared_infrastructure_api_platform_filter_position_order_filter" (parent: .instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_tasks_and_projects_domain_model_project_app_shared_infrastructure_api_platform_filter_position_order_filter).
Resolving inheritance for "annotated_app_tasks_and_projects_domain_model_project_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_tasks_and_projects_domain_model_project_report_api_platform_core_bridge_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_tasks_and_projects_domain_model_project_report_api_platform_core_bridge_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_app_tasks_and_projects_domain_model_project_report_api_platform_core_bridge_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_tasks_and_projects_domain_model_project_report_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_tasks_and_projects_domain_model_task_api_platform_core_bridge_doctrine_orm_filter_boolean_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter).
Resolving inheritance for "annotated_app_tasks_and_projects_domain_model_task_api_platform_core_bridge_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_app_tasks_and_projects_domain_model_task_api_platform_core_bridge_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_tasks_and_projects_domain_model_task_app_shared_infrastructure_api_platform_filter_position_order_filter" (parent: .abstract.instanceof.annotated_app_tasks_and_projects_domain_model_task_app_shared_infrastructure_api_platform_filter_position_order_filter).
Resolving inheritance for "annotated_app_tasks_and_projects_domain_model_task_app_shared_infrastructure_api_platform_filter_position_order_filter" (parent: .instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_tasks_and_projects_domain_model_task_app_shared_infrastructure_api_platform_filter_position_order_filter).
Resolving inheritance for "annotated_app_tasks_and_projects_domain_model_task_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_time_and_attendance_domain_model_worker_day_api_platform_core_bridge_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_time_and_attendance_domain_model_worker_day_api_platform_core_bridge_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_time_and_attendance_domain_model_worker_day_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_time_and_attendance_domain_model_action_api_platform_core_bridge_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_time_and_attendance_domain_model_action_api_platform_core_bridge_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_app_time_and_attendance_domain_model_action_api_platform_core_bridge_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_time_and_attendance_domain_model_action_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_time_and_attendance_domain_model_worker_day_entry_api_platform_core_bridge_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_time_and_attendance_domain_model_worker_day_entry_api_platform_core_bridge_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_time_and_attendance_domain_model_worker_day_entry_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_time_off_domain_model_time_off_request_api_platform_core_bridge_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_time_off_domain_model_time_off_request_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_time_off_domain_model_time_off_type_limit_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_user_domain_model_user_device_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_work_schedule_domain_model_work_schedule_requirement_template_deletion_api_platform_core_bridge_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_work_schedule_domain_model_work_availability_entry_api_platform_core_bridge_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_work_schedule_domain_model_work_availability_entry_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_work_schedule_domain_model_work_schedule_entry_api_platform_core_bridge_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_work_schedule_domain_model_work_schedule_entry_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_work_schedule_domain_model_work_schedule_requirement_api_platform_core_bridge_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" (parent: Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
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 "cache.doctrine.orm.default.result.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.query.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.app.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.system.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.serializer.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.annotations.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.property_info.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.messenger.restart_workers_signal.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.webpack_encore.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.route_name_resolver.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.identifiers_extractor.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.subresource_operation_factory.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.metadata.resource.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.metadata.property.traceable" (parent: sentry.tracing.traceable_cache_adapter).
1
Skipping service "App\Company\Infrastructure\ApiPlatform\DataTransformer\WorkingTimeRecordsReportDayDataTransformer": Class or interface "App\Company\Infrastructure\ApiPlatform\DataTransformer\WorkingTimeRecordsReportDayDataTransformer" cannot be loaded.
1
[liip/imagine-bundle] Can not handle assets versioning with custom format ".debug.http_client". asset twig function can likely not be used with the imagine_filter
567
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "App\Analytics\Domain\Api\CustomerIo"; reason: private alias.
Removed service "App\Analytics\Domain\Event\CustomerIoCompanyEvent"; reason: private alias.
Removed service "App\Analytics\Domain\Repository\User"; reason: private alias.
Removed service "App\Analytics\Domain\Service\CustomerIo"; reason: private alias.
Removed service "App\Analytics\Domain\Service\Hubspot"; reason: private alias.
Removed service "App\Analytics\Domain\Service\Mixpanel"; reason: private alias.
Removed service "App\ChangeHistory\Domain\Helper\Context"; reason: private alias.
Removed service "App\ChangeHistory\Domain\Repository\ChangeHistory"; reason: private alias.
Removed service "App\ChangeHistory\Domain\Repository\Objects"; reason: private alias.
Removed service "App\ChangeHistory\Domain\Service\CompareObjects"; reason: private alias.
Removed service "App\Company\Adapter\Service\GoogleCalendar\GoogleCalendarService"; reason: private alias.
Removed service "App\Company\Domain\Repository\Action"; reason: private alias.
Removed service "App\Company\Domain\Repository\Company"; reason: private alias.
Removed service "App\Company\Domain\Repository\HolidayCalendar"; reason: private alias.
Removed service "App\Company\Domain\Repository\PhotoConfirmationsToRemove"; reason: private alias.
Removed service "App\Company\Domain\Repository\User"; reason: private alias.
Removed service "App\Company\Domain\Repository\WorkerModule"; reason: private alias.
Removed service "App\Geofencing\Domain\Repository\Project"; reason: private alias.
Removed service "App\Geofencing\Domain\Repository\Task"; reason: private alias.
Removed service "App\Geofencing\Domain\Repository\TimeEntry"; reason: private alias.
Removed service "App\Monitoring\Domain\ApplicationStateMonitorInterface"; reason: private alias.
Removed service "App\Notification\Domain\Repository\User"; reason: private alias.
Removed service "App\Notification\Domain\Template\NotificationTemplateResolver"; reason: private alias.
Removed service "App\Onboarding\Domain\Repository\Action"; reason: private alias.
Removed service "App\Onboarding\Domain\Repository\Onboarding"; reason: private alias.
Removed service "App\Onboarding\Domain\Repository\OnboardingStep"; reason: private alias.
Removed service "App\Report\Project\Domain\ProjectTimeAndSalaryReportRenderer"; reason: private alias.
Removed service "App\Report\Project\Domain\Repository\TimeEntry"; reason: private alias.
Removed service "App\Report\Uploader\Domain\Repository\ReportUploader"; reason: private alias.
Removed service "App\Shared\Domain\Command\CommandBus"; reason: private alias.
Removed service "App\Shared\Domain\Query\QueryBus"; reason: private alias.
Removed service "App\Shared\Domain\Repository\Config"; reason: private alias.
Removed service "App\Shared\Domain\Service\UserLocale"; reason: private alias.
Removed service "App\Subscription\Domain\JWTTokenGenerator"; reason: private alias.
Removed service "App\TasksAndProjects\Domain\Repository\ProjectMember"; reason: private alias.
Removed service "App\TasksAndProjects\Domain\Repository\TaskRepository"; reason: private alias.
Removed service "App\TasksAndProjects\Domain\Repository\TimeEntryRequest"; reason: private alias.
Removed service "App\TimeAndAttendance\Domain\Factory\Action"; reason: private alias.
Removed service "App\TimeAndAttendance\Domain\Repository\User"; reason: private alias.
Removed service "App\TimeAndAttendance\Domain\Repository\WorkerDayEntry"; reason: private alias.
Removed service "App\TimeAndAttendance\Domain\Repository\WorkerDayRequest"; reason: private alias.
Removed service "App\TimeOff\Domain\Repository\TimeOffRequest"; reason: private alias.
Removed service "App\TimeOff\Domain\Repository\WorkerDay"; reason: private alias.
Removed service "App\TimeOff\Domain\Service\TimeOffRequestLinkerWithWorkerDay"; reason: private alias.
Removed service "App\User\Domain\Repository\LoginHistory"; reason: private alias.
Removed service "App\User\Domain\Repository\UserDevice"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "Knp\Snappy\Pdf"; reason: private alias.
Removed service "Knp\Snappy\Image"; reason: private alias.
Removed service "Knp\Bundle\TimeBundle\DateTimeFormatter"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; 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\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
Removed service "Http\Client\HttpClient"; reason: private alias.
Removed service "http_client.uri_template_expander"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "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\Lock\LockFactory $schedule_generation.lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory $scheduleGenerationLockFactory"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_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\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\ChatterInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\TexterInterface"; reason: private alias.
Removed service "notifier.logger_notification_listener"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\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.webhook"; reason: private alias.
Removed service "security.user_checker.webhook"; reason: private alias.
Removed service "security.authentication.session_strategy.super_admin"; reason: private alias.
Removed service "security.user_checker.super_admin"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "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\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "api_platform.serializer"; reason: private alias.
Removed service "api_platform.property_accessor"; reason: private alias.
Removed service "api_platform.property_info"; reason: private alias.
Removed service "ApiPlatform\Core\Api\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Api\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Api\IriConverterInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Api\OperationAwareFormatsProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Serializer\SerializerContextBuilderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Serializer\Filter\PropertyFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Serializer\Filter\GroupFilter"; reason: private alias.
Removed service "api_platform.operation_path_resolver"; reason: private alias.
Removed service "ApiPlatform\Core\Api\IdentifiersExtractorInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataPersister\DataPersisterInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\ItemDataProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\CollectionDataProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\Pagination"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\PaginationOptions"; reason: private alias.
Removed service "api_platform.operation_path_resolver.default"; reason: private alias.
Removed service "api_platform.path_segment_name_generator"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
Removed service "ApiPlatform\Core\JsonSchema\TypeFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
Removed service "ApiPlatform\Core\OpenApi\Options"; reason: private alias.
Removed service "ApiPlatform\Core\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "api_platform.swagger_ui.listener"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Validator\ValidatorInterface"; reason: private alias.
Removed service "api_platform.message_bus"; reason: private alias.
Removed service "api_platform.security.expression_language"; reason: private alias.
Removed service "ApiPlatform\Core\Security\ResourceAccessCheckerInterface"; reason: private alias.
Removed service "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingResolverInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; 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 "Ibericode\Vat\Countries"; reason: private alias.
Removed service "Ibericode\Vat\Validator"; reason: private alias.
Removed service "Ibericode\Vat\Rates"; reason: private alias.
Removed service "Ibericode\Vat\Geolocator"; reason: private alias.
Removed service "Ibericode\Vat\Bundle\Validator\Constraints\VatNumberValidator"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.fixture_bag"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.parameter_bag"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.fixture_set"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.value"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.value.property_accessor"; reason: private alias.
Removed service "nelmio_alice.generator.instantiator"; reason: private alias.
Removed service "nelmio_alice.generator"; reason: private alias.
Removed service "nelmio_alice.generator.object_generator"; reason: private alias.
Removed service "nelmio_alice.generator.hydrator"; reason: private alias.
Removed service "nelmio_alice.generator.hydrator.property"; reason: private alias.
Removed service "nelmio_alice.generator.caller"; reason: private alias.
Removed service "nelmio_alice.property_accessor"; reason: private alias.
Removed service "nelmio_alice.fixture_builder"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.parameter_bag"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.lexer"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.parser.token_parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture_bag"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.specs"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.flag_parser"; reason: private alias.
Removed service "nelmio_alice.file_locator"; reason: private alias.
Removed service "nelmio_alice.file_parser"; reason: private alias.
Removed service "fidry_alice_data_fixtures.doctrine.loader"; reason: private alias.
Removed service "fidry_alice_data_fixtures.persistence.purger.doctrine.orm_purger"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Database $monitiDatabase"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Auth $monitiAuth"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Storage $monitiStorage"; reason: private alias.
Removed service ".Kreait\Firebase\Contract\RemoteConfig $monitiRemote_config"; reason: private alias.
Removed service "Kreait\Firebase\Contract\RemoteConfig $monitiRemoteConfig"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Messaging $monitiMessaging"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Firestore $monitiFirestore"; reason: private alias.
Removed service ".Kreait\Firebase\Contract\DynamicLinks $monitiDynamic_links"; reason: private alias.
Removed service "Kreait\Firebase\Contract\DynamicLinks $monitiDynamicLinks"; reason: private alias.
Removed service ".Kreait\Firebase\Contract\AppCheck $monitiApp_check"; reason: private alias.
Removed service "Kreait\Firebase\Contract\AppCheck $monitiAppCheck"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Sentry\ClientInterface"; reason: private alias.
Removed service "Sentry\SentryBundle\EventListener\ConsoleCommandListener"; reason: private alias.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactoryInterface"; reason: private alias.
Removed service "bazinga_geocoder.geocoder"; reason: private alias.
Removed service "geocoder"; reason: private alias.
Removed service "Geocoder\Provider\Provider $googleMapsGeocoder"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultTokenFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultTokenProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $defaultHub"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $defaultPublisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface"; reason: private alias.
Removed service "Symfony\Component\Mercure\Publisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service ".stof_doctrine_extensions.reader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "api_platform.doctrine.listener.mercure.publish"; reason: private alias.
Removed service "api_platform.name_converter"; reason: private alias.
Removed service ".service_locator.3OS1BnI"; reason: private alias.
Removed service ".service_locator.liNuFTi"; reason: private alias.
Removed service ".service_locator.j5TIJxE"; reason: private alias.
Removed service ".service_locator..310Pwj"; reason: private alias.
Removed service ".service_locator.rZzJg2N"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.bnaLdkn"; reason: private alias.
Removed service ".service_locator.t5ld.Cq"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.9_mPvcd"; reason: private alias.
Removed service ".service_locator..wDobEN"; reason: private alias.
Removed service ".service_locator.gYMtIrt"; reason: private alias.
Removed service ".service_locator.cb9Sydj"; reason: private alias.
Removed service ".service_locator.hxKLL7R"; reason: private alias.
Removed service ".service_locator.8n.OIvD"; reason: private alias.
Removed service ".service_locator.D9itdww"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.DCVu1X_"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.inner"; reason: private alias.
Removed service "api_platform.metadata.subresource.metadata_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.short_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.filter_metadata_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.validator.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.operation.inner"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.formats.inner"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "api_platform.openapi.factory"; reason: private alias.
Removed service "App\Company\Infrastructure\ApiPlatform\OpenApi\Company.inner"; reason: private alias.
Removed service "App\Company\Infrastructure\ApiPlatform\OpenApi\HolidayCalendarByCompany.inner"; reason: private alias.
Removed service "App\Geofencing\Infrastructure\ApiPlatform\OpenApi\Area.inner"; reason: private alias.
Removed service "App\Notification\Infrastructure\ApiPlatform\OpenApi\CompanyNotificationSetting.inner"; reason: private alias.
Removed service "App\Report\Project\Infrastructure\ApiPlatform\OpenApi\ProjectsTimeAndSalary.inner"; reason: private alias.
Removed service "App\Report\Project\Infrastructure\ApiPlatform\OpenApi\WorkersTimeAndSalary.inner"; reason: private alias.
Removed service "App\Report\Shared\Infrastructure\ApiPlatform\OpenApi\ExportReport.inner"; reason: private alias.
Removed service "App\Report\Uploader\Infrastructure\ApiPlatform\OpenApi\ReportUploader.inner"; reason: private alias.
Removed service "App\Shared\Infrastructure\ApiPlatform\OpenApi\RemoveAction.inner"; reason: private alias.
Removed service "App\Subscription\Infrastructure\ApiPlatform\OpenApi\UpgradeGuide.inner"; reason: private alias.
Removed service "App\TimeOff\Infrastructure\ApiPlatform\OpenApi\TimeOffRequest.inner"; reason: private alias.
Removed service "App\User\Infrastructure\ApiPlatform\OpenApi\User.inner"; reason: private alias.
Removed service "api_platform.serializer.context_builder"; reason: private alias.
Removed service "App\WorkSchedule\Infrastructure\ApiPlatform\OpenApi\ManualScheduleGeneration.inner"; reason: private alias.
Removed service "App\WorkSchedule\Infrastructure\ApiPlatform\OpenApi\ScheduleGenerationLockStatus.inner"; reason: private alias.
Removed service "App\WorkSchedule\Infrastructure\ApiPlatform\OpenApi\WorkScheduleRequirement.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 "serializer"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.webhook"; reason: private alias.
Removed service "security.firewall.authenticator.super_admin"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "api_platform.serializer.context_builder.filter.inner"; reason: private alias.
Removed service "api_platform.identifiers_extractor"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection_filters.inner"; reason: private alias.
Removed service "api_platform.json_schema.schema_factory"; reason: private alias.
Removed service "api_platform.collection_data_provider"; reason: private alias.
Removed service "api_platform.item_data_provider"; reason: private alias.
Removed service "api_platform.subresource_data_provider"; reason: private alias.
Removed service "api_platform.data_persister"; reason: private alias.
Removed service "mercure.hub.default.publisher"; reason: private alias.
Removed service "mercure.hub.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "cache.doctrine.orm.default.result"; reason: private alias.
Removed service "cache.doctrine.orm.default.query"; reason: private alias.
Removed service "cache.validator"; reason: private alias.
Removed service "cache.serializer"; reason: private alias.
Removed service "cache.annotations"; reason: private alias.
Removed service "cache.property_info"; reason: private alias.
Removed service "cache.messenger.restart_workers_signal"; reason: private alias.
Removed service "cache.security_expression_language"; reason: private alias.
Removed service "cache.webpack_encore"; reason: private alias.
Removed service "api_platform.cache.route_name_resolver"; reason: private alias.
Removed service "api_platform.cache.identifiers_extractor"; reason: private alias.
Removed service "api_platform.cache.subresource_operation_factory"; reason: private alias.
Removed service "api_platform.cache.metadata.resource"; reason: private alias.
Removed service "api_platform.cache.metadata.property"; reason: private alias.
Removed service "security.event_dispatcher.webhook"; reason: private alias.
Removed service "security.event_dispatcher.super_admin"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
Removed service "api_platform.openapi.normalizer"; reason: private alias.
Removed service "api_platform.swagger.normalizer.documentation"; reason: private alias.
Removed service "api_platform.route_name_resolver"; reason: private alias.
Removed service "api_platform.subresource_operation_factory"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.inner"; reason: private alias.
Removed service "http_client.transport"; reason: private alias.
Removed service "App\Shared\Infrastructure\ApiPlatform\Metadata\AutoGroupResourceMetadataFactory.inner"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.TAUJiBU"; reason: private alias.
Removed service ".service_locator.Y9HV2mS"; reason: private alias.
Removed service ".service_locator.xYstrQw"; reason: private alias.
Removed service ".service_locator.bRThoBZ"; reason: private alias.
Removed service ".service_locator.BCElu7l"; reason: private alias.
Removed service ".service_locator.QbKyVgr"; reason: private alias.
Removed service ".service_locator.kMY_PS3"; reason: private alias.
Removed service ".service_locator.iN5GPac"; reason: private alias.
Removed service ".service_locator.Mp09VCN"; reason: private alias.
Removed service ".service_locator.pX1TsWZ"; reason: private alias.
Removed service ".service_locator.v7EQtZ8"; reason: private alias.
Removed service ".service_locator.lAF1d85"; reason: private alias.
Removed service ".service_locator.AN3Sct2"; reason: private alias.
Removed service ".service_locator.BFoduaj"; reason: private alias.
Removed service ".service_locator.et4jn9F"; reason: private alias.
Removed service ".service_locator.h_L_Xch"; reason: private alias.
Removed service ".service_locator.qmBRD7K"; reason: private alias.
Removed service ".service_locator.IbRJ_i5"; reason: private alias.
Removed service ".service_locator.X2yk6A8"; reason: private alias.
Removed service ".service_locator.vGl0mTf"; reason: private alias.
Removed service ".service_locator.zpBuleN"; reason: private alias.
Removed service ".service_locator.gXLIUS4"; reason: private alias.
Removed service ".service_locator.4gKt_SH"; reason: private alias.
Removed service ".service_locator.YgC_1Xo"; reason: private alias.
Removed service ".service_locator.g1xj_gN"; reason: private alias.
Removed service ".service_locator.ft0YTJY"; reason: private alias.
Removed service ".service_locator.VPJbe2D"; reason: private alias.
Removed service ".service_locator.vNYW.P9"; reason: private alias.
Removed service ".service_locator.kDVnESB"; reason: private alias.
Removed service ".service_locator.3PhnM1Q"; reason: private alias.
Removed service ".service_locator.RZUO3gN"; reason: private alias.
Removed service ".service_locator.OWlIBDJ"; reason: private alias.
Removed service ".service_locator.Z3dNZTi"; reason: private alias.
Removed service ".service_locator.J4jcmc."; reason: private alias.
Removed service ".service_locator.snOcQrP"; reason: private alias.
Removed service ".service_locator.V72A8mp"; reason: private alias.
Removed service ".service_locator.TL4AqiT"; reason: private alias.
Removed service ".service_locator.mdkbLNS"; reason: private alias.
Removed service ".service_locator.OGUnhG3"; reason: private alias.
Removed service ".service_locator.ed903Xr"; reason: private alias.
Removed service ".service_locator.TTDiR7Z"; reason: private alias.
Removed service ".service_locator.B1jcgiq"; reason: private alias.
Removed service ".service_locator.peMTnEP"; reason: private alias.
Removed service ".service_locator.LaK2Z4."; reason: private alias.
Removed service ".service_locator.a0R00Yw"; reason: private alias.
Removed service ".service_locator.kHM_X.H"; reason: private alias.
Removed service ".service_locator.1kO.BLz"; reason: private alias.
Removed service ".service_locator.En0CXs4"; reason: private alias.
Removed service ".service_locator.DKEqb1J"; reason: private alias.
Removed service ".service_locator.FxFA9CT"; reason: private alias.
Removed service ".service_locator.nslXuC4"; reason: private alias.
Removed service ".service_locator.s4eW5MC"; reason: private alias.
Removed service ".service_locator.ETHn7mU"; reason: private alias.
Removed service ".service_locator.bmcpAg2"; reason: private alias.
Removed service ".service_locator.5oaR60J"; reason: private alias.
Removed service ".service_locator.NZYSQ9b"; reason: private alias.
Removed service ".service_locator.oT8J12I"; reason: private alias.
Removed service ".service_locator.H1B7f5Y"; reason: private alias.
Removed service ".service_locator.VNTmNzP"; reason: private alias.
Removed service ".service_locator.LOTi8W4"; reason: private alias.
Removed service ".service_locator.vkBA6ub"; reason: private alias.
Removed service ".service_locator.Q4kaq1k"; reason: private alias.
Removed service ".service_locator.442nsw6"; reason: private alias.
Removed service ".service_locator.yArDdtI"; reason: private alias.
Removed service ".service_locator.yMZuQYa"; reason: private alias.
Removed service ".service_locator.xxxoMyo"; reason: private alias.
Removed service ".service_locator.3mRdT90"; reason: private alias.
Removed service ".service_locator.Sj35SR5"; reason: private alias.
Removed service ".service_locator.Vu_1AiO"; reason: private alias.
Removed service ".service_locator.rU5bm2f"; reason: private alias.
Removed service ".service_locator.y4J.rdk"; reason: private alias.
Removed service ".service_locator.7yngf4I"; reason: private alias.
Removed service ".service_locator.dl1FMkP"; reason: private alias.
Removed service ".service_locator.KOE7Blq"; reason: private alias.
Removed service ".service_locator.xuVUNW9"; reason: private alias.
Removed service ".service_locator.NW7MnuB"; reason: private alias.
Removed service ".service_locator.iUxT8yA"; reason: private alias.
Removed service ".service_locator.T_jLwjq"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
279
Changed reference of service "App\Company\Adapter\EventSubscriber\ReferringCompanyThankYouSubscriber" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Company\Adapter\Service\ActivateDepartmentService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Adapter\Service\ArchiveDepartmentService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Adapter\Service\BatchActivateDepartmentsService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Adapter\Service\BatchArchiveDepartmentsService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Adapter\Service\BatchDeleteDepartmentsService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Adapter\Service\ClearCompanyDataService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Adapter\Service\DeleteDepartmentService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Adapter\Service\WorkerCollectionNormalizer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Company\Adapter\Service\WorkerHelper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Adapter\Service\WorkerHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Company\Adapter\Service\WorkerStateHelper" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyBillingDetailsPut" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyDelete" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyPut" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentDelete" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentPost" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentPut" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionDelete" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionPost" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionPut" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Infrastructure\ApiPlatform\DataPersister\ReferralPost" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerDelete" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerPost" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerPut" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Geofencing\Adapter\Service\WorkspacePosition" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Geofencing\Adapter\Service\WorkspacePosition" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Notification\Adapter\Service\Mailer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Notification\Adapter\Service\NotificationTranslator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Notification\Adapter\Service\Notifier" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Notification\Infrastructure\Symfony\Notifier\Transport\FirebaseTransportFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Notification\Infrastructure\Symfony\Notifier\Transport\RealTimeTransport" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Notification\Infrastructure\Symfony\Notifier\Transport\RealTimeTransportFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Onboarding\Adapter\CommandHandler\AddKioskCreatedStep" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Onboarding\Adapter\CommandHandler\ProcessAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Onboarding\Adapter\CommandHandler\SaveOnboardingStep" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Onboarding\Infrastructure\Controller\CloseOnboardingAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Onboarding\Infrastructure\Controller\FinishOnboardingAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Onboarding\Infrastructure\Controller\SkipOnboardingAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\RealTime\Adapter\EventSubscriber\FirebaseMessagingSubscriber" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\RealTime\Adapter\Service\FirebaseMessagingHelper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\RealTime\Adapter\Service\FirebaseMessagingHelper\Async" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Report\Attendance\Adapter\AttendanceReport\XlsReport" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Report\Project\Adapter\Helper\EntityName" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Report\Project\Adapter\ProjectTimeAndSalaryReportRenderer\Csv" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Report\Project\Adapter\WorkerTimeAndSalaryReportRenderer\Csv" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Report\Project\Adapter\WorkerTimeAndSalaryReportRenderer\Xls" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Report\Shared\Adapter\Factory\HeaderItem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\XlsxReport" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Report\Uploader\Adapter\Service\ReportExporter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shared\Infrastructure\FrontendUrlGenerator\Base" previously pointing to "router.default" to "router".
Changed reference of service "App\Shared\Infrastructure\FrontendUrlGenerator\Firebase" previously pointing to "router.default" to "router".
Changed reference of service "App\Shared\Infrastructure\Symfony\Messenger\CommandBus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Shared\Infrastructure\Symfony\Messenger\QueryBus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Subscription\Adapter\JWTTokenGenerator\Apple" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Subscription\Adapter\Service\ChargeBeeHelper" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Subscription\Adapter\Service\ChargeBeeHelper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Subscription\Infrastructure\Controller\SendUpgradeGuide" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Adapter\CommandHandler\DuplicateProject" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Adapter\CommandHandler\DuplicateTask" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Adapter\Service\CustomerAccountHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TasksAndProjects\Adapter\Service\TimeEntry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectDelete" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectPost" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectPut" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryDelete" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryPost" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryPut" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskDelete" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskPost" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskPut" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryDelete" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryPost" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryPut" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Infrastructure\Controller\ActiveProjectAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Infrastructure\Controller\ArchiveProjectAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Infrastructure\Controller\EndTimeEntryAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Infrastructure\Controller\FinishTaskAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Infrastructure\Controller\OpenTaskAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TasksAndProjects\Infrastructure\Controller\StartTimeEntryAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TimeAndAttendance\Adapter\CommandHandler\ApproveWorkerDayRequest" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TimeAndAttendance\Adapter\CommandHandler\BatchApproveWorkerDayRequest" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TimeAndAttendance\Adapter\CommandHandler\BatchRejectWorkerDayRequest" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TimeAndAttendance\Adapter\CommandHandler\RejectWorkerDayRequest" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TimeAndAttendance\Adapter\CommandHandler\SaveWorkerDayRequest" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\ActionDataPersister" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TimeAndAttendance\Infrastructure\Doctrine\EventSubscriber\ActionAddWarningIfNeeded" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestDelete" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestPost" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TimeOff\Infrastructure\Controller\ApproveTimeOffRequest" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TimeOff\Infrastructure\Controller\RejectTimeOffRequest" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\User\Adapter\CommandHandler\ResetPassword" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\User\Adapter\CommandHandler\ResetPasswordRequest" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\User\Adapter\Service\UserRegistrationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\User\Infrastructure\ApiPlatform\DataPersister\UserPost" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\User\Infrastructure\ApiPlatform\DataPersister\UserPut" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\User\Infrastructure\Controller\UpsertUserDeviceAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\User\Infrastructure\Symfony\Security\Authenticator\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\WorkSchedule\Adapter\ApplicationStateMonitor\WorkScheduleStart" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\WorkSchedule\Adapter\CommandHandler\GenerateScheduleAsyncCommandHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\WorkSchedule\Adapter\CommandHandler\WorkScheduleEntryRemovedHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\WorkSchedule\Adapter\Service\BatchCreateWorkScheduleEntriesService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\WorkSchedule\Adapter\Service\BatchDeleteWorkScheduleEntriesService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\WorkSchedule\Adapter\Service\BatchUpdateWorkScheduleEntriesService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\WorkSchedule\Adapter\Service\ManualScheduleGenerationService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkAvailabilityEntry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkScheduleEntry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkScheduleEntry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\WorkSchedule\Infrastructure\Symfony\Command\AutoScheduleCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\WorkSchedule\Infrastructure\Symfony\Command\AutoSchedulePublishCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\WorkSchedule\Infrastructure\Symfony\Command\AutoSchedulePublishNotificationCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Shared\Domain\FrontendUrlGenerator" previously pointing to "router.default" to "router".
Changed reference of service "time.datetime_formatter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "services_resetter" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "services_resetter" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "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 "cache.app.taggable" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.system_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.system_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.system_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.global_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.global_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendgrid" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.expression_language" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "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 "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "chatter" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "chatter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "texter" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "texter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.twilio" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.cache" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "data_collector.cache" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "data_collector.cache" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "data_collector.cache" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.is_granted_attribute_expression_language" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login.main" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "api_platform.router" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger.action.ui" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.action" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.doctrine.orm.listener.mercure.publish" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "api_platform.messenger.data_persister" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Endroid\QrCodeBundle\Twig\QrCodeRuntime" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "nelmio_alice.generator.resolver.value.chainable.optional_value_resolver" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "fidry_alice_data_fixtures.loader.multipass_file" previously pointing to "nelmio_alice.file_loader.simple" to "nelmio_alice.file_loader".
Changed reference of service "fidry_alice_data_fixtures.loader.simple" previously pointing to "nelmio_alice.files_loader.simple" to "nelmio_alice.files_loader".
Changed reference of service "fidry_alice_data_fixtures.doctrine.persister_loader" previously pointing to "fidry_alice_data_fixtures.persistence.persister.doctrine.object_manager_persister" to "fidry_alice_data_fixtures.persistence.persister.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.loader.file_resolver_loader" previously pointing to "fidry_alice_data_fixtures.doctrine.purger_loader" to "fidry_alice_data_fixtures.loader.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.loader.file_resolver_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.data_fixtures.purge_loader" previously pointing to "fidry_alice_data_fixtures.doctrine.purger_loader" to "fidry_alice_data_fixtures.loader.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.purge_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.data_fixtures.append_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command" previously pointing to "hautelook_alice.loader.doctrine_orm_loader" to "hautelook_alice.loader".
Changed reference of service ".service_locator.nrb8XEH" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.H4T8VBP" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.H4T8VBP" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.NxGAftQ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.NxGAftQ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.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\Affiliate\Infrastructure\Symfony\Security\Voter\PromoterVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Company\Infrastructure\Symfony\Security\Voter\ClearCompanyDataVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Company\Infrastructure\Symfony\Security\Voter\CompanyVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Company\Infrastructure\Symfony\Security\Voter\ContractTypeVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Company\Infrastructure\Symfony\Security\Voter\DepartmentVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Company\Infrastructure\Symfony\Security\Voter\HolidayCalendarVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Company\Infrastructure\Symfony\Security\Voter\JobPositionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Company\Infrastructure\Symfony\Security\Voter\TagVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Company\Infrastructure\Symfony\Security\Voter\WorkerVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Form\Infrastructure\Symfony\Security\Voter\FormAnswerVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Form\Infrastructure\Symfony\Security\Voter\FormVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskConfigVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskStatusVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Subscription\Infrastructure\Symfony\Security\Voter\CompanyBillingDetailsVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Subscription\Infrastructure\Symfony\Security\Voter\CompanySubscriptionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Subscription\Infrastructure\Symfony\Security\Voter\SubscriptionInvoiceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\AttachmentVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\CustomerVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ProjectReportVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ProjectVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ReportCategoryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\TaskVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\TimeEntryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\ActionTypeVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\ActionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\WorkerDayRequestVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\TimeOff\Infrastructure\Symfony\Security\Voter\TimeOffRequestVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\TimeOff\Infrastructure\Symfony\Security\Voter\TimeOffTypeVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\User\Infrastructure\Symfony\Security\Voter\UserDeviceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\User\Infrastructure\Symfony\Security\Voter\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\WorkSchedule\Infrastructure\Symfony\Security\Voter\WorkAvailabilityEntryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\WorkSchedule\Infrastructure\Symfony\Security\Voter\WorkScheduleEntryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.UmsFnvw" 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.lDm7_uF" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cache.app_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "nelmio_alice.file_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
Changed reference of service "nelmio_alice.files_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
Changed reference of service "fidry_alice_data_fixtures.loader.doctrine" previously pointing to "fidry_alice_data_fixtures.persistence.doctrine.purger.purger_factory" to "fidry_alice_data_fixtures.persistence.purger_factory.doctrine".
Changed reference of service "hautelook_alice.loader" previously pointing to "hautelook_alice.resolver.bundle.no_bundle_resolver" to "hautelook_alice.resolver.bundle".
Changed reference of service "hautelook_alice.loader" previously pointing to "hautelook_alice.locator.environmentless" to "hautelook_alice.locator".
1119
Removed service "App\ChangeHistory\Domain\Model"; reason: abstract.
Removed service "App\Company\Domain\Model"; reason: abstract.
Removed service "App\Geofencing\Domain\Model"; reason: abstract.
Removed service "App\Gps\Domain\Model"; reason: abstract.
Removed service "App\Kiosk\Domain\Model"; reason: abstract.
Removed service "App\MediaObject\Domain\Model"; reason: abstract.
Removed service "App\Notification\Domain\Model"; reason: abstract.
Removed service "App\Onboarding\Domain\Model"; reason: abstract.
Removed service "App\Report\Uploader\Domain\Model"; reason: abstract.
Removed service "App\Shared\Domain\Model"; reason: abstract.
Removed service "App\Subscription\Domain\Dto"; reason: abstract.
Removed service "App\Subscription\Domain\Model"; reason: abstract.
Removed service "App\TasksAndProjects\Domain\Model"; reason: abstract.
Removed service "App\TimeAndAttendance\Domain\Model"; reason: abstract.
Removed service "App\TimeOff\Domain\Model"; reason: abstract.
Removed service "App\User\Domain\Model"; reason: abstract.
Removed service "App\WorkSchedule\Domain\Model"; reason: abstract.
Removed service "App\Notification\Domain\NotificationType\TestType1"; reason: abstract.
Removed service "App\Notification\Domain\NotificationType\TestType2"; reason: abstract.
Removed service "App\Notification\Domain\NotificationType\TestType3"; reason: abstract.
Removed service "App\Notification\Domain\NotificationType\TestType4"; reason: abstract.
Removed service "App\Notification\Domain\NotificationType\TestType5"; reason: abstract.
Removed service "App\Notification\Domain\NotificationType\TestType6"; reason: abstract.
Removed service "App\Notification\Domain\NotificationType\TestType7"; reason: abstract.
Removed service "App\Notification\Domain\NotificationType\TestType8"; 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 "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; 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 "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 "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; 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 "notifier.transport_factory.abstract"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.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 "maker.auto_command.abstract"; reason: abstract.
Removed service "api_platform.serializer.property_filter"; reason: abstract.
Removed service "api_platform.serializer.group_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.collection_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.item_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.subresource_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service "sentry.tracing.traceable_cache_adapter"; reason: abstract.
Removed service "sentry.tracing.traceable_tag_aware_cache_adapter"; reason: abstract.
Removed service "Invenso\Rector\InvensoRectorBundle"; reason: abstract.
Removed service "Invenso\Rector\DependencyInjection"; reason: abstract.
Removed service "Invenso\Rector\Config"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Affiliate\Infrastructure\ApiPlatform\DataProvider\PromoterPayoutDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Affiliate\Infrastructure\ApiPlatform\DataProvider\PromoterPayoutDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Affiliate\Infrastructure\ApiPlatform\DataProvider\PromoterReferralDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Affiliate\Infrastructure\ApiPlatform\DataProvider\PromoterReferralDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Affiliate\Infrastructure\ApiPlatform\DataProvider\PromoterRewardDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Affiliate\Infrastructure\ApiPlatform\DataProvider\PromoterRewardDataProvider"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Affiliate\Infrastructure\Repository\PromoterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Affiliate\Infrastructure\Repository\PromoterRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Affiliate\Infrastructure\Symfony\Security\Voter\PromoterVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Affiliate\Infrastructure\Symfony\Security\Voter\PromoterVoter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateAssistantInput"; reason: abstract.
Removed service ".abstract.instanceof.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateAssistantInput"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateThreadInput"; reason: abstract.
Removed service ".abstract.instanceof.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateThreadInput"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateThreadMessageInput"; reason: abstract.
Removed service ".abstract.instanceof.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateThreadMessageInput"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateThreadRunInput"; reason: abstract.
Removed service ".abstract.instanceof.App\Ai\Infrastructure\ApiPlatform\DataTransformer\CreateThreadRunInput"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Ai\Infrastructure\ApiPlatform\DataTransformer\ModifyAssistantInput"; reason: abstract.
Removed service ".abstract.instanceof.App\Ai\Infrastructure\ApiPlatform\DataTransformer\ModifyAssistantInput"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Ai\Infrastructure\ApiPlatform\DataTransformer\SubmitThreadToolOutputsToRunInput"; reason: abstract.
Removed service ".abstract.instanceof.App\Ai\Infrastructure\ApiPlatform\DataTransformer\SubmitThreadToolOutputsToRunInput"; reason: abstract.
Removed service ".instanceof.App\Ai\Infrastructure\Controller\CreateAssistantAction.0.App\Ai\Infrastructure\Controller\CreateAssistantAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Ai\Infrastructure\Controller\CreateAssistantAction"; reason: abstract.
Removed service ".instanceof.App\Ai\Infrastructure\Controller\CreateThreadAction.0.App\Ai\Infrastructure\Controller\CreateThreadAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Ai\Infrastructure\Controller\CreateThreadAction"; reason: abstract.
Removed service ".instanceof.App\Ai\Infrastructure\Controller\CreateThreadMessageAction.0.App\Ai\Infrastructure\Controller\CreateThreadMessageAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Ai\Infrastructure\Controller\CreateThreadMessageAction"; reason: abstract.
Removed service ".instanceof.App\Ai\Infrastructure\Controller\CreateThreadRunAction.0.App\Ai\Infrastructure\Controller\CreateThreadRunAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Ai\Infrastructure\Controller\CreateThreadRunAction"; reason: abstract.
Removed service ".instanceof.App\Ai\Infrastructure\Controller\GetAssistantAction.0.App\Ai\Infrastructure\Controller\GetAssistantAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Ai\Infrastructure\Controller\GetAssistantAction"; reason: abstract.
Removed service ".instanceof.App\Ai\Infrastructure\Controller\GetThreadRunAction.0.App\Ai\Infrastructure\Controller\GetThreadRunAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Ai\Infrastructure\Controller\GetThreadRunAction"; reason: abstract.
Removed service ".instanceof.App\Ai\Infrastructure\Controller\ListThreadMessagesAction.0.App\Ai\Infrastructure\Controller\ListThreadMessagesAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Ai\Infrastructure\Controller\ListThreadMessagesAction"; reason: abstract.
Removed service ".instanceof.App\Ai\Infrastructure\Controller\ModifyAssistantAction.0.App\Ai\Infrastructure\Controller\ModifyAssistantAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Ai\Infrastructure\Controller\ModifyAssistantAction"; reason: abstract.
Removed service ".instanceof.App\Ai\Infrastructure\Controller\SubmitThreadToolOutputsToRunAction.0.App\Ai\Infrastructure\Controller\SubmitThreadToolOutputsToRunAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Ai\Infrastructure\Controller\SubmitThreadToolOutputsToRunAction"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\ActionSavedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Analytics\Adapter\EventSubscriber\ActionSavedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\CompanyDeletedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Analytics\Adapter\EventSubscriber\CompanyDeletedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\CompanyModulesUpdatedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Analytics\Adapter\EventSubscriber\CompanyModulesUpdatedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\CompanySavedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Analytics\Adapter\EventSubscriber\CompanySavedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\FirstKioskCreatedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Analytics\Adapter\EventSubscriber\FirstKioskCreatedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\NewReferralSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Analytics\Adapter\EventSubscriber\NewReferralSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\OnboardingUpdatedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Analytics\Adapter\EventSubscriber\OnboardingUpdatedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\SubscriptionUpgradeGuideSentSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Analytics\Adapter\EventSubscriber\SubscriptionUpgradeGuideSentSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\UserDeviceSavedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Analytics\Adapter\EventSubscriber\UserDeviceSavedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\UserSavedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Analytics\Adapter\EventSubscriber\UserSavedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\WorkerFirstTimeStartWorkSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Analytics\Adapter\EventSubscriber\WorkerFirstTimeStartWorkSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\WorkerModulesUpdatedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Analytics\Adapter\EventSubscriber\WorkerModulesUpdatedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Analytics\Adapter\EventSubscriber\WorkerSavedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Analytics\Adapter\EventSubscriber\WorkerSavedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Analytics\Infrastructure\Controller\HubSpotController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Analytics\Infrastructure\Controller\HubSpotController"; reason: abstract.
Removed service ".abstract.instanceof.App\Analytics\Infrastructure\Controller\HubSpotController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Analytics\Infrastructure\Symfony\Command\CompanySnapshotCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Analytics\Infrastructure\Symfony\Command\CompanySnapshotCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Analytics\Infrastructure\Symfony\Command\UserExportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Analytics\Infrastructure\Symfony\Command\UserExportCommand"; reason: abstract.
Removed service ".instanceof.App\ChangeHistory\Adapter\CommandHandler\SaveDiffInObjects.0.App\ChangeHistory\Adapter\CommandHandler\SaveDiffInObjects"; reason: abstract.
Removed service ".abstract.instanceof.App\ChangeHistory\Adapter\CommandHandler\SaveDiffInObjects"; reason: abstract.
Removed service ".instanceof.App\ChangeHistory\Adapter\QueryHandler\GetObjectChangeHistory.0.App\ChangeHistory\Adapter\QueryHandler\GetObjectChangeHistory"; reason: abstract.
Removed service ".abstract.instanceof.App\ChangeHistory\Adapter\QueryHandler\GetObjectChangeHistory"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\ChangeHistory\Infrastructure\ApiPlatform\DataProvider\ChangeHistory"; reason: abstract.
Removed service ".abstract.instanceof.App\ChangeHistory\Infrastructure\ApiPlatform\DataProvider\ChangeHistory"; reason: abstract.
Removed service ".instanceof.App\Company\Adapter\CommandHandler\BatchCalculateCompanyHealthScore.0.App\Company\Adapter\CommandHandler\BatchCalculateCompanyHealthScore"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Adapter\CommandHandler\BatchCalculateCompanyHealthScore"; reason: abstract.
Removed service ".instanceof.App\Company\Adapter\CommandHandler\RemovePhotoConfirmations.0.App\Company\Adapter\CommandHandler\RemovePhotoConfirmations"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Adapter\CommandHandler\RemovePhotoConfirmations"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Company\Adapter\EventSubscriber\CompanyModulesUpdatedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Adapter\EventSubscriber\CompanyModulesUpdatedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Company\Adapter\EventSubscriber\DepartmentRealTimeUpdate"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Adapter\EventSubscriber\DepartmentRealTimeUpdate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Company\Adapter\EventSubscriber\JobPositionRealTimeUpdate"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Adapter\EventSubscriber\JobPositionRealTimeUpdate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Company\Adapter\EventSubscriber\NewReferralForSupportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Adapter\EventSubscriber\NewReferralForSupportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Company\Adapter\EventSubscriber\ReferringCompanyThankYouSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Adapter\EventSubscriber\ReferringCompanyThankYouSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Company\Adapter\EventSubscriber\WorkerRealTimeUpdate"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Adapter\EventSubscriber\WorkerRealTimeUpdate"; reason: abstract.
Removed service ".instanceof.App\Company\Adapter\QueryHandler\GetHolidayCalendar.0.App\Company\Adapter\QueryHandler\GetHolidayCalendar"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Adapter\QueryHandler\GetHolidayCalendar"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyBillingDetailsPut"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyBillingDetailsPut"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyDelete"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyPut"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\CompanyPut"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentDelete"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentPost"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentPost"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentPut"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\DepartmentPut"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\HolidayCalendarPost"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\HolidayCalendarPost"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionDelete"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionPost"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionPost"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionPut"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\JobPositionPut"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\ReferralPost"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\ReferralPost"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\Tag"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\Tag"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerDelete"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerPost"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerPost"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerPut"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataPersister\WorkerPut"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface.0.App\Company\Infrastructure\ApiPlatform\DataProvider\HolidayCalendarByCompany"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataProvider\HolidayCalendarByCompany"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Company\Infrastructure\ApiPlatform\DataProvider\TeamMemberDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataProvider\TeamMemberDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Company\Infrastructure\ApiPlatform\DataTransformer\TeamMemberOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataTransformer\TeamMemberOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Company\Infrastructure\ApiPlatform\DataTransformer\WorkerLinkInvitationDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataTransformer\WorkerLinkInvitationDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Company\Infrastructure\ApiPlatform\DataTransformer\WorkerSmsInvitationDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\ApiPlatform\DataTransformer\WorkerSmsInvitationDataTransformer"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Company\Infrastructure\Controller\CrewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Company\Infrastructure\Controller\CrewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Controller\CrewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Company\Infrastructure\Controller\SalaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Company\Infrastructure\Controller\SalaryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Controller\SalaryController"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\ArchivedOrNotWorkersExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Doctrine\Extension\ArchivedOrNotWorkersExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\ContractTypeByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Doctrine\Extension\ContractTypeByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\DepartmentByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\DepartmentByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Doctrine\Extension\DepartmentByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\JobPositionByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\JobPositionByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Doctrine\Extension\JobPositionByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\TagByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Doctrine\Extension\TagByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\WorkerByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Company\Infrastructure\Doctrine\Extension\WorkerByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Doctrine\Extension\WorkerByCompanyExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Repository\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\ContractTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Repository\ContractTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\DepartmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Repository\DepartmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\HolidayCalendarDayRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Repository\HolidayCalendarDayRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\HolidayCalendarRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Repository\HolidayCalendarRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\JobPositionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Repository\JobPositionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\ManagerPrivilegeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Repository\ManagerPrivilegeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\ReferralRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Repository\ReferralRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\TagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Repository\TagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\WorkerModuleActivationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Repository\WorkerModuleActivationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\WorkerPrivilegeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Repository\WorkerPrivilegeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\WorkerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Repository\WorkerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Company\Infrastructure\Repository\WorkerWageRateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Repository\WorkerWageRateRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Company\Infrastructure\Symfony\Command\CalculateHealthScore"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Symfony\Command\CalculateHealthScore"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Company\Infrastructure\Symfony\Command\RemovePhotoConfirmation"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Symfony\Command\RemovePhotoConfirmation"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\ClearCompanyDataVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Symfony\Security\Voter\ClearCompanyDataVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\CompanyVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Symfony\Security\Voter\CompanyVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\ContractTypeVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Symfony\Security\Voter\ContractTypeVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\DepartmentVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Symfony\Security\Voter\DepartmentVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\HolidayCalendarVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Symfony\Security\Voter\HolidayCalendarVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\JobPositionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Symfony\Security\Voter\JobPositionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\TagVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Symfony\Security\Voter\TagVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Company\Infrastructure\Symfony\Security\Voter\WorkerVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Symfony\Security\Voter\WorkerVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Company\Infrastructure\Symfony\Serializer\Normalizer\WorkerCollection"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Symfony\Serializer\Normalizer\WorkerCollection"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Company\Infrastructure\Symfony\Validator\HardPasswordValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Symfony\Validator\HardPasswordValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Company\Infrastructure\Symfony\Validator\PasswordTypeValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Company\Infrastructure\Symfony\Validator\PasswordTypeValidator"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Form\Infrastructure\ApiPlatform\DataTransformer\FormPublicInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Infrastructure\ApiPlatform\DataTransformer\FormPublicInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Form\Infrastructure\ApiPlatform\DataTransformer\FormPublicOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Infrastructure\ApiPlatform\DataTransformer\FormPublicOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Form\Infrastructure\Controller\FormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Form\Infrastructure\Controller\FormController"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Infrastructure\Controller\FormController"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Form\Infrastructure\Doctrine\Extension\FormAnswerByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Infrastructure\Doctrine\Extension\FormAnswerByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Form\Infrastructure\Doctrine\Extension\FormByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Infrastructure\Doctrine\Extension\FormByCompanyExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Form\Infrastructure\Repository\FormAnswerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Infrastructure\Repository\FormAnswerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Form\Infrastructure\Repository\FormRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Infrastructure\Repository\FormRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Form\Infrastructure\Symfony\Security\Voter\FormAnswerVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Infrastructure\Symfony\Security\Voter\FormAnswerVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Form\Infrastructure\Symfony\Security\Voter\FormVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Infrastructure\Symfony\Security\Voter\FormVoter"; reason: abstract.
Removed service ".instanceof.App\Geofencing\Adapter\CommandHandler\MonitorExitFromWorkspace.0.App\Geofencing\Adapter\CommandHandler\MonitorExitFromWorkspace"; reason: abstract.
Removed service ".abstract.instanceof.App\Geofencing\Adapter\CommandHandler\MonitorExitFromWorkspace"; reason: abstract.
Removed service ".instanceof.App\Geofencing\Adapter\CommandHandler\MonitorTimeEntryWithGeolocationBatch.0.App\Geofencing\Adapter\CommandHandler\MonitorTimeEntryWithGeolocationBatch"; reason: abstract.
Removed service ".abstract.instanceof.App\Geofencing\Adapter\CommandHandler\MonitorTimeEntryWithGeolocationBatch"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Gps\Infrastructure\ApiPlatform\DataTransformer\GeolocationBatchDemoInput"; reason: abstract.
Removed service ".abstract.instanceof.App\Gps\Infrastructure\ApiPlatform\DataTransformer\GeolocationBatchDemoInput"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Gps\Infrastructure\Doctrine\Extension\WorkerDayGpsSummaryByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Gps\Infrastructure\Doctrine\Extension\WorkerDayGpsSummaryByCompanyExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Gps\Infrastructure\Repository\GeolocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Gps\Infrastructure\Repository\GeolocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Gps\Infrastructure\Repository\PeriodTrafficDataRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Gps\Infrastructure\Repository\PeriodTrafficDataRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Gps\Infrastructure\Repository\WorkerDayGpsSummaryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Gps\Infrastructure\Repository\WorkerDayGpsSummaryRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Gps\Infrastructure\Symfony\Command\PurgeOldGeolocationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Gps\Infrastructure\Symfony\Command\PurgeOldGeolocationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Gps\Infrastructure\Symfony\Command\UpdateWorkerDayGpsSummaryCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Gps\Infrastructure\Symfony\Command\UpdateWorkerDayGpsSummaryCommand"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Kiosk\Infrastructure\ApiPlatform\DataTransformer\CreateKioskBySecretDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\Kiosk\Infrastructure\ApiPlatform\DataTransformer\CreateKioskBySecretDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Kiosk\Infrastructure\Doctrine\Extension\KioskByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Kiosk\Infrastructure\Doctrine\Extension\KioskByCompanyExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Kiosk\Infrastructure\Repository\KioskConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Kiosk\Infrastructure\Repository\KioskConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Kiosk\Infrastructure\Repository\KioskRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Kiosk\Infrastructure\Repository\KioskRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Kiosk\Infrastructure\Repository\KioskStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Kiosk\Infrastructure\Repository\KioskStatusRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskConfigVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskConfigVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskStatusVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskStatusVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Legacy\Adapter\EventSubscriber\GlobalRedirectSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Legacy\Adapter\EventSubscriber\GlobalRedirectSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Legacy\Infrastructure\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Legacy\Infrastructure\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Legacy\Infrastructure\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Legacy\Infrastructure\Controller\VueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Legacy\Infrastructure\Controller\VueController"; reason: abstract.
Removed service ".abstract.instanceof.App\Legacy\Infrastructure\Controller\VueController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\MediaObject\Infrastructure\Repository\MediaFirebaseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\MediaObject\Infrastructure\Repository\MediaFirebaseRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Monitoring\Infrastructure\Symfony\Command\CheckApplicationStateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Monitoring\Infrastructure\Symfony\Command\CheckApplicationStateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\AiScheduleAutoPublishPendingSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\AiScheduleAutoPublishPendingSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\AiScheduleAutoPublishedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\AiScheduleAutoPublishedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\AiScheduleGeneratedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\AiScheduleGeneratedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\AiScheduleNoRequirementsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\AiScheduleNoRequirementsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\FinishRequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\FinishRequestSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\OnboardingUpdatedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\OnboardingUpdatedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\ProjectDeletedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\ProjectDeletedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\PublishedWorkScheduleEntryUpdatedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\PublishedWorkScheduleEntryUpdatedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\TaskCreatedOrUpdatedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\TaskCreatedOrUpdatedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\TaskDeletedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\TaskDeletedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\TimeOffRequestConsideredSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\TimeOffRequestConsideredSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\TimeOffRequestCreatedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\TimeOffRequestCreatedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\TimeOffRequestDeletedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\TimeOffRequestDeletedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkFinishOutsideJobSiteAreaSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\WorkFinishOutsideJobSiteAreaSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkScheduleEntryPublishedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\WorkScheduleEntryPublishedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkScheduleStartSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\WorkScheduleStartSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkStartOutsideJobSiteAreaSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\WorkStartOutsideJobSiteAreaSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkerDayRequestConsideredSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\WorkerDayRequestConsideredSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkerDayRequestCreatedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\WorkerDayRequestCreatedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkerDeletedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\WorkerDeletedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Notification\Adapter\EventSubscriber\WorkerExitWorkspaceSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Adapter\EventSubscriber\WorkerExitWorkspaceSubscriber"; reason: abstract.
Removed service ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\AiScheduleAutoPublishPending"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Domain\NotificationType\AiScheduleAutoPublishPending"; reason: abstract.
Removed service ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\AiScheduleAutoPublished"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Domain\NotificationType\AiScheduleAutoPublished"; reason: abstract.
Removed service ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\AiScheduleGenerated"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Domain\NotificationType\AiScheduleGenerated"; reason: abstract.
Removed service ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\AiScheduleNoRequirements"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Domain\NotificationType\AiScheduleNoRequirements"; reason: abstract.
Removed service ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\PublishedWorkScheduleEntryUpdated"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Domain\NotificationType\PublishedWorkScheduleEntryUpdated"; reason: abstract.
Removed service ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\TaskAssigned"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Domain\NotificationType\TaskAssigned"; reason: abstract.
Removed service ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\TimeOffRequestApproved"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Domain\NotificationType\TimeOffRequestApproved"; reason: abstract.
Removed service ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\TimeOffRequestCreated"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Domain\NotificationType\TimeOffRequestCreated"; reason: abstract.
Removed service ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\TimeOffRequestRejected"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Domain\NotificationType\TimeOffRequestRejected"; reason: abstract.
Removed service ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\WorkFinishOutsideJobSiteArea"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Domain\NotificationType\WorkFinishOutsideJobSiteArea"; reason: abstract.
Removed service ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\WorkScheduleEntryPublished"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Domain\NotificationType\WorkScheduleEntryPublished"; reason: abstract.
Removed service ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\WorkScheduleStart"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Domain\NotificationType\WorkScheduleStart"; reason: abstract.
Removed service ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\WorkStartOutsideJobSiteArea"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Domain\NotificationType\WorkStartOutsideJobSiteArea"; reason: abstract.
Removed service ".instanceof.App\Notification\Domain\NotificationType.0.App\Notification\Domain\NotificationType\WorkerDayRequestCreated"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Domain\NotificationType\WorkerDayRequestCreated"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Notification\Infrastructure\ApiPlatform\DataPersister\CompanyNotificationSettingPut"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Infrastructure\ApiPlatform\DataPersister\CompanyNotificationSettingPut"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface.0.App\Notification\Infrastructure\ApiPlatform\DataProvider\CompanyNotificationSettingByCompany"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Infrastructure\ApiPlatform\DataProvider\CompanyNotificationSettingByCompany"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Notification\Infrastructure\ApiPlatform\DataProvider\UserNotificationGetCollection"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Infrastructure\ApiPlatform\DataProvider\UserNotificationGetCollection"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Notification\Infrastructure\ApiPlatform\DataTransformer\CompanyNotificationSettingBatchPut"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Infrastructure\ApiPlatform\DataTransformer\CompanyNotificationSettingBatchPut"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Notification\Infrastructure\Doctrine\Extension\CompanyNotificationSettingByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Notification\Infrastructure\Doctrine\Extension\CompanyNotificationSettingByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Infrastructure\Doctrine\Extension\CompanyNotificationSettingByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Notification\Infrastructure\Doctrine\Extension\UserNotificationExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Notification\Infrastructure\Doctrine\Extension\UserNotificationExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Infrastructure\Doctrine\Extension\UserNotificationExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Notification\Infrastructure\Repository\CompanyNotificationSettingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Infrastructure\Repository\CompanyNotificationSettingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Notification\Infrastructure\Repository\SmsLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Infrastructure\Repository\SmsLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Notification\Infrastructure\Repository\UserNotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Infrastructure\Repository\UserNotificationRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Notifier\Transport\TransportFactoryInterface.0.App\Notification\Infrastructure\Symfony\Notifier\Transport\FirebaseTransportFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Infrastructure\Symfony\Notifier\Transport\FirebaseTransportFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Notifier\Transport\TransportFactoryInterface.0.App\Notification\Infrastructure\Symfony\Notifier\Transport\RealTimeTransportFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Infrastructure\Symfony\Notifier\Transport\RealTimeTransportFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Notification\Infrastructure\Symfony\Serializer\Normalizer\CompanyNotificationSettingNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Infrastructure\Symfony\Serializer\Normalizer\CompanyNotificationSettingNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Notification\Infrastructure\Symfony\Validator\CompanyNotificationExtraDataValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Notification\Infrastructure\Symfony\Validator\CompanyNotificationExtraDataValidator"; reason: abstract.
Removed service ".instanceof.App\Onboarding\Adapter\CommandHandler\AddKioskCreatedStep.0.App\Onboarding\Adapter\CommandHandler\AddKioskCreatedStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Onboarding\Adapter\CommandHandler\AddKioskCreatedStep"; reason: abstract.
Removed service ".instanceof.App\Onboarding\Adapter\CommandHandler\ProcessAction.0.App\Onboarding\Adapter\CommandHandler\ProcessAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Onboarding\Adapter\CommandHandler\ProcessAction"; reason: abstract.
Removed service ".instanceof.App\Onboarding\Adapter\CommandHandler\SaveOnboarding.0.App\Onboarding\Adapter\CommandHandler\SaveOnboarding"; reason: abstract.
Removed service ".abstract.instanceof.App\Onboarding\Adapter\CommandHandler\SaveOnboarding"; reason: abstract.
Removed service ".instanceof.App\Onboarding\Adapter\CommandHandler\SaveOnboardingStep.0.App\Onboarding\Adapter\CommandHandler\SaveOnboardingStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Onboarding\Adapter\CommandHandler\SaveOnboardingStep"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Onboarding\Adapter\EventSubscriber\ActionSavedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Onboarding\Adapter\EventSubscriber\ActionSavedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Onboarding\Adapter\EventSubscriber\OnboardingRealTimeUpdate"; reason: abstract.
Removed service ".abstract.instanceof.App\Onboarding\Adapter\EventSubscriber\OnboardingRealTimeUpdate"; reason: abstract.
Removed service ".instanceof.App\Onboarding\Adapter\QueryHandler\GetOnboardingSteps.0.App\Onboarding\Adapter\QueryHandler\GetOnboardingSteps"; reason: abstract.
Removed service ".abstract.instanceof.App\Onboarding\Adapter\QueryHandler\GetOnboardingSteps"; reason: abstract.
Removed service ".instanceof.App\Onboarding\Adapter\QueryHandler\GetOnboardings.0.App\Onboarding\Adapter\QueryHandler\GetOnboardings"; reason: abstract.
Removed service ".abstract.instanceof.App\Onboarding\Adapter\QueryHandler\GetOnboardings"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Onboarding\Infrastructure\ApiPlatform\DataPersister\Onboarding"; reason: abstract.
Removed service ".abstract.instanceof.App\Onboarding\Infrastructure\ApiPlatform\DataPersister\Onboarding"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Onboarding\Infrastructure\ApiPlatform\DataPersister\OnboardingStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Onboarding\Infrastructure\ApiPlatform\DataPersister\OnboardingStep"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Onboarding\Infrastructure\ApiPlatform\DataProvider\Onboarding"; reason: abstract.
Removed service ".abstract.instanceof.App\Onboarding\Infrastructure\ApiPlatform\DataProvider\Onboarding"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface.0.App\Onboarding\Infrastructure\ApiPlatform\DataProvider\OnboardingStep"; reason: abstract.
Removed service ".abstract.instanceof.App\Onboarding\Infrastructure\ApiPlatform\DataProvider\OnboardingStep"; reason: abstract.
Removed service ".instanceof.App\RealTime\Adapter\CommandHandler\SendFirebaseMessage.0.App\RealTime\Adapter\CommandHandler\SendFirebaseMessage"; reason: abstract.
Removed service ".abstract.instanceof.App\RealTime\Adapter\CommandHandler\SendFirebaseMessage"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\RealTime\Infrastructure\ApiPlatform\DataPersister\FcmTopicsDataPersister"; reason: abstract.
Removed service ".abstract.instanceof.App\RealTime\Infrastructure\ApiPlatform\DataPersister\FcmTopicsDataPersister"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\RealTime\Infrastructure\ApiPlatform\DataPersister\MercureTokenPost"; reason: abstract.
Removed service ".abstract.instanceof.App\RealTime\Infrastructure\ApiPlatform\DataPersister\MercureTokenPost"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\RealTime\Infrastructure\ApiPlatform\DataTransformer\FcmTopicsDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\RealTime\Infrastructure\ApiPlatform\DataTransformer\FcmTopicsDataTransformer"; reason: abstract.
Removed service ".instanceof.App\Report\Attendance\Domain\AttendanceReportInterface.0.App\Report\Attendance\Adapter\AttendanceReport\PdfReport"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Attendance\Adapter\AttendanceReport\PdfReport"; reason: abstract.
Removed service ".instanceof.App\Report\Attendance\Domain\AttendanceReportInterface.0.App\Report\Attendance\Adapter\AttendanceReport\XlsReport"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Attendance\Adapter\AttendanceReport\XlsReport"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Report\Department\Infrastructure\ApiPlatform\DataTransformer\ReportDepartmentGenerateInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Department\Infrastructure\ApiPlatform\DataTransformer\ReportDepartmentGenerateInputDataTransformer"; reason: abstract.
Removed service ".instanceof.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalary.0.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalary"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalary"; reason: abstract.
Removed service ".instanceof.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerTask.0.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerTask"; reason: abstract.
Removed service ".instanceof.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerWorker.0.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerWorker"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerWorker"; reason: abstract.
Removed service ".instanceof.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalary.0.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalary"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalary"; reason: abstract.
Removed service ".instanceof.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerProject.0.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerProject"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerProject"; reason: abstract.
Removed service ".instanceof.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerTask.0.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerTask"; reason: abstract.
Removed service ".instanceof.App\Report\Project\Adapter\QueryHandler\RenderProjectsTimeAndSalary.0.App\Report\Project\Adapter\QueryHandler\RenderProjectsTimeAndSalary"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Project\Adapter\QueryHandler\RenderProjectsTimeAndSalary"; reason: abstract.
Removed service ".instanceof.App\Report\Project\Adapter\QueryHandler\RenderWorkersTimeAndSalary.0.App\Report\Project\Adapter\QueryHandler\RenderWorkersTimeAndSalary"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Project\Adapter\QueryHandler\RenderWorkersTimeAndSalary"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Report\Shared\Infrastructure\ApiPlatform\DataTransformer\WorkingTimeRecordsReportInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Shared\Infrastructure\ApiPlatform\DataTransformer\WorkingTimeRecordsReportInputDataTransformer"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Report\Shared\Infrastructure\Controller\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Report\Shared\Infrastructure\Controller\ReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Shared\Infrastructure\Controller\ReportController"; reason: abstract.
Removed service ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\EmploymentContractCloudSchool"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\EmploymentContractCloudSchool"; reason: abstract.
Removed service ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\EmploymentContractCloudSchoolExtended"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\EmploymentContractCloudSchoolExtended"; reason: abstract.
Removed service ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\MandateContractCloudSchool"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\MandateContractCloudSchool"; reason: abstract.
Removed service ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\MandateContractCloudSchoolExtended"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\MandateContractCloudSchoolExtended"; reason: abstract.
Removed service ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\PdfReport"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\PdfReport"; reason: abstract.
Removed service ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\RakssqlReport"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\RakssqlReport"; reason: abstract.
Removed service ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\SapReport"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\SapReport"; reason: abstract.
Removed service ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\WorkPlanOptima"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\WorkPlanOptima"; reason: abstract.
Removed service ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\TimeAndSalaryReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\XlsxReport"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalary\XlsxReport"; reason: abstract.
Removed service ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalaryWorker\TimeAndSalaryWorkerReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalaryWorker\PdfReport"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalaryWorker\PdfReport"; reason: abstract.
Removed service ".instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalaryWorker\TimeAndSalaryWorkerReportInterface.0.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalaryWorker\XlsxReport"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\TimeAndSalary\Adapter\Service\Report\TimeAndSalaryWorker\XlsxReport"; reason: abstract.
Removed service ".instanceof.App\Report\Uploader\Adapter\CommandHandler\CreateReportUploader.0.App\Report\Uploader\Adapter\CommandHandler\CreateReportUploader"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Uploader\Adapter\CommandHandler\CreateReportUploader"; reason: abstract.
Removed service ".instanceof.App\Report\Uploader\Adapter\CommandHandler\DeleteReportUploader.0.App\Report\Uploader\Adapter\CommandHandler\DeleteReportUploader"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Uploader\Adapter\CommandHandler\DeleteReportUploader"; reason: abstract.
Removed service ".instanceof.App\Report\Uploader\Adapter\CommandHandler\ExportReportsToClients.0.App\Report\Uploader\Adapter\CommandHandler\ExportReportsToClients"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Uploader\Adapter\CommandHandler\ExportReportsToClients"; reason: abstract.
Removed service ".instanceof.App\Report\Uploader\Adapter\CommandHandler\UpdateReportUploader.0.App\Report\Uploader\Adapter\CommandHandler\UpdateReportUploader"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Uploader\Adapter\CommandHandler\UpdateReportUploader"; reason: abstract.
Removed service ".instanceof.App\Report\Uploader\Adapter\QueryHandler\FindCompanyReportUploaders.0.App\Report\Uploader\Adapter\QueryHandler\FindCompanyReportUploaders"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Uploader\Adapter\QueryHandler\FindCompanyReportUploaders"; reason: abstract.
Removed service ".instanceof.App\Report\Uploader\Adapter\QueryHandler\FindReportUploader.0.App\Report\Uploader\Adapter\QueryHandler\FindReportUploader"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Uploader\Adapter\QueryHandler\FindReportUploader"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Report\Uploader\Infrastructure\ApiPlatform\DataPersister\ReportUploader"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Uploader\Infrastructure\ApiPlatform\DataPersister\ReportUploader"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Report\Uploader\Infrastructure\ApiPlatform\DataProvider\CollectionReportUploader"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Uploader\Infrastructure\ApiPlatform\DataProvider\CollectionReportUploader"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\Report\Uploader\Infrastructure\ApiPlatform\DataProvider\ItemReportUploader"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Uploader\Infrastructure\ApiPlatform\DataProvider\ItemReportUploader"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Report\Uploader\Infrastructure\ApiPlatform\DataTransformer\ReportConfigUploader"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Uploader\Infrastructure\ApiPlatform\DataTransformer\ReportConfigUploader"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Report\Uploader\Infrastructure\Symfony\Command\ExportReports"; reason: abstract.
Removed service ".abstract.instanceof.App\Report\Uploader\Infrastructure\Symfony\Command\ExportReports"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Shared\Adapter\EventSubscriber\AuthenticatedUserSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Shared\Adapter\EventSubscriber\AuthenticatedUserSubscriber"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\Shared\Infrastructure\ApiPlatform\Filter\PositionOrderFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Shared\Infrastructure\ApiPlatform\Filter\PositionOrderFilter"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Shared\Infrastructure\Repository\SentryTracingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Shared\Infrastructure\Repository\SentryTracingRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Shared\Infrastructure\Symfony\Command\ConfigCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Shared\Infrastructure\Symfony\Command\ConfigCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Shared\Infrastructure\Symfony\Validator\AtLeastOneCollectionNotBlankValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Shared\Infrastructure\Symfony\Validator\AtLeastOneCollectionNotBlankValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Shared\Infrastructure\Symfony\Validator\UserOwnResourceValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Shared\Infrastructure\Symfony\Validator\UserOwnResourceValidator"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Shared\Infrastructure\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Shared\Infrastructure\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Shared\Infrastructure\Twig\SerializerExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Shared\Infrastructure\Twig\SerializerExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscription\Adapter\EventSubscriber\CompanySavedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscription\Adapter\EventSubscriber\CompanySavedSubscriber"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\Subscription\Infrastructure\ApiPlatform\DataPersister\AppleNotificationsV2Post"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscription\Infrastructure\ApiPlatform\DataPersister\AppleNotificationsV2Post"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\Subscription\Infrastructure\ApiPlatform\DataProvider\PricingItemDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscription\Infrastructure\ApiPlatform\DataProvider\PricingItemDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Subscription\Infrastructure\ApiPlatform\DataTransformer\PricingEstimateDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscription\Infrastructure\ApiPlatform\DataTransformer\PricingEstimateDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\Subscription\Infrastructure\ApiPlatform\DataTransformer\SubscriptionCheckoutDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscription\Infrastructure\ApiPlatform\DataTransformer\SubscriptionCheckoutDataTransformer"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Subscription\Infrastructure\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Subscription\Infrastructure\Controller\SubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscription\Infrastructure\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Subscription\Infrastructure\Doctrine\Extension\SubscriptionInvoiceByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscription\Infrastructure\Doctrine\Extension\SubscriptionInvoiceByCompanyExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Subscription\Infrastructure\Repository\AppleExternalPurchaseReportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscription\Infrastructure\Repository\AppleExternalPurchaseReportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Subscription\Infrastructure\Repository\CompanyBillingDetailsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscription\Infrastructure\Repository\CompanyBillingDetailsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Subscription\Infrastructure\Repository\CompanySubscriptionCardRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscription\Infrastructure\Repository\CompanySubscriptionCardRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Subscription\Infrastructure\Repository\CompanySubscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscription\Infrastructure\Repository\CompanySubscriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Subscription\Infrastructure\Repository\SubscriptionInvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscription\Infrastructure\Repository\SubscriptionInvoiceRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Subscription\Infrastructure\Symfony\Security\Voter\CompanyBillingDetailsVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscription\Infrastructure\Symfony\Security\Voter\CompanyBillingDetailsVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Subscription\Infrastructure\Symfony\Security\Voter\CompanySubscriptionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscription\Infrastructure\Symfony\Security\Voter\CompanySubscriptionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Subscription\Infrastructure\Symfony\Security\Voter\SubscriptionInvoiceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscription\Infrastructure\Symfony\Security\Voter\SubscriptionInvoiceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Subscription\Infrastructure\Symfony\Validator\VatNumberValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscription\Infrastructure\Symfony\Validator\VatNumberValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\SuperAdmin\Infrastructure\Controller\SuperAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\SuperAdmin\Infrastructure\Controller\SuperAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\SuperAdmin\Infrastructure\Controller\SuperAdminController"; reason: abstract.
Removed service ".instanceof.App\TasksAndProjects\Adapter\CommandHandler\AcceptTimeEntryRequest.0.App\TasksAndProjects\Adapter\CommandHandler\AcceptTimeEntryRequest"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Adapter\CommandHandler\AcceptTimeEntryRequest"; reason: abstract.
Removed service ".instanceof.App\TasksAndProjects\Adapter\CommandHandler\DuplicateProject.0.App\TasksAndProjects\Adapter\CommandHandler\DuplicateProject"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Adapter\CommandHandler\DuplicateProject"; reason: abstract.
Removed service ".instanceof.App\TasksAndProjects\Adapter\CommandHandler\DuplicateTask.0.App\TasksAndProjects\Adapter\CommandHandler\DuplicateTask"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Adapter\CommandHandler\DuplicateTask"; reason: abstract.
Removed service ".instanceof.App\TasksAndProjects\Adapter\CommandHandler\SaveTimeEntryRequest.0.App\TasksAndProjects\Adapter\CommandHandler\SaveTimeEntryRequest"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Adapter\CommandHandler\SaveTimeEntryRequest"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TasksAndProjects\Adapter\EventSubscriber\ProjectRealTimeUpdate"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Adapter\EventSubscriber\ProjectRealTimeUpdate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TasksAndProjects\Adapter\EventSubscriber\ReportCategoryRealTimeUpdate"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Adapter\EventSubscriber\ReportCategoryRealTimeUpdate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TasksAndProjects\Adapter\EventSubscriber\TaskRealTimeUpdate"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Adapter\EventSubscriber\TaskRealTimeUpdate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TasksAndProjects\Adapter\EventSubscriber\TimeEntryRealTimeUpdate"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Adapter\EventSubscriber\TimeEntryRealTimeUpdate"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectDelete"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectPost"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectPost"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectPut"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ProjectPut"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryDelete"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryPost"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryPost"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryPut"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\ReportCategoryPut"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskDelete"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskPost"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskPost"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskPut"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TaskPut"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryDelete"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryPost"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryPost"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryPut"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryPut"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryRequest"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataPersister\TimeEntryRequest"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataTransformer\DuplicateProjectInput"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataTransformer\DuplicateProjectInput"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\TasksAndProjects\Infrastructure\ApiPlatform\DataTransformer\DuplicateTaskInput"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\ApiPlatform\DataTransformer\DuplicateTaskInput"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TasksAndProjects\Infrastructure\Doctrine\Extension\CustomerByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Doctrine\Extension\CustomerByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TasksAndProjects\Infrastructure\Doctrine\Extension\ProjectByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Doctrine\Extension\ProjectByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TasksAndProjects\Infrastructure\Doctrine\Extension\ReportByCreatedByExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Doctrine\Extension\ReportByCreatedByExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TasksAndProjects\Infrastructure\Doctrine\Extension\ReportCategoryByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Doctrine\Extension\ReportCategoryByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TasksAndProjects\Infrastructure\Doctrine\Extension\TaskByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Doctrine\Extension\TaskByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TasksAndProjects\Infrastructure\Doctrine\Extension\TimeEntryByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Doctrine\Extension\TimeEntryByCompanyExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\AttachmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\AttachmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\CustomerAccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\CustomerAccountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\CustomerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\CustomerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\ProjectMemberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\ProjectMemberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\ProjectReportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\ProjectReportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\ProjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\ProjectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\ReportCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\ReportCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\TaskRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\TaskRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\TimeEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\TimeEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TasksAndProjects\Infrastructure\Repository\WorkerModuleConfigTasksAndProjectsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Repository\WorkerModuleConfigTasksAndProjectsRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\AttachmentVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\AttachmentVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\CustomerVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\CustomerVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ProjectReportVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ProjectReportVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ProjectVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ProjectVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ReportCategoryVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ReportCategoryVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\TaskVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\TaskVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\TimeEntryVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\TimeEntryVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Serializer\Normalizer\ProjectMember"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Serializer\Normalizer\ProjectMember"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Validator\HasTimeTrackingTypeValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Validator\HasTimeTrackingTypeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Validator\TaskBelongsToProjectReportValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Validator\TaskBelongsToProjectReportValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Validator\TaskBelongsToProjectValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Validator\TaskBelongsToProjectValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TasksAndProjects\Infrastructure\Symfony\Validator\TimeEntryBolengsToUserValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\TasksAndProjects\Infrastructure\Symfony\Validator\TimeEntryBolengsToUserValidator"; reason: abstract.
Removed service ".instanceof.App\TimeAndAttendance\Adapter\CommandHandler\ApproveWorkerDayRequest.0.App\TimeAndAttendance\Adapter\CommandHandler\ApproveWorkerDayRequest"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Adapter\CommandHandler\ApproveWorkerDayRequest"; reason: abstract.
Removed service ".instanceof.App\TimeAndAttendance\Adapter\CommandHandler\BatchApproveWorkerDayRequest.0.App\TimeAndAttendance\Adapter\CommandHandler\BatchApproveWorkerDayRequest"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Adapter\CommandHandler\BatchApproveWorkerDayRequest"; reason: abstract.
Removed service ".instanceof.App\TimeAndAttendance\Adapter\CommandHandler\BatchRejectWorkerDayRequest.0.App\TimeAndAttendance\Adapter\CommandHandler\BatchRejectWorkerDayRequest"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Adapter\CommandHandler\BatchRejectWorkerDayRequest"; reason: abstract.
Removed service ".instanceof.App\TimeAndAttendance\Adapter\CommandHandler\RegenerateWorkerDay.0.App\TimeAndAttendance\Adapter\CommandHandler\RegenerateWorkerDay"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Adapter\CommandHandler\RegenerateWorkerDay"; reason: abstract.
Removed service ".instanceof.App\TimeAndAttendance\Adapter\CommandHandler\RejectWorkerDayRequest.0.App\TimeAndAttendance\Adapter\CommandHandler\RejectWorkerDayRequest"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Adapter\CommandHandler\RejectWorkerDayRequest"; reason: abstract.
Removed service ".instanceof.App\TimeAndAttendance\Adapter\CommandHandler\SaveWorkerDayRequest.0.App\TimeAndAttendance\Adapter\CommandHandler\SaveWorkerDayRequest"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Adapter\CommandHandler\SaveWorkerDayRequest"; reason: abstract.
Removed service ".instanceof.App\TimeAndAttendance\Adapter\CommandHandler\UpdateWorkerDayGpsSummary.0.App\TimeAndAttendance\Adapter\CommandHandler\UpdateWorkerDayGpsSummary"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Adapter\CommandHandler\UpdateWorkerDayGpsSummary"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TimeAndAttendance\Adapter\EventSubscriber\CompanyWorkerDayRegenerationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Adapter\EventSubscriber\CompanyWorkerDayRegenerationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TimeAndAttendance\Adapter\EventSubscriber\WorkerExitWorkspaceSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Adapter\EventSubscriber\WorkerExitWorkspaceSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\TimeAndAttendance\Adapter\EventSubscriber\WorkerWorkerDayRegenerationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Adapter\EventSubscriber\WorkerWorkerDayRegenerationSubscriber"; reason: abstract.
Removed service ".instanceof.App\TimeAndAttendance\Adapter\QueryHandler\BatchGetWorkerDayRequestResourceFromModel.0.App\TimeAndAttendance\Adapter\QueryHandler\BatchGetWorkerDayRequestResourceFromModel"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Adapter\QueryHandler\BatchGetWorkerDayRequestResourceFromModel"; reason: abstract.
Removed service ".instanceof.App\TimeAndAttendance\Adapter\QueryHandler\GetWorkerDayRequestResourceFromModel.0.App\TimeAndAttendance\Adapter\QueryHandler\GetWorkerDayRequestResourceFromModel"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Adapter\QueryHandler\GetWorkerDayRequestResourceFromModel"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\ActionDataPersister"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\ActionDataPersister"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\WorkerDayPut"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\WorkerDayPut"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\WorkerDayRequestPost"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\WorkerDayRequestPost"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataProvider\WorkerDayCollection"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataProvider\WorkerDayCollection"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataProvider\WorkerDayRequestCollection"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataProvider\WorkerDayRequestCollection"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataProvider\WorkerDayRequestItem"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataProvider\WorkerDayRequestItem"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\BatchAction"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\BatchAction"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\BatchProcessWorkerDayRequests"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\BatchProcessWorkerDayRequests"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\GenerateWorkerDayDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\GenerateWorkerDayDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\WorkingTimeRecordsReportDayDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\DataTransformer\WorkingTimeRecordsReportDayDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\Date"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\Date"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\Status"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\Status"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\Worker"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\Worker"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\WorkerFullName"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\ApiPlatform\Filter\WorkerFullName"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\ActionByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\ActionByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\ActionTypeByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\ActionTypeByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\ActionTypeByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\FilterByWorkerDayeEntryDepartment"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\FilterByWorkerDayeEntryDepartment"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\WorkerDayByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\WorkerDayByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\WorkerDayEntryByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Doctrine\Extension\WorkerDayEntryByCompanyExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeAndAttendance\Infrastructure\Repository\ActionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Repository\ActionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeAndAttendance\Infrastructure\Repository\ActionTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Repository\ActionTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeAndAttendance\Infrastructure\Repository\WorkerDayEntryActivityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Repository\WorkerDayEntryActivityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeAndAttendance\Infrastructure\Repository\WorkerDayEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Repository\WorkerDayEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeAndAttendance\Infrastructure\Repository\WorkerDayRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Repository\WorkerDayRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeAndAttendance\Infrastructure\Repository\WorkerModuleConfigTimeAndAttendanceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Repository\WorkerModuleConfigTimeAndAttendanceRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\TimeAndAttendance\Infrastructure\Symfony\Command\AutoFinishOvertimeWorkCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Symfony\Command\AutoFinishOvertimeWorkCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\ActionTypeVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\ActionTypeVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\ActionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\ActionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\WorkerDayRequestVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\WorkerDayRequestVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Denormalizer\WorkerDay"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Denormalizer\WorkerDay"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Normalizer\Action"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Normalizer\Action"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Normalizer\Action"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Validator\WorkerDayActivitiesInDateRangeValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Symfony\Validator\WorkerDayActivitiesInDateRangeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TimeAndAttendance\Infrastructure\Symfony\Validator\WorkerDayEntriesInDateRangeValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeAndAttendance\Infrastructure\Symfony\Validator\WorkerDayEntriesInDateRangeValidator"; reason: abstract.
Removed service ".instanceof.App\TimeOff\Adapter\CommandHandler\DeleteRejectedInYear.0.App\TimeOff\Adapter\CommandHandler\DeleteRejectedInYear"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeOff\Adapter\CommandHandler\DeleteRejectedInYear"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestDelete"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestPost"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestPost"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestPut"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeOff\Infrastructure\ApiPlatform\DataPersister\TimeOffRequestPut"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeOff\Infrastructure\Doctrine\Extension\TimeOffRequestByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeOff\Infrastructure\Doctrine\Extension\TimeOffRequestByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\TimeOff\Infrastructure\Doctrine\Extension\TimeOffTypeByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\TimeOff\Infrastructure\Doctrine\Extension\TimeOffTypeByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeOff\Infrastructure\Doctrine\Extension\TimeOffTypeByCompanyExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeOff\Infrastructure\Repository\TimeOffRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeOff\Infrastructure\Repository\TimeOffRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeOff\Infrastructure\Repository\TimeOffTypeLimitRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeOff\Infrastructure\Repository\TimeOffTypeLimitRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\TimeOff\Infrastructure\Repository\TimeOffTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeOff\Infrastructure\Repository\TimeOffTypeRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\TimeOff\Infrastructure\Symfony\Command\CarryOverLeaveCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeOff\Infrastructure\Symfony\Command\CarryOverLeaveCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\TimeOff\Infrastructure\Symfony\Command\LinkWithWorkerDay"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeOff\Infrastructure\Symfony\Command\LinkWithWorkerDay"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TimeOff\Infrastructure\Symfony\Security\Voter\TimeOffRequestVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeOff\Infrastructure\Symfony\Security\Voter\TimeOffRequestVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\TimeOff\Infrastructure\Symfony\Security\Voter\TimeOffTypeVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeOff\Infrastructure\Symfony\Security\Voter\TimeOffTypeVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TimeOff\Infrastructure\Symfony\Validator\CanDeleteTimeOffRequestValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeOff\Infrastructure\Symfony\Validator\CanDeleteTimeOffRequestValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TimeOff\Infrastructure\Symfony\Validator\LimitLeftValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeOff\Infrastructure\Symfony\Validator\LimitLeftValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TimeOff\Infrastructure\Symfony\Validator\MeetAdvanceRequestDelayValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeOff\Infrastructure\Symfony\Validator\MeetAdvanceRequestDelayValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\TimeOff\Infrastructure\Symfony\Validator\SameDayForHourlyTimeOffValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\TimeOff\Infrastructure\Symfony\Validator\SameDayForHourlyTimeOffValidator"; reason: abstract.
Removed service ".instanceof.App\User\Adapter\CommandHandler\ResetPassword.0.App\User\Adapter\CommandHandler\ResetPassword"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapter\CommandHandler\ResetPassword"; reason: abstract.
Removed service ".instanceof.App\User\Adapter\CommandHandler\ResetPasswordRequest.0.App\User\Adapter\CommandHandler\ResetPasswordRequest"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapter\CommandHandler\ResetPasswordRequest"; reason: abstract.
Removed service ".instanceof.App\User\Adapter\CommandHandler\SaveLoginHistory.0.App\User\Adapter\CommandHandler\SaveLoginHistory"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapter\CommandHandler\SaveLoginHistory"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\User\Adapter\EventSubscriber\AuthenticationListener"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapter\EventSubscriber\AuthenticationListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\User\Adapter\EventSubscriber\DeleteUserDeviceWithInvalidTokenSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapter\EventSubscriber\DeleteUserDeviceWithInvalidTokenSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\User\Adapter\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapter\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\User\Adapter\EventSubscriber\UnauthorizedUserSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapter\EventSubscriber\UnauthorizedUserSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\User\Adapter\EventSubscriber\UserLocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapter\EventSubscriber\UserLocaleSubscriber"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\User\Infrastructure\ApiPlatform\DataPersister\OneTimeCodeDataPersister"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\ApiPlatform\DataPersister\OneTimeCodeDataPersister"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\User\Infrastructure\ApiPlatform\DataPersister\RegisterPost"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\ApiPlatform\DataPersister\RegisterPost"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\User\Infrastructure\ApiPlatform\DataPersister\UserDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\ApiPlatform\DataPersister\UserDelete"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\User\Infrastructure\ApiPlatform\DataPersister\UserPost"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\ApiPlatform\DataPersister\UserPost"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\User\Infrastructure\ApiPlatform\DataPersister\UserPut"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\ApiPlatform\DataPersister\UserPut"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\User\Infrastructure\ApiPlatform\DataTransformer\ApiTokenByAccountDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\ApiPlatform\DataTransformer\ApiTokenByAccountDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\User\Infrastructure\ApiPlatform\DataTransformer\ApiTokenByOneTimeCodeDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\ApiPlatform\DataTransformer\ApiTokenByOneTimeCodeDataTransformer"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Infrastructure\Controller\GetMeAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Infrastructure\Controller\GetMeAction"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\Controller\GetMeAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Infrastructure\Controller\GetUserMagicLinkAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Infrastructure\Controller\GetUserMagicLinkAction"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\Controller\GetUserMagicLinkAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Infrastructure\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Infrastructure\Controller\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\User\Infrastructure\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\User\Infrastructure\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\User\Infrastructure\Doctrine\Extension\UserByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\Doctrine\Extension\UserByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\User\Infrastructure\Doctrine\Extension\UserDeviceByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\Doctrine\Extension\UserDeviceByCompanyExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Infrastructure\Repository\ApiTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\Repository\ApiTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Infrastructure\Repository\MagicLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\Repository\MagicLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Infrastructure\Repository\OneTimeCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\Repository\OneTimeCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Infrastructure\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Infrastructure\Repository\UserDeviceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\Repository\UserDeviceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\User\Infrastructure\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\User\Infrastructure\Symfony\Security\Voter\UserDeviceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\Symfony\Security\Voter\UserDeviceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\User\Infrastructure\Symfony\Security\Voter\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\Symfony\Security\Voter\UserVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\User\Infrastructure\Symfony\Serializer\Normalizer\User"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Infrastructure\Symfony\Serializer\Normalizer\User"; reason: abstract.
Removed service ".instanceof.App\Monitoring\Domain\ApplicationStateMonitorInterface.0.App\WorkSchedule\Adapter\ApplicationStateMonitor\WorkScheduleStart"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Adapter\ApplicationStateMonitor\WorkScheduleStart"; reason: abstract.
Removed service ".instanceof.App\WorkSchedule\Adapter\CommandHandler\GenerateScheduleAsyncCommandHandler.0.App\WorkSchedule\Adapter\CommandHandler\GenerateScheduleAsyncCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Adapter\CommandHandler\GenerateScheduleAsyncCommandHandler"; reason: abstract.
Removed service ".instanceof.App\WorkSchedule\Adapter\CommandHandler\WorkScheduleEntryRemovedHandler.0.App\WorkSchedule\Adapter\CommandHandler\WorkScheduleEntryRemovedHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Adapter\CommandHandler\WorkScheduleEntryRemovedHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\WorkSchedule\Adapter\EventSubscriber\ScheduleGenerationRealTimeUpdate"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Adapter\EventSubscriber\ScheduleGenerationRealTimeUpdate"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkAvailabilityEntry"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkAvailabilityEntry"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkScheduleEntry"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkScheduleEntry"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkScheduleRequirementPost"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkScheduleRequirementPost"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleEntries"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleEntries"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleRequirementTemplateDeletionsInput"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleRequirementTemplateDeletionsInput"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleRequirementTemplatesInput"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleRequirementTemplatesInput"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleRequirementsInput"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchCreateWorkScheduleRequirementsInput"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchDeleteWorkScheduleRequirementTemplatesInput"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchDeleteWorkScheduleRequirementTemplatesInput"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchDeleteWorkScheduleRequirementsInput"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchDeleteWorkScheduleRequirementsInput"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchUpdateWorkScheduleEntries"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchUpdateWorkScheduleEntries"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchUpdateWorkScheduleRequirementTemplatesInput"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchUpdateWorkScheduleRequirementTemplatesInput"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchUpdateWorkScheduleRequirementsInput"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\ApiPlatform\DataTransformer\BatchUpdateWorkScheduleRequirementsInput"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\WorkSchedule\Infrastructure\Doctrine\Extension\WorkScheduleEntryByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\Doctrine\Extension\WorkScheduleEntryByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\WorkSchedule\Infrastructure\Doctrine\Extension\WorkScheduleRequirementByCompanyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\WorkSchedule\Infrastructure\Doctrine\Extension\WorkScheduleRequirementByCompanyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\Doctrine\Extension\WorkScheduleRequirementByCompanyExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkAvailabilityEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\Repository\WorkAvailabilityEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkScheduleEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\Repository\WorkScheduleEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementTemplateDeletionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementTemplateDeletionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementTemplateDeletionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementTemplateDeletionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\Repository\WorkScheduleRequirementTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\WorkSchedule\Infrastructure\Repository\WorkerConfigAutoScheduleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\Repository\WorkerConfigAutoScheduleRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\WorkSchedule\Infrastructure\Serializer\BatchCreateWorkScheduleEntriesInputDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\Serializer\BatchCreateWorkScheduleEntriesInputDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\WorkSchedule\Infrastructure\Serializer\BatchDeleteWorkScheduleEntriesInputDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\Serializer\BatchDeleteWorkScheduleEntriesInputDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\WorkSchedule\Infrastructure\Serializer\BatchUpdateWorkScheduleEntriesInputDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\Serializer\BatchUpdateWorkScheduleEntriesInputDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\WorkSchedule\Infrastructure\Serializer\WorkScheduleEntryDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\Serializer\WorkScheduleEntryDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\WorkSchedule\Infrastructure\Symfony\Command\AutoScheduleCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\Symfony\Command\AutoScheduleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\WorkSchedule\Infrastructure\Symfony\Command\AutoSchedulePublishCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\Symfony\Command\AutoSchedulePublishCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\WorkSchedule\Infrastructure\Symfony\Command\AutoSchedulePublishNotificationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\Symfony\Command\AutoSchedulePublishNotificationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\WorkSchedule\Infrastructure\Symfony\Security\Voter\WorkAvailabilityEntryVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\Symfony\Security\Voter\WorkAvailabilityEntryVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\WorkSchedule\Infrastructure\Symfony\Security\Voter\WorkScheduleEntryVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\WorkSchedule\Infrastructure\Symfony\Security\Voter\WorkScheduleEntryVoter"; 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.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoArray"; reason: abstract.
Removed service ".abstract.instanceof.Geocoder\Dumper\GeoArray"; reason: abstract.
Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoJson"; reason: abstract.
Removed service ".abstract.instanceof.Geocoder\Dumper\GeoJson"; reason: abstract.
Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Gpx"; reason: abstract.
Removed service ".abstract.instanceof.Geocoder\Dumper\Gpx"; reason: abstract.
Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Kml"; reason: abstract.
Removed service ".abstract.instanceof.Geocoder\Dumper\Kml"; reason: abstract.
Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkb"; reason: abstract.
Removed service ".abstract.instanceof.Geocoder\Dumper\Wkb"; reason: abstract.
Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkt"; reason: abstract.
Removed service ".abstract.instanceof.Geocoder\Dumper\Wkt"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory"; reason: abstract.
Removed service ".abstract.instanceof.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_date"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_date"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_status"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_status"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_worker"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_worker"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_worker_full_name"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_time_and_attendance_infrastructure_api_platform_resource_worker_day_request_app_time_and_attendance_infrastructure_api_platform_filter_worker_full_name"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_tasks_and_projects_domain_model_project_app_shared_infrastructure_api_platform_filter_position_order_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_tasks_and_projects_domain_model_project_app_shared_infrastructure_api_platform_filter_position_order_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_tasks_and_projects_domain_model_task_app_shared_infrastructure_api_platform_filter_position_order_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_tasks_and_projects_domain_model_task_app_shared_infrastructure_api_platform_filter_position_order_filter"; reason: abstract.
664
Removed service "Google\Client"; reason: unused.
Removed service "http_discovery.psr17_factory"; reason: unused.
Removed service "App\Affiliate\Domain\Dto\PromoterDetailsOutput"; reason: unused.
Removed service "App\Affiliate\Infrastructure\ApiPlatform\Resource\PromoterPayout"; reason: unused.
Removed service "App\Affiliate\Infrastructure\ApiPlatform\Resource\PromoterReferral"; reason: unused.
Removed service "App\Affiliate\Infrastructure\ApiPlatform\Resource\PromoterReward"; reason: unused.
Removed service "App\Ai\Infrastructure\ApiPlatform\Resource\Assistant"; reason: unused.
Removed service "App\Ai\Infrastructure\ApiPlatform\Resource\Thread"; reason: unused.
Removed service "App\Ai\Infrastructure\ApiPlatform\Resource\ThreadMessage"; reason: unused.
Removed service "App\Ai\Infrastructure\ApiPlatform\Resource\ThreadRun"; reason: unused.
Removed service "App\Analytics\Domain\Collection\CompanyId"; reason: unused.
Removed service "App\Analytics\Domain\Collection\UserId"; reason: unused.
Removed service "App\Analytics\Domain\Event\CustomerIoCompanyEvent\CompanyDeleted"; reason: unused.
Removed service "App\Analytics\Domain\Event\CustomerIoUserEvent\FirstKioskCreated"; reason: unused.
Removed service "App\Analytics\Domain\Event\CustomerIoUserEvent\WorkerAdded"; reason: unused.
Removed service "App\Analytics\Domain\Event\CustomerIoUserEvent\WorkerDeleted"; reason: unused.
Removed service "App\Analytics\Domain\Event\CustomerIoUserEvent\WorkerFirstTimeStartWork"; reason: unused.
Removed service "App\Analytics\Domain\Event\MixpanelEvent\ActionAdded"; reason: unused.
Removed service "App\Analytics\Domain\Event\MixpanelEvent\CompanyDeleted"; reason: unused.
Removed service "App\Analytics\Domain\Event\MixpanelEvent\CompanyModuleDisabled"; reason: unused.
Removed service "App\Analytics\Domain\Event\MixpanelEvent\CompanyModuleEnabled"; reason: unused.
Removed service "App\Analytics\Domain\Event\MixpanelEvent\CompanySnapshoted"; reason: unused.
Removed service "App\Analytics\Domain\Event\MixpanelEvent\UpgradeEmailSent"; reason: unused.
Removed service "App\Analytics\Domain\Event\MixpanelEvent\UserModuleDisabled"; reason: unused.
Removed service "App\Analytics\Domain\Event\MixpanelEvent\UserModuleEnabled"; reason: unused.
Removed service "App\Analytics\Domain\Event\MixpanelEvent\WorkerAdded"; reason: unused.
Removed service "App\Analytics\Domain\ValueObject\CompanyId"; reason: unused.
Removed service "App\Analytics\Domain\ValueObject\UserId"; reason: unused.
Removed service "App\ChangeHistory\Domain\Collection\ChangeHistory"; reason: unused.
Removed service "App\ChangeHistory\Domain\Collection\ChangedField"; reason: unused.
Removed service "App\ChangeHistory\Domain\Command\SaveDiffInObjects"; reason: unused.
Removed service "App\ChangeHistory\Domain\Dto\ChangedField"; reason: unused.
Removed service "App\ChangeHistory\Domain\Exception\ComparedObjectsHaveDifferentInterfaces"; reason: unused.
Removed service "App\ChangeHistory\Domain\Exception\IdentifierIsMissing"; reason: unused.
Removed service "App\ChangeHistory\Domain\Exception\IdentifierMethodIsMissing"; reason: unused.
Removed service "App\ChangeHistory\Domain\Exception\InvalidComparedObject"; reason: unused.
Removed service "App\ChangeHistory\Domain\Exception\InvalidComparedObjectId"; reason: unused.
Removed service "App\ChangeHistory\Domain\Exception\ObjectNotFound"; reason: unused.
Removed service "App\ChangeHistory\Domain\Exception\RepositoryNotFound"; reason: unused.
Removed service "App\ChangeHistory\Domain\Exception\UserNotLoggedIn"; reason: unused.
Removed service "App\ChangeHistory\Domain\Query\GetObjectChangeHistory"; reason: unused.
Removed service "App\ChangeHistory\Domain\ValueObject\ChangeHistoryId"; reason: unused.
Removed service "App\ChangeHistory\Domain\ValueObject\ComparedObject"; reason: unused.
Removed service "App\ChangeHistory\Domain\ValueObject\ComparedObjectId"; reason: unused.
Removed service "App\ChangeHistory\Domain\ValueObject\ObjectToCompare"; reason: unused.
Removed service "App\ChangeHistory\Domain\ValueObject\UserId"; reason: unused.
Removed service "App\ChangeHistory\Infrastructure\Doctrine\DBAL\Types\ChangeHistory"; reason: unused.
Removed service "App\Company\Adapter\Service\DeleteDepartmentService"; reason: unused.
Removed service "App\Company\Domain\Collection\PhotoConfirmationsToRemove"; reason: unused.
Removed service "App\Company\Domain\Collection\UserId"; reason: unused.
Removed service "App\Company\Domain\Command\BatchCalculateCompanyHealthScore"; reason: unused.
Removed service "App\Company\Domain\Command\RemovePhotoConfirmations"; reason: unused.
Removed service "App\Company\Domain\Dto\CompanyCreationDto"; reason: unused.
Removed service "App\Company\Domain\Dto\DeleteReason"; reason: unused.
Removed service "App\Company\Domain\Dto\NextPinOutput"; reason: unused.
Removed service "App\Company\Domain\Dto\TeamMemberOutput"; reason: unused.
Removed service "App\Company\Domain\Dto\WorkerLinkInvitationOutput"; reason: unused.
Removed service "App\Company\Domain\Dto\WorkerSmsInvitationInput"; reason: unused.
Removed service "App\Company\Domain\Dto\WorkerStateOutput"; reason: unused.
Removed service "App\Company\Domain\Event\CompanyCreated"; reason: unused.
Removed service "App\Company\Domain\Event\CompanyDeleted"; reason: unused.
Removed service "App\Company\Domain\Event\CompanyModulesUpdated"; reason: unused.
Removed service "App\Company\Domain\Event\CompanyUpdated"; reason: unused.
Removed service "App\Company\Domain\Event\DepartmentCreated"; reason: unused.
Removed service "App\Company\Domain\Event\DepartmentDeleted"; reason: unused.
Removed service "App\Company\Domain\Event\DepartmentUpdated"; reason: unused.
Removed service "App\Company\Domain\Event\JobPositionCreated"; reason: unused.
Removed service "App\Company\Domain\Event\JobPositionDeleted"; reason: unused.
Removed service "App\Company\Domain\Event\JobPositionUpdated"; reason: unused.
Removed service "App\Company\Domain\Event\ReferralCreated"; reason: unused.
Removed service "App\Company\Domain\Event\WorkerCreated"; reason: unused.
Removed service "App\Company\Domain\Event\WorkerDeleted"; reason: unused.
Removed service "App\Company\Domain\Event\WorkerModulesUpdated"; reason: unused.
Removed service "App\Company\Domain\Event\WorkerUpdated"; reason: unused.
Removed service "App\Company\Domain\Exception\InvalidHealthScoreStep"; reason: unused.
Removed service "App\Company\Domain\Query\GetHolidayCalendar"; reason: unused.
Removed service "App\Company\Domain\ValueObject\CompanyId"; reason: unused.
Removed service "App\Company\Domain\ValueObject\HealthScoreStep"; reason: unused.
Removed service "App\Company\Domain\ValueObject\PhotoConfirmationsToRemoveId"; reason: unused.
Removed service "App\Company\Domain\ValueObject\UserId"; reason: unused.
Removed service "App\Company\Infrastructure\ApiPlatform\Resource\AdminLinkOutput"; reason: unused.
Removed service "App\Company\Infrastructure\Symfony\Validator\HardPassword"; reason: unused.
Removed service "App\Company\Infrastructure\Symfony\Validator\PasswordType"; reason: unused.
Removed service "App\Form\Domain\Dto\FormPublicInput"; reason: unused.
Removed service "App\Form\Domain\Dto\FormPublicOutput"; reason: unused.
Removed service "App\Form\Domain\Model\FormAnswer"; reason: unused.
Removed service "App\Geofencing\Domain\Collection\Geolocation"; reason: unused.
Removed service "App\Geofencing\Domain\Command\MonitorExitFromWorkspace"; reason: unused.
Removed service "App\Geofencing\Domain\Command\MonitorTimeEntryWithGeolocationBatch"; reason: unused.
Removed service "App\Geofencing\Domain\Dto\Address"; reason: unused.
Removed service "App\Geofencing\Domain\Event\WorkerExitWorkspace"; reason: unused.
Removed service "App\Geofencing\Domain\Exception\InvalidAreaPoints"; reason: unused.
Removed service "App\Geofencing\Domain\Exception\InvalidAreaType"; reason: unused.
Removed service "App\Geofencing\Domain\Exception\MissingUserOrWorker"; reason: unused.
Removed service "App\Geofencing\Domain\Exception\OutOfRange"; reason: unused.
Removed service "App\Geofencing\Domain\Exception\ProjectEntityNotFound"; reason: unused.
Removed service "App\Geofencing\Domain\Exception\TimeEntryEntityNotFound"; reason: unused.
Removed service "App\Geofencing\Domain\Exception\UnknowSortByKey"; reason: unused.
Removed service "App\Geofencing\Domain\ValueObject\AreaPoints"; reason: unused.
Removed service "App\Geofencing\Domain\ValueObject\AreaType"; reason: unused.
Removed service "App\Geofencing\Domain\ValueObject\Circle"; reason: unused.
Removed service "App\Geofencing\Domain\ValueObject\Geolocation"; reason: unused.
Removed service "App\Geofencing\Domain\ValueObject\ProjectId"; reason: unused.
Removed service "App\Geofencing\Domain\ValueObject\TaskId"; reason: unused.
Removed service "App\Geofencing\Domain\ValueObject\TimeEntryId"; reason: unused.
Removed service "App\Geofencing\Domain\ValueObject\WorkerId"; reason: unused.
Removed service "App\Geofencing\Infrastructure\Doctrine\ORM\Query\AST\Functions\InputPoint"; reason: unused.
Removed service "App\Geofencing\Infrastructure\Doctrine\ORM\Query\AST\Functions\STDistanceSphere"; reason: unused.
Removed service "App\Geofencing\Infrastructure\Doctrine\ORM\Query\AST\Functions\SqlPoint"; reason: unused.
Removed service "App\Gps\Adapter\Helper\GpsUtils"; reason: unused.
Removed service "App\Gps\Domain\Dto\GeolocationOutput"; reason: unused.
Removed service "App\Kiosk\Adapter\Service\FirebaseDynamicLinksKioskHelper"; reason: unused.
Removed service "App\Kiosk\Domain\Dto\InputCreateKioskByAccount"; reason: unused.
Removed service "App\Kiosk\Domain\Dto\InputCreateKioskBySecret"; reason: unused.
Removed service "App\Kiosk\Domain\Dto\KioskJoinUrlOutput"; reason: unused.
Removed service "App\Legacy\Domain\Dto\DashboardSummaryKiosk"; reason: unused.
Removed service "App\Legacy\Domain\Dto\DashboardSummaryPaymentDue"; reason: unused.
Removed service "App\Legacy\Domain\Dto\DashboardSummaryReport"; reason: unused.
Removed service "App\Legacy\Domain\Dto\DashboardSummaryTimeOff"; reason: unused.
Removed service "App\MediaObject\Adapter\Helper\ImageUtils"; reason: unused.
Removed service "App\Notification\Adapter\Service\NotificationBuilder"; reason: unused.
Removed service "App\Notification\Domain\Command\SendFirebaseMessage"; reason: unused.
Removed service "App\Notification\Domain\Dto\NavigationButton"; reason: unused.
Removed service "App\Notification\Domain\Dto\NotificationDTO"; reason: unused.
Removed service "App\Notification\Domain\Dto\NotificationLeading"; reason: unused.
Removed service "App\Notification\Domain\Dto\UserNotificationExtraData\TimeOffRequest"; reason: unused.
Removed service "App\Notification\Domain\Dto\UserNotificationExtraData\WorkScheduleEntry"; reason: unused.
Removed service "App\Notification\Domain\Dto\UserNotificationExtraData\Worker"; reason: unused.
Removed service "App\Notification\Domain\Dto\UserNotificationExtraData\WorkerDayRequest"; reason: unused.
Removed service "App\Notification\Domain\Exception\InvalidExtraData"; reason: unused.
Removed service "App\Notification\Domain\Notification"; reason: unused.
Removed service "App\Notification\Domain\Notification\FinishWorkAfterExitWorkspace"; reason: unused.
Removed service "App\Notification\Domain\Notification\Recipient"; reason: unused.
Removed service "App\Notification\Domain\Notification\WorkerFirstTimeStartWork"; reason: unused.
Removed service "App\Notification\Domain\ValueObject\UserId"; reason: unused.
Removed service "App\Notification\Infrastructure\Symfony\Notifier\Message\FirebaseOptions"; reason: unused.
Removed service "App\Notification\Infrastructure\Symfony\Notifier\Message\RealTimeOptions"; reason: unused.
Removed service "App\Notification\Infrastructure\Symfony\Notifier\Transport\FirebaseTransport"; reason: unused.
Removed service "App\Notification\Infrastructure\Symfony\Notifier\Transport\RealTimeTransport"; reason: unused.
Removed service "App\Notification\Infrastructure\Symfony\Validator\CompanyNotificationExtraData"; reason: unused.
Removed service "App\Onboarding\Domain\Collection\Onboarding"; reason: unused.
Removed service "App\Onboarding\Domain\Collection\OnboardingStep"; reason: unused.
Removed service "App\Onboarding\Domain\Command\AddKioskCreatedStep"; reason: unused.
Removed service "App\Onboarding\Domain\Command\ProcessAction"; reason: unused.
Removed service "App\Onboarding\Domain\Command\SaveOnboarding"; reason: unused.
Removed service "App\Onboarding\Domain\Command\SaveOnboardingStep"; reason: unused.
Removed service "App\Onboarding\Domain\Event\FirstKioskCreated"; reason: unused.
Removed service "App\Onboarding\Domain\Event\OnboardingClosed"; reason: unused.
Removed service "App\Onboarding\Domain\Event\OnboardingFinished"; reason: unused.
Removed service "App\Onboarding\Domain\Event\OnboardingSkipped"; reason: unused.
Removed service "App\Onboarding\Domain\Event\OnboardingStepSaved"; reason: unused.
Removed service "App\Onboarding\Domain\Event\WorkerFirstTimeStartWork"; reason: unused.
Removed service "App\Onboarding\Domain\Exception\InvalidOnboardingStep"; reason: unused.
Removed service "App\Onboarding\Domain\Exception\InvalidOnboardingType"; reason: unused.
Removed service "App\Onboarding\Domain\Query\GetOnboardingSteps"; reason: unused.
Removed service "App\Onboarding\Domain\Query\GetOnboardings"; reason: unused.
Removed service "App\Onboarding\Domain\ValueObject\ActionId"; reason: unused.
Removed service "App\Onboarding\Domain\ValueObject\CompanyId"; reason: unused.
Removed service "App\Onboarding\Domain\ValueObject\OnboardingId"; reason: unused.
Removed service "App\Onboarding\Domain\ValueObject\OnboardingIdPrimary"; reason: unused.
Removed service "App\Onboarding\Domain\ValueObject\OnboardingStep"; reason: unused.
Removed service "App\Onboarding\Domain\ValueObject\OnboardingStepIdPrimary"; reason: unused.
Removed service "App\Onboarding\Domain\ValueObject\OnboardingType"; reason: unused.
Removed service "App\Onboarding\Domain\ValueObject\UserId"; reason: unused.
Removed service "App\Onboarding\Infrastructure\ApiPlatform\Resource\Onboarding"; reason: unused.
Removed service "App\Onboarding\Infrastructure\ApiPlatform\Resource\OnboardingStep"; reason: unused.
Removed service "App\RealTime\Domain\Command\SendFirebaseMessage"; reason: unused.
Removed service "App\RealTime\Domain\Dto\FcmTopics"; reason: unused.
Removed service "App\RealTime\Domain\Dto\RealTimeUpdate"; reason: unused.
Removed service "App\RealTime\Domain\Dto\SubscribeTopicInput"; reason: unused.
Removed service "App\RealTime\Domain\Exception\BadTopicNameException"; reason: unused.
Removed service "App\RealTime\Domain\Exception\FirebaseSubscribeTopicException"; reason: unused.
Removed service "App\RealTime\Domain\Exception\FirebaseUnsubscribeAllTopicException"; reason: unused.
Removed service "App\RealTime\Domain\Exception\FirebaseUnsubscribeTopicException"; reason: unused.
Removed service "App\RealTime\Infrastructure\ApiPlatform\Resource\FcmTopics"; reason: unused.
Removed service "App\RealTime\Infrastructure\ApiPlatform\Resource\MercureToken"; reason: unused.
Removed service "App\Report\Attendance\Domain\Dto\AttendanceReportOutput"; reason: unused.
Removed service "App\Report\Attendance\Domain\Dto\AttendanceWorkerReportDayOutput"; reason: unused.
Removed service "App\Report\Attendance\Domain\Dto\AttendanceWorkerReportOutput"; reason: unused.
Removed service "App\Report\Attendance\Domain\Exception\AttendanceReportConfigNotFoundException"; reason: unused.
Removed service "App\Report\Department\Domain\Dto\ReportDepartmentGenerateInput"; reason: unused.
Removed service "App\Report\Department\Domain\Dto\ReportDepartmentWorker"; reason: unused.
Removed service "App\Report\Department\Infrastructure\ApiPlatform\Resource\ReportDepartment"; reason: unused.
Removed service "App\Report\Project\Domain\Collection\ProjectId"; reason: unused.
Removed service "App\Report\Project\Domain\Collection\ProjectTimeAndSalary"; reason: unused.
Removed service "App\Report\Project\Domain\Collection\WorkerId"; reason: unused.
Removed service "App\Report\Project\Domain\Collection\WorkerTimeAndSalary"; reason: unused.
Removed service "App\Report\Project\Domain\Collection\WorkerTimeAndSalaryPerProject"; reason: unused.
Removed service "App\Report\Project\Domain\Collection\WorkerTimeAndSalaryPerTask"; reason: unused.
Removed service "App\Report\Project\Domain\Dto\ProjectsTimeAndSalaryOutput"; reason: unused.
Removed service "App\Report\Project\Domain\Dto\WorkersTimeAndSalaryOutput"; reason: unused.
Removed service "App\Report\Project\Domain\Exception\InvalidCosts"; reason: unused.
Removed service "App\Report\Project\Domain\Exception\InvalidDateRange"; reason: unused.
Removed service "App\Report\Project\Domain\Exception\InvalidHourlyRate"; reason: unused.
Removed service "App\Report\Project\Domain\Exception\InvalidWorkerTime"; reason: unused.
Removed service "App\Report\Project\Domain\Exception\ProjectTimeAndSalaryReportRendererNotFound"; reason: unused.
Removed service "App\Report\Project\Domain\Exception\WorkerTimeAndSalaryReportRendererNotFound"; reason: unused.
Removed service "App\Report\Project\Domain\Model\ProjectTimeAndSalary"; reason: unused.
Removed service "App\Report\Project\Domain\Model\WorkerTimeAndSalary"; reason: unused.
Removed service "App\Report\Project\Domain\Model\WorkerTimeAndSalaryPerProject"; reason: unused.
Removed service "App\Report\Project\Domain\Model\WorkerTimeAndSalaryPerTask"; reason: unused.
Removed service "App\Report\Project\Domain\Query\GetProjectsTimeAndSalary"; reason: unused.
Removed service "App\Report\Project\Domain\Query\GetProjectsTimeAndSalaryPerTask"; reason: unused.
Removed service "App\Report\Project\Domain\Query\GetProjectsTimeAndSalaryPerWorker"; reason: unused.
Removed service "App\Report\Project\Domain\Query\GetWorkersTimeAndSalary"; reason: unused.
Removed service "App\Report\Project\Domain\Query\GetWorkersTimeAndSalaryPerProject"; reason: unused.
Removed service "App\Report\Project\Domain\Query\GetWorkersTimeAndSalaryPerTask"; reason: unused.
Removed service "App\Report\Project\Domain\Query\RenderProjectsTimeAndSalary"; reason: unused.
Removed service "App\Report\Project\Domain\Query\RenderWorkersTimeAndSalary"; reason: unused.
Removed service "App\Report\Project\Domain\ValueObject\CompanyId"; reason: unused.
Removed service "App\Report\Project\Domain\ValueObject\Costs"; reason: unused.
Removed service "App\Report\Project\Domain\ValueObject\DateRange"; reason: unused.
Removed service "App\Report\Project\Domain\ValueObject\HourlyRate"; reason: unused.
Removed service "App\Report\Project\Domain\ValueObject\ProjectId"; reason: unused.
Removed service "App\Report\Project\Domain\ValueObject\TaskId"; reason: unused.
Removed service "App\Report\Project\Domain\ValueObject\WorkedTime"; reason: unused.
Removed service "App\Report\Project\Domain\ValueObject\WorkerId"; reason: unused.
Removed service "App\Report\Shared\Domain\Dto\HeaderItem"; reason: unused.
Removed service "App\Report\Shared\Domain\Exception\CannotCreateReportFileException"; reason: unused.
Removed service "App\Report\Shared\Domain\Exception\InvalidOrderByValue"; reason: unused.
Removed service "App\Report\Shared\Domain\Exception\InvalidReportFile"; reason: unused.
Removed service "App\Report\Shared\Domain\Exception\InvalidReportFormat"; reason: unused.
Removed service "App\Report\Shared\Domain\ValueObject\OrderBy"; reason: unused.
Removed service "App\Report\Shared\Domain\ValueObject\ReportFile"; reason: unused.
Removed service "App\Report\Shared\Domain\ValueObject\ReportFormat"; reason: unused.
Removed service "App\Report\Shared\Infrastructure\ApiPlatform\Resource\Report"; reason: unused.
Removed service "App\Report\TimeAndSalary\Domain\Dto\CloudSchoolEmploymentContractReportEntry"; reason: unused.
Removed service "App\Report\TimeAndSalary\Domain\Dto\CloudSchoolMandateContractReportEntry"; reason: unused.
Removed service "App\Report\TimeAndSalary\Domain\Dto\CloudSchoolWSection"; reason: unused.
Removed service "App\Report\TimeAndSalary\Domain\Dto\TimeAndSalaryRakssqlReportOutput"; reason: unused.
Removed service "App\Report\TimeAndSalary\Domain\Dto\TimeAndSalaryReportOutput"; reason: unused.
Removed service "App\Report\TimeAndSalary\Domain\Dto\TimeAndSalaryReportWorkerDayOutput"; reason: unused.
Removed service "App\Report\TimeAndSalary\Domain\Dto\TimeAndSalarySapReportOutput"; reason: unused.
Removed service "App\Report\TimeAndSalary\Domain\Dto\TimeAndSalaryWorkerReportOutput"; reason: unused.
Removed service "App\Report\TimeAndSalary\Domain\Dto\WorkPlanOptimaReportEntry"; reason: unused.
Removed service "App\Report\TimeAndSalary\Domain\Exception\TimeAndSalaryReportConfigNotFoundException"; reason: unused.
Removed service "App\Report\TimeAndSalary\Domain\Exception\TimeAndSalaryWorkerReportConfigNotFoundException"; reason: unused.
Removed service "App\Report\Uploader\Domain\Collection\ReportUploader"; reason: unused.
Removed service "App\Report\Uploader\Domain\Command\CreateReportUploader"; reason: unused.
Removed service "App\Report\Uploader\Domain\Command\DeleteReportUploader"; reason: unused.
Removed service "App\Report\Uploader\Domain\Command\ExportReportsToClients"; reason: unused.
Removed service "App\Report\Uploader\Domain\Command\UpdateReportUploader"; reason: unused.
Removed service "App\Report\Uploader\Domain\Dto\EmailUploader"; reason: unused.
Removed service "App\Report\Uploader\Domain\Dto\FtpUploader"; reason: unused.
Removed service "App\Report\Uploader\Domain\Dto\SftpUploader"; reason: unused.
Removed service "App\Report\Uploader\Domain\Exception\InvalidExportDay"; reason: unused.
Removed service "App\Report\Uploader\Domain\Exception\InvalidExportHour"; reason: unused.
Removed service "App\Report\Uploader\Domain\Exception\InvalidReportDateRange"; reason: unused.
Removed service "App\Report\Uploader\Domain\Exception\InvalidReportFrequency"; reason: unused.
Removed service "App\Report\Uploader\Domain\Exception\InvalidReportType"; reason: unused.
Removed service "App\Report\Uploader\Domain\Exception\InvalidUploaderName"; reason: unused.
Removed service "App\Report\Uploader\Domain\Exception\ReportFrequencyDayOutOfRange"; reason: unused.
Removed service "App\Report\Uploader\Domain\Exception\ReportFrequencyHourOutOfRange"; reason: unused.
Removed service "App\Report\Uploader\Domain\Exception\ReportUploaderNotFound"; reason: unused.
Removed service "App\Report\Uploader\Domain\Exception\UploadError"; reason: unused.
Removed service "App\Report\Uploader\Domain\Exception\UploaderNotFound"; reason: unused.
Removed service "App\Report\Uploader\Domain\Query\FindCompanyReportUploaders"; reason: unused.
Removed service "App\Report\Uploader\Domain\Query\FindReportUploader"; reason: unused.
Removed service "App\Report\Uploader\Domain\ValueObject\CompanyId"; reason: unused.
Removed service "App\Report\Uploader\Domain\ValueObject\ExportHour"; reason: unused.
Removed service "App\Report\Uploader\Domain\ValueObject\ExportMonthDay"; reason: unused.
Removed service "App\Report\Uploader\Domain\ValueObject\ExportWeekDay"; reason: unused.
Removed service "App\Report\Uploader\Domain\ValueObject\ReportDateRange"; reason: unused.
Removed service "App\Report\Uploader\Domain\ValueObject\ReportExport"; reason: unused.
Removed service "App\Report\Uploader\Domain\ValueObject\ReportFormat"; reason: unused.
Removed service "App\Report\Uploader\Domain\ValueObject\ReportFrequency"; reason: unused.
Removed service "App\Report\Uploader\Domain\ValueObject\ReportType"; reason: unused.
Removed service "App\Report\Uploader\Domain\ValueObject\ReportUploaderId"; reason: unused.
Removed service "App\Report\Uploader\Domain\ValueObject\UploaderConfig"; reason: unused.
Removed service "App\Report\Uploader\Domain\ValueObject\UploaderName"; reason: unused.
Removed service "App\Report\WorkingTimeRecords\Domain\Dto\WorkingTimeRecordsReportOutput"; reason: unused.
Removed service "App\Shared\Adapter\Helper\DateUtils"; reason: unused.
Removed service "App\Shared\Adapter\Helper\StringUtils"; reason: unused.
Removed service "App\Shared\Adapter\Service\FirebaseDynamicLinksHelper"; reason: unused.
Removed service "App\Shared\Domain\Exception\InvalidConfigName"; reason: unused.
Removed service "App\Shared\Domain\Exception\InvalidConfigType"; reason: unused.
Removed service "App\Shared\Domain\Exception\InvalidConfigValue"; reason: unused.
Removed service "App\Shared\Domain\Exception\InvalidModelId"; reason: unused.
Removed service "App\Shared\Domain\ValueObject\ConfigId"; reason: unused.
Removed service "App\Shared\Domain\ValueObject\ConfigName"; reason: unused.
Removed service "App\Shared\Domain\ValueObject\ConfigType"; reason: unused.
Removed service "App\Shared\Domain\ValueObject\ConfigValue"; reason: unused.
Removed service "App\Shared\Domain\ValueObject\DateFilter"; reason: unused.
Removed service "App\Shared\Infrastructure\Doctrine\DBAL\Types\NullableDateTimeImmutable"; reason: unused.
Removed service "App\Shared\Infrastructure\Doctrine\ORM\Query\AST\Functions\Timestampdiff"; reason: unused.
Removed service "App\Shared\Infrastructure\FrontendUrlGenerator\Firebase"; reason: unused.
Removed service "App\Shared\Infrastructure\Symfony\Validator\AtLeastOneCollectionNotBlank"; reason: unused.
Removed service "App\Shared\Infrastructure\Symfony\Validator\UserOwnResource"; reason: unused.
Removed service "App\Subscription\Adapter\Helper\CurrencyUtils"; reason: unused.
Removed service "App\Subscription\Domain\Event\SubscriptionUpgradeGuideSent"; reason: unused.
Removed service "App\Subscription\Infrastructure\Api\IFirmaAccount"; reason: unused.
Removed service "App\Subscription\Infrastructure\Api\IFirmaInvoice"; reason: unused.
Removed service "App\Subscription\Infrastructure\ApiPlatform\Resource\AppleNotificationsV2"; reason: unused.
Removed service "App\Subscription\Infrastructure\ApiPlatform\Resource\PricingEstimate"; reason: unused.
Removed service "App\Subscription\Infrastructure\ApiPlatform\Resource\PricingFreemiumEstimate"; reason: unused.
Removed service "App\Subscription\Infrastructure\ApiPlatform\Resource\PricingItem"; reason: unused.
Removed service "App\Subscription\Infrastructure\ApiPlatform\Resource\SubscriptionCheckout"; reason: unused.
Removed service "App\Subscription\Infrastructure\ApiPlatform\Resource\UpgradeGuide"; reason: unused.
Removed service "App\Subscription\Infrastructure\Symfony\Validator\VatNumber"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Command\AcceptTimeEntryRequest"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Command\DuplicateProject"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Command\DuplicateTask"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Command\SaveTimeEntryRequest"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Dto\DuplicateProjectConfig"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Dto\DuplicateTaskConfig"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Event\ProjectCreated"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Event\ProjectDeleted"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Event\ProjectUpdated"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Event\ReportCategoryCreated"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Event\ReportCategoryDeleted"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Event\ReportCategoryUpdated"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Event\TaskCreated"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Event\TaskDeleted"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Event\TaskUpdated"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Event\TimeEntryCreated"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Event\TimeEntryDeleted"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Event\TimeEntryUpdated"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Exception\EntityNotFound"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Exception\InvalidProjectName"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Exception\InvalidTaskName"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Exception\InvalidTimeEntryRequestNote"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Exception\InvalidTimeEntryRequestStatus"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Exception\InvalidTimeEntryRequestTime"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Exception\OutOfTimeLimit"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Exception\ProjectMemberNotFound"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Exception\ProjectNotFound"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Exception\TaskNotFound"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Exception\TimeEntryRequestNotFound"; reason: unused.
Removed service "App\TasksAndProjects\Domain\Exception\WorkerNotFound"; reason: unused.
Removed service "App\TasksAndProjects\Domain\ValueObject\CompanyId"; reason: unused.
Removed service "App\TasksAndProjects\Domain\ValueObject\ConsideredBy"; reason: unused.
Removed service "App\TasksAndProjects\Domain\ValueObject\ProjectId"; reason: unused.
Removed service "App\TasksAndProjects\Domain\ValueObject\ProjectMemberId"; reason: unused.
Removed service "App\TasksAndProjects\Domain\ValueObject\ProjectName"; reason: unused.
Removed service "App\TasksAndProjects\Domain\ValueObject\TaskId"; reason: unused.
Removed service "App\TasksAndProjects\Domain\ValueObject\TaskName"; reason: unused.
Removed service "App\TasksAndProjects\Domain\ValueObject\TimeEntryId"; reason: unused.
Removed service "App\TasksAndProjects\Domain\ValueObject\TimeEntryRequestId"; reason: unused.
Removed service "App\TasksAndProjects\Domain\ValueObject\TimeEntryRequestNote"; reason: unused.
Removed service "App\TasksAndProjects\Domain\ValueObject\TimeEntryRequestStatus"; reason: unused.
Removed service "App\TasksAndProjects\Domain\ValueObject\TimeEntryRequestTime"; reason: unused.
Removed service "App\TasksAndProjects\Domain\ValueObject\UserId"; reason: unused.
Removed service "App\TasksAndProjects\Infrastructure\ApiPlatform\Resource\TimeEntryRequest"; reason: unused.
Removed service "App\TasksAndProjects\Infrastructure\Symfony\Validator\HasTimeTrackingType"; reason: unused.
Removed service "App\TasksAndProjects\Infrastructure\Symfony\Validator\TaskBelongsToProject"; reason: unused.
Removed service "App\TasksAndProjects\Infrastructure\Symfony\Validator\TaskBelongsToProjectReport"; reason: unused.
Removed service "App\TasksAndProjects\Infrastructure\Symfony\Validator\TimeEntryBolengsToUser"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Collection\WorkerDayDate"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Collection\WorkerDayEntryId"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Collection\WorkerDayEntryRequest"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Collection\WorkerDayId"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Collection\WorkerDayRequest"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Collection\WorkerDayRequestId"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Collection\WorkerId"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Command\ApproveWorkerDayRequest"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Command\BatchApproveWorkerDayRequest"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Command\BatchRejectWorkerDayRequest"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Command\RegenerateWorkerDay"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Command\RejectWorkerDayRequest"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Command\SaveWorkerDayRequest"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Command\UpdateWorkerDayGpsSummary"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Dto\ActionTimeDetail"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Dto\WorkerDayActivityRequest"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Dto\WorkerDayEntryActivityBatchInput"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Dto\WorkerDayEntryBatchInput"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Dto\WorkerDayEntryRequest"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Dto\WorkerDaySummaryOutput"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Dto\WorkingHours"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Dto\WorkingHoursInDay"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Dto\WorkingTimeRecordsReportDayOutput"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Event\ActionOutsideJobSiteArea"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Event\ActionSaved"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Event\BatchWorkerDayRequestApproved"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Event\BatchWorkerDayRequestRejected"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Event\WorkerDayRequestApproved"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Event\WorkerDayRequestCreated"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Event\WorkerDayRequestRejected"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Exception\DateTooOldException"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Exception\InvalidDateRangeException"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Exception\InvalidWorkerDayRequestStatus"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Exception\RequestedWorkerDayRequestsNotEqualsFound"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Exception\UserNotFound"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Exception\WorkerDayRequestNotFound"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Exception\WorkerNotFound"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Query\BatchGetWorkerDayRequestResourceFromModel"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\Query\GetWorkerDayRequestResourceFromModel"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\ValueObject\ConsideredBy"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\ValueObject\UserId"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\ValueObject\WorkerDayDate"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\ValueObject\WorkerDayEntryId"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\ValueObject\WorkerDayId"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\ValueObject\WorkerDayRegenerationRequest"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\ValueObject\WorkerDayRequestId"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\ValueObject\WorkerDayRequestNote"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\ValueObject\WorkerDayRequestStatus"; reason: unused.
Removed service "App\TimeAndAttendance\Domain\ValueObject\WorkerId"; reason: unused.
Removed service "App\TimeAndAttendance\Infrastructure\Doctrine\DBAL\Types\WorkingHours"; reason: unused.
Removed service "App\TimeAndAttendance\Infrastructure\Symfony\Validator\WorkerDayActivitiesInDateRange"; reason: unused.
Removed service "App\TimeAndAttendance\Infrastructure\Symfony\Validator\WorkerDayEntriesInDateRange"; reason: unused.
Removed service "App\TimeOff\Domain\Collection\Year"; reason: unused.
Removed service "App\TimeOff\Domain\Command\DeleteRejectedInYear"; reason: unused.
Removed service "App\TimeOff\Domain\Dto\TimeOffAmountBalance"; reason: unused.
Removed service "App\TimeOff\Domain\Event\TimeOffRequestApproved"; reason: unused.
Removed service "App\TimeOff\Domain\Event\TimeOffRequestCreated"; reason: unused.
Removed service "App\TimeOff\Domain\Event\TimeOffRequestDeleted"; reason: unused.
Removed service "App\TimeOff\Domain\Event\TimeOffRequestRejected"; reason: unused.
Removed service "App\TimeOff\Domain\ValueObject\TimeOffRequestId"; reason: unused.
Removed service "App\TimeOff\Domain\ValueObject\WorkerId"; reason: unused.
Removed service "App\TimeOff\Domain\ValueObject\Year"; reason: unused.
Removed service "App\TimeOff\Infrastructure\Symfony\Validator\CanDeleteTimeOffRequest"; reason: unused.
Removed service "App\TimeOff\Infrastructure\Symfony\Validator\LimitLeft"; reason: unused.
Removed service "App\TimeOff\Infrastructure\Symfony\Validator\MeetAdvanceRequestDelay"; reason: unused.
Removed service "App\TimeOff\Infrastructure\Symfony\Validator\SameDayForHourlyTimeOff"; reason: unused.
Removed service "App\User\Adapter\EventSubscriber\LocaleSubscriber"; reason: unused.
Removed service "App\User\Domain\Command\SaveLoginHistory"; reason: unused.
Removed service "App\User\Domain\Dto\ApiTokenAccountInput"; reason: unused.
Removed service "App\User\Domain\Dto\ApiTokenOneTimeCodeInput"; reason: unused.
Removed service "App\User\Domain\Dto\EmailAvailabilityInput"; reason: unused.
Removed service "App\User\Domain\Dto\EmailAvailabilityOutput"; reason: unused.
Removed service "App\User\Domain\Dto\ResetPassword"; reason: unused.
Removed service "App\User\Domain\Dto\ResetPasswordRequest"; reason: unused.
Removed service "App\User\Domain\Dto\ResetPasswordResponse"; reason: unused.
Removed service "App\User\Domain\Dto\UserCreationDto"; reason: unused.
Removed service "App\User\Domain\Event\UserCreated"; reason: unused.
Removed service "App\User\Domain\Event\UserDeviceCreated"; reason: unused.
Removed service "App\User\Domain\Event\UserDeviceTokenInvalid"; reason: unused.
Removed service "App\User\Domain\Event\UserDeviceUpdated"; reason: unused.
Removed service "App\User\Domain\Event\UserUpdated"; reason: unused.
Removed service "App\User\Domain\ValueObject\LoginHistoryId"; reason: unused.
Removed service "App\User\Domain\ValueObject\UserId"; reason: unused.
Removed service "App\User\Infrastructure\ApiPlatform\Resource\Register"; reason: unused.
Removed service "App\WorkSchedule\Domain\Command\GenerateScheduleAsync"; reason: unused.
Removed service "App\WorkSchedule\Domain\Command\WorkScheduleEntryRemoved"; reason: unused.
Removed service "App\WorkSchedule\Domain\Dto\AdjustedWorkScheduleRequirement"; reason: unused.
Removed service "App\WorkSchedule\Domain\Dto\AdjustedWorkScheduleRequirementTemplate"; reason: unused.
Removed service "App\WorkSchedule\Domain\Dto\BatchCreateWorkScheduleEntriesInput"; reason: unused.
Removed service "App\WorkSchedule\Domain\Dto\BatchDeleteWorkScheduleEntriesInput"; reason: unused.
Removed service "App\WorkSchedule\Domain\Dto\BatchUpdateWorkScheduleEntriesInput"; reason: unused.
Removed service "App\WorkSchedule\Domain\Dto\DeleteBatchDTO"; reason: unused.
Removed service "App\WorkSchedule\Domain\Dto\ManualScheduleGenerationInput"; reason: unused.
Removed service "App\WorkSchedule\Domain\Dto\WorkAvailabilityPresetDto"; reason: unused.
Removed service "App\WorkSchedule\Domain\Dto\WorkSchedulePresetDto"; reason: unused.
Removed service "App\WorkSchedule\Domain\Event\AiScheduleAutoPublishPending"; reason: unused.
Removed service "App\WorkSchedule\Domain\Event\AiScheduleAutoPublished"; reason: unused.
Removed service "App\WorkSchedule\Domain\Event\AiScheduleGenerated"; reason: unused.
Removed service "App\WorkSchedule\Domain\Event\AiScheduleNoRequirements"; reason: unused.
Removed service "App\WorkSchedule\Domain\Event\ManualScheduleGenerationCompleted"; reason: unused.
Removed service "App\WorkSchedule\Domain\Event\ManualScheduleGenerationFailed"; reason: unused.
Removed service "App\WorkSchedule\Domain\Event\PublishedWorkScheduleEntryUpdated"; reason: unused.
Removed service "App\WorkSchedule\Domain\Event\WorkScheduleEntryPublished"; reason: unused.
Removed service "App\WorkSchedule\Domain\Event\WorkScheduleStart"; reason: unused.
Removed service "sentry.callback.traces_sampler"; reason: unused.
Removed service "App\Company\Infrastructure\ApiPlatform\DataTransformer\WorkingTimeRecordsReportDayDataTransformer"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~c8CXd9a"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "liip_imagine.mime_types"; reason: unused.
Removed service "liip_imagine.imagick"; reason: unused.
Removed service "liip_imagine.gmagick"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
Removed service "liip_imagine.templating.filter_helper"; 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 "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "httplug.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "mailer.default_transport"; 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 "lock.strategy.majority"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "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.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "chatter"; reason: unused.
Removed service "texter"; 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.webhook"; reason: unused.
Removed service "security.user_checker.chain.super_admin"; reason: unused.
Removed service "security.user_checker.chain.main"; 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 "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 "webpack_encore.cache"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "api_platform.operation_method_resolver"; reason: unused.
Removed service "api_platform.formats_provider"; reason: unused.
Removed service "api_platform.operation_path_resolver.underscore"; reason: unused.
Removed service "api_platform.operation_path_resolver.dash"; reason: unused.
Removed service "api_platform.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.serializer_locator"; reason: unused.
Removed service "api_platform.filter_collection_factory"; reason: unused.
Removed service "api_platform.filters"; reason: unused.
Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
Removed service "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; 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\QrCode\Builder\Builder"; reason: unused.
Removed service "ibericode_vat.rates"; reason: unused.
Removed service "ibericode_vat.geolocator"; reason: unused.
Removed service "ibericode_vat.validator.vat_number_validator"; reason: unused.
Removed service "fidry_alice_data_fixtures.loader.multipass_file"; reason: unused.
Removed service "fidry_alice_data_fixtures.persistence.purger_modepurger_mode"; reason: unused.
Removed service "hautelook_alice.data_fixtures.loader.file_resolver_loader"; reason: unused.
Removed service "Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\AlgoliaFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\ArcGISOnlineFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\BingMapsFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\ChainFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\FreeGeoIpFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeoIP2Factory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeoIPsFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeoPluginFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeoipFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeonamesFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsPlacesFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\HereFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\HostIpFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\IpInfoDbFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\IpInfoFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\IpstackFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\LocationIQFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\MapQuestFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\MapboxFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\MapzenFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\MaxMindBinaryFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\MaxMindFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\NominatimFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\OpenCageFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\OpenRouteServiceFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\PickPointFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\PluginProviderFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\TomTomFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\YandexFactory"; reason: unused.
Removed service "Invenso\Rector\Set\ApiPlatformSetList"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Company\Infrastructure\Symfony\Serializer\Normalizer\WorkerCollection"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Notification\Infrastructure\Symfony\Serializer\Normalizer\CompanyNotificationSettingNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\TasksAndProjects\Infrastructure\Symfony\Serializer\Normalizer\ProjectMember"; reason: unused.
Removed service ".debug.serializer.normalizer.App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Denormalizer\WorkerDay"; reason: unused.
Removed service ".debug.serializer.normalizer.App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Normalizer\Action"; reason: unused.
Removed service ".debug.serializer.normalizer.App\User\Infrastructure\Symfony\Serializer\Normalizer\User"; reason: unused.
Removed service ".debug.serializer.normalizer.App\WorkSchedule\Infrastructure\Serializer\BatchCreateWorkScheduleEntriesInputDenormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\WorkSchedule\Infrastructure\Serializer\BatchDeleteWorkScheduleEntriesInputDenormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\WorkSchedule\Infrastructure\Serializer\BatchUpdateWorkScheduleEntriesInputDenormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\WorkSchedule\Infrastructure\Serializer\WorkScheduleEntryDenormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.serializer.uuid_denormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.openapi.normalizer.api_gateway"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.swagger.normalizer.api_gateway"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.problem.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.swagger.normalizer.documentation"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.openapi.normalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.documentation"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.entrypoint"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.error"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.problem.normalizer.error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonld.normalizer.item"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.serializer.normalizer.item"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.collection"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonld.normalizer.object"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.jsonld.encoder"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.problem.encoder"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable.inner"; reason: unused.
948
Inlined service ".service_locator.UmsFnvw.App\Analytics\Infrastructure\Controller\HubSpotController" to "App\Analytics\Infrastructure\Controller\HubSpotController".
Inlined service "App\Analytics\Infrastructure\Api\CustomerIo" to "App\Analytics\Infrastructure\Service\CustomerIo".
Inlined service "Mixpanel" to "App\Analytics\Infrastructure\Service\Mixpanel".
Inlined service "App\Analytics\Infrastructure\Repository\User" to "App\Analytics\Infrastructure\Symfony\Command\UserExportCommand".
Inlined service "App\ChangeHistory\Infrastructure\Service\CompareObjects" to "App\ChangeHistory\Adapter\CommandHandler\SaveDiffInObjects".
Inlined service "App\ChangeHistory\Infrastructure\Helper\Context" to "App\ChangeHistory\Adapter\CommandHandler\SaveDiffInObjects".
Inlined service "App\ChangeHistory\Infrastructure\Repository\Objects" to "App\ChangeHistory\Adapter\CommandHandler\SaveDiffInObjects".
Inlined service "App\ChangeHistory\Infrastructure\ApiPlatform\OpenApi\ChangeHistory.inner" to "App\ChangeHistory\Infrastructure\ApiPlatform\OpenApi\ChangeHistory".
Inlined service "App\ChangeHistory\Adapter\Helper\ObjectConverter" to "App\ChangeHistory\Infrastructure\Service\CompareObjects".
Inlined service "App\Company\Infrastructure\Repository\Company" to "App\Company\Adapter\CommandHandler\BatchCalculateCompanyHealthScore".
Inlined service "App\Company\Domain\Collection\HealthScoreStep" to "App\Company\Adapter\CommandHandler\BatchCalculateCompanyHealthScore".
Inlined service "App\Company\Infrastructure\Repository\User" to "App\Company\Adapter\CommandHandler\BatchCalculateCompanyHealthScore".
Inlined service "App\Company\Infrastructure\Repository\WorkerModule" to "App\Company\Adapter\CommandHandler\BatchCalculateCompanyHealthScore".
Inlined service "App\Company\Infrastructure\Repository\PhotoConfirmationsToRemove" to "App\Company\Adapter\CommandHandler\RemovePhotoConfirmations".
Inlined service "App\Company\Infrastructure\Repository\HolidayCalendar" to "App\Company\Adapter\QueryHandler\GetHolidayCalendar".
Inlined service "App\Company\Adapter\Service\GoogleCalendar\GoogleCalendarServiceFactory" to "App\Company\Adapter\Service\HolidayCalendarFiller".
Inlined service "ibericode_vat.countries" to "App\Company\Adapter\Service\VatNumberValidator".
Inlined service "ibericode_vat.validator" to "App\Company\Adapter\Service\VatNumberValidator".
Inlined service "App\Notification\Adapter\Service\SmsHelper" to "App\Company\Adapter\Service\WorkerHelper".
Inlined service "App\Company\Adapter\Factory\HealthScoreStepCollection" to "App\Company\Domain\Collection\HealthScoreStep".
Inlined service "App\ChangeHistory\Infrastructure\ApiPlatform\OpenApi\ChangeHistory" to "App\Company\Infrastructure\ApiPlatform\OpenApi\Company".
Inlined service "App\Company\Infrastructure\ApiPlatform\OpenApi\Company" to "App\Company\Infrastructure\ApiPlatform\OpenApi\HolidayCalendarByCompany".
Inlined service "App\Company\Adapter\Service\ActivateDepartmentService" to "App\Company\Infrastructure\Controller\ActiveDepartmentAction".
Inlined service "App\Company\Adapter\Service\ArchiveDepartmentService" to "App\Company\Infrastructure\Controller\ArchiveDepartmentAction".
Inlined service "App\Company\Adapter\Service\BatchActivateDepartmentsService" to "App\Company\Infrastructure\Controller\BatchActiveDepartmentsAction".
Inlined service "App\Company\Adapter\Service\BatchArchiveDepartmentsService" to "App\Company\Infrastructure\Controller\BatchArchiveDepartmentsAction".
Inlined service "App\Company\Adapter\Service\BatchDeleteDepartmentsService" to "App\Company\Infrastructure\Controller\BatchDeleteDepartmentsAction".
Inlined service "App\Company\Adapter\Service\ClearCompanyDataService" to "App\Company\Infrastructure\Controller\ClearCompanyData".
Inlined service ".service_locator.UmsFnvw.App\Company\Infrastructure\Controller\CrewController" to "App\Company\Infrastructure\Controller\CrewController".
Inlined service "App\Company\Adapter\Service\CalculateSalaryService" to "App\Company\Infrastructure\Controller\SalaryController".
Inlined service ".service_locator.UmsFnvw.App\Company\Infrastructure\Controller\SalaryController" to "App\Company\Infrastructure\Controller\SalaryController".
Inlined service ".service_locator.UmsFnvw.App\Form\Infrastructure\Controller\FormController" to "App\Form\Infrastructure\Controller\FormController".
Inlined service "App\Form\Adapter\Service\FormAnswerHelper" to "App\Form\Infrastructure\Doctrine\EventSubscriber\FormAnswerSubscriber".
Inlined service "App\Company\Infrastructure\ApiPlatform\OpenApi\HolidayCalendarByCompany" to "App\Geofencing\Infrastructure\ApiPlatform\OpenApi\Area".
Inlined service "App\Gps\Adapter\Service\GeolocationCsvImporter" to "App\Gps\Infrastructure\Controller\GeolocationBatchDemoAction".
Inlined service "App\Gps\Adapter\Service\GeolocationService" to "App\Gps\Infrastructure\Symfony\Command\PurgeOldGeolocationCommand".
Inlined service ".service_locator.UmsFnvw.App\Legacy\Infrastructure\Controller\DefaultController" to "App\Legacy\Infrastructure\Controller\DefaultController".
Inlined service ".service_locator.UmsFnvw.App\Legacy\Infrastructure\Controller\VueController" to "App\Legacy\Infrastructure\Controller\VueController".
Inlined service "App\Notification\Adapter\Service\RealTimeUpdate" to "App\Notification\Adapter\EventSubscriber\OnboardingUpdatedSubscriber".
Inlined service "App\Notification\Adapter\Service\ExtraDataExtractor" to "App\Notification\Adapter\Service\NotificationResponse".
Inlined service "App\Notification\Adapter\Service\NotificationLeading" to "App\Notification\Adapter\Service\NotificationResponse".
Inlined service "App\Notification\Adapter\Service\NotificationTarget" to "App\Notification\Adapter\Service\NotificationResponse".
Inlined service "notifier" to "App\Notification\Adapter\Service\Notifier".
Inlined service "App\Notification\Infrastructure\Repository\User" to "App\Notification\Adapter\Service\Notifier".
Inlined service "App\Geofencing\Infrastructure\ApiPlatform\OpenApi\Area" to "App\Notification\Infrastructure\ApiPlatform\OpenApi\CompanyNotificationSetting".
Inlined service "App\Notification\Adapter\Service\NotificationTranslator" to "App\Notification\Infrastructure\Symfony\Serializer\Normalizer\CompanyNotificationSettingNormalizer".
Inlined service "App\Onboarding\Infrastructure\Repository\Action" to "App\Onboarding\Adapter\CommandHandler\ProcessAction".
Inlined service "App\Report\Attendance\Adapter\Factory\AttendanceReportFactory" to "App\Report\Attendance\Infrastructure\Controller\AttendanceReportExportAction".
Inlined service "App\Report\Department\Adapter\Service\ReportDepartmentHelper" to "App\Report\Department\Infrastructure\ApiPlatform\DataTransformer\ReportDepartmentGenerateInputDataTransformer".
Inlined service "App\Report\Project\Adapter\ProjectTimeAndSalaryReportRenderer\Csv" to "App\Report\Project\Adapter\Factory\ProjectTimeAndSalaryReportRenderer".
Inlined service "App\Report\Project\Adapter\WorkerTimeAndSalaryReportRenderer\Csv" to "App\Report\Project\Adapter\Factory\WorkerTimeAndSalaryReportRenderer".
Inlined service "App\Report\Project\Adapter\WorkerTimeAndSalaryReportRenderer\Xls" to "App\Report\Project\Adapter\Factory\WorkerTimeAndSalaryReportRenderer".
Inlined service "App\Report\Project\Adapter\Factory\ProjectTimeAndSalaryReportRenderer" to "App\Report\Project\Adapter\QueryHandler\RenderProjectsTimeAndSalary".
Inlined service "App\Report\Project\Adapter\Factory\WorkerTimeAndSalaryReportRenderer" to "App\Report\Project\Adapter\QueryHandler\RenderWorkersTimeAndSalary".
Inlined service "App\Notification\Infrastructure\ApiPlatform\OpenApi\CompanyNotificationSetting" to "App\Report\Project\Infrastructure\ApiPlatform\OpenApi\ProjectsTimeAndSalary".
Inlined service "App\Report\Project\Infrastructure\ApiPlatform\OpenApi\ProjectsTimeAndSalary" to "App\Report\Project\Infrastructure\ApiPlatform\OpenApi\WorkersTimeAndSalary".
Inlined service "App\Report\Project\Infrastructure\ApiPlatform\OpenApi\WorkersTimeAndSalary" to "App\Report\Shared\Infrastructure\ApiPlatform\OpenApi\ExportReport".
Inlined service ".service_locator.UmsFnvw.App\Report\Shared\Infrastructure\Controller\ReportController" to "App\Report\Shared\Infrastructure\Controller\ReportController".
Inlined service "App\Report\TimeAndSalary\Adapter\Factory\TimeAndSalaryWorkerReportFactory" to "App\Report\TimeAndSalary\Infrastructure\Controller\TimeAndSalaryWorkerReportExportAction".
Inlined service "App\Report\Uploader\Adapter\Service\ReportDateRange" to "App\Report\Uploader\Adapter\CommandHandler\ExportReportsToClients".
Inlined service "App\Report\Uploader\Adapter\Service\ReportExporter" to "App\Report\Uploader\Adapter\CommandHandler\ExportReportsToClients".
Inlined service "App\Report\Uploader\Adapter\Service\ReportUploader" to "App\Report\Uploader\Adapter\CommandHandler\ExportReportsToClients".
Inlined service "App\Report\Uploader\Infrastructure\Uploader\Email" to "App\Report\Uploader\Adapter\Factory\Uploader".
Inlined service "App\Report\Uploader\Infrastructure\Uploader\Ftp" to "App\Report\Uploader\Adapter\Factory\Uploader".
Inlined service "App\Report\Uploader\Infrastructure\Uploader\Sftp" to "App\Report\Uploader\Adapter\Factory\Uploader".
Inlined service "App\Report\Uploader\Adapter\Factory\Uploader" to "App\Report\Uploader\Adapter\Service\ReportUploader".
Inlined service "App\Report\Shared\Infrastructure\ApiPlatform\OpenApi\ExportReport" to "App\Report\Uploader\Infrastructure\ApiPlatform\OpenApi\ReportUploader".
Inlined service "App\Shared\Adapter\Service\Sentry" to "App\Shared\Adapter\EventSubscriber\AuthenticatedUserSubscriber".
Inlined service "api_platform.metadata.resource.metadata_factory.cached" to "App\Shared\Infrastructure\ApiPlatform\Metadata\AutoGroupResourceMetadataFactory".
Inlined service "App\Report\Uploader\Infrastructure\ApiPlatform\OpenApi\ReportUploader" to "App\Shared\Infrastructure\ApiPlatform\OpenApi\RemoveAction".
Inlined service "App\Subscription\Infrastructure\Api\AppleExternalPurchaseServer" to "App\Subscription\Adapter\Service\ExternalPurchaseReport".
Inlined service "App\Subscription\Adapter\JWTTokenGenerator\Apple" to "App\Subscription\Infrastructure\Api\AppleExternalPurchaseServer".
Inlined service "App\Subscription\Adapter\Service\AppleNotificationsV2Processor" to "App\Subscription\Infrastructure\ApiPlatform\DataPersister\AppleNotificationsV2Post".
Inlined service "App\Subscription\Adapter\Service\AppleExternalPurchaseIdExtractor" to "App\Subscription\Infrastructure\ApiPlatform\DataTransformer\SubscriptionCheckoutDataTransformer".
Inlined service "App\Shared\Infrastructure\ApiPlatform\OpenApi\RemoveAction" to "App\Subscription\Infrastructure\ApiPlatform\OpenApi\UpgradeGuide".
Inlined service ".service_locator.UmsFnvw.App\Subscription\Infrastructure\Controller\SubscriptionController" to "App\Subscription\Infrastructure\Controller\SubscriptionController".
Inlined service ".service_locator.UmsFnvw.App\SuperAdmin\Infrastructure\Controller\SuperAdminController" to "App\SuperAdmin\Infrastructure\Controller\SuperAdminController".
Inlined service "App\TasksAndProjects\Adapter\Service\CustomerAccountHelper" to "App\TasksAndProjects\Infrastructure\Doctrine\EventSubscriber\CustomerAccountSendInvitationSubscriber".
Inlined service "App\TimeAndAttendance\Adapter\Factory\Action" to "App\TimeAndAttendance\Adapter\EventSubscriber\WorkerExitWorkspaceSubscriber".
Inlined service "App\TimeAndAttendance\Adapter\Service\WorkerDayGenerator" to "App\TimeAndAttendance\Adapter\Helper\WorkerDay".
Inlined service "App\TimeAndAttendance\Adapter\Factory\WorkerDayEntryRequestCollection" to "App\TimeAndAttendance\Adapter\Service\WorkerDay".
Inlined service "App\TimeAndAttendance\Infrastructure\Repository\WorkerDayEntry" to "App\TimeAndAttendance\Adapter\Service\WorkerDayGenerator".
Inlined service "App\Geofencing\Adapter\Service\AddressLocator" to "App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\ActionDataPersister".
Inlined service "App\TimeAndAttendance\Adapter\Helper\WorkerDayRequest" to "App\TimeAndAttendance\Infrastructure\ApiPlatform\DataPersister\WorkerDayRequestPost".
Inlined service "App\Report\Attendance\Adapter\Service\AttendanceHelper" to "App\TimeAndAttendance\Infrastructure\Controller\WorkerDaysSummaryAction".
Inlined service "App\TimeAndAttendance\Adapter\Service\ActionHelper" to "App\TimeAndAttendance\Infrastructure\Doctrine\EventSubscriber\ActionAddWarningIfNeeded".
Inlined service "App\TimeAndAttendance\Infrastructure\Repository\User" to "App\TimeAndAttendance\Infrastructure\Symfony\Validator\WorkerDayEntriesInDateRangeValidator".
Inlined service "App\Subscription\Infrastructure\ApiPlatform\OpenApi\UpgradeGuide" to "App\TimeOff\Infrastructure\ApiPlatform\OpenApi\TimeOffRequest".
Inlined service "App\TimeOff\Infrastructure\Repository\WorkerDay" to "App\TimeOff\Infrastructure\Service\TimeOffRequestLinkerWithWorkerDay".
Inlined service "App\User\Infrastructure\Repository\LoginHistory" to "App\User\Adapter\CommandHandler\SaveLoginHistory".
Inlined service "App\User\Infrastructure\Repository\UserDevice" to "App\User\Adapter\EventSubscriber\DeleteUserDeviceWithInvalidTokenSubscriber".
Inlined service "App\TimeOff\Infrastructure\ApiPlatform\OpenApi\TimeOffRequest" to "App\User\Infrastructure\ApiPlatform\OpenApi\User".
Inlined service "App\User\Infrastructure\ApiPlatform\Serializer\AdminGroupsContextBuilder.inner" to "App\User\Infrastructure\ApiPlatform\Serializer\AdminGroupsContextBuilder".
Inlined service "App\User\Adapter\Service\UserEmailAvailabilityService" to "App\User\Infrastructure\Controller\EmailAvailabilityAction".
Inlined service ".service_locator.UmsFnvw.App\User\Infrastructure\Controller\GetMeAction" to "App\User\Infrastructure\Controller\GetMeAction".
Inlined service ".service_locator.UmsFnvw.App\User\Infrastructure\Controller\GetUserMagicLinkAction" to "App\User\Infrastructure\Controller\GetUserMagicLinkAction".
Inlined service ".service_locator.UmsFnvw.App\User\Infrastructure\Controller\ResetPasswordController" to "App\User\Infrastructure\Controller\ResetPasswordController".
Inlined service ".service_locator.UmsFnvw.App\User\Infrastructure\Controller\SecurityController" to "App\User\Infrastructure\Controller\SecurityController".
Inlined service "lock.schedule_generation.factory" to "App\WorkSchedule\Adapter\Service\ScheduleGenerationLockService".
Inlined service "App\WorkSchedule\Adapter\Helper\IsWorkAvailabilityPublished" to "App\WorkSchedule\Infrastructure\ApiPlatform\DataPersister\WorkAvailabilityEntry".
Inlined service "App\User\Infrastructure\ApiPlatform\OpenApi\User" to "App\WorkSchedule\Infrastructure\ApiPlatform\OpenApi\ManualScheduleGeneration".
Inlined service "App\WorkSchedule\Infrastructure\ApiPlatform\OpenApi\ManualScheduleGeneration" to "App\WorkSchedule\Infrastructure\ApiPlatform\OpenApi\ScheduleGenerationLockStatus".
Inlined service "App\WorkSchedule\Infrastructure\ApiPlatform\OpenApi\ScheduleGenerationLockStatus" to "App\WorkSchedule\Infrastructure\ApiPlatform\OpenApi\WorkScheduleRequirement".
Inlined service "App\WorkSchedule\Adapter\Service\BatchCreateWorkScheduleEntriesService" to "App\WorkSchedule\Infrastructure\Controller\BatchCreateWorkScheduleEntriesAction".
Inlined service "App\WorkSchedule\Adapter\Service\BatchDeleteWorkScheduleEntriesService" to "App\WorkSchedule\Infrastructure\Controller\BatchDeleteWorkScheduleEntriesAction".
Inlined service "App\WorkSchedule\Adapter\Service\BatchUpdateWorkScheduleEntriesService" to "App\WorkSchedule\Infrastructure\Controller\BatchUpdateWorkScheduleEntriesAction".
Inlined service "App\WorkSchedule\Adapter\Service\ManualScheduleGenerationService" to "App\WorkSchedule\Infrastructure\Controller\ManualScheduleGenerationAction".
Inlined service "App\WorkSchedule\Adapter\Service\WorkAvailabilityEntryService" to "App\WorkSchedule\Infrastructure\Controller\WorkAvailabilityEntryBatchController".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.B23lkn6" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.WxW.7GT" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service ".service_locator.gbXEnX." to "doctrine.orm.default_entity_listener_resolver".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
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 "monolog.processor.psr_log_message" to "monolog.handler.main".
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 "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "nyholm.psr7.psr17_factory" to "psr18.http_client".
Inlined service "nyholm.psr7.psr17_factory" to "psr18.http_client".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "http_client.uri_template_expander.rize" 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 "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 "api_platform.route_loader" 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.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "monolog.logger.lock" to "lock.schedule_generation.factory".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" 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.btcrX.n" 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 "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service ".service_locator.oYuiRzv" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.roKEyP3" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service ".service_locator.0TACwl3" to "notifier".
Inlined service "notifier.channel_policy" to "notifier".
Inlined service "notifier.admin_recipient.0" to "notifier".
Inlined service "notifier.flash_message_importance_mapper" to "notifier.channel.browser".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "api_platform.data_collector.request" 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.doctrine" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector" to "profiler".
Inlined service "data_collector.mercure" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.Y.qYmXm" to "security.helper".
Inlined service ".service_locator.7F.Xy2F" to "security.helper".
Inlined service ".service_locator.9DvJOiM" to "security.helper".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service ".security.request_matcher.JFQ7UzV" to "security.access_map".
Inlined service ".security.request_matcher.hfmrWqb" to "security.access_map".
Inlined service ".security.request_matcher.stR4mH1" to "security.access_map".
Inlined service ".security.request_matcher.Nvhu1DM" to "security.access_map".
Inlined service ".security.request_matcher.Wi2bJH3" to "security.access_map".
Inlined service ".security.request_matcher.KCL4VcW" to "security.access_map".
Inlined service ".security.request_matcher.BK9RrWc" to "security.access_map".
Inlined service ".security.request_matcher.SCoZg3U" to "security.access_map".
Inlined service ".security.request_matcher.ZgHdF8z" to "security.access_map".
Inlined service ".security.request_matcher.YupNn.F" to "security.access_map".
Inlined service ".security.request_matcher.B4hYivF" to "security.access_map".
Inlined service ".security.request_matcher.AgBr_03" to "security.access_map".
Inlined service ".security.request_matcher.GRCRsv1" to "security.access_map".
Inlined service ".security.request_matcher.10Ydh3R" to "security.access_map".
Inlined service ".security.request_matcher.s1eP0IO" to "security.access_map".
Inlined service ".security.request_matcher.R2r7HZ4" to "security.access_map".
Inlined service ".security.request_matcher.T9D4W9m" to "security.access_map".
Inlined service ".security.request_matcher.3_BroTA" to "security.access_map".
Inlined service ".security.request_matcher.6_8FQx_" to "security.access_map".
Inlined service ".security.request_matcher..k5E6Cj" to "security.access_map".
Inlined service ".security.request_matcher.X6j3PTW" to "security.access_map".
Inlined service ".security.request_matcher.B7H32Dr" to "security.access_map".
Inlined service ".security.request_matcher.s44yrlE" to "security.access_map".
Inlined service ".security.request_matcher.6bumAcQ" to "security.access_map".
Inlined service ".security.request_matcher.maMH8gz" to "security.access_map".
Inlined service ".security.request_matcher.OGeb5C6" to "security.access_map".
Inlined service ".security.request_matcher.y.tlP8x" to "security.access_map".
Inlined service ".security.request_matcher.g2OuVtt" to "security.access_map".
Inlined service ".security.request_matcher.EwVKVDM" to "security.access_map".
Inlined service ".security.request_matcher.1lcRaUj" to "security.access_map".
Inlined service ".security.request_matcher.OjKPxW." to "security.access_map".
Inlined service ".security.request_matcher.pfmI9JK" to "security.access_map".
Inlined service ".security.request_matcher.csBYw_1" to "security.access_map".
Inlined service ".security.request_matcher.SfXuBo9" to "security.access_map".
Inlined service ".security.request_matcher.0Tr6F1W" to "security.access_map".
Inlined service ".security.request_matcher.Z74q6js" to "security.access_map".
Inlined service ".security.request_matcher.C5hL7LM" to "security.access_map".
Inlined service ".security.request_matcher.CgfRQRn" to "security.access_map".
Inlined service ".security.request_matcher.tAn7hE_" to "security.access_map".
Inlined service ".security.request_matcher.mZ2NcKK" to "security.access_map".
Inlined service ".security.request_matcher.K0CT9qK" to "security.access_map".
Inlined service ".security.request_matcher.XFbjipw" to "security.access_map".
Inlined service ".security.request_matcher.TvREJM2" to "security.access_map".
Inlined service ".security.request_matcher.zF8jCRm" to "security.access_map".
Inlined service ".security.request_matcher.CTcGq3x" to "security.access_map".
Inlined service ".security.request_matcher.9UelRCj" to "security.access_map".
Inlined service ".security.request_matcher.BrFfR3a" to "security.access_map".
Inlined service ".security.request_matcher.zgUyz1A" 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.K8zzSxy" to ".security.request_matcher.MWxwbR2".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.3R2PGbg" to ".security.request_matcher.of8n1KT".
Inlined service "debug.security.firewall.authenticator.webhook.inner" to "debug.security.firewall.authenticator.webhook".
Inlined service "security.exception_listener.webhook" to "security.firewall.map.context.webhook".
Inlined service "security.firewall.map.config.webhook" to "security.firewall.map.context.webhook".
Inlined service "debug.security.firewall.authenticator.super_admin.inner" to "debug.security.firewall.authenticator.super_admin".
Inlined service "security.exception_listener.super_admin" to "security.firewall.map.context.super_admin".
Inlined service "security.firewall.map.config.super_admin" to "security.firewall.map.context.super_admin".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.9_8A2LS" to ".security.request_matcher.JFQ7UzV".
Inlined service ".security.request_matcher.vJ6wxwC" to ".security.request_matcher.hfmrWqb".
Inlined service ".security.request_matcher.d6CxbEP" to ".security.request_matcher.stR4mH1".
Inlined service ".security.request_matcher.EK7uE3e" to ".security.request_matcher.Nvhu1DM".
Inlined service ".security.request_matcher.DD7c2R7" to ".security.request_matcher.Wi2bJH3".
Inlined service ".security.request_matcher.j7Vhys_" to ".security.request_matcher.KCL4VcW".
Inlined service ".security.request_matcher.Uqr1pkJ" to ".security.request_matcher.BK9RrWc".
Inlined service ".security.request_matcher.agbBjCM" to ".security.request_matcher.SCoZg3U".
Inlined service ".security.request_matcher.u8iogG5" to ".security.request_matcher.ZgHdF8z".
Inlined service ".security.request_matcher.P5I6eJH" to ".security.request_matcher.YupNn.F".
Inlined service ".security.request_matcher.EHwIQxq" to ".security.request_matcher.B4hYivF".
Inlined service ".security.request_matcher.yeGe1p." to ".security.request_matcher.AgBr_03".
Inlined service ".security.request_matcher.fvZxtDV" to ".security.request_matcher.GRCRsv1".
Inlined service ".security.request_matcher.GAenj0B" to ".security.request_matcher.10Ydh3R".
Inlined service ".security.request_matcher.9Hd5JGq" to ".security.request_matcher.s1eP0IO".
Inlined service ".security.request_matcher.P1WCwpm" to ".security.request_matcher.R2r7HZ4".
Inlined service ".security.request_matcher.IGGmAcU" to ".security.request_matcher.T9D4W9m".
Inlined service ".security.request_matcher._obyBtH" to ".security.request_matcher.3_BroTA".
Inlined service ".security.request_matcher.J6VGRO9" to ".security.request_matcher.6_8FQx_".
Inlined service ".security.request_matcher.20FOPdN" to ".security.request_matcher..k5E6Cj".
Inlined service ".security.request_matcher.ZEbjyHs" to ".security.request_matcher.X6j3PTW".
Inlined service ".security.request_matcher.sBhq8LZ" to ".security.request_matcher.B7H32Dr".
Inlined service ".security.request_matcher.vZldEII" to ".security.request_matcher.s44yrlE".
Inlined service ".security.request_matcher.YIRDRae" to ".security.request_matcher.6bumAcQ".
Inlined service ".security.request_matcher.Ap6WolS" to ".security.request_matcher.maMH8gz".
Inlined service ".security.request_matcher.WD8kQ7i" to ".security.request_matcher.OGeb5C6".
Inlined service ".security.request_matcher.ILb5eCy" to ".security.request_matcher.y.tlP8x".
Inlined service ".security.request_matcher.f2zGZPH" to ".security.request_matcher.g2OuVtt".
Inlined service ".security.request_matcher.dIXHc1." to ".security.request_matcher.EwVKVDM".
Inlined service ".security.request_matcher.2oWtvyd" to ".security.request_matcher.1lcRaUj".
Inlined service ".security.request_matcher.8ma3.OI" to ".security.request_matcher.OjKPxW.".
Inlined service ".security.request_matcher.lD7U.R2" to ".security.request_matcher.pfmI9JK".
Inlined service ".security.request_matcher.q0ZotHw" to ".security.request_matcher.csBYw_1".
Inlined service ".security.request_matcher.nbnMPRD" to ".security.request_matcher.SfXuBo9".
Inlined service ".security.request_matcher.yM7vOJ9" to ".security.request_matcher.0Tr6F1W".
Inlined service ".security.request_matcher.GPULtyV" to ".security.request_matcher.Z74q6js".
Inlined service ".security.request_matcher.1f3H6o2" to ".security.request_matcher.C5hL7LM".
Inlined service ".security.request_matcher.3mSed7r" to ".security.request_matcher.CgfRQRn".
Inlined service ".security.request_matcher.IouurfC" to ".security.request_matcher.tAn7hE_".
Inlined service ".security.request_matcher.ytHxmQ2" to ".security.request_matcher.mZ2NcKK".
Inlined service ".security.request_matcher.BREUFq3" to ".security.request_matcher.K0CT9qK".
Inlined service ".security.request_matcher.Hen9xsp" to ".security.request_matcher.XFbjipw".
Inlined service ".security.request_matcher.glgZZbe" to ".security.request_matcher.TvREJM2".
Inlined service ".security.request_matcher.fz4lkky" to ".security.request_matcher.CTcGq3x".
Inlined service ".security.request_matcher.9bQUpyd" to ".security.request_matcher.9UelRCj".
Inlined service ".security.request_matcher.QiBF6kJ" to ".security.request_matcher.BrFfR3a".
Inlined service ".security.request_matcher._LA_AHr" to ".security.request_matcher.zgUyz1A".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Shared\Infrastructure\Twig\AppExtension" to "twig".
Inlined service "App\Shared\Infrastructure\Twig\SerializerExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service ".time.twig.extension.time" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.cssinliner" to "twig".
Inlined service "twig.extension.inky" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" to "twig".
Inlined service "Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension" to "twig".
Inlined service "Sentry\SentryBundle\Twig\SentryExtension" to "twig".
Inlined service "Symfony\Component\Mercure\Twig\MercureExtension" 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.aNnZErj" to "twig.runtime_loader".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "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 ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~vGDQfbm" to "webpack_encore.twig_entry_files_extension".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "api_platform.route_name_resolver.cached.inner" to "api_platform.route_name_resolver.cached".
Inlined service "api_platform.route_name_resolver.cached" to "api_platform.iri_converter".
Inlined service "App\User\Infrastructure\ApiPlatform\Serializer\AdminGroupsContextBuilder" to "api_platform.serializer.context_builder.filter".
Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
Inlined service "api_platform.operation_path_resolver.generator" to "api_platform.operation_path_resolver.custom".
Inlined service "api_platform.negotiator" to "api_platform.listener.request.add_format".
Inlined service "api_platform.identifiers_extractor.cached.inner" to "api_platform.identifiers_extractor.cached".
Inlined service "api_platform.subresource_operation_factory.cached.inner" to "api_platform.subresource_operation_factory.cached".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml" to "api_platform.metadata.resource.name_collection_factory.cached".
Inlined service "api_platform.metadata.resource.metadata_factory.yaml" to "api_platform.metadata.resource.metadata_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_factory.php_doc" to "api_platform.metadata.resource.metadata_factory.short_name".
Inlined service "api_platform.metadata.resource.filter_metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.operation".
Inlined service "api_platform.metadata.resource.metadata_factory.operation" to "api_platform.metadata.resource.metadata_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_factory.formats" to "api_platform.metadata.resource.metadata_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.yaml" to "api_platform.metadata.property.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.xml" to "api_platform.metadata.property.metadata_factory.property_info".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.serializer".
Inlined service "api_platform.metadata.property.metadata_factory.validator" to "api_platform.metadata.property.metadata_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.serializer" to "api_platform.metadata.property.metadata_factory.default_property".
Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.annotation".
Inlined service "api_platform.metadata.resource.metadata_factory.xml" to "api_platform.metadata.resource.metadata_factory.annotation".
Inlined service "api_platform.metadata.resource.metadata_factory.short_name" to "api_platform.metadata.resource.filter_metadata_factory.annotation".
Inlined service "api_platform.metadata.subresource.metadata_factory.annotation" to "api_platform.metadata.property.metadata_factory.annotation".
Inlined service "api_platform.metadata.property.metadata_factory.default_property" to "api_platform.metadata.subresource.metadata_factory.annotation".
Inlined service "api_platform.metadata.resource.name_collection_factory.annotation" to "api_platform.metadata.resource.name_collection_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.yaml".
Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.annotation" to "api_platform.metadata.property.metadata_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_factory.input_output" to "api_platform.metadata.resource.metadata_factory.php_doc".
Inlined service ".2_ObjectNormalizer~Y9i_abD" to ".1_Serializer~Y9i_abD".
Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.api_gateway".
Inlined service "api_platform.swagger.normalizer.api_gateway.inner" to "api_platform.swagger.normalizer.api_gateway".
Inlined service "api_platform.swagger_ui.context" to "api_platform.swagger_ui.action".
Inlined service "api_platform.hydra.normalizer.partial_collection_view.inner" to "api_platform.hydra.normalizer.partial_collection_view".
Inlined service "api_platform.hydra.normalizer.partial_collection_view" to "api_platform.hydra.normalizer.collection_filters".
Inlined service "api_platform.hydra.json_schema.schema_factory.inner" to "api_platform.hydra.json_schema.schema_factory".
Inlined service "api_platform.metadata.property.metadata_factory.property_info" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
Inlined service "api_platform.pagination" to "api_platform.doctrine.orm.query_extension.pagination".
Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
Inlined service "api_platform.validator.query_parameter_validator" to "api_platform.listener.view.validate_query_parameters".
Inlined service "debug.api_platform.collection_data_provider.inner" to "debug.api_platform.collection_data_provider".
Inlined service "debug.api_platform.item_data_provider.inner" to "debug.api_platform.item_data_provider".
Inlined service "debug.api_platform.subresource_data_provider.inner" to "debug.api_platform.subresource_data_provider".
Inlined service "debug.api_platform.data_persister.inner" to "debug.api_platform.data_persister".
Inlined service "Symfony\Component\Mercure\Discovery" to "api_platform.mercure.listener.response.add_link_header".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.property_mapping_resolver" to "vich_uploader.property_mapping_factory".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
Inlined service "nelmio_alice.generator.resolver.parameter_bag.simple" to "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters".
Inlined service "nelmio_alice.generator.resolver.parameter.registry" to "nelmio_alice.generator.resolver.parameter_bag.simple".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver".
Inlined service "nelmio_alice.generator.resolver.fixture_set.simple" to "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects".
Inlined service "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters" to "nelmio_alice.generator.resolver.fixture_set.simple".
Inlined service "nelmio_alice.generator.resolver.fixture_bag.template_bag" to "nelmio_alice.generator.resolver.fixture_set.simple".
Inlined service "nelmio_alice.generator.resolver.value.chainable.array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.list_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.optional_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.variable_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.php_value_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.php_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver".
Inlined service "nelmio_alice.generator.resolver.value.unique_values_pool" to "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver".
Inlined service "nelmio_alice.generator.instantiator.resolver" to "nelmio_alice.generator.instantiator.existing_instance".
Inlined service "nelmio_alice.generator.instantiator.registry" to "nelmio_alice.generator.instantiator.resolver".
Inlined service "nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.static_factory_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects" to "nelmio_alice.generator.double_pass".
Inlined service "nelmio_alice.generator.object_generator.complete" to "nelmio_alice.generator.double_pass".
Inlined service "nelmio_alice.generator.object_generator.simple" to "nelmio_alice.generator.object_generator.complete".
Inlined service "nelmio_alice.generator.instantiator.existing_instance" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.hydrator.simple" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.caller.simple" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.hydrator.property.symfony_property_access" to "nelmio_alice.generator.hydrator.simple".
Inlined service "nelmio_alice.generator.caller.registry" to "nelmio_alice.generator.caller.simple".
Inlined service "nelmio_alice.generator.caller.chainable.configurator_method_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.method_call_with_reference" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.optional_method_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.simple_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.simple" to "nelmio_alice.fixture_builder.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.string_parser" to "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.simple_parser" to "nelmio_alice.fixture_builder.expression_language.parser.string_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.element".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.file_parser.registry" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_parser.default_include_processor" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_parser.chainable.yaml" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.chainable.php" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.chainable.json" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.symfony_yaml" to "nelmio_alice.file_parser.chainable.yaml".
Inlined service "nelmio_alice.file_locator.default" to "hautelook_alice.alice.file_locator.kernel".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.xRhNObu.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "sentry.client" to "Sentry\State\HubInterface".
Inlined service "Sentry\Integration\RequestFetcherInterface" to "Sentry\SentryBundle\Integration\IntegrationConfigurator".
Inlined service "Sentry\SentryBundle\Integration\IntegrationConfigurator" to "sentry.client.options".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "psr18.http_client" to "Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsFactory".
Inlined service "Bazinga\GeocoderBundle\Plugin\FakeIpPlugin" to "bazinga_geocoder.provider.googleMaps".
Inlined service "Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsFactory" to "bazinga_geocoder.provider.googleMaps".
Inlined service "mercure.hub.default.traceable.inner" to "mercure.hub.default.traceable".
Inlined service "Symfony\Component\Mercure\Authorization" to "Symfony\Component\Mercure\Twig\MercureExtension".
Inlined service "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 ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory" to "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\ChangeHistory\Adapter\CommandHandler\SaveDiffInObjects" to ".messenger.handler_descriptor.nKtYPMG".
Inlined service "App\ChangeHistory\Adapter\QueryHandler\GetObjectChangeHistory" to ".messenger.handler_descriptor.Eoqrge_".
Inlined service "App\Company\Adapter\CommandHandler\BatchCalculateCompanyHealthScore" to ".messenger.handler_descriptor.yhPPyZG".
Inlined service "App\Company\Adapter\CommandHandler\RemovePhotoConfirmations" to ".messenger.handler_descriptor.CCWSykx".
Inlined service "App\Company\Adapter\QueryHandler\GetHolidayCalendar" to ".messenger.handler_descriptor.pTGndVJ".
Inlined service "App\Geofencing\Adapter\CommandHandler\MonitorExitFromWorkspace" to ".messenger.handler_descriptor._ksEA07".
Inlined service "App\Geofencing\Adapter\CommandHandler\MonitorTimeEntryWithGeolocationBatch" to ".messenger.handler_descriptor.Qy161DC".
Inlined service "App\Onboarding\Adapter\CommandHandler\AddKioskCreatedStep" to ".messenger.handler_descriptor.fStCtC0".
Inlined service "App\Onboarding\Adapter\CommandHandler\ProcessAction" to ".messenger.handler_descriptor.7y0pVOx".
Inlined service "App\Onboarding\Adapter\CommandHandler\SaveOnboarding" to ".messenger.handler_descriptor.5ejsyVa".
Inlined service "App\Onboarding\Adapter\CommandHandler\SaveOnboardingStep" to ".messenger.handler_descriptor.SYLudjB".
Inlined service "App\Onboarding\Adapter\QueryHandler\GetOnboardingSteps" to ".messenger.handler_descriptor.aw0L0Bw".
Inlined service "App\Onboarding\Adapter\QueryHandler\GetOnboardings" to ".messenger.handler_descriptor.nNgSSa6".
Inlined service "App\RealTime\Adapter\CommandHandler\SendFirebaseMessage" to ".messenger.handler_descriptor.J7rQYtt".
Inlined service "App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalary" to ".messenger.handler_descriptor.eJSrtdC".
Inlined service "App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerTask" to ".messenger.handler_descriptor.qn5GXk_".
Inlined service "App\Report\Project\Adapter\QueryHandler\GetProjectsTimeAndSalaryPerWorker" to ".messenger.handler_descriptor.xD7MkHa".
Inlined service "App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalary" to ".messenger.handler_descriptor.JbnwLkA".
Inlined service "App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerProject" to ".messenger.handler_descriptor.KwV563n".
Inlined service "App\Report\Project\Adapter\QueryHandler\GetWorkersTimeAndSalaryPerTask" to ".messenger.handler_descriptor.W1gmBrr".
Inlined service "App\Report\Project\Adapter\QueryHandler\RenderProjectsTimeAndSalary" to ".messenger.handler_descriptor.QVGv_Su".
Inlined service "App\Report\Project\Adapter\QueryHandler\RenderWorkersTimeAndSalary" to ".messenger.handler_descriptor.tvW2b1v".
Inlined service "App\Report\Uploader\Adapter\CommandHandler\CreateReportUploader" to ".messenger.handler_descriptor.EucolYG".
Inlined service "App\Report\Uploader\Adapter\CommandHandler\DeleteReportUploader" to ".messenger.handler_descriptor.42lO8dj".
Inlined service "App\Report\Uploader\Adapter\CommandHandler\ExportReportsToClients" to ".messenger.handler_descriptor.0cjwH8c".
Inlined service "App\Report\Uploader\Adapter\CommandHandler\UpdateReportUploader" to ".messenger.handler_descriptor.agXhCvu".
Inlined service "App\Report\Uploader\Adapter\QueryHandler\FindCompanyReportUploaders" to ".messenger.handler_descriptor.X301Im7".
Inlined service "App\Report\Uploader\Adapter\QueryHandler\FindReportUploader" to ".messenger.handler_descriptor.NttCeT4".
Inlined service "App\TasksAndProjects\Adapter\CommandHandler\AcceptTimeEntryRequest" to ".messenger.handler_descriptor.KKUyH0C".
Inlined service "App\TasksAndProjects\Adapter\CommandHandler\DuplicateProject" to ".messenger.handler_descriptor.7Wti_dH".
Inlined service "App\TasksAndProjects\Adapter\CommandHandler\DuplicateTask" to ".messenger.handler_descriptor.ou0J5oz".
Inlined service "App\TasksAndProjects\Adapter\CommandHandler\SaveTimeEntryRequest" to ".messenger.handler_descriptor.ROKDwRW".
Inlined service "App\TimeAndAttendance\Adapter\CommandHandler\ApproveWorkerDayRequest" to ".messenger.handler_descriptor.6KELCxT".
Inlined service "App\TimeAndAttendance\Adapter\CommandHandler\BatchApproveWorkerDayRequest" to ".messenger.handler_descriptor.ERNrIkW".
Inlined service "App\TimeAndAttendance\Adapter\CommandHandler\BatchRejectWorkerDayRequest" to ".messenger.handler_descriptor.mnkvKHp".
Inlined service "App\TimeAndAttendance\Adapter\CommandHandler\RegenerateWorkerDay" to ".messenger.handler_descriptor.9NJ6TXQ".
Inlined service "App\TimeAndAttendance\Adapter\CommandHandler\RejectWorkerDayRequest" to ".messenger.handler_descriptor.UFLwmeS".
Inlined service "App\TimeAndAttendance\Adapter\CommandHandler\SaveWorkerDayRequest" to ".messenger.handler_descriptor.BPuwv4S".
Inlined service "App\TimeAndAttendance\Adapter\CommandHandler\UpdateWorkerDayGpsSummary" to ".messenger.handler_descriptor.FHwOaBT".
Inlined service "App\TimeAndAttendance\Adapter\QueryHandler\BatchGetWorkerDayRequestResourceFromModel" to ".messenger.handler_descriptor._UnIGYi".
Inlined service "App\TimeAndAttendance\Adapter\QueryHandler\GetWorkerDayRequestResourceFromModel" to ".messenger.handler_descriptor.guOzll9".
Inlined service "App\TimeOff\Adapter\CommandHandler\DeleteRejectedInYear" to ".messenger.handler_descriptor.ftaaXHc".
Inlined service "App\User\Adapter\CommandHandler\ResetPassword" to ".messenger.handler_descriptor.2ZDZ_Jx".
Inlined service "App\User\Adapter\CommandHandler\ResetPasswordRequest" to ".messenger.handler_descriptor.v6.GxlO".
Inlined service "App\User\Adapter\CommandHandler\SaveLoginHistory" to ".messenger.handler_descriptor.80BQJ4b".
Inlined service "App\WorkSchedule\Adapter\CommandHandler\GenerateScheduleAsyncCommandHandler" to ".messenger.handler_descriptor.OTZOyXU".
Inlined service "App\WorkSchedule\Adapter\CommandHandler\WorkScheduleEntryRemovedHandler" to ".messenger.handler_descriptor.RhU3bsp".
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 "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service "mercure.hub.default.message_handler" to ".messenger.handler_descriptor.oFKCS4G".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "App\Affiliate\Infrastructure\Symfony\Security\Voter\PromoterVoter" to ".debug.security.voter.App\Affiliate\Infrastructure\Symfony\Security\Voter\PromoterVoter".
Inlined service "App\Company\Infrastructure\Symfony\Security\Voter\ClearCompanyDataVoter" to ".debug.security.voter.App\Company\Infrastructure\Symfony\Security\Voter\ClearCompanyDataVoter".
Inlined service "App\Company\Infrastructure\Symfony\Security\Voter\CompanyVoter" to ".debug.security.voter.App\Company\Infrastructure\Symfony\Security\Voter\CompanyVoter".
Inlined service "App\Company\Infrastructure\Symfony\Security\Voter\ContractTypeVoter" to ".debug.security.voter.App\Company\Infrastructure\Symfony\Security\Voter\ContractTypeVoter".
Inlined service "App\Company\Infrastructure\Symfony\Security\Voter\DepartmentVoter" to ".debug.security.voter.App\Company\Infrastructure\Symfony\Security\Voter\DepartmentVoter".
Inlined service "App\Company\Infrastructure\Symfony\Security\Voter\HolidayCalendarVoter" to ".debug.security.voter.App\Company\Infrastructure\Symfony\Security\Voter\HolidayCalendarVoter".
Inlined service "App\Company\Infrastructure\Symfony\Security\Voter\JobPositionVoter" to ".debug.security.voter.App\Company\Infrastructure\Symfony\Security\Voter\JobPositionVoter".
Inlined service "App\Company\Infrastructure\Symfony\Security\Voter\TagVoter" to ".debug.security.voter.App\Company\Infrastructure\Symfony\Security\Voter\TagVoter".
Inlined service "App\Company\Infrastructure\Symfony\Security\Voter\WorkerVoter" to ".debug.security.voter.App\Company\Infrastructure\Symfony\Security\Voter\WorkerVoter".
Inlined service "App\Form\Infrastructure\Symfony\Security\Voter\FormAnswerVoter" to ".debug.security.voter.App\Form\Infrastructure\Symfony\Security\Voter\FormAnswerVoter".
Inlined service "App\Form\Infrastructure\Symfony\Security\Voter\FormVoter" to ".debug.security.voter.App\Form\Infrastructure\Symfony\Security\Voter\FormVoter".
Inlined service "App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskConfigVoter" to ".debug.security.voter.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskConfigVoter".
Inlined service "App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskStatusVoter" to ".debug.security.voter.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskStatusVoter".
Inlined service "App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskVoter" to ".debug.security.voter.App\Kiosk\Infrastructure\Symfony\Security\Voter\KioskVoter".
Inlined service "App\Subscription\Infrastructure\Symfony\Security\Voter\CompanyBillingDetailsVoter" to ".debug.security.voter.App\Subscription\Infrastructure\Symfony\Security\Voter\CompanyBillingDetailsVoter".
Inlined service "App\Subscription\Infrastructure\Symfony\Security\Voter\CompanySubscriptionVoter" to ".debug.security.voter.App\Subscription\Infrastructure\Symfony\Security\Voter\CompanySubscriptionVoter".
Inlined service "App\Subscription\Infrastructure\Symfony\Security\Voter\SubscriptionInvoiceVoter" to ".debug.security.voter.App\Subscription\Infrastructure\Symfony\Security\Voter\SubscriptionInvoiceVoter".
Inlined service "App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\AttachmentVoter" to ".debug.security.voter.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\AttachmentVoter".
Inlined service "App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\CustomerVoter" to ".debug.security.voter.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\CustomerVoter".
Inlined service "App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ProjectReportVoter" to ".debug.security.voter.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ProjectReportVoter".
Inlined service "App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ProjectVoter" to ".debug.security.voter.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ProjectVoter".
Inlined service "App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ReportCategoryVoter" to ".debug.security.voter.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\ReportCategoryVoter".
Inlined service "App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\TaskVoter" to ".debug.security.voter.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\TaskVoter".
Inlined service "App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\TimeEntryVoter" to ".debug.security.voter.App\TasksAndProjects\Infrastructure\Symfony\Security\Voter\TimeEntryVoter".
Inlined service "App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\ActionTypeVoter" to ".debug.security.voter.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\ActionTypeVoter".
Inlined service "App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\ActionVoter" to ".debug.security.voter.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\ActionVoter".
Inlined service "App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\WorkerDayRequestVoter" to ".debug.security.voter.App\TimeAndAttendance\Infrastructure\Symfony\Security\Voter\WorkerDayRequestVoter".
Inlined service "App\TimeOff\Infrastructure\Symfony\Security\Voter\TimeOffRequestVoter" to ".debug.security.voter.App\TimeOff\Infrastructure\Symfony\Security\Voter\TimeOffRequestVoter".
Inlined service "App\TimeOff\Infrastructure\Symfony\Security\Voter\TimeOffTypeVoter" to ".debug.security.voter.App\TimeOff\Infrastructure\Symfony\Security\Voter\TimeOffTypeVoter".
Inlined service "App\User\Infrastructure\Symfony\Security\Voter\UserDeviceVoter" to ".debug.security.voter.App\User\Infrastructure\Symfony\Security\Voter\UserDeviceVoter".
Inlined service "App\User\Infrastructure\Symfony\Security\Voter\UserVoter" to ".debug.security.voter.App\User\Infrastructure\Symfony\Security\Voter\UserVoter".
Inlined service "App\WorkSchedule\Infrastructure\Symfony\Security\Voter\WorkAvailabilityEntryVoter" to ".debug.security.voter.App\WorkSchedule\Infrastructure\Symfony\Security\Voter\WorkAvailabilityEntryVoter".
Inlined service "App\WorkSchedule\Infrastructure\Symfony\Security\Voter\WorkScheduleEntryVoter" to ".debug.security.voter.App\WorkSchedule\Infrastructure\Symfony\Security\Voter\WorkScheduleEntryVoter".
Inlined service "cache.doctrine.orm.default.result.traceable.recorder_inner" to "cache.doctrine.orm.default.result.traceable".
Inlined service "cache.doctrine.orm.default.query.traceable.recorder_inner" to "cache.doctrine.orm.default.query.traceable".
Inlined service "cache.validator.traceable.recorder_inner" to "cache.validator.traceable".
Inlined service "cache.serializer.traceable.recorder_inner" to "cache.serializer.traceable".
Inlined service "cache.annotations.traceable.recorder_inner" to "cache.annotations.traceable".
Inlined service "cache.property_info.traceable.recorder_inner" to "cache.property_info.traceable".
Inlined service "cache.messenger.restart_workers_signal.traceable.recorder_inner" to "cache.messenger.restart_workers_signal.traceable".
Inlined service "cache.security_expression_language.traceable.recorder_inner" to "cache.security_expression_language.traceable".
Inlined service "cache.webpack_encore.traceable.recorder_inner" to "cache.webpack_encore.traceable".
Inlined service "api_platform.cache.route_name_resolver.traceable.recorder_inner" to "api_platform.cache.route_name_resolver.traceable".
Inlined service "api_platform.cache.identifiers_extractor.traceable.recorder_inner" to "api_platform.cache.identifiers_extractor.traceable".
Inlined service "api_platform.cache.subresource_operation_factory.traceable.recorder_inner" to "api_platform.cache.subresource_operation_factory.traceable".
Inlined service "api_platform.cache.metadata.resource.traceable.recorder_inner" to "api_platform.cache.metadata.resource.traceable".
Inlined service "api_platform.cache.metadata.property.traceable.recorder_inner" to "api_platform.cache.metadata.property.traceable".
Inlined service "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient".
Inlined service "debug.security.event_dispatcher.webhook.inner" to "debug.security.event_dispatcher.webhook".
Inlined service "debug.security.event_dispatcher.super_admin.inner" to "debug.security.event_dispatcher.super_admin".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.GdYfzP1" to ".service_locator.GdYfzP1.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.xRhNObu" to ".service_locator.xRhNObu.sensio_framework_extra.view.listener".
Inlined service "api_platform.pagination_options" to "App\ChangeHistory\Infrastructure\ApiPlatform\OpenApi\ChangeHistory.inner".
Inlined service ".service_locator.gHpsvM5" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "App\Company\Infrastructure\Symfony\Serializer\Normalizer\WorkerCollection" to "debug.serializer.inner".
Inlined service "App\Notification\Infrastructure\Symfony\Serializer\Normalizer\CompanyNotificationSettingNormalizer" to "debug.serializer.inner".
Inlined service "App\TasksAndProjects\Infrastructure\Symfony\Serializer\Normalizer\ProjectMember" to "debug.serializer.inner".
Inlined service "App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Denormalizer\WorkerDay" to "debug.serializer.inner".
Inlined service "App\TimeAndAttendance\Infrastructure\Symfony\Serializer\Normalizer\Action" to "debug.serializer.inner".
Inlined service "App\User\Infrastructure\Symfony\Serializer\Normalizer\User" to "debug.serializer.inner".
Inlined service "App\WorkSchedule\Infrastructure\Serializer\BatchCreateWorkScheduleEntriesInputDenormalizer" to "debug.serializer.inner".
Inlined service "App\WorkSchedule\Infrastructure\Serializer\BatchDeleteWorkScheduleEntriesInputDenormalizer" to "debug.serializer.inner".
Inlined service "App\WorkSchedule\Infrastructure\Serializer\BatchUpdateWorkScheduleEntriesInputDenormalizer" to "debug.serializer.inner".
Inlined service "App\WorkSchedule\Infrastructure\Serializer\WorkScheduleEntryDenormalizer" to "debug.serializer.inner".
Inlined service "api_platform.serializer.uuid_denormalizer" to "debug.serializer.inner".
Inlined service "api_platform.openapi.normalizer.api_gateway" to "debug.serializer.inner".
Inlined service "api_platform.swagger.normalizer.api_gateway" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "api_platform.problem.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "api_platform.swagger.normalizer.api_gateway" to "debug.serializer.inner".
Inlined service "api_platform.openapi.normalizer.api_gateway" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.documentation" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.entrypoint" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.error" to "debug.serializer.inner".
Inlined service "api_platform.problem.normalizer.error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "api_platform.jsonld.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "api_platform.jsonld.encoder" to "debug.serializer.inner".
Inlined service "api_platform.problem.encoder" to "debug.serializer.inner".
Inlined service "mercure.hub.default.jwt.provider" to "mercure.hub.default.traceable.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service "monolog.logger.http_client" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner".
Inlined service ".service_locator.xouEd3o" to "console.command_loader".
Inlined service "cache.doctrine.orm.default.result.traceable.inner" to "cache.doctrine.orm.default.result.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.query.traceable.inner" to "cache.doctrine.orm.default.query.traceable.recorder_inner".
Inlined service "cache.app.traceable.inner" to "cache.app.traceable.recorder_inner".
Inlined service "cache.system.traceable.inner" to "cache.system.traceable.recorder_inner".
Inlined service "cache.validator.traceable.inner" to "cache.validator.traceable.recorder_inner".
Inlined service "cache.serializer.traceable.inner" to "cache.serializer.traceable.recorder_inner".
Inlined service "cache.annotations.traceable.inner" to "cache.annotations.traceable.recorder_inner".
Inlined service "cache.property_info.traceable.inner" to "cache.property_info.traceable.recorder_inner".
Inlined service "cache.messenger.restart_workers_signal.traceable.inner" to "cache.messenger.restart_workers_signal.traceable.recorder_inner".
Inlined service "cache.validator_expression_language.traceable.inner" to "cache.validator_expression_language.traceable.recorder_inner".
Inlined service "cache.security_expression_language.traceable.inner" to "cache.security_expression_language.traceable.recorder_inner".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.inner" to "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner".
Inlined service "cache.webpack_encore.traceable.inner" to "cache.webpack_encore.traceable.recorder_inner".
Inlined service "api_platform.cache.route_name_resolver.traceable.inner" to "api_platform.cache.route_name_resolver.traceable.recorder_inner".
Inlined service "api_platform.cache.identifiers_extractor.traceable.inner" to "api_platform.cache.identifiers_extractor.traceable.recorder_inner".
Inlined service "api_platform.cache.subresource_operation_factory.traceable.inner" to "api_platform.cache.subresource_operation_factory.traceable.recorder_inner".
Inlined service "api_platform.cache.metadata.resource.traceable.inner" to "api_platform.cache.metadata.resource.traceable.recorder_inner".
Inlined service "api_platform.cache.metadata.property.traceable.inner" to "api_platform.cache.metadata.property.traceable.recorder_inner".
Inlined service ".service_locator.GdYfzP1.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 "nelmio_alice.fixture_builder.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.double_pass" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.faker.provider.alice" to "Faker\Generator".
Inlined service "hautelook_alice.resolver.bundle.simple_resolver" to "hautelook_alice.resolver.bundle".
Inlined service "hautelook_alice.locator.env_directory" to "hautelook_alice.locator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "cache.app.traceable.recorder_inner" to "cache.app".
Inlined service "cache.system.traceable.recorder_inner" to "cache.system".
Inlined service "cache.validator_expression_language.traceable.recorder_inner" to "cache.validator_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "api_platform.jsonld.normalizer.item" to "debug.serializer".
Inlined service "api_platform.serializer.normalizer.item" to "debug.serializer".
Inlined service "api_platform.serializer.normalizer.item" to "debug.serializer".
Inlined service "api_platform.jsonld.normalizer.item" to "debug.serializer".
Inlined service ".1_Serializer~Y9i_abD" to "debug.serializer".
Inlined service "api_platform.jsonld.normalizer.item" to "debug.serializer".
Inlined service "api_platform.serializer.normalizer.item" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service ".security.request_matcher.Rfd9sGY" to "security.access_map".
Inlined service ".security.request_matcher.Rfd9sGY" to "security.access_map".
Inlined service ".security.request_matcher.Rfd9sGY" to "security.access_map".
Inlined service ".security.request_matcher.Rfd9sGY" to "security.access_map".
Inlined service ".security.request_matcher.Rfd9sGY" to "security.access_map".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "hautelook_alice.alice.file_locator.kernel" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "hautelook_alice.alice.file_locator.kernel" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "serializer.encoder.json" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.encoder.json" to "debug.serializer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".
4
Tag "container.decorator" was defined on service(s) "App\WorkSchedule\Infrastructure\ApiPlatform\OpenApi\WorkScheduleRequirement", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.webhook", "debug.security.firewall.authenticator.super_admin", "debug.security.firewall.authenticator.main", "doctrine.migrations.container_aware_migrations_factory", "api_platform.serializer.context_builder.filter", "api_platform.serializer.mapping.class_metadata_factory", "api_platform.identifiers_extractor.cached", "api_platform.subresource_operation_factory.cached", "api_platform.hydra.normalizer.collection_filters", "api_platform.hydra.json_schema.schema_factory", "debug.api_platform.collection_data_provider", "debug.api_platform.item_data_provider", "debug.api_platform.subresource_data_provider", "debug.api_platform.data_persister", "mercure.hub.default.traceable", ".debug.http_client", "cache.doctrine.orm.default.result.traceable", "cache.doctrine.orm.default.query.traceable", "cache.validator.traceable", "cache.serializer.traceable", "cache.annotations.traceable", "cache.property_info.traceable", "cache.messenger.restart_workers_signal.traceable", "cache.security_expression_language.traceable", "cache.webpack_encore.traceable", "api_platform.cache.route_name_resolver.traceable", "api_platform.cache.identifiers_extractor.traceable", "api_platform.cache.subresource_operation_factory.traceable", "api_platform.cache.metadata.resource.traceable", "api_platform.cache.metadata.property.traceable", "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient", "debug.security.event_dispatcher.webhook", "debug.security.event_dispatcher.super_admin", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", "cache.app", "cache.system", "cache.validator_expression_language", "cache.security_is_granted_attribute_expression_language", but was never used.
Tag "bazinga_geocoder.dumper" was defined on service(s) "Geocoder\Dumper\GeoArray", "Geocoder\Dumper\GeoJson", "Geocoder\Dumper\Gpx", "Geocoder\Dumper\Kml", "Geocoder\Dumper\Wkb", "Geocoder\Dumper\Wkt", but was never used. Did you mean "bazinga_geocoder.provider"?
Tag "mercure.jwt.factory" was defined on service(s) "mercure.hub.default.jwt.factory", but was never used.
Tag "mercure.hub" was defined on service(s) "mercure.hub.default.traceable", but was never used.