Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Bundle\ImageOptimizer\DependencyInjection\ImageOptimizerExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
App\Broadcast\BroadcastChannel::setUserCount(): Implicitly marking parameter $userCount as nullable is deprecated, the explicit nullable type must be used instead
App\Broadcast\BroadcastChannel::setSubscriptionCount(): Implicitly marking parameter $subscriptionCount as nullable is deprecated, the explicit nullable type must be used instead
App\Broadcast\Interfaces\BroadcastChannelInterface::setUserCount(): Implicitly marking parameter $userCount as nullable is deprecated, the explicit nullable type must be used instead
App\Broadcast\Interfaces\BroadcastChannelInterface::setSubscriptionCount(): Implicitly marking parameter $subscriptionCount as nullable is deprecated, the explicit nullable type must be used instead
App\Broadcast\Exception\ApiException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead
App\Broadcast\Exception\BroadcastException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead
App\Broadcast\Exception\ChannelException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "App\Command\Broadcast\BroadcastSendTestMessageCommand".
App\Controller\MediaController::streamImage(): Implicitly marking parameter $filter as nullable is deprecated, the explicit nullable type must be used instead
App\Controller\Protocols\ProtocolController::downloadAreaProtocols(): Implicitly marking parameter $start as nullable is deprecated, the explicit nullable type must be used instead
App\Controller\Protocols\ProtocolController::downloadAreaProtocols(): Implicitly marking parameter $end as nullable is deprecated, the explicit nullable type must be used instead
App\Controller\Protocols\ProtocolController::downloadProjectProtocols(): Implicitly marking parameter $start as nullable is deprecated, the explicit nullable type must be used instead
App\Controller\Protocols\ProtocolController::downloadProjectProtocols(): Implicitly marking parameter $end as nullable is deprecated, the explicit nullable type must be used instead
App\Controller\__ToDos\OldProjectImageController::showForProtocolDefectResolveRequest(): Implicitly marking parameter $filter as nullable is deprecated, the explicit nullable type must be used instead
App\DoctrineExtensions\Api\CurrentUserExtension::applyToCollection(): Implicitly marking parameter $operation as nullable is deprecated, the explicit nullable type must be used instead
App\DoctrineExtensions\Api\CurrentUserExtension::applyToItem(): Implicitly marking parameter $operation as nullable is deprecated, the explicit nullable type must be used instead
App\DoctrineExtensions\Api\NonHumanUserExtension::applyToCollection(): Implicitly marking parameter $operation as nullable is deprecated, the explicit nullable type must be used instead
App\DoctrineExtensions\Api\NonHumanUserExtension::applyToItem(): Implicitly marking parameter $operation as nullable is deprecated, the explicit nullable type must be used instead
App\Exception\DeleteConflictException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead
App\Filter\CustomFilter::__construct(): Implicitly marking parameter $properties as nullable is deprecated, the explicit nullable type must be used instead
App\Filter\CustomProviderFilter::filterProperty(): Implicitly marking parameter $operation as nullable is deprecated, the explicit nullable type must be used instead
App\Filter\DistanceFilter::filterProperty(): Implicitly marking parameter $operation as nullable is deprecated, the explicit nullable type must be used instead
App\Filter\ORM\ArrayFilter::filterProperty(): Implicitly marking parameter $operation as nullable is deprecated, the explicit nullable type must be used instead
App\Filter\ORM\XorFilter::filterProperty(): Implicitly marking parameter $operation as nullable is deprecated, the explicit nullable type must be used instead
App\Message\SendProtocolEmail::__construct(): Implicitly marking parameter $recipientName as nullable is deprecated, the explicit nullable type must be used instead
App\MessageHandler\SaveProtocolDataHandler::findOrCreateProtocolContact(): Implicitly marking parameter $protocolInspection as nullable is deprecated, the explicit nullable type must be used instead
App\MessageHandler\SaveProtocolDataHandler::findOrCreateProtocolContact(): Implicitly marking parameter $protocolCompany as nullable is deprecated, the explicit nullable type must be used instead
App\MessageTransport\FailedMessageTransport::__construct(): Implicitly marking parameter $serializer as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\InspectionRepository::getSentInspectionIds(): Implicitly marking parameter $beforeDate as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\ProtocolRepository::findRelevantProtocolsByArea(): Implicitly marking parameter $start as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\ProtocolRepository::findRelevantProtocolsByArea(): Implicitly marking parameter $end as nullable is deprecated, the explicit nullable type must be used instead
App\Security\AuthenticationEntryPoint::start(): Implicitly marking parameter $authException as nullable is deprecated, the explicit nullable type must be used instead
App\Service\AdditionalFields\AdditionalField::setGroup(): Implicitly marking parameter $group as nullable is deprecated, the explicit nullable type must be used instead
App\Service\DocuwareService\Exception\ApiException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead
App\Service\DocuwareService\Exception\MissingEnvException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead
App\Service\DocuwareService\Exception\ResponseDecodeException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead
App\Service\DocuwareService\Exception\UnauthorizedException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead
Ang3\Component\Odoo\Client::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead
Ang3\Component\Odoo\Client::createFromConfig(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead
Ang3\Component\Odoo\Client::searchOne(): Implicitly marking parameter $criteria as nullable is deprecated, the explicit nullable type must be used instead
Ang3\Component\Odoo\Client::search(): Implicitly marking parameter $criteria as nullable is deprecated, the explicit nullable type must be used instead
Ang3\Component\Odoo\Client::findOneBy(): Implicitly marking parameter $criteria as nullable is deprecated, the explicit nullable type must be used instead
Ang3\Component\Odoo\Client::findBy(): Implicitly marking parameter $criteria as nullable is deprecated, the explicit nullable type must be used instead
App\Service\ValidationService\ContextValidation::__construct(): Implicitly marking parameter $counter as nullable is deprecated, the explicit nullable type must be used instead
App\Service\VerificationService\Verification::__construct(): Implicitly marking parameter $counter as nullable is deprecated, the explicit nullable type must be used instead
Method "ApiPlatform\State\ProcessorInterface::process()" might add "T2" as a native return type declaration in the future. Do the same in implementation "App\State\User\PasswordHasher" now to avoid errors or add an explicit @return annotation to suppress this message.
App\Validator\Constraints\DateInterval::__construct(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead
App\Validator\Constraints\DateInterval::__construct(): Implicitly marking parameter $message as nullable is deprecated, the explicit nullable type must be used instead
App\Validator\Constraints\DateInterval::__construct(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead
Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Validator\Constraints\DateIntervalValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Validator\Constraints\EntityExistsValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Validator\Constraints\PhoneNumberValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Validator\Constraints\ProtocolEmailTemplateTextWithLinkValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Validator\Constraints\ProtocolFilenameTemplateValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Validator\Constraints\StreetNumberValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 6.4: Not setting the "framework.uid.time_based_uuid_version" config option is deprecated. It will default to "7" in 7.0.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
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 gesdinet/jwt-refresh-token-bundle 1.0: The "Gesdinet\JWTRefreshTokenBundle\Entity\AbstractRefreshToken" class is deprecated, use "Gesdinet\JWTRefreshTokenBundle\Model\AbstractRefreshToken" instead.
App\Entity\ProtocolTemplate::setDeletedAt(): Implicitly marking parameter $deletedAt as nullable is deprecated, the explicit nullable type must be used instead
App\Entity\UserNotification::create(): Implicitly marking parameter $createdAt as nullable is deprecated, the explicit nullable type must be used instead
App\Entity\ProtocolEmailTemplate::setDeletedAt(): Implicitly marking parameter $deletedAt as nullable is deprecated, the explicit nullable type must be used instead
App\Entity\ProjectImage::__construct(): Implicitly marking parameter $project as nullable is deprecated, the explicit nullable type must be used instead
App\Entity\ProjectDocument::__construct(): Implicitly marking parameter $project as nullable is deprecated, the explicit nullable type must be used instead
Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator::__construct(): Implicitly marking parameter $translator as nullable is deprecated, the explicit nullable type must be used instead
Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator::start(): Implicitly marking parameter $authException as nullable is deprecated, the explicit nullable type must be used instead
Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler::__construct(): Implicitly marking parameter $translator as nullable is deprecated, the explicit nullable type must be used instead
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\Broadcast\BroadcastSendTestMessageCommand" class instead.
Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead.
The "Doctrine\Bundle\FixturesBundle\Loader\SymfonyBridgeLoader" class extends "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" that is deprecated since Symfony 6.4, use dependency injection in your fixtures instead.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:89 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:2502, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead.
Accessing Doctrine\Common\Lexer\Token properties via ArrayAccess is deprecated, use the value, type or position property instead (Token.php:104 called by DocParser.php:693, https://github.com/doctrine/lexer/pull/79, package doctrine/lexer)
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:196 called by getStofDoctrineExtensions_Listener_SoftdeleteableService.php:32, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)
Since symfony/validator 6.4: Property "App\Entity\AreaCraft::$areaCraftPhone" uses Doctrine Annotations to configure validation constraints, which is deprecated. Use PHP attributes instead.
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:1864 called by ClassMetadataInfo.php:2945, https://github.com/doctrine/orm/pull/10654, package doctrine/orm)
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "protocol/pdf/pages/resolvedDefects.html.twig" at line 86.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "protocol/pdf/pages/checklist.html.twig" at line 73.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "protocol/pdf/pages/defect.html.twig" at line 106.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "protocol/pdf/unitDesigns/AS/constructionSiteReportDefault/pages/checklist.html.twig" at line 72.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "protocol/pdf/unitDesigns/AS/constructionSiteReportDefault/pages/defect.html.twig" at line 148.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "protocol/pdf/unitDesigns/AS/constructionSiteReportDefault/CSRDefault.html.twig" at line 42.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "protocol/pdf/layouts/hseCoordination.html.twig" at line 52.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "protocol/pdf/layouts/default.html.twig" at line 53.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "protocol/pdf/customerDesigns/db/DB.html.twig" at line 27.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "protocol/pdf/customerDesigns/hamburgWasser/pages/checklist.html.twig" at line 73.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "protocol/pdf/customerDesigns/hamburgWasser/HamburgWasser.html.twig" at line 62.
User Deprecated: Since symfony/http-foundation 6.2: The "Symfony\Component\HttpFoundation\Request::getContentType()" method is deprecated, use "getContentTypeFormat()" instead.
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:89 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:2502, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
Log messages generated during the compilation of the service container.
Messages
Class
690
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\AreaCraft\AreaCraftExportProvider" (parent: .abstract.instanceof.App\State\AreaCraft\AreaCraftExportProvider).
Resolving inheritance for "App\State\AreaCraft\AreaCraftExportProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\AreaCraft\AreaCraftExportProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\DoctrineExtensions\Api\NonHumanUserExtension" (parent: .abstract.instanceof.App\DoctrineExtensions\Api\NonHumanUserExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\DoctrineExtensions\Api\NonHumanUserExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\DoctrineExtensions\Api\NonHumanUserExtension).
Resolving inheritance for "App\DoctrineExtensions\Api\NonHumanUserExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\DoctrineExtensions\Api\NonHumanUserExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\DoctrineExtensions\Api\CurrentUserExtension" (parent: .abstract.instanceof.App\DoctrineExtensions\Api\CurrentUserExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\DoctrineExtensions\Api\CurrentUserExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\DoctrineExtensions\Api\CurrentUserExtension).
Resolving inheritance for "App\DoctrineExtensions\Api\CurrentUserExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\DoctrineExtensions\Api\CurrentUserExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Broadcast\BroadcastSendTestMessageCommand" (parent: .abstract.instanceof.App\Command\Broadcast\BroadcastSendTestMessageCommand).
Resolving inheritance for "App\Command\Broadcast\BroadcastSendTestMessageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Broadcast\BroadcastSendTestMessageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BroadcastSendTestNotificationCommand" (parent: .abstract.instanceof.App\Command\BroadcastSendTestNotificationCommand).
Resolving inheritance for "App\Command\BroadcastSendTestNotificationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BroadcastSendTestNotificationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChecklistUpdateCommand" (parent: .abstract.instanceof.App\Command\ChecklistUpdateCommand).
Resolving inheritance for "App\Command\ChecklistUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChecklistUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Documents\InsertDocumentTypesCommand" (parent: .abstract.instanceof.App\Command\Documents\InsertDocumentTypesCommand).
Resolving inheritance for "App\Command\Documents\InsertDocumentTypesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Documents\InsertDocumentTypesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Documents\MoveDocumentsToProjectFolder" (parent: .abstract.instanceof.App\Command\Documents\MoveDocumentsToProjectFolder).
Resolving inheritance for "App\Command\Documents\MoveDocumentsToProjectFolder" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Documents\MoveDocumentsToProjectFolder).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EcoMapOdooEmployeesCommand" (parent: .abstract.instanceof.App\Command\EcoMapOdooEmployeesCommand).
Resolving inheritance for "App\Command\EcoMapOdooEmployeesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EcoMapOdooEmployeesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Images\AddMissingData" (parent: .abstract.instanceof.App\Command\Images\AddMissingData).
Resolving inheritance for "App\Command\Images\AddMissingData" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Images\AddMissingData).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Images\MoveImagesToProjectFolder" (parent: .abstract.instanceof.App\Command\Images\MoveImagesToProjectFolder).
Resolving inheritance for "App\Command\Images\MoveImagesToProjectFolder" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Images\MoveImagesToProjectFolder).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Images\UpdateUserImagesCommand" (parent: .abstract.instanceof.App\Command\Images\UpdateUserImagesCommand).
Resolving inheritance for "App\Command\Images\UpdateUserImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Images\UpdateUserImagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InspectionDefects\AddFirstOccurrence" (parent: .abstract.instanceof.App\Command\InspectionDefects\AddFirstOccurrence).
Resolving inheritance for "App\Command\InspectionDefects\AddFirstOccurrence" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InspectionDefects\AddFirstOccurrence).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Ldap\FetchUserDataCommand" (parent: .abstract.instanceof.App\Command\Ldap\FetchUserDataCommand).
Resolving inheritance for "App\Command\Ldap\FetchUserDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Ldap\FetchUserDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooSetSiteAddressesCommand" (parent: .abstract.instanceof.App\Command\OdooSetSiteAddressesCommand).
Resolving inheritance for "App\Command\OdooSetSiteAddressesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooSetSiteAddressesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Protocol\CreateNewProtocolVersionCommand" (parent: .abstract.instanceof.App\Command\Protocol\CreateNewProtocolVersionCommand).
Resolving inheritance for "App\Command\Protocol\CreateNewProtocolVersionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Protocol\CreateNewProtocolVersionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Protocol\Docuware\TransferHistoryCommand" (parent: .abstract.instanceof.App\Command\Protocol\Docuware\TransferHistoryCommand).
Resolving inheritance for "App\Command\Protocol\Docuware\TransferHistoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Protocol\Docuware\TransferHistoryCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PushServerStaticsCommand" (parent: .abstract.instanceof.App\Command\PushServerStaticsCommand).
Resolving inheritance for "App\Command\PushServerStaticsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PushServerStaticsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Sort\SortAreaCraftCommand" (parent: .abstract.instanceof.App\Command\Sort\SortAreaCraftCommand).
Resolving inheritance for "App\Command\Sort\SortAreaCraftCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Sort\SortAreaCraftCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Sort\SortInspectionCommand" (parent: .abstract.instanceof.App\Command\Sort\SortInspectionCommand).
Resolving inheritance for "App\Command\Sort\SortInspectionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Sort\SortInspectionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Sort\SortInspectionDefectCommand" (parent: .abstract.instanceof.App\Command\Sort\SortInspectionDefectCommand).
Resolving inheritance for "App\Command\Sort\SortInspectionDefectCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Sort\SortInspectionDefectCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCommand" (parent: .abstract.instanceof.App\Command\TestCommand).
Resolving inheritance for "App\Command\TestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Broadcast\Authentication\PusherAuthenticationController" (parent: .abstract.instanceof.App\Controller\Broadcast\Authentication\PusherAuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Broadcast\Authentication\PusherAuthenticationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Broadcast\Authentication\PusherAuthenticationController).
Resolving inheritance for "App\Controller\Broadcast\Authentication\PusherAuthenticationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Broadcast\Authentication\PusherAuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyController" (parent: .abstract.instanceof.App\Controller\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyController).
Resolving inheritance for "App\Controller\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController" (parent: .abstract.instanceof.App\Controller\ContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController).
Resolving inheritance for "App\Controller\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ErrorController" (parent: .abstract.instanceof.App\Controller\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ErrorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ErrorController).
Resolving inheritance for "App\Controller\ErrorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MainController" (parent: .abstract.instanceof.App\Controller\MainController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MainController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MainController).
Resolving inheritance for "App\Controller\MainController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MainController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediaController" (parent: .abstract.instanceof.App\Controller\MediaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediaController).
Resolving inheritance for "App\Controller\MediaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\RetryFailedMessageController" (parent: .abstract.instanceof.App\Controller\Messenger\RetryFailedMessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\RetryFailedMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\RetryFailedMessageController).
Resolving inheritance for ".instanceof.App\Controller\Messenger\RetryFailedMessageController.0.App\Controller\Messenger\RetryFailedMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\RetryFailedMessageController).
Resolving inheritance for "App\Controller\Messenger\RetryFailedMessageController" (parent: .instanceof.App\Controller\Messenger\RetryFailedMessageController.0.App\Controller\Messenger\RetryFailedMessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Protocols\ProtocolController" (parent: .abstract.instanceof.App\Controller\Protocols\ProtocolController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Protocols\ProtocolController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Protocols\ProtocolController).
Resolving inheritance for "App\Controller\Protocols\ProtocolController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Protocols\ProtocolController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Protocols\ResolveRequestDummyController" (parent: .abstract.instanceof.App\Controller\Protocols\ResolveRequestDummyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Protocols\ResolveRequestDummyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Protocols\ResolveRequestDummyController).
Resolving inheritance for "App\Controller\Protocols\ResolveRequestDummyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Protocols\ResolveRequestDummyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController" (parent: .abstract.instanceof.App\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController).
Resolving inheritance for "App\Controller\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__ToDos\OldProjectImageController" (parent: .abstract.instanceof.App\Controller\__ToDos\OldProjectImageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__ToDos\OldProjectImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__ToDos\OldProjectImageController).
Resolving inheritance for "App\Controller\__ToDos\OldProjectImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__ToDos\OldProjectImageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__ToDos\ProjectImageTagController" (parent: .abstract.instanceof.App\Controller\__ToDos\ProjectImageTagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__ToDos\ProjectImageTagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__ToDos\ProjectImageTagController).
Resolving inheritance for "App\Controller\__ToDos\ProjectImageTagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__ToDos\ProjectImageTagController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixture" (parent: .abstract.instanceof.App\DataFixtures\UserFixture).
Resolving inheritance for "App\DataFixtures\UserFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixture).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Encoder\DecoderInterface.0.App\Encoder\MultipartDecoder" (parent: .abstract.instanceof.App\Encoder\MultipartDecoder).
Resolving inheritance for "App\Encoder\MultipartDecoder" (parent: .instanceof.Symfony\Component\Serializer\Encoder\DecoderInterface.0.App\Encoder\MultipartDecoder).
Resolving inheritance for ".instanceof.App\EventListener\Entity\AreaListener.0.App\EventListener\Entity\AreaListener" (parent: .abstract.instanceof.App\EventListener\Entity\AreaListener).
Resolving inheritance for "App\EventListener\Entity\AreaListener" (parent: .instanceof.App\EventListener\Entity\AreaListener.0.App\EventListener\Entity\AreaListener).
Resolving inheritance for ".instanceof.App\EventListener\Entity\InspectionDefectListener.0.App\EventListener\Entity\InspectionDefectListener" (parent: .abstract.instanceof.App\EventListener\Entity\InspectionDefectListener).
Resolving inheritance for "App\EventListener\Entity\InspectionDefectListener" (parent: .instanceof.App\EventListener\Entity\InspectionDefectListener.0.App\EventListener\Entity\InspectionDefectListener).
Resolving inheritance for ".instanceof.App\EventListener\Entity\UserListener.0.App\EventListener\Entity\UserListener" (parent: .abstract.instanceof.App\EventListener\Entity\UserListener).
Resolving inheritance for "App\EventListener\Entity\UserListener" (parent: .instanceof.App\EventListener\Entity\UserListener.0.App\EventListener\Entity\UserListener).
Resolving inheritance for ".instanceof.App\EventListener\Entity\UserNotificationListener.0.App\EventListener\Entity\UserNotificationListener" (parent: .abstract.instanceof.App\EventListener\Entity\UserNotificationListener).
Resolving inheritance for "App\EventListener\Entity\UserNotificationListener" (parent: .instanceof.App\EventListener\Entity\UserNotificationListener.0.App\EventListener\Entity\UserNotificationListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\HttpKernel\DebugToolbarSubscriber" (parent: .abstract.instanceof.App\EventListener\HttpKernel\DebugToolbarSubscriber).
Resolving inheritance for "App\EventListener\HttpKernel\DebugToolbarSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\HttpKernel\DebugToolbarSubscriber).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\CustomFilter" (parent: .abstract.instanceof.App\Filter\CustomFilter).
Resolving inheritance for "App\Filter\CustomFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\CustomFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\CustomProviderFilter" (parent: .abstract.instanceof.App\Filter\CustomProviderFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\CustomProviderFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\CustomProviderFilter).
Resolving inheritance for "App\Filter\CustomProviderFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\CustomProviderFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\DistanceFilter" (parent: .abstract.instanceof.App\Filter\DistanceFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\DistanceFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\DistanceFilter).
Resolving inheritance for "App\Filter\DistanceFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\DistanceFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\ORM\ArrayFilter" (parent: .abstract.instanceof.App\Filter\ORM\ArrayFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\ORM\ArrayFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\ORM\ArrayFilter).
Resolving inheritance for "App\Filter\ORM\ArrayFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\ORM\ArrayFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\ORM\XorFilter" (parent: .abstract.instanceof.App\Filter\ORM\XorFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\ORM\XorFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\ORM\XorFilter).
Resolving inheritance for "App\Filter\ORM\XorFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\ORM\XorFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\TrashFilter" (parent: .abstract.instanceof.App\Filter\TrashFilter).
Resolving inheritance for "App\Filter\TrashFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\TrashFilter).
Resolving inheritance for ".instanceof.App\MessageHandler\CreateProtocolEmailMessagesHandler.0.App\MessageHandler\CreateProtocolEmailMessagesHandler" (parent: .abstract.instanceof.App\MessageHandler\CreateProtocolEmailMessagesHandler).
Resolving inheritance for "App\MessageHandler\CreateProtocolEmailMessagesHandler" (parent: .instanceof.App\MessageHandler\CreateProtocolEmailMessagesHandler.0.App\MessageHandler\CreateProtocolEmailMessagesHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\CreateProtocolEmailMultipleRecipientMessageHandler.0.App\MessageHandler\CreateProtocolEmailMultipleRecipientMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\CreateProtocolEmailMultipleRecipientMessageHandler).
Resolving inheritance for "App\MessageHandler\CreateProtocolEmailMultipleRecipientMessageHandler" (parent: .instanceof.App\MessageHandler\CreateProtocolEmailMultipleRecipientMessageHandler.0.App\MessageHandler\CreateProtocolEmailMultipleRecipientMessageHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\PushAdminStatsHandler.0.App\MessageHandler\PushAdminStatsHandler" (parent: .abstract.instanceof.App\MessageHandler\PushAdminStatsHandler).
Resolving inheritance for "App\MessageHandler\PushAdminStatsHandler" (parent: .instanceof.App\MessageHandler\PushAdminStatsHandler.0.App\MessageHandler\PushAdminStatsHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\SaveProtocolDataHandler.0.App\MessageHandler\SaveProtocolDataHandler" (parent: .abstract.instanceof.App\MessageHandler\SaveProtocolDataHandler).
Resolving inheritance for "App\MessageHandler\SaveProtocolDataHandler" (parent: .instanceof.App\MessageHandler\SaveProtocolDataHandler.0.App\MessageHandler\SaveProtocolDataHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\SendProtocolEmailHandler.0.App\MessageHandler\SendProtocolEmailHandler" (parent: .abstract.instanceof.App\MessageHandler\SendProtocolEmailHandler).
Resolving inheritance for "App\MessageHandler\SendProtocolEmailHandler" (parent: .instanceof.App\MessageHandler\SendProtocolEmailHandler.0.App\MessageHandler\SendProtocolEmailHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\SendProtocolEmailMultipleRecipientHandler.0.App\MessageHandler\SendProtocolEmailMultipleRecipientHandler" (parent: .abstract.instanceof.App\MessageHandler\SendProtocolEmailMultipleRecipientHandler).
Resolving inheritance for "App\MessageHandler\SendProtocolEmailMultipleRecipientHandler" (parent: .instanceof.App\MessageHandler\SendProtocolEmailMultipleRecipientHandler.0.App\MessageHandler\SendProtocolEmailMultipleRecipientHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\SendProtocolFileToDocuwareHandler.0.App\MessageHandler\SendProtocolFileToDocuwareHandler" (parent: .abstract.instanceof.App\MessageHandler\SendProtocolFileToDocuwareHandler).
Resolving inheritance for "App\MessageHandler\SendProtocolFileToDocuwareHandler" (parent: .instanceof.App\MessageHandler\SendProtocolFileToDocuwareHandler.0.App\MessageHandler\SendProtocolFileToDocuwareHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\SendSingleProtocolResolveEmailHandler.0.App\MessageHandler\SendSingleProtocolResolveEmailHandler" (parent: .abstract.instanceof.App\MessageHandler\SendSingleProtocolResolveEmailHandler).
Resolving inheritance for "App\MessageHandler\SendSingleProtocolResolveEmailHandler" (parent: .instanceof.App\MessageHandler\SendSingleProtocolResolveEmailHandler.0.App\MessageHandler\SendSingleProtocolResolveEmailHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Transport\TransportFactoryInterface.0.App\MessageTransport\FailedMessageTransportFactory" (parent: .abstract.instanceof.App\MessageTransport\FailedMessageTransportFactory).
Resolving inheritance for "App\MessageTransport\FailedMessageTransportFactory" (parent: .instanceof.Symfony\Component\Messenger\Transport\TransportFactoryInterface.0.App\MessageTransport\FailedMessageTransportFactory).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccidentCategoryRepository" (parent: .abstract.instanceof.App\Repository\AccidentCategoryRepository).
Resolving inheritance for "App\Repository\AccidentCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccidentCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccidentDistributionRepository" (parent: .abstract.instanceof.App\Repository\AccidentDistributionRepository).
Resolving inheritance for "App\Repository\AccidentDistributionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccidentDistributionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccidentRepository" (parent: .abstract.instanceof.App\Repository\AccidentRepository).
Resolving inheritance for "App\Repository\AccidentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccidentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityControlRepository" (parent: .abstract.instanceof.App\Repository\ActivityControlRepository).
Resolving inheritance for "App\Repository\ActivityControlRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityControlRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityResourceRepository" (parent: .abstract.instanceof.App\Repository\ActivityResourceRepository).
Resolving inheritance for "App\Repository\ActivityResourceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityResourceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AreaPersonalProtectiveEquipmentRepository" (parent: .abstract.instanceof.App\Repository\AreaPersonalProtectiveEquipmentRepository).
Resolving inheritance for "App\Repository\AreaPersonalProtectiveEquipmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AreaPersonalProtectiveEquipmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AreaRepository" (parent: .abstract.instanceof.App\Repository\AreaRepository).
Resolving inheritance for "App\Repository\AreaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AreaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BarRepository" (parent: .abstract.instanceof.App\Repository\BarRepository).
Resolving inheritance for "App\Repository\BarRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BarRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChecklistDefectCategoryRepository" (parent: .abstract.instanceof.App\Repository\ChecklistDefectCategoryRepository).
Resolving inheritance for "App\Repository\ChecklistDefectCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChecklistDefectCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChecklistRepository" (parent: .abstract.instanceof.App\Repository\ChecklistRepository).
Resolving inheritance for "App\Repository\ChecklistRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChecklistRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChecklistTemplateDefectCategoryRepository" (parent: .abstract.instanceof.App\Repository\ChecklistTemplateDefectCategoryRepository).
Resolving inheritance for "App\Repository\ChecklistTemplateDefectCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChecklistTemplateDefectCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChecklistTemplateRepository" (parent: .abstract.instanceof.App\Repository\ChecklistTemplateRepository).
Resolving inheritance for "App\Repository\ChecklistTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChecklistTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository" (parent: .abstract.instanceof.App\Repository\CompanyRepository).
Resolving inheritance for "App\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository" (parent: .abstract.instanceof.App\Repository\ContactRepository).
Resolving inheritance for "App\Repository\ContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CraftRepository" (parent: .abstract.instanceof.App\Repository\CraftRepository).
Resolving inheritance for "App\Repository\CraftRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CraftRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DefectCategoryRepository" (parent: .abstract.instanceof.App\Repository\DefectCategoryRepository).
Resolving inheritance for "App\Repository\DefectCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DefectCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DefectRepository" (parent: .abstract.instanceof.App\Repository\DefectRepository).
Resolving inheritance for "App\Repository\DefectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DefectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentTypeRepository" (parent: .abstract.instanceof.App\Repository\DocumentTypeRepository).
Resolving inheritance for "App\Repository\DocumentTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DynamicDocumentTemplateRepository" (parent: .abstract.instanceof.App\Repository\DynamicDocumentTemplateRepository).
Resolving inheritance for "App\Repository\DynamicDocumentTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DynamicDocumentTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FailedMessageRepository" (parent: .abstract.instanceof.App\Repository\FailedMessageRepository).
Resolving inheritance for "App\Repository\FailedMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FailedMessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FooRepository" (parent: .abstract.instanceof.App\Repository\FooRepository).
Resolving inheritance for "App\Repository\FooRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FooRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageTypeRepository" (parent: .abstract.instanceof.App\Repository\ImageTypeRepository).
Resolving inheritance for "App\Repository\ImageTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InspectionAudioRepository" (parent: .abstract.instanceof.App\Repository\InspectionAudioRepository).
Resolving inheritance for "App\Repository\InspectionAudioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InspectionAudioRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InspectionConditionRepository" (parent: .abstract.instanceof.App\Repository\InspectionConditionRepository).
Resolving inheritance for "App\Repository\InspectionConditionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InspectionConditionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InspectionDefectAreaCraftRepository" (parent: .abstract.instanceof.App\Repository\InspectionDefectAreaCraftRepository).
Resolving inheritance for "App\Repository\InspectionDefectAreaCraftRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InspectionDefectAreaCraftRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KeywordRepository" (parent: .abstract.instanceof.App\Repository\KeywordRepository).
Resolving inheritance for "App\Repository\KeywordRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KeywordRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository" (parent: .abstract.instanceof.App\Repository\LogRepository).
Resolving inheritance for "App\Repository\LogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetropolitanAreaRepository" (parent: .abstract.instanceof.App\Repository\MetropolitanAreaRepository).
Resolving inheritance for "App\Repository\MetropolitanAreaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetropolitanAreaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository" (parent: .abstract.instanceof.App\Repository\PermissionRepository).
Resolving inheritance for "App\Repository\PermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonalProtectiveEquipmentTemplateRepository" (parent: .abstract.instanceof.App\Repository\PersonalProtectiveEquipmentTemplateRepository).
Resolving inheritance for "App\Repository\PersonalProtectiveEquipmentTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonalProtectiveEquipmentTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectDocumentRepository" (parent: .abstract.instanceof.App\Repository\ProjectDocumentRepository).
Resolving inheritance for "App\Repository\ProjectDocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectDocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectImageRepository" (parent: .abstract.instanceof.App\Repository\ProjectImageRepository).
Resolving inheritance for "App\Repository\ProjectImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectRepository" (parent: .abstract.instanceof.App\Repository\ProjectRepository).
Resolving inheritance for "App\Repository\ProjectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolAreaCraftRepository" (parent: .abstract.instanceof.App\Repository\ProtocolAreaCraftRepository).
Resolving inheritance for "App\Repository\ProtocolAreaCraftRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolAreaCraftRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolAreaRepository" (parent: .abstract.instanceof.App\Repository\ProtocolAreaRepository).
Resolving inheritance for "App\Repository\ProtocolAreaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolAreaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolChecklistDefectCategoryRepository" (parent: .abstract.instanceof.App\Repository\ProtocolChecklistDefectCategoryRepository).
Resolving inheritance for "App\Repository\ProtocolChecklistDefectCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolChecklistDefectCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolChecklistRepository" (parent: .abstract.instanceof.App\Repository\ProtocolChecklistRepository).
Resolving inheritance for "App\Repository\ProtocolChecklistRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolChecklistRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolCompanyRepository" (parent: .abstract.instanceof.App\Repository\ProtocolCompanyRepository).
Resolving inheritance for "App\Repository\ProtocolCompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolCompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolContactRepository" (parent: .abstract.instanceof.App\Repository\ProtocolContactRepository).
Resolving inheritance for "App\Repository\ProtocolContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolDefectResolveRequestRepository" (parent: .abstract.instanceof.App\Repository\ProtocolDefectResolveRequestRepository).
Resolving inheritance for "App\Repository\ProtocolDefectResolveRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolDefectResolveRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolDistributionRepository" (parent: .abstract.instanceof.App\Repository\ProtocolDistributionRepository).
Resolving inheritance for "App\Repository\ProtocolDistributionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolDistributionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolEmailLogRepository" (parent: .abstract.instanceof.App\Repository\ProtocolEmailLogRepository).
Resolving inheritance for "App\Repository\ProtocolEmailLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolEmailLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolEmailTemplateRepository" (parent: .abstract.instanceof.App\Repository\ProtocolEmailTemplateRepository).
Resolving inheritance for "App\Repository\ProtocolEmailTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolEmailTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolInspectionConditionRepository" (parent: .abstract.instanceof.App\Repository\ProtocolInspectionConditionRepository).
Resolving inheritance for "App\Repository\ProtocolInspectionConditionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolInspectionConditionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolInspectionDefectAreaCraftRepository" (parent: .abstract.instanceof.App\Repository\ProtocolInspectionDefectAreaCraftRepository).
Resolving inheritance for "App\Repository\ProtocolInspectionDefectAreaCraftRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolInspectionDefectAreaCraftRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolInspectionDefectRepository" (parent: .abstract.instanceof.App\Repository\ProtocolInspectionDefectRepository).
Resolving inheritance for "App\Repository\ProtocolInspectionDefectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolInspectionDefectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolInspectionRepository" (parent: .abstract.instanceof.App\Repository\ProtocolInspectionRepository).
Resolving inheritance for "App\Repository\ProtocolInspectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolInspectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolProjectRepository" (parent: .abstract.instanceof.App\Repository\ProtocolProjectRepository).
Resolving inheritance for "App\Repository\ProtocolProjectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolProjectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolRepository" (parent: .abstract.instanceof.App\Repository\ProtocolRepository).
Resolving inheritance for "App\Repository\ProtocolRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolTemplateAdditionalFieldsRepository" (parent: .abstract.instanceof.App\Repository\ProtocolTemplateAdditionalFieldsRepository).
Resolving inheritance for "App\Repository\ProtocolTemplateAdditionalFieldsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolTemplateAdditionalFieldsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolTemplateRepository" (parent: .abstract.instanceof.App\Repository\ProtocolTemplateRepository).
Resolving inheritance for "App\Repository\ProtocolTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolUserRepository" (parent: .abstract.instanceof.App\Repository\ProtocolUserRepository).
Resolving inheritance for "App\Repository\ProtocolUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiskMatrixCategoryRepository" (parent: .abstract.instanceof.App\Repository\RiskMatrixCategoryRepository).
Resolving inheritance for "App\Repository\RiskMatrixCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiskMatrixCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiskMatrixRatingRepository" (parent: .abstract.instanceof.App\Repository\RiskMatrixRatingRepository).
Resolving inheritance for "App\Repository\RiskMatrixRatingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiskMatrixRatingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiskMatrixTemplateRepository" (parent: .abstract.instanceof.App\Repository\RiskMatrixTemplateRepository).
Resolving inheritance for "App\Repository\RiskMatrixTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiskMatrixTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository" (parent: .abstract.instanceof.App\Repository\RoleRepository).
Resolving inheritance for "App\Repository\RoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RuleRepository" (parent: .abstract.instanceof.App\Repository\RuleRepository).
Resolving inheritance for "App\Repository\RuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SiteSafetyStatementRepository" (parent: .abstract.instanceof.App\Repository\SiteSafetyStatementRepository).
Resolving inheritance for "App\Repository\SiteSafetyStatementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SiteSafetyStatementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SolutionRepository" (parent: .abstract.instanceof.App\Repository\SolutionRepository).
Resolving inheritance for "App\Repository\SolutionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SolutionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaffingRepository" (parent: .abstract.instanceof.App\Repository\StaffingRepository).
Resolving inheritance for "App\Repository\StaffingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaffingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository" (parent: .abstract.instanceof.App\Repository\TagRepository).
Resolving inheritance for "App\Repository\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextButtonGroupRepository" (parent: .abstract.instanceof.App\Repository\TextButtonGroupRepository).
Resolving inheritance for "App\Repository\TextButtonGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextButtonGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextButtonRepository" (parent: .abstract.instanceof.App\Repository\TextButtonRepository).
Resolving inheritance for "App\Repository\TextButtonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextButtonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextTemplateCategoryRepository" (parent: .abstract.instanceof.App\Repository\TextTemplateCategoryRepository).
Resolving inheritance for "App\Repository\TextTemplateCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextTemplateCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextTemplateRepository" (parent: .abstract.instanceof.App\Repository\TextTemplateRepository).
Resolving inheritance for "App\Repository\TextTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationRepository" (parent: .abstract.instanceof.App\Repository\UserNotificationRepository).
Resolving inheritance for "App\Repository\UserNotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VacationRepository" (parent: .abstract.instanceof.App\Repository\VacationRepository).
Resolving inheritance for "App\Repository\VacationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VacationRepository).
Resolving inheritance for ".instanceof.App\Scheduler\AdminStaticsScheduleProvider.0.App\Scheduler\AdminStaticsScheduleProvider" (parent: .abstract.instanceof.App\Scheduler\AdminStaticsScheduleProvider).
Resolving inheritance for "App\Scheduler\AdminStaticsScheduleProvider" (parent: .instanceof.App\Scheduler\AdminStaticsScheduleProvider.0.App\Scheduler\AdminStaticsScheduleProvider).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ActivityControlVoter" (parent: .abstract.instanceof.App\Security\Voter\ActivityControlVoter).
Resolving inheritance for "App\Security\Voter\ActivityControlVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ActivityControlVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AreaCraftVoter" (parent: .abstract.instanceof.App\Security\Voter\AreaCraftVoter).
Resolving inheritance for "App\Security\Voter\AreaCraftVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AreaCraftVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AreaVoter" (parent: .abstract.instanceof.App\Security\Voter\AreaVoter).
Resolving inheritance for "App\Security\Voter\AreaVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AreaVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ChecklistVoter" (parent: .abstract.instanceof.App\Security\Voter\ChecklistVoter).
Resolving inheritance for "App\Security\Voter\ChecklistVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ChecklistVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CompanyVoter" (parent: .abstract.instanceof.App\Security\Voter\CompanyVoter).
Resolving inheritance for "App\Security\Voter\CompanyVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CompanyVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ContactVoter" (parent: .abstract.instanceof.App\Security\Voter\ContactVoter).
Resolving inheritance for "App\Security\Voter\ContactVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ContactVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CraftVoter" (parent: .abstract.instanceof.App\Security\Voter\CraftVoter).
Resolving inheritance for "App\Security\Voter\CraftVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CraftVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\DefectCategoryVoter" (parent: .abstract.instanceof.App\Security\Voter\DefectCategoryVoter).
Resolving inheritance for "App\Security\Voter\DefectCategoryVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\DefectCategoryVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\DefectVoter" (parent: .abstract.instanceof.App\Security\Voter\DefectVoter).
Resolving inheritance for "App\Security\Voter\DefectVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\DefectVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\EcoBaseVoter" (parent: .abstract.instanceof.App\Security\Voter\EcoBaseVoter).
Resolving inheritance for "App\Security\Voter\EcoBaseVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\EcoBaseVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FailedMessageVoter" (parent: .abstract.instanceof.App\Security\Voter\FailedMessageVoter).
Resolving inheritance for "App\Security\Voter\FailedMessageVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FailedMessageVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InspectionConditionVoter" (parent: .abstract.instanceof.App\Security\Voter\InspectionConditionVoter).
Resolving inheritance for "App\Security\Voter\InspectionConditionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InspectionConditionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InspectionDefectAreaCraftVoter" (parent: .abstract.instanceof.App\Security\Voter\InspectionDefectAreaCraftVoter).
Resolving inheritance for "App\Security\Voter\InspectionDefectAreaCraftVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InspectionDefectAreaCraftVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InspectionDefectVoter" (parent: .abstract.instanceof.App\Security\Voter\InspectionDefectVoter).
Resolving inheritance for "App\Security\Voter\InspectionDefectVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InspectionDefectVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InspectionVoter" (parent: .abstract.instanceof.App\Security\Voter\InspectionVoter).
Resolving inheritance for "App\Security\Voter\InspectionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InspectionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProjectDocumentVoter" (parent: .abstract.instanceof.App\Security\Voter\ProjectDocumentVoter).
Resolving inheritance for "App\Security\Voter\ProjectDocumentVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProjectDocumentVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProjectImageVoter" (parent: .abstract.instanceof.App\Security\Voter\ProjectImageVoter).
Resolving inheritance for "App\Security\Voter\ProjectImageVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProjectImageVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProtocolEmailTemplateVoter" (parent: .abstract.instanceof.App\Security\Voter\ProtocolEmailTemplateVoter).
Resolving inheritance for "App\Security\Voter\ProtocolEmailTemplateVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProtocolEmailTemplateVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProtocolVoter" (parent: .abstract.instanceof.App\Security\Voter\ProtocolVoter).
Resolving inheritance for "App\Security\Voter\ProtocolVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProtocolVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\RuleVoter" (parent: .abstract.instanceof.App\Security\Voter\RuleVoter).
Resolving inheritance for "App\Security\Voter\RuleVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\RuleVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\SolutionVoter" (parent: .abstract.instanceof.App\Security\Voter\SolutionVoter).
Resolving inheritance for "App\Security\Voter\SolutionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\SolutionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TagVoter" (parent: .abstract.instanceof.App\Security\Voter\TagVoter).
Resolving inheritance for "App\Security\Voter\TagVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TagVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TextTemplateVoter" (parent: .abstract.instanceof.App\Security\Voter\TextTemplateVoter).
Resolving inheritance for "App\Security\Voter\TextTemplateVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TextTemplateVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\ApiNormalizer" (parent: .abstract.instanceof.App\Serializer\ApiNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\ApiNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\ApiNormalizer).
Resolving inheritance for "App\Serializer\ApiNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\ApiNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Denormalizer\PointDenormalizer" (parent: .abstract.instanceof.App\Serializer\Denormalizer\PointDenormalizer).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Serializer\Denormalizer\PointDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Denormalizer\PointDenormalizer).
Resolving inheritance for "App\Serializer\Denormalizer\PointDenormalizer" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\Serializer\Denormalizer\PointDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Denormalizer\UploadedFileDenormalizer" (parent: .abstract.instanceof.App\Serializer\Denormalizer\UploadedFileDenormalizer).
Resolving inheritance for "App\Serializer\Denormalizer\UploadedFileDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Denormalizer\UploadedFileDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\AdditionalFieldsNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\AdditionalFieldsNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\AdditionalFieldsNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\AdditionalFieldsNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ContextValidationNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\ContextValidationNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\ContextValidationNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ContextValidationNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\DeleteConflictExceptionNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\DeleteConflictExceptionNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\DeleteConflictExceptionNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\DeleteConflictExceptionNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\PointNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\PointNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\PointNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\PointNormalizer).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Area\AreaCollectionStateProvider" (parent: .abstract.instanceof.App\State\Area\AreaCollectionStateProvider).
Resolving inheritance for "App\State\Area\AreaCollectionStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Area\AreaCollectionStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Area\AreaInspectionControllingProvider" (parent: .abstract.instanceof.App\State\Area\AreaInspectionControllingProvider).
Resolving inheritance for "App\State\Area\AreaInspectionControllingProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Area\AreaInspectionControllingProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Area\AreaPatchStateProcessor" (parent: .abstract.instanceof.App\State\Area\AreaPatchStateProcessor).
Resolving inheritance for "App\State\Area\AreaPatchStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Area\AreaPatchStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Area\ProjectAreaKeywordsSateProvider" (parent: .abstract.instanceof.App\State\Area\ProjectAreaKeywordsSateProvider).
Resolving inheritance for "App\State\Area\ProjectAreaKeywordsSateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Area\ProjectAreaKeywordsSateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\AreaCraft\DeleteAreaCraftStateProcessor" (parent: .abstract.instanceof.App\State\AreaCraft\DeleteAreaCraftStateProcessor).
Resolving inheritance for "App\State\AreaCraft\DeleteAreaCraftStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\AreaCraft\DeleteAreaCraftStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\BaseStateProcessor" (parent: .abstract.instanceof.App\State\BaseStateProcessor).
Resolving inheritance for "App\State\BaseStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\BaseStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Dashboard\DashboardStateProvider" (parent: .abstract.instanceof.App\State\Dashboard\DashboardStateProvider).
Resolving inheritance for "App\State\Dashboard\DashboardStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Dashboard\DashboardStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Document\DocumentDeleteStateProcessor" (parent: .abstract.instanceof.App\State\Document\DocumentDeleteStateProcessor).
Resolving inheritance for "App\State\Document\DocumentDeleteStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Document\DocumentDeleteStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Document\DocumentPatchStateProcessor" (parent: .abstract.instanceof.App\State\Document\DocumentPatchStateProcessor).
Resolving inheritance for "App\State\Document\DocumentPatchStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Document\DocumentPatchStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Document\DocumentPostStateProcessor" (parent: .abstract.instanceof.App\State\Document\DocumentPostStateProcessor).
Resolving inheritance for "App\State\Document\DocumentPostStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Document\DocumentPostStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Inspection\InspectionChecklistStateProvider" (parent: .abstract.instanceof.App\State\Inspection\InspectionChecklistStateProvider).
Resolving inheritance for "App\State\Inspection\InspectionChecklistStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Inspection\InspectionChecklistStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Inspection\InspectionDeleteStateProcessor" (parent: .abstract.instanceof.App\State\Inspection\InspectionDeleteStateProcessor).
Resolving inheritance for "App\State\Inspection\InspectionDeleteStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Inspection\InspectionDeleteStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Inspection\InspectionInternalInfosStateProvider" (parent: .abstract.instanceof.App\State\Inspection\InspectionInternalInfosStateProvider).
Resolving inheritance for "App\State\Inspection\InspectionInternalInfosStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Inspection\InspectionInternalInfosStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Inspection\InspectionPatchStateProcessor" (parent: .abstract.instanceof.App\State\Inspection\InspectionPatchStateProcessor).
Resolving inheritance for "App\State\Inspection\InspectionPatchStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Inspection\InspectionPatchStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Inspection\InspectionTrashedStateProvider" (parent: .abstract.instanceof.App\State\Inspection\InspectionTrashedStateProvider).
Resolving inheritance for "App\State\Inspection\InspectionTrashedStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Inspection\InspectionTrashedStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Inspection\InspectionValidateStateProvider" (parent: .abstract.instanceof.App\State\Inspection\InspectionValidateStateProvider).
Resolving inheritance for "App\State\Inspection\InspectionValidateStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Inspection\InspectionValidateStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Inspection\InspectionZipUploadStateProcessor" (parent: .abstract.instanceof.App\State\Inspection\InspectionZipUploadStateProcessor).
Resolving inheritance for "App\State\Inspection\InspectionZipUploadStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Inspection\InspectionZipUploadStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\InspectionDefect\DeleteInspectionDefectStateProcessor" (parent: .abstract.instanceof.App\State\InspectionDefect\DeleteInspectionDefectStateProcessor).
Resolving inheritance for "App\State\InspectionDefect\DeleteInspectionDefectStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\InspectionDefect\DeleteInspectionDefectStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\InspectionDefect\InspectionDefectPatchStateProcessor" (parent: .abstract.instanceof.App\State\InspectionDefect\InspectionDefectPatchStateProcessor).
Resolving inheritance for "App\State\InspectionDefect\InspectionDefectPatchStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\InspectionDefect\InspectionDefectPatchStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\InspectionDefect\InspectionDefectTrashStateProvider" (parent: .abstract.instanceof.App\State\InspectionDefect\InspectionDefectTrashStateProvider).
Resolving inheritance for "App\State\InspectionDefect\InspectionDefectTrashStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\InspectionDefect\InspectionDefectTrashStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\InspectionDefect\RestoreInspectionDefectStateProcessor" (parent: .abstract.instanceof.App\State\InspectionDefect\RestoreInspectionDefectStateProcessor).
Resolving inheritance for "App\State\InspectionDefect\RestoreInspectionDefectStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\InspectionDefect\RestoreInspectionDefectStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Odoo\OdooCollectionStateProvider" (parent: .abstract.instanceof.App\State\Odoo\OdooCollectionStateProvider).
Resolving inheritance for "App\State\Odoo\OdooCollectionStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Odoo\OdooCollectionStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Odoo\OdooPatchStateProcessor" (parent: .abstract.instanceof.App\State\Odoo\OdooPatchStateProcessor).
Resolving inheritance for "App\State\Odoo\OdooPatchStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Odoo\OdooPatchStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Odoo\OdooStateProvider" (parent: .abstract.instanceof.App\State\Odoo\OdooStateProvider).
Resolving inheritance for "App\State\Odoo\OdooStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Odoo\OdooStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\OdooTestProvider" (parent: .abstract.instanceof.App\State\OdooTestProvider).
Resolving inheritance for "App\State\OdooTestProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\OdooTestProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ProjectImage\ProjectImageDeleteStateProcessor" (parent: .abstract.instanceof.App\State\ProjectImage\ProjectImageDeleteStateProcessor).
Resolving inheritance for "App\State\ProjectImage\ProjectImageDeleteStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ProjectImage\ProjectImageDeleteStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ProjectImage\ProjectImagePostStateProcessor" (parent: .abstract.instanceof.App\State\ProjectImage\ProjectImagePostStateProcessor).
Resolving inheritance for "App\State\ProjectImage\ProjectImagePostStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ProjectImage\ProjectImagePostStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ResolveRequest\ProtocolDataStateProvider" (parent: .abstract.instanceof.App\State\ResolveRequest\ProtocolDataStateProvider).
Resolving inheritance for "App\State\ResolveRequest\ProtocolDataStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ResolveRequest\ProtocolDataStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Statics\AreaStatsStateProvider" (parent: .abstract.instanceof.App\State\Statics\AreaStatsStateProvider).
Resolving inheritance for "App\State\Statics\AreaStatsStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Statics\AreaStatsStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Statics\InspectionByWeekStatsStateProvider" (parent: .abstract.instanceof.App\State\Statics\InspectionByWeekStatsStateProvider).
Resolving inheritance for "App\State\Statics\InspectionByWeekStatsStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Statics\InspectionByWeekStatsStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Statics\InspectionStatsStateProvider" (parent: .abstract.instanceof.App\State\Statics\InspectionStatsStateProvider).
Resolving inheritance for "App\State\Statics\InspectionStatsStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Statics\InspectionStatsStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Statics\ResourcePlanningStateProvider" (parent: .abstract.instanceof.App\State\Statics\ResourcePlanningStateProvider).
Resolving inheritance for "App\State\Statics\ResourcePlanningStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Statics\ResourcePlanningStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Statics\ServerStatsStateProvider" (parent: .abstract.instanceof.App\State\Statics\ServerStatsStateProvider).
Resolving inheritance for "App\State\Statics\ServerStatsStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Statics\ServerStatsStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Statics\WeeklyStatsStateProvider" (parent: .abstract.instanceof.App\State\Statics\WeeklyStatsStateProvider).
Resolving inheritance for "App\State\Statics\WeeklyStatsStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Statics\WeeklyStatsStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\User\PasswordHasher" (parent: .abstract.instanceof.App\State\User\PasswordHasher).
Resolving inheritance for "App\State\User\PasswordHasher" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\User\PasswordHasher).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Workflow\WorkflowStateProzessor" (parent: .abstract.instanceof.App\State\Workflow\WorkflowStateProzessor).
Resolving inheritance for "App\State\Workflow\WorkflowStateProzessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Workflow\WorkflowStateProzessor).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\DateIntervalValidator" (parent: .abstract.instanceof.App\Validator\Constraints\DateIntervalValidator).
Resolving inheritance for "App\Validator\Constraints\DateIntervalValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\DateIntervalValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\EntityExistsValidator" (parent: .abstract.instanceof.App\Validator\Constraints\EntityExistsValidator).
Resolving inheritance for "App\Validator\Constraints\EntityExistsValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\EntityExistsValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PhoneNumberValidator" (parent: .abstract.instanceof.App\Validator\Constraints\PhoneNumberValidator).
Resolving inheritance for "App\Validator\Constraints\PhoneNumberValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PhoneNumberValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ProtocolEmailTemplateTextWithLinkValidator" (parent: .abstract.instanceof.App\Validator\Constraints\ProtocolEmailTemplateTextWithLinkValidator).
Resolving inheritance for "App\Validator\Constraints\ProtocolEmailTemplateTextWithLinkValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ProtocolEmailTemplateTextWithLinkValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ProtocolFilenameTemplateValidator" (parent: .abstract.instanceof.App\Validator\Constraints\ProtocolFilenameTemplateValidator).
Resolving inheritance for "App\Validator\Constraints\ProtocolFilenameTemplateValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ProtocolFilenameTemplateValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\StreetNumberValidator" (parent: .abstract.instanceof.App\Validator\Constraints\StreetNumberValidator).
Resolving inheritance for "App\Validator\Constraints\StreetNumberValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\StreetNumberValidator).
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.scheduler" (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.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "state_machine.area_workflow" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.area_workflow" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.vacation_workflow" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.vacation_workflow" (parent: workflow.marking_store.method).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "doctrine.query_cache_pool" (parent: cache.adapter.redis).
Resolving inheritance for "doctrine.result_cache_pool" (parent: cache.adapter.redis).
Resolving inheritance for "doctrine.system_cache_pool" (parent: cache.adapter.redis).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sync" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.mail" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.protocol" (parent: messenger.retry.abstract_multiplier_retry_strategy).
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 "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "oneup_flysystem.public_uploads_adapter_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.private_uploads_adapter_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.public_uploads_filesystem_filesystem" (parent: oneup_flysystem.filesystem).
Resolving inheritance for "oneup_flysystem.private_uploads_filesystem_filesystem" (parent: oneup_flysystem.filesystem).
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.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.public" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.public" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.login" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.json_login.login" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authenticator.refresh_jwt.login" (parent: gesdinet.jwtrefreshtoken.security.refresh_token_authenticator).
Resolving inheritance for "security.authentication.success_handler.login.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.login.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.resolve_defect_request" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.json_login.resolve_defect_request" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authenticator.refresh_jwt.resolve_defect_request" (parent: gesdinet.jwtrefreshtoken.security.refresh_token_authenticator).
Resolving inheritance for "security.authentication.success_handler.resolve_defect_request.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.resolve_defect_request.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.resolve_defect_request" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.resolve_defect_request" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.resolve_defect_request" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.resolve_defect_request" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.resolve_defect_request" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
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 "limiter._login_local_main" (parent: limiter).
Resolving inheritance for "limiter._login_global_main" (parent: limiter).
Resolving inheritance for "security.listener.login_throttling.main" (parent: security.listener.login_throttling).
Resolving inheritance for "security.authenticator.jwt.main" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.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 "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
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.metadata.resource" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource_collection" (parent: cache.system).
Resolving inheritance for "api_platform.cache.openapi" (parent: cache.system).
Resolving inheritance for "api_platform.doctrine.orm.order_filter.instance" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "api_platform.doctrine.orm.range_filter.instance" (parent: api_platform.doctrine.orm.range_filter).
Resolving inheritance for "api_platform.doctrine.orm.date_filter.instance" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "api_platform.doctrine.orm.backed_enum_filter.instance" (parent: api_platform.doctrine.orm.backed_enum_filter).
Resolving inheritance for "api_platform.doctrine.orm.boolean_filter.instance" (parent: api_platform.doctrine.orm.boolean_filter).
Resolving inheritance for "api_platform.doctrine.orm.numeric_filter.instance" (parent: api_platform.doctrine.orm.numeric_filter).
Resolving inheritance for "api_platform.doctrine.orm.exists_filter.instance" (parent: api_platform.doctrine.orm.exists_filter).
Resolving inheritance for "api_platform.doctrine.orm.search_filter.instance" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "annotated_app_entity_activity_control_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_area_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_area_app_filter_orm_array_filter" (parent: .abstract.instanceof.annotated_app_entity_area_app_filter_orm_array_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_area_app_filter_orm_array_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_area_app_filter_orm_array_filter).
Resolving inheritance for "annotated_app_entity_area_app_filter_orm_array_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_area_app_filter_orm_array_filter).
Resolving inheritance for "annotated_app_entity_area_api_platform_doctrine_orm_filter_boolean_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\BooleanFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_area_app_filter_orm_xor_filter" (parent: .abstract.instanceof.annotated_app_entity_area_app_filter_orm_xor_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_area_app_filter_orm_xor_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_area_app_filter_orm_xor_filter).
Resolving inheritance for "annotated_app_entity_area_app_filter_orm_xor_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_area_app_filter_orm_xor_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_area_app_filter_trash_filter" (parent: .abstract.instanceof.annotated_app_entity_area_app_filter_trash_filter).
Resolving inheritance for "annotated_app_entity_area_app_filter_trash_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_area_app_filter_trash_filter).
Resolving inheritance for "annotated_app_entity_area_api_platform_serializer_filter_group_filter" (parent: ApiPlatform\Serializer\Filter\GroupFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_area_app_filter_distance_filter" (parent: .abstract.instanceof.annotated_app_entity_area_app_filter_distance_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_area_app_filter_distance_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_area_app_filter_distance_filter).
Resolving inheritance for "annotated_app_entity_area_app_filter_distance_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_area_app_filter_distance_filter).
Resolving inheritance for "annotated_app_entity_area_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_entity_area_craft_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_area_craft_api_platform_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_area_craft_app_filter_orm_xor_filter" (parent: .abstract.instanceof.annotated_app_entity_area_craft_app_filter_orm_xor_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_area_craft_app_filter_orm_xor_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_area_craft_app_filter_orm_xor_filter).
Resolving inheritance for "annotated_app_entity_area_craft_app_filter_orm_xor_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_area_craft_app_filter_orm_xor_filter).
Resolving inheritance for "annotated_app_entity_area_craft_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_entity_area_personal_protective_equipment_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_checklist_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_company_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_company_api_platform_doctrine_orm_filter_boolean_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\BooleanFilter).
Resolving inheritance for "annotated_app_entity_company_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_entity_contact_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_contact_app_filter_orm_xor_filter" (parent: .abstract.instanceof.annotated_app_entity_contact_app_filter_orm_xor_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_contact_app_filter_orm_xor_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_contact_app_filter_orm_xor_filter).
Resolving inheritance for "annotated_app_entity_contact_app_filter_orm_xor_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_contact_app_filter_orm_xor_filter).
Resolving inheritance for "annotated_app_entity_contact_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_entity_craft_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_craft_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_entity_craft_api_platform_doctrine_orm_filter_boolean_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\BooleanFilter).
Resolving inheritance for "annotated_app_entity_defect_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_defect_api_platform_serializer_filter_group_filter" (parent: ApiPlatform\Serializer\Filter\GroupFilter).
Resolving inheritance for "annotated_app_entity_defect_category_api_platform_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_app_entity_defect_category_api_platform_doctrine_orm_filter_boolean_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\BooleanFilter).
Resolving inheritance for "annotated_app_entity_document_type_api_platform_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_app_entity_failed_message_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_image_type_api_platform_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_app_entity_image_type_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_inspection_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_inspection_app_filter_orm_xor_filter" (parent: .abstract.instanceof.annotated_app_entity_inspection_app_filter_orm_xor_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_inspection_app_filter_orm_xor_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_inspection_app_filter_orm_xor_filter).
Resolving inheritance for "annotated_app_entity_inspection_app_filter_orm_xor_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_inspection_app_filter_orm_xor_filter).
Resolving inheritance for "annotated_app_entity_inspection_api_platform_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_app_entity_inspection_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_entity_inspection_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_entity_inspection_api_platform_serializer_filter_group_filter" (parent: ApiPlatform\Serializer\Filter\GroupFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_inspection_app_filter_trash_filter" (parent: .abstract.instanceof.annotated_app_entity_inspection_app_filter_trash_filter).
Resolving inheritance for "annotated_app_entity_inspection_app_filter_trash_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_inspection_app_filter_trash_filter).
Resolving inheritance for "annotated_app_entity_inspection_condition_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_inspection_condition_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_entity_inspection_condition_api_platform_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_app_entity_inspection_defect_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_inspection_defect_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_inspection_defect_app_filter_trash_filter" (parent: .abstract.instanceof.annotated_app_entity_inspection_defect_app_filter_trash_filter).
Resolving inheritance for "annotated_app_entity_inspection_defect_app_filter_trash_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_inspection_defect_app_filter_trash_filter).
Resolving inheritance for "annotated_app_entity_inspection_defect_api_platform_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_app_entity_inspection_defect_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_inspection_defect_app_filter_orm_xor_filter" (parent: .abstract.instanceof.annotated_app_entity_inspection_defect_app_filter_orm_xor_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_inspection_defect_app_filter_orm_xor_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_inspection_defect_app_filter_orm_xor_filter).
Resolving inheritance for "annotated_app_entity_inspection_defect_app_filter_orm_xor_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_inspection_defect_app_filter_orm_xor_filter).
Resolving inheritance for "annotated_app_entity_inspection_defect_api_platform_serializer_filter_group_filter" (parent: ApiPlatform\Serializer\Filter\GroupFilter).
Resolving inheritance for "annotated_app_entity_metropolitan_area_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_permission_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_personal_protective_equipment_template_api_platform_doctrine_orm_filter_boolean_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\BooleanFilter).
Resolving inheritance for "annotated_app_entity_project_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_project_api_platform_doctrine_orm_filter_boolean_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\BooleanFilter).
Resolving inheritance for "annotated_app_entity_project_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_entity_project_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_project_app_filter_orm_xor_filter" (parent: .abstract.instanceof.annotated_app_entity_project_app_filter_orm_xor_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_project_app_filter_orm_xor_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_project_app_filter_orm_xor_filter).
Resolving inheritance for "annotated_app_entity_project_app_filter_orm_xor_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_project_app_filter_orm_xor_filter).
Resolving inheritance for "annotated_app_entity_project_document_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_project_image_api_platform_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_app_entity_project_image_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_project_image_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_project_image_app_filter_orm_xor_filter" (parent: .abstract.instanceof.annotated_app_entity_project_image_app_filter_orm_xor_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_project_image_app_filter_orm_xor_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_project_image_app_filter_orm_xor_filter).
Resolving inheritance for "annotated_app_entity_project_image_app_filter_orm_xor_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_project_image_app_filter_orm_xor_filter).
Resolving inheritance for "annotated_app_entity_project_image_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_entity_protocol_api_platform_serializer_filter_group_filter" (parent: ApiPlatform\Serializer\Filter\GroupFilter).
Resolving inheritance for "annotated_app_entity_protocol_defect_resolve_request_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_protocol_email_log_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_role_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_rule_app_filter_orm_xor_filter" (parent: .abstract.instanceof.annotated_app_entity_rule_app_filter_orm_xor_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_rule_app_filter_orm_xor_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_rule_app_filter_orm_xor_filter).
Resolving inheritance for "annotated_app_entity_rule_app_filter_orm_xor_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_rule_app_filter_orm_xor_filter).
Resolving inheritance for "annotated_app_entity_site_safety_statement_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_site_safety_statement_api_platform_doctrine_orm_filter_boolean_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\BooleanFilter).
Resolving inheritance for "annotated_app_entity_site_safety_statement_api_platform_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_app_entity_staffing_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_staffing_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_entity_tag_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_entity_text_template_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_text_template_category_api_platform_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_app_entity_text_template_category_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_user_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_user_api_platform_doctrine_orm_filter_boolean_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\BooleanFilter).
Resolving inheritance for "annotated_app_entity_user_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_entity_user_api_platform_serializer_filter_group_filter" (parent: ApiPlatform\Serializer\Filter\GroupFilter).
Resolving inheritance for "annotated_app_entity_user_notification_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_user_notification_api_platform_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_app_entity_vacation_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_resources_resource_planning_app_filter_custom_provider_filter" (parent: .abstract.instanceof.annotated_app_resources_resource_planning_app_filter_custom_provider_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_resources_resource_planning_app_filter_custom_provider_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_resources_resource_planning_app_filter_custom_provider_filter).
Resolving inheritance for "annotated_app_resources_resource_planning_app_filter_custom_provider_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_resources_resource_planning_app_filter_custom_provider_filter).
Resolving inheritance for "annotated_app_resources_stats_resource_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
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 "maker.auto_command.make_state_processor" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_provider" (parent: maker.auto_command.abstract).
Resolving inheritance for "command_bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "command_bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "command_bus.middleware.doctrine_ping_connection" (parent: messenger.middleware.doctrine_ping_connection).
Resolving inheritance for "command_bus.middleware.doctrine_close_connection" (parent: messenger.middleware.doctrine_close_connection).
Resolving inheritance for "command_bus.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "command_bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "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.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snc_redis" (parent: monolog.logger_prototype).
7
Skipping service "App\DataPersister\DeletePersister": Class or interface "App\DataPersister\DeletePersister" cannot be loaded.
Skipping service "App\DataProvider\ContactDataProvider": Class or interface "App\DataProvider\ContactDataProvider" cannot be loaded.
Skipping service "App\DataTransformer\AreaCraftExportDataTransformer": Class or interface "App\DataTransformer\AreaCraftExportDataTransformer" cannot be loaded.
Skipping service "App\Filter\BooleanFilter": Class or interface "App\Filter\BooleanFilter" cannot be loaded.
Skipping service "App\Filter\EntityFilter": Class or interface "App\Filter\EntityFilter" cannot be loaded.
Skipping service "App\Filter\OrderFilter": Class or interface "App\Filter\OrderFilter" cannot be loaded.
Skipping service "App\Filter\SearchFilter": Class or interface "App\Filter\SearchFilter" cannot be loaded.
428
Removed service "Bugsnag\Client"; reason: private alias.
Removed service "Symfony\Component\Asset\Context\RequestStackContext"; reason: private alias.
Removed service "App\Broadcast\Interfaces\BroadcastChannelInterface"; reason: private alias.
Removed service "App\Broadcast\Interfaces\BroadcastServiceInterface"; reason: private alias.
Removed service "App\Broadcast\Interfaces\BroadcastWebhookInterface"; reason: private alias.
Removed service "App\Message\Interfaces\AsyncMessageInterface"; reason: private alias.
Removed service "App\Service\ValidationService\EntityValidationInterface"; reason: private alias.
Removed service "App\Service\VerificationService\VerificationInterface"; 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 "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\Workflow\Registry"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $area_workflow.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $areaWorkflowStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $area_workflow"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $areaWorkflow"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $vacation_workflow.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $vacationWorkflowStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $vacation_workflow"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $vacationWorkflow"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "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 ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.query_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineQueryCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.query_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineQueryCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.query_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineQueryCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineSystemCachePool"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\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 $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $public_uploads_filesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $publicUploadsFilesystem"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $private_uploads_filesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $privateUploadsFilesystem"; 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.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.login"; reason: private alias.
Removed service "security.user_checker.login"; reason: private alias.
Removed service "security.authentication.session_strategy.resolve_defect_request"; reason: private alias.
Removed service "security.user_checker.resolve_defect_request"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_local_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalMainLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalMainLimiter"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Knp\Snappy\Pdf"; reason: private alias.
Removed service "Knp\Snappy\Image"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGeneratorInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Model\RefreshTokenManagerInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "api_platform.state_provider"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\Pagination"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\PaginationOptions"; reason: private alias.
Removed service "ApiPlatform\State\CreateProvider"; reason: private alias.
Removed service "ApiPlatform\State\ObjectProvider"; reason: private alias.
Removed service "ApiPlatform\State\SerializerContextBuilderInterface"; 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\Metadata\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\PropertyFilter"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\GroupFilter"; reason: private alias.
Removed service "api_platform.identifiers_extractor"; reason: private alias.
Removed service "ApiPlatform\Metadata\IdentifiersExtractorInterface"; reason: private alias.
Removed service "api_platform.iri_converter"; reason: private alias.
Removed service "ApiPlatform\Metadata\IriConverterInterface"; reason: private alias.
Removed service "api_platform.state_provider.main"; reason: private alias.
Removed service "api_platform.state_processor.main"; reason: private alias.
Removed service "api_platform.path_segment_name_generator"; reason: private alias.
Removed service "api_platform.inflector"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\Operation\Factory\OperationMetadataFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Options"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\RemoveProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\PersistProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BackedEnumFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\ParameterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\CollectionProvider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\ItemProvider"; reason: private alias.
Removed service "api_platform.state.item_provider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\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\Metadata\ResourceAccessCheckerInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; 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 $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $snc_redisLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $sncRedisLogger"; reason: private alias.
Removed service ".stof_doctrine_extensions.reader"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.object_manager"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.user_checker"; reason: private alias.
Removed service "api_platform.name_converter"; reason: private alias.
Removed service ".service_locator.LPvSdiy"; reason: private alias.
Removed service ".service_locator.qMhnijv"; reason: private alias.
Removed service ".service_locator.ZEBI_wa"; reason: private alias.
Removed service ".service_locator.0Wj5qUE"; reason: private alias.
Removed service ".service_locator.Im_yRl7"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.bnaLdkn"; reason: private alias.
Removed service ".service_locator.Q6867Ua"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.n5UbxGq"; reason: private alias.
Removed service ".service_locator.YlVXlNB"; reason: private alias.
Removed service ".service_locator.pXrVHq4"; reason: private alias.
Removed service ".service_locator.GRU2he8"; reason: private alias.
Removed service ".service_locator.QtfL9qk"; reason: private alias.
Removed service ".service_locator..dXIpEm"; reason: private alias.
Removed service ".service_locator.0gn6W0n"; reason: private alias.
Removed service ".service_locator.dJc3hQM"; reason: private alias.
Removed service ".service_locator.gUVekZY"; reason: private alias.
Removed service ".service_locator.gxkSA7l"; reason: private alias.
Removed service ".service_locator.LD_ERvz"; reason: private alias.
Removed service ".service_locator..SXlGpC"; reason: private alias.
Removed service ".service_locator.Za9MpXe"; reason: private alias.
Removed service ".service_locator.M1vr0gp"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.DjyepEy"; reason: private alias.
Removed service ".service_locator.3ey38z6"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.parameter.inner"; reason: private alias.
Removed service "api_platform.validator.metadata.resource.metadata_collection_factory.parameter.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation.inner"; reason: private alias.
Removed service "api_platform.state_provider.read.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.backed_enum.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.uri_template.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.main_controller.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.link.inner"; reason: private alias.
Removed service "api_platform.state_processor.respond"; reason: private alias.
Removed service "api_platform.state_provider.deserialize.inner"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "api_platform.state_processor.serialize.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.operation_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.formats.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.filters.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.state_provider.validate.inner"; reason: private alias.
Removed service "api_platform.state_provider.parameter_validator.inner"; reason: private alias.
Removed service "api_platform.state_provider.parameter.inner"; reason: private alias.
Removed service "api_platform.state_provider.content_negotiation.inner"; reason: private alias.
Removed service "api_platform.state_processor.write.inner"; reason: private alias.
Removed service "api_platform.messenger.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.link_factory"; 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.property.metadata_factory.identifier.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.attribute.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.json_schema.metadata.property.metadata_factory.schema.inner"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "api_platform.jsonld.normalizer.item"; reason: private alias.
Removed service "api_platform.state_processor.write"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.login"; reason: private alias.
Removed service "security.firewall.authenticator.resolve_defect_request"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "api_platform.openapi.factory"; reason: private alias.
Removed service "api_platform.serializer.context_builder"; reason: private alias.
Removed service "api_platform.state_processor.add_link_header.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.attributes.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.class_name.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.concerns.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.openapi.serializer_context_builder.inner"; reason: private alias.
Removed service "api_platform.json_schema.schema_factory"; 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.hydra.name_converter.hydra_prefix.inner"; reason: private alias.
Removed service "api_platform.http_cache.processor.add_headers.inner"; reason: private alias.
Removed service "api_platform.state_provider.read"; reason: private alias.
Removed service "api_platform.state_provider.deserialize"; reason: private alias.
Removed service "api_platform.state_provider.access_checker"; reason: private alias.
Removed service "api_platform.state_provider.validate"; reason: private alias.
Removed service "command_bus"; reason: private alias.
Removed service "state_machine.area_workflow"; reason: private alias.
Removed service "state_machine.vacation_workflow"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.login"; reason: private alias.
Removed service "security.event_dispatcher.resolve_defect_request"; 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.json_schema.backward_compatible_schema_factory.inner"; reason: private alias.
Removed service "api_platform.openapi.normalizer.api_gateway"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_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 "api_platform.metadata.resource.metadata_collection_factory.cached.inner"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.PKUXUr4"; reason: private alias.
Removed service ".service_locator.ppwPpgh"; reason: private alias.
Removed service ".service_locator.62Ah2jK"; reason: private alias.
Removed service ".service_locator.Fa3EUXh"; reason: private alias.
Removed service ".service_locator.UHuQE_1"; reason: private alias.
Removed service ".service_locator.B62gvLj"; reason: private alias.
Removed service ".service_locator.3XkLbc1"; reason: private alias.
Removed service ".service_locator.tIsLZdQ"; reason: private alias.
Removed service ".service_locator.JobrAbq"; reason: private alias.
Removed service ".service_locator.cpuMxti"; reason: private alias.
Removed service ".service_locator.bdy2Npe"; reason: private alias.
Removed service ".service_locator.YZm6Mj6"; reason: private alias.
Removed service ".service_locator.X4Rc9b9"; reason: private alias.
Removed service ".service_locator.b_yO05M"; reason: private alias.
Removed service ".service_locator.Wn40Urb"; reason: private alias.
Removed service ".service_locator.fTUz7I_"; reason: private alias.
Removed service ".service_locator.relW3VZ"; reason: private alias.
Removed service ".service_locator.F9gSFrn"; reason: private alias.
Removed service ".service_locator.eW4EOj_"; reason: private alias.
Removed service ".service_locator.8JNCWBL"; reason: private alias.
Removed service ".service_locator.QRXjgEZ"; reason: private alias.
Removed service ".service_locator.hCLIJ7E"; reason: private alias.
Removed service ".service_locator.RQktzH_"; reason: private alias.
Removed service ".service_locator.KryVg_L"; reason: private alias.
Removed service ".service_locator.nbBh1vP"; reason: private alias.
Removed service ".service_locator.S_Udmg0"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
Removed service ".service_locator._LXxG71"; reason: private alias.
Removed service ".service_locator.yfeAiAN"; reason: private alias.
Removed service ".service_locator.toVMmy1"; reason: private alias.
Removed service ".service_locator.8f5Dvtn"; reason: private alias.
196
Changed reference of service "App\Command\Protocol\CreateNewProtocolVersionCommand" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Command\Protocol\Docuware\TransferHistoryCommand" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Controller\Messenger\RetryFailedMessageController" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\MessageHandler\CreateProtocolEmailMessagesHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\MessageHandler\CreateProtocolEmailMultipleRecipientMessageHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\MessageHandler\SaveProtocolDataHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\MessageHandler\SendProtocolEmailHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\MessageHandler\SendProtocolEmailMultipleRecipientHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\MessageHandler\SendProtocolFileToDocuwareHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\MessageHandler\SendSingleProtocolResolveEmailHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\ApiAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\ApiAuthenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\ResolveDefectAuthenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\State\BaseStateProcessor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\State\Document\DocumentDeleteStateProcessor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\State\Document\DocumentPatchStateProcessor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\State\Document\DocumentPostStateProcessor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\State\Inspection\InspectionPatchStateProcessor" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\State\Inspection\InspectionPatchStateProcessor" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "App\State\Inspection\InspectionZipUploadStateProcessor" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\State\Inspection\InspectionZipUploadStateProcessor" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "App\State\InspectionDefect\DeleteInspectionDefectStateProcessor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\State\InspectionDefect\InspectionDefectPatchStateProcessor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\State\InspectionDefect\RestoreInspectionDefectStateProcessor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\State\Odoo\OdooPatchStateProcessor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\State\ProjectImage\ProjectImageDeleteStateProcessor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\State\ProjectImage\ProjectImagePostStateProcessor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "scheduler.event_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.command_bus" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "data_collector.workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig.app_variable" previously pointing to "security.untracked_token_storage" to "security.token_storage".
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 "stof_doctrine_extensions.tool.actor_provider" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "stof_doctrine_extensions.event_listener.blame" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authorization_checker" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.user_value_resolver" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.security_token_value_resolver" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.impersonate_url_generator" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.firewall.lazy_context" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "security.untracked_token_storage" to "security.token_storage".
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.validator.user_password" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.context_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.logout_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.exception_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
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.access_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authenticator.manager" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.x509" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authenticator.remote_user" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "data_collector.security" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login.login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.refresh_jwt.login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.login.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.manager.login" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.exception_listener.login" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authenticator.json_login.resolve_defect_request" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.refresh_jwt.resolve_defect_request" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.resolve_defect_request.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.resolve_defect_request.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.manager.resolve_defect_request" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.exception_listener.resolve_defect_request" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.logout_listener.main" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authenticator.jwt.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.main" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.remember_me" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authenticator.remember_me.main" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authenticator.manager.main" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "security.untracked_token_storage" to "security.token_storage".
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 "security.exception_listener.main" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "bugsnag.factory" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "gesdinet.jwtrefreshtoken" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.success_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "api_platform.router" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.processor" previously pointing to "router.default" to "router".
Changed reference of service "ApiPlatform\Symfony\Messenger\Processor" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "api_platform.security.resource_access_checker" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service ".service_locator.bXrvb52" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "command_bus.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.Hm4yOA6" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\ActivityControlVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\AreaCraftVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\AreaVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\ChecklistVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\CompanyVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\ContactVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\CraftVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\DefectCategoryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\DefectVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\EcoBaseVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\FailedMessageVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\InspectionConditionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\InspectionDefectAreaCraftVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\InspectionDefectVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\InspectionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\ProjectDocumentVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\ProjectImageVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\ProtocolEmailTemplateVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\ProtocolVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\RuleVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\SolutionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\TagVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\TextTemplateVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.xOXKEwj" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.xOXKEwj" previously pointing to "security.untracked_token_storage" to "security.token_storage".
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.OAm0q23" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.e_.xxAP" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "api_platform.state_provider.access_checker.post_deserialize.inner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.state_machine.area_workflow.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.vacation_workflow.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
635
Removed service "App\Entity"; reason: abstract.
Removed service "App\Resources"; reason: abstract.
Removed service "App\Tests"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "workflow.abstract"; reason: abstract.
Removed service "state_machine.abstract"; reason: abstract.
Removed service "workflow.marking_store.method"; reason: abstract.
Removed service "limiter"; 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 "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 "maker.auto_command.abstract"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "oneup_flysystem.adapter.local"; reason: abstract.
Removed service "oneup_flysystem.adapter.awss3v3"; reason: abstract.
Removed service "oneup_flysystem.adapter.ftp"; reason: abstract.
Removed service "oneup_flysystem.adapter.sftp"; reason: abstract.
Removed service "oneup_flysystem.adapter.memory"; reason: abstract.
Removed service "oneup_flysystem.adapter.async_aws_s3"; reason: abstract.
Removed service "oneup_flysystem.adapter.googlecloudstorage"; reason: abstract.
Removed service "oneup_flysystem.adapter.gitlab"; reason: abstract.
Removed service "oneup_flysystem.adapter.azureblob"; reason: abstract.
Removed service "oneup_flysystem.filesystem"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator"; 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.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.backed_enum_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 "api_platform.doctrine.orm.search_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\AreaCraft\AreaCraftExportProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\AreaCraft\AreaCraftExportProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\DoctrineExtensions\Api\NonHumanUserExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\DoctrineExtensions\Api\NonHumanUserExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\DoctrineExtensions\Api\NonHumanUserExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\DoctrineExtensions\Api\CurrentUserExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\DoctrineExtensions\Api\CurrentUserExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\DoctrineExtensions\Api\CurrentUserExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Broadcast\BroadcastSendTestMessageCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Broadcast\BroadcastSendTestMessageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BroadcastSendTestNotificationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BroadcastSendTestNotificationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChecklistUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ChecklistUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Documents\InsertDocumentTypesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Documents\InsertDocumentTypesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Documents\MoveDocumentsToProjectFolder"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Documents\MoveDocumentsToProjectFolder"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EcoMapOdooEmployeesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EcoMapOdooEmployeesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Images\AddMissingData"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Images\AddMissingData"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Images\MoveImagesToProjectFolder"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Images\MoveImagesToProjectFolder"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Images\UpdateUserImagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Images\UpdateUserImagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InspectionDefects\AddFirstOccurrence"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\InspectionDefects\AddFirstOccurrence"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Ldap\FetchUserDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Ldap\FetchUserDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooSetSiteAddressesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\OdooSetSiteAddressesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Protocol\CreateNewProtocolVersionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Protocol\CreateNewProtocolVersionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Protocol\Docuware\TransferHistoryCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Protocol\Docuware\TransferHistoryCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PushServerStaticsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PushServerStaticsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Sort\SortAreaCraftCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Sort\SortAreaCraftCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Sort\SortInspectionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Sort\SortInspectionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Sort\SortInspectionDefectCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Sort\SortInspectionDefectCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Broadcast\Authentication\PusherAuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Broadcast\Authentication\PusherAuthenticationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Broadcast\Authentication\PusherAuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ErrorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MainController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MainController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MainController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\RetryFailedMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\RetryFailedMessageController"; reason: abstract.
Removed service ".instanceof.App\Controller\Messenger\RetryFailedMessageController.0.App\Controller\Messenger\RetryFailedMessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Messenger\RetryFailedMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Protocols\ProtocolController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Protocols\ProtocolController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Protocols\ProtocolController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Protocols\ResolveRequestDummyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Protocols\ResolveRequestDummyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Protocols\ResolveRequestDummyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__ToDos\OldProjectImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__ToDos\OldProjectImageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__ToDos\OldProjectImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__ToDos\ProjectImageTagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__ToDos\ProjectImageTagController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__ToDos\ProjectImageTagController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\UserFixture"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Encoder\DecoderInterface.0.App\Encoder\MultipartDecoder"; reason: abstract.
Removed service ".abstract.instanceof.App\Encoder\MultipartDecoder"; reason: abstract.
Removed service ".instanceof.App\EventListener\Entity\AreaListener.0.App\EventListener\Entity\AreaListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Entity\AreaListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\Entity\InspectionDefectListener.0.App\EventListener\Entity\InspectionDefectListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Entity\InspectionDefectListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\Entity\UserListener.0.App\EventListener\Entity\UserListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Entity\UserListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\Entity\UserNotificationListener.0.App\EventListener\Entity\UserNotificationListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Entity\UserNotificationListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\HttpKernel\DebugToolbarSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\HttpKernel\DebugToolbarSubscriber"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\CustomFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\CustomFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\CustomProviderFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\CustomProviderFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\CustomProviderFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\DistanceFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\DistanceFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\DistanceFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\ORM\ArrayFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\ORM\ArrayFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\ORM\ArrayFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\ORM\XorFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\ORM\XorFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\ORM\XorFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\TrashFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\TrashFilter"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\CreateProtocolEmailMessagesHandler.0.App\MessageHandler\CreateProtocolEmailMessagesHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\CreateProtocolEmailMessagesHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\CreateProtocolEmailMultipleRecipientMessageHandler.0.App\MessageHandler\CreateProtocolEmailMultipleRecipientMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\CreateProtocolEmailMultipleRecipientMessageHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\PushAdminStatsHandler.0.App\MessageHandler\PushAdminStatsHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\PushAdminStatsHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\SaveProtocolDataHandler.0.App\MessageHandler\SaveProtocolDataHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\SaveProtocolDataHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\SendProtocolEmailHandler.0.App\MessageHandler\SendProtocolEmailHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\SendProtocolEmailHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\SendProtocolEmailMultipleRecipientHandler.0.App\MessageHandler\SendProtocolEmailMultipleRecipientHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\SendProtocolEmailMultipleRecipientHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\SendProtocolFileToDocuwareHandler.0.App\MessageHandler\SendProtocolFileToDocuwareHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\SendProtocolFileToDocuwareHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\SendSingleProtocolResolveEmailHandler.0.App\MessageHandler\SendSingleProtocolResolveEmailHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\SendSingleProtocolResolveEmailHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Transport\TransportFactoryInterface.0.App\MessageTransport\FailedMessageTransportFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageTransport\FailedMessageTransportFactory"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccidentCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccidentCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccidentDistributionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccidentDistributionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccidentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccidentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityControlRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ActivityControlRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityResourceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ActivityResourceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AreaPersonalProtectiveEquipmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AreaPersonalProtectiveEquipmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AreaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AreaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BarRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BarRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChecklistDefectCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChecklistDefectCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChecklistRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChecklistRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChecklistTemplateDefectCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChecklistTemplateDefectCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChecklistTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChecklistTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CraftRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CraftRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DefectCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DefectCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DefectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DefectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocumentTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DynamicDocumentTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DynamicDocumentTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FailedMessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FailedMessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FooRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FooRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ImageTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InspectionAudioRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InspectionAudioRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InspectionConditionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InspectionConditionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InspectionDefectAreaCraftRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InspectionDefectAreaCraftRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KeywordRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\KeywordRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetropolitanAreaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MetropolitanAreaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PermissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonalProtectiveEquipmentTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PersonalProtectiveEquipmentTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectDocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectDocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolAreaCraftRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolAreaCraftRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolAreaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolAreaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolChecklistDefectCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolChecklistDefectCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolChecklistRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolChecklistRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolCompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolCompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolDefectResolveRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolDefectResolveRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolDistributionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolDistributionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolEmailLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolEmailLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolEmailTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolEmailTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolInspectionConditionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolInspectionConditionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolInspectionDefectAreaCraftRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolInspectionDefectAreaCraftRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolInspectionDefectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolInspectionDefectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolInspectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolInspectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolProjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolProjectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolTemplateAdditionalFieldsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolTemplateAdditionalFieldsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProtocolUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProtocolUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiskMatrixCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiskMatrixCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiskMatrixRatingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiskMatrixRatingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiskMatrixTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiskMatrixTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RoleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SiteSafetyStatementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SiteSafetyStatementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SolutionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SolutionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaffingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StaffingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextButtonGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TextButtonGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextButtonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TextButtonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextTemplateCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TextTemplateCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TextTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserNotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VacationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VacationRepository"; reason: abstract.
Removed service ".instanceof.App\Scheduler\AdminStaticsScheduleProvider.0.App\Scheduler\AdminStaticsScheduleProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Scheduler\AdminStaticsScheduleProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ActivityControlVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ActivityControlVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AreaCraftVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\AreaCraftVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AreaVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\AreaVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ChecklistVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ChecklistVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CompanyVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CompanyVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ContactVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ContactVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CraftVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CraftVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\DefectCategoryVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\DefectCategoryVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\DefectVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\DefectVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\EcoBaseVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\EcoBaseVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FailedMessageVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\FailedMessageVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InspectionConditionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\InspectionConditionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InspectionDefectAreaCraftVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\InspectionDefectAreaCraftVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InspectionDefectVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\InspectionDefectVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InspectionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\InspectionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProjectDocumentVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ProjectDocumentVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProjectImageVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ProjectImageVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProtocolEmailTemplateVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ProtocolEmailTemplateVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProtocolVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ProtocolVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\RuleVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\RuleVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\SolutionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\SolutionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TagVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\TagVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TextTemplateVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\TextTemplateVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\ApiNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\ApiNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\ApiNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Denormalizer\PointDenormalizer"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Serializer\Denormalizer\PointDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Denormalizer\PointDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Denormalizer\UploadedFileDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Denormalizer\UploadedFileDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\AdditionalFieldsNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\AdditionalFieldsNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ContextValidationNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\ContextValidationNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\DeleteConflictExceptionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\DeleteConflictExceptionNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\PointNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\PointNormalizer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Area\AreaCollectionStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Area\AreaCollectionStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Area\AreaInspectionControllingProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Area\AreaInspectionControllingProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Area\AreaPatchStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Area\AreaPatchStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Area\ProjectAreaKeywordsSateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Area\ProjectAreaKeywordsSateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\AreaCraft\DeleteAreaCraftStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\AreaCraft\DeleteAreaCraftStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\BaseStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\BaseStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Dashboard\DashboardStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Dashboard\DashboardStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Document\DocumentDeleteStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Document\DocumentDeleteStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Document\DocumentPatchStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Document\DocumentPatchStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Document\DocumentPostStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Document\DocumentPostStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Inspection\InspectionChecklistStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Inspection\InspectionChecklistStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Inspection\InspectionDeleteStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Inspection\InspectionDeleteStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Inspection\InspectionInternalInfosStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Inspection\InspectionInternalInfosStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Inspection\InspectionPatchStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Inspection\InspectionPatchStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Inspection\InspectionTrashedStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Inspection\InspectionTrashedStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Inspection\InspectionValidateStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Inspection\InspectionValidateStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Inspection\InspectionZipUploadStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Inspection\InspectionZipUploadStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\InspectionDefect\DeleteInspectionDefectStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\InspectionDefect\DeleteInspectionDefectStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\InspectionDefect\InspectionDefectPatchStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\InspectionDefect\InspectionDefectPatchStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\InspectionDefect\InspectionDefectTrashStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\InspectionDefect\InspectionDefectTrashStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\InspectionDefect\RestoreInspectionDefectStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\InspectionDefect\RestoreInspectionDefectStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Odoo\OdooCollectionStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Odoo\OdooCollectionStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Odoo\OdooPatchStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Odoo\OdooPatchStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Odoo\OdooStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Odoo\OdooStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\OdooTestProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\OdooTestProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ProjectImage\ProjectImageDeleteStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\ProjectImage\ProjectImageDeleteStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ProjectImage\ProjectImagePostStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\ProjectImage\ProjectImagePostStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ResolveRequest\ProtocolDataStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\ResolveRequest\ProtocolDataStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Statics\AreaStatsStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Statics\AreaStatsStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Statics\InspectionByWeekStatsStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Statics\InspectionByWeekStatsStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Statics\InspectionStatsStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Statics\InspectionStatsStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Statics\ResourcePlanningStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Statics\ResourcePlanningStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Statics\ServerStatsStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Statics\ServerStatsStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\Statics\WeeklyStatsStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Statics\WeeklyStatsStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\User\PasswordHasher"; reason: abstract.
Removed service ".abstract.instanceof.App\State\User\PasswordHasher"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Workflow\WorkflowStateProzessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Workflow\WorkflowStateProzessor"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\DateIntervalValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\DateIntervalValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\EntityExistsValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\EntityExistsValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PhoneNumberValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\PhoneNumberValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ProtocolEmailTemplateTextWithLinkValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\ProtocolEmailTemplateTextWithLinkValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ProtocolFilenameTemplateValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\ProtocolFilenameTemplateValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\StreetNumberValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\StreetNumberValidator"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_area_app_filter_orm_array_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_area_app_filter_orm_array_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_area_app_filter_orm_array_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_area_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_area_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_area_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_area_app_filter_trash_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_area_app_filter_trash_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_area_app_filter_distance_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_area_app_filter_distance_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_area_app_filter_distance_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_area_craft_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_area_craft_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_area_craft_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_contact_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_contact_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_contact_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_inspection_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_inspection_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_inspection_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_inspection_app_filter_trash_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_inspection_app_filter_trash_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_inspection_defect_app_filter_trash_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_inspection_defect_app_filter_trash_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_inspection_defect_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_inspection_defect_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_inspection_defect_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_project_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_project_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_project_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_project_image_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_project_image_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_project_image_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_rule_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_rule_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_rule_app_filter_orm_xor_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_resources_resource_planning_app_filter_custom_provider_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_resources_resource_planning_app_filter_custom_provider_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_resources_resource_planning_app_filter_custom_provider_filter"; reason: abstract.
219
Removed service "App\Broadcast\BroadcastChannel"; reason: unused.
Removed service "App\Broadcast\BroadcastEvent"; reason: unused.
Removed service "App\Broadcast\BroadcastWebhook"; reason: unused.
Removed service "App\Broadcast\Event\UserNotificationUpdateEvent"; reason: unused.
Removed service "App\Broadcast\Exception\ApiException"; reason: unused.
Removed service "App\Broadcast\Exception\BroadcastException"; reason: unused.
Removed service "App\Broadcast\Exception\ChannelException"; reason: unused.
Removed service "App\Bundle\ImageOptimizer\DependencyInjection\Configuration"; reason: unused.
Removed service "App\Bundle\ImageOptimizer\DependencyInjection\ImageOptimizerExtension"; reason: unused.
Removed service "App\Bundle\ImageOptimizer\ImageOptimizer"; reason: unused.
Removed service "App\DQL\DistanceFunction"; reason: unused.
Removed service "App\DQL\GeometryFromTextFunction"; reason: unused.
Removed service "App\DQL\IfNullFunction"; reason: unused.
Removed service "App\DQL\LatitudeFunction"; reason: unused.
Removed service "App\DQL\LevenshteinRatioFunction"; reason: unused.
Removed service "App\DQL\LongitudeFunction"; reason: unused.
Removed service "App\DQL\MatchAgainstFunction"; reason: unused.
Removed service "App\DQL\MemberOfFunction"; reason: unused.
Removed service "App\DQL\MonthFunction"; reason: unused.
Removed service "App\DQL\PointFunction"; reason: unused.
Removed service "App\DQL\SoundexFunction"; reason: unused.
Removed service "App\DQL\WeekFunction"; reason: unused.
Removed service "App\DQL\YearFunction"; reason: unused.
Removed service "App\DataPersister\DeletePersister"; reason: unused.
Removed service "App\DataProvider\ContactDataProvider"; reason: unused.
Removed service "App\DataTransformer\AreaCraftExportDataTransformer"; reason: unused.
Removed service "App\DoctrineExtensions\MappingTypes\PointType"; reason: unused.
Removed service "App\DoctrineExtensions\Query\SortableNullsWalker"; reason: unused.
Removed service "App\Dto\AreaCraftExport"; reason: unused.
Removed service "App\Dto\AreaInspectionControlling"; reason: unused.
Removed service "App\Dto\InspectionZipUploadDto"; reason: unused.
Removed service "App\EventListener\Entity\InspectionListener"; reason: unused.
Removed service "App\EventListener\Entity\PermissionListener"; reason: unused.
Removed service "App\EventListener\HttpKernel\JsonRequestTransformerListener"; reason: unused.
Removed service "App\EventListener\HttpKernel\SoftDeleteListener"; reason: unused.
Removed service "App\Exception\DeleteConflictException"; reason: unused.
Removed service "App\Exception\Odoo\OdooInspectionMismatchException"; reason: unused.
Removed service "App\Exception\Odoo\OdooInspectionNotFoundException"; reason: unused.
Removed service "App\Exception\Odoo\OdooInspectionPositionNullOrNegative"; reason: unused.
Removed service "App\Exception\Odoo\OdooStageNotSetException"; reason: unused.
Removed service "App\Exception\Odoo\OdooUnitMismatchException"; reason: unused.
Removed service "App\Filter\BooleanFilter"; reason: unused.
Removed service "App\Filter\EntityFilter"; reason: unused.
Removed service "App\Filter\OrderFilter"; reason: unused.
Removed service "App\Filter\SearchFilter"; reason: unused.
Removed service "App\Message\CreateProtocolEmailMessages"; reason: unused.
Removed service "App\Message\CreateProtocolEmailMultipleRecipientMessage"; reason: unused.
Removed service "App\Message\PushAdminStats"; reason: unused.
Removed service "App\Message\SaveProtocolData"; reason: unused.
Removed service "App\Message\SendProtocolEmail"; reason: unused.
Removed service "App\Message\SendProtocolEmailMultipleRecipient"; reason: unused.
Removed service "App\Message\SendProtocolFileToDocuware"; reason: unused.
Removed service "App\Message\SendSingleProtocolResolveEmail"; reason: unused.
Removed service "App\MessageTransport\FailedMessageTransport"; reason: unused.
Removed service "App\Repository\AreaStatusRepository"; reason: unused.
Removed service "App\Repository\AreaZoneRepository"; reason: unused.
Removed service "App\Service\AdditionalFields\AdditionalField"; reason: unused.
Removed service "App\Service\AdditionalFields\AddressField"; reason: unused.
Removed service "App\Service\AdditionalFields\ApiAutocompleteField"; reason: unused.
Removed service "App\Service\AdditionalFields\ApiSelectField"; reason: unused.
Removed service "App\Service\AdditionalFields\AreaCraftSelectField"; reason: unused.
Removed service "App\Service\AdditionalFields\DateField"; reason: unused.
Removed service "App\Service\AdditionalFields\FieldGroup"; reason: unused.
Removed service "App\Service\AdditionalFields\SelectField"; reason: unused.
Removed service "App\Service\AdditionalFields\TextAreaField"; reason: unused.
Removed service "App\Service\AdditionalFields\TextField"; reason: unused.
Removed service "App\Service\AdditionalFields\TextFieldEditor"; reason: unused.
Removed service "App\Service\AdditionalFields\TextFieldType"; reason: unused.
Removed service "App\Service\AdditionalFields\TimeField"; reason: unused.
Removed service "App\Service\Checker"; reason: unused.
Removed service "App\Service\DocuwareService\Api\Client"; reason: unused.
Removed service "App\Service\DocuwareService\Api\Entity\Document"; reason: unused.
Removed service "App\Service\DocuwareService\Api\Entity\Field"; reason: unused.
Removed service "App\Service\DocuwareService\Api\Entity\Flag"; reason: unused.
Removed service "App\Service\DocuwareService\Api\Entity\Link"; reason: unused.
Removed service "App\Service\DocuwareService\Api\Entity\Pagination"; reason: unused.
Removed service "App\Service\DocuwareService\Api\Entity\Section"; reason: unused.
Removed service "App\Service\DocuwareService\Api\Response\DocumentListResponse"; reason: unused.
Removed service "App\Service\DocuwareService\Exception\ApiException"; reason: unused.
Removed service "App\Service\DocuwareService\Exception\MissingEnvException"; reason: unused.
Removed service "App\Service\DocuwareService\Exception\ResponseDecodeException"; reason: unused.
Removed service "App\Service\DocuwareService\Exception\UnauthorizedException"; reason: unused.
Removed service "App\Service\DynamicDocuments\ProtocolAS"; reason: unused.
Removed service "App\Service\DynamicDocuments\ProtocolDB"; reason: unused.
Removed service "App\Service\DynamicDocuments\ProtocolDefault"; reason: unused.
Removed service "App\Service\DynamicDocuments\ProtocolDefaultWithLargeNotes"; reason: unused.
Removed service "App\Service\DynamicDocuments\ProtocolHamburgWasser"; reason: unused.
Removed service "App\Service\DynamicDocuments\ProtocolHseCoordination"; reason: unused.
Removed service "App\Service\ExifReader"; reason: unused.
Removed service "App\Service\Odoo\EcoOdooClient"; reason: unused.
Removed service "App\Service\TinyCleaner"; reason: unused.
Removed service "App\Service\ValidationService\ContextValidation"; reason: unused.
Removed service "App\Service\VerificationService\Verification"; reason: unused.
Removed service "App\Type\Point"; reason: unused.
Removed service "App\Validator\Constraints\DateInterval"; reason: unused.
Removed service "App\Validator\Constraints\EntityExists"; reason: unused.
Removed service "App\Validator\Constraints\PhoneNumber"; reason: unused.
Removed service "App\Validator\Constraints\ProtocolEmailTemplateTextWithLink"; reason: unused.
Removed service "App\Validator\Constraints\ProtocolFilenameTemplate"; reason: unused.
Removed service "App\Validator\Constraints\StreetNumber"; 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 "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "workflow.security.expression_language"; 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 "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 "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.listener.stop_worker_signals_listener"; reason: unused.
Removed service "data_collector.request.session_collector"; 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 "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~nM3eEbw"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "stof_doctrine_extensions.tool.ip_address_provider"; reason: unused.
Removed service "stof_doctrine_extensions.event_listener.blame"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.local"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.awss3v3"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.ftp"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.sftp"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.in_memory"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.customadapter"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.async_aws_s3"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.google_cloud_storage"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.gitlab"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.azureblob"; reason: unused.
Removed service "security.authentication.session_strategy"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; 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.login"; reason: unused.
Removed service "security.user_checker.chain.resolve_defect_request"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~1yKfkJb"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.success_handler"; reason: unused.
Removed service "Snc\RedisBundle\Logger\RedisCallInterceptor"; reason: unused.
Removed service "snc_redis.phpredis_factory"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "api_platform.serializer_locator"; reason: unused.
Removed service "api_platform.path_segment_name_generator.underscore"; reason: unused.
Removed service "api_platform.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.metadata.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.serializer.property_metadata_loader"; reason: unused.
Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
Removed service "api_platform.doctrine.orm.order_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.range_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.date_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.backed_enum_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.boolean_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.numeric_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.exists_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.search_filter.instance"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.Ar70cHn"; reason: unused.
562
Inlined service "App\Repository\Odoo\OdooUserRepository" to "App\Command\EcoMapOdooEmployeesCommand".
Inlined service ".service_locator.xOXKEwj.App\Controller\Broadcast\Authentication\PusherAuthenticationController" to "App\Controller\Broadcast\Authentication\PusherAuthenticationController".
Inlined service ".service_locator.xOXKEwj.App\Controller\CompanyController" to "App\Controller\CompanyController".
Inlined service ".service_locator.xOXKEwj.App\Controller\ContactController" to "App\Controller\ContactController".
Inlined service ".service_locator.xOXKEwj.App\Controller\ErrorController" to "App\Controller\ErrorController".
Inlined service ".service_locator.xOXKEwj.App\Controller\MainController" to "App\Controller\MainController".
Inlined service ".service_locator.xOXKEwj.App\Controller\MediaController" to "App\Controller\MediaController".
Inlined service ".service_locator.xOXKEwj.App\Controller\Messenger\RetryFailedMessageController" to "App\Controller\Messenger\RetryFailedMessageController".
Inlined service ".service_locator.xOXKEwj.App\Controller\Protocols\ProtocolController" to "App\Controller\Protocols\ProtocolController".
Inlined service ".service_locator.xOXKEwj.App\Controller\Protocols\ResolveRequestDummyController" to "App\Controller\Protocols\ResolveRequestDummyController".
Inlined service ".service_locator.xOXKEwj.App\Controller\TestController" to "App\Controller\TestController".
Inlined service ".service_locator.xOXKEwj.App\Controller\__ToDos\OldProjectImageController" to "App\Controller\__ToDos\OldProjectImageController".
Inlined service ".service_locator.xOXKEwj.App\Controller\__ToDos\ProjectImageTagController" to "App\Controller\__ToDos\ProjectImageTagController".
Inlined service "App\Service\DocuwareService\DocuwareService" to "App\MessageHandler\SendProtocolFileToDocuwareHandler".
Inlined service "App\Serializer\ApiNormalizer.inner" to "App\Serializer\ApiNormalizer".
Inlined service "App\Service\DynamicDocuments\Forms\PriorNotice" to "App\Service\DynamicDocuments\DynamicDocumentFactory".
Inlined service "App\Service\DynamicDocuments\Forms\SiteSafetyNotice" to "App\Service\DynamicDocuments\DynamicDocumentFactory".
Inlined service "App\Service\TiptapEditor\CustomExtensions\PdfEcoImage" to "App\Service\TiptapEditor\TiptapPdfService".
Inlined service "App\Repository\Odoo\OdooMessageRepository" to "App\State\Odoo\OdooCollectionStateProvider".
Inlined service "App\State\Workflow\WorkflowStateProzessor.inner" to "App\State\Workflow\WorkflowStateProzessor".
Inlined service "App\Service\TiptapEditor\TiptapPdfService" to "App\Twig\AppExtension".
Inlined service ".service_locator.0S7gIzD.App\Twig\AppExtension" to "App\Twig\AppExtension".
Inlined service "Symfony\Component\Ldap\Adapter\ExtLdap\Adapter" to "Symfony\Component\Ldap\Ldap".
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.6Eeo3xq" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service ".service_locator.wuCZDVu" to "console.command.workflow_dump".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "cache.scheduler.recorder_inner" to "cache.scheduler".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service ".state_machine.area_workflow.transition.0" to "state_machine.area_workflow.definition".
Inlined service ".state_machine.area_workflow.transition.1" to "state_machine.area_workflow.definition".
Inlined service ".state_machine.area_workflow.transition.2" to "state_machine.area_workflow.definition".
Inlined service ".state_machine.area_workflow.transition.3" to "state_machine.area_workflow.definition".
Inlined service ".state_machine.area_workflow.transition.4" to "state_machine.area_workflow.definition".
Inlined service ".state_machine.area_workflow.transition.5" to "state_machine.area_workflow.definition".
Inlined service ".state_machine.area_workflow.transition.6" to "state_machine.area_workflow.definition".
Inlined service ".state_machine.area_workflow.transition.7" to "state_machine.area_workflow.definition".
Inlined service ".state_machine.area_workflow.transition.8" to "state_machine.area_workflow.definition".
Inlined service ".state_machine.area_workflow.transition.9" to "state_machine.area_workflow.definition".
Inlined service ".state_machine.area_workflow.transition.10" to "state_machine.area_workflow.definition".
Inlined service ".state_machine.area_workflow.transition.11" to "state_machine.area_workflow.definition".
Inlined service ".state_machine.area_workflow.transition.12" to "state_machine.area_workflow.definition".
Inlined service ".state_machine.area_workflow.transition.13" to "state_machine.area_workflow.definition".
Inlined service ".state_machine.area_workflow.transition.14" to "state_machine.area_workflow.definition".
Inlined service "state_machine.area_workflow.metadata_store" to "state_machine.area_workflow.definition".
Inlined service ".state_machine.vacation_workflow.transition.0" to "state_machine.vacation_workflow.definition".
Inlined service ".state_machine.vacation_workflow.transition.1" to "state_machine.vacation_workflow.definition".
Inlined service "state_machine.vacation_workflow.metadata_store" to "state_machine.vacation_workflow.definition".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "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.denormalizer.unwrapping" to "serializer".
Inlined service "App\Serializer\Denormalizer\PointDenormalizer" to "serializer".
Inlined service "App\Serializer\Denormalizer\UploadedFileDenormalizer" to "serializer".
Inlined service "App\Serializer\Normalizer\AdditionalFieldsNormalizer" to "serializer".
Inlined service "App\Serializer\Normalizer\ContextValidationNormalizer" to "serializer".
Inlined service "App\Serializer\Normalizer\DeleteConflictExceptionNormalizer" to "serializer".
Inlined service "App\Serializer\Normalizer\PointNormalizer" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.jsonld.normalizer.validation_exception" to "serializer".
Inlined service "api_platform.hydra.normalizer.documentation" to "serializer".
Inlined service "api_platform.hydra.normalizer.entrypoint" to "serializer".
Inlined service "api_platform.problem.normalizer.validation_exception" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "api_platform.hydra.normalizer.collection_filters" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "api_platform.jsonld.normalizer.object" to "serializer".
Inlined service "App\Encoder\MultipartDecoder" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "api_platform.jsonopenapi.encoder" to "serializer".
Inlined service "api_platform.yamlopenapi.encoder" to "serializer".
Inlined service "api_platform.jsonld.encoder" to "serializer".
Inlined service "api_platform.problem.encoder" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "doctrine.query_cache_pool.recorder_inner" to "doctrine.query_cache_pool".
Inlined service "doctrine.result_cache_pool.recorder_inner" to "doctrine.result_cache_pool".
Inlined service "doctrine.system_cache_pool.recorder_inner" to "doctrine.system_cache_pool".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.y4dplYt" 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 "form.server_params" to "form.type_extension.form.request_handler".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.BjaQ57j" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.GsaR2T7" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.Hm4yOA6" to "messenger.routable_message_bus".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.workflow" to "profiler".
Inlined service "snc_redis.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "workflow.twig_extension" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "templateFromSring" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" 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.K83T8Je" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.YCajs4_" 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.4bB8Xag" 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 ".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.aqo_HJf" to "doctrine.orm.default_entity_listener_resolver".
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 "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 "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "stof_doctrine_extensions.tool.actor_provider" to "stof_doctrine_extensions.listener.blameable".
Inlined service "oneup_flysystem.public_uploads_adapter_adapter" to "oneup_flysystem.public_uploads_filesystem_filesystem".
Inlined service "oneup_flysystem.private_uploads_adapter_adapter" to "oneup_flysystem.private_uploads_filesystem_filesystem".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.kxMSRXm" to "security.helper".
Inlined service ".service_locator.G7DIubl" to "security.helper".
Inlined service ".service_locator.ojw5gL4" to "security.helper".
Inlined service "api_platform.security.expression_language_provider" to "security.expression_language".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.lIfAiud" to "security.access_map".
Inlined service ".security.request_matcher.Nzvuy8R" to "security.access_map".
Inlined service ".security.request_matcher.5hBSG8B" to "security.access_map".
Inlined service ".security.request_matcher.u1yM9i9" to "security.access_map".
Inlined service ".security.request_matcher.zgUyz1A" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.xZ3r2jk" to ".security.request_matcher.RXaMIsy".
Inlined service "security.firewall.map.config.public" to "security.firewall.map.context.public".
Inlined service ".security.request_matcher.EscnXs2" to ".security.request_matcher.sTVRCAF".
Inlined service "security.authentication.success_handler.login.refresh_jwt" to "security.authenticator.refresh_jwt.login".
Inlined service "security.authentication.failure_handler.login.refresh_jwt" to "security.authenticator.refresh_jwt.login".
Inlined service "debug.security.firewall.authenticator.login.inner" to "debug.security.firewall.authenticator.login".
Inlined service "security.exception_listener.login" to "security.firewall.map.context.login".
Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login".
Inlined service ".security.request_matcher.QXWHwSe" to ".security.request_matcher.xnk9oxm".
Inlined service "security.authentication.success_handler.resolve_defect_request.refresh_jwt" to "security.authenticator.refresh_jwt.resolve_defect_request".
Inlined service "security.authentication.failure_handler.resolve_defect_request.refresh_jwt" to "security.authenticator.refresh_jwt.resolve_defect_request".
Inlined service "debug.security.firewall.authenticator.resolve_defect_request.inner" to "debug.security.firewall.authenticator.resolve_defect_request".
Inlined service "security.exception_listener.resolve_defect_request" to "security.firewall.map.context.resolve_defect_request".
Inlined service "security.firewall.map.config.resolve_defect_request" to "security.firewall.map.context.resolve_defect_request".
Inlined service ".security.request_matcher.DIgNAIv" to ".security.request_matcher.FbeHDom".
Inlined service "limiter.storage._login_local_main" to "limiter._login_local_main".
Inlined service "limiter.storage._login_global_main" to "limiter._login_global_main".
Inlined service "limiter._login_global_main" to "security.login_throttling.main.limiter".
Inlined service "limiter._login_local_main" to "security.login_throttling.main.limiter".
Inlined service "security.login_throttling.main.limiter" to "security.listener.login_throttling.main".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "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.WhAu1nU" to ".security.request_matcher.lIfAiud".
Inlined service ".security.request_matcher.IBV5MCH" to ".security.request_matcher.Nzvuy8R".
Inlined service ".security.request_matcher.mMwsSDQ" to ".security.request_matcher.5hBSG8B".
Inlined service ".security.request_matcher.pkwzISe" to ".security.request_matcher.u1yM9i9".
Inlined service ".security.request_matcher._LA_AHr" to ".security.request_matcher.zgUyz1A".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\UserFixture" to "doctrine.fixtures.loader".
Inlined service "bugsnag.factory" to "bugsnag".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "lexik_jwt_authentication.api_platform.openapi.factory.inner" to "lexik_jwt_authentication.api_platform.openapi.factory".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_body" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_parameter" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_cookie" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "lexik_jwt_authentication.handler.authentication_failure" to "gesdinet.jwtrefreshtoken".
Inlined service "monolog.logger.snc_redis" to "snc_redis.logger".
Inlined service ".service_locator.OHvXUW9" to "Snc\RedisBundle\Command\RedisQueryCommand".
Inlined service "snc_redis.default_connectionfactory" to "snc_redis.client.default_options".
Inlined service "snc_redis.connection.default_parameters.default" to "snc_redis.default".
Inlined service "snc_redis.client.default_options" to "snc_redis.default".
Inlined service "snc_redis.cache_connectionfactory" to "snc_redis.client.cache_options".
Inlined service "snc_redis.connection.cache_parameters.cache" to "snc_redis.cache".
Inlined service "snc_redis.client.cache_options" to "snc_redis.cache".
Inlined service "snc_redis.query_cache_connectionfactory" to "snc_redis.client.query_cache_options".
Inlined service "snc_redis.connection.query_cache_parameters.query_cache" to "snc_redis.query_cache".
Inlined service "snc_redis.client.query_cache_options" to "snc_redis.query_cache".
Inlined service "snc_redis.result_cache_connectionfactory" to "snc_redis.client.result_cache_options".
Inlined service "snc_redis.connection.result_cache_parameters.result_cache" to "snc_redis.result_cache".
Inlined service "snc_redis.client.result_cache_options" to "snc_redis.result_cache".
Inlined service "snc_redis.system_cache_connectionfactory" to "snc_redis.client.system_cache_options".
Inlined service "snc_redis.connection.system_cache_parameters.system_cache" to "snc_redis.system_cache".
Inlined service "snc_redis.client.system_cache_options" to "snc_redis.system_cache".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~MfO..tY" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service ".service_locator.0jK8vRl" to "api_platform.state_provider.locator".
Inlined service ".service_locator.GjqgwoN" to "api_platform.state_processor.locator".
Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
Inlined service "api_platform.serializer.context_builder.filter.inner" 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.metadata.inflector" to "api_platform.metadata.path_segment_name_generator.underscore".
Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
Inlined service "api_platform.state_provider.parameter" to "api_platform.state_provider.content_negotiation".
Inlined service ".service_locator.Vz31Jrt" to "api_platform.state_provider.parameter".
Inlined service "api_platform.http_cache.processor.add_headers" to "api_platform.state_processor.serialize".
Inlined service "api_platform.hydra.processor.link" to "api_platform.state_processor.add_link_header".
Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
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.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.name_collection_factory.concerns" to "api_platform.metadata.resource.name_collection_factory.attributes".
Inlined service "api_platform.metadata.resource.name_collection_factory.attributes" to "api_platform.metadata.resource.name_collection_factory.class_name".
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.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.concerns".
Inlined service "api_platform.metadata.property.metadata_factory.xml" to "api_platform.metadata.property.metadata_factory.property_info".
Inlined service "api_platform.metadata.property.metadata_factory.identifier" to "api_platform.metadata.property.metadata_factory.attribute".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.serializer".
Inlined service "api_platform.json_schema.metadata.property.metadata_factory.schema" 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.metadata_factory.default_property" to "api_platform.metadata.property.metadata_factory.identifier".
Inlined service "api_platform.cache.metadata.property.recorder_inner" to "api_platform.cache.metadata.property".
Inlined service "api_platform.validator.metadata.resource.metadata_collection_factory.parameter" to "api_platform.metadata.resource.metadata_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.xml" to "api_platform.metadata.resource.metadata_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.yaml" to "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" to "api_platform.metadata.resource.metadata_collection_factory.backed_enum".
Inlined service "api_platform.metadata.path_segment_name_generator.underscore" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.backed_enum" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.uri_template" to "api_platform.metadata.resource.metadata_collection_factory.main_controller".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.main_controller" to "api_platform.metadata.resource.metadata_collection_factory.link".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.link" to "api_platform.metadata.resource.metadata_collection_factory.operation_name".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.operation_name" to "api_platform.metadata.resource.metadata_collection_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.input_output" to "api_platform.metadata.resource.metadata_collection_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.formats" to "api_platform.metadata.resource.metadata_collection_factory.filters".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.filters" to "api_platform.metadata.resource.metadata_collection_factory.alternate_uri".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.attributes" to "api_platform.metadata.resource.metadata_collection_factory.parameter".
Inlined service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.cache.metadata.resource_collection.recorder_inner" to "api_platform.cache.metadata.resource_collection".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri" to "api_platform.metadata.resource.metadata_collection_factory.php_doc".
Inlined service "api_platform.metadata.resource.name_collection_factory.class_name" to "api_platform.metadata.resource.name_collection_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.concerns" to "api_platform.metadata.resource.metadata_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.attribute" to "api_platform.metadata.property.metadata_factory.yaml".
Inlined service "api_platform.metadata.property.name_collection_factory.concerns" to "api_platform.metadata.property.name_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.validator" to "api_platform.json_schema.metadata.property.metadata_factory.schema".
Inlined service "api_platform.hydra.json_schema.schema_factory" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service ".2_ObjectNormalizer~bCgaKYw" to ".1_Serializer~bCgaKYw".
Inlined service "api_platform.serializer.context_builder.filter" to "api_platform.openapi.serializer_context_builder".
Inlined service "api_platform.openapi.normalizer.legacy.inner" to "api_platform.openapi.normalizer.legacy".
Inlined service "api_platform.cache.openapi.recorder_inner" to "api_platform.cache.openapi".
Inlined service "api_platform.swagger_ui.context" to "api_platform.swagger_ui.processor".
Inlined service "api_platform.hydra.processor.link.inner" to "api_platform.hydra.processor.link".
Inlined service "api_platform.hydra.json_schema.schema_factory.inner" to "api_platform.hydra.json_schema.schema_factory".
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.metadata.property.metadata_factory.property_info" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
Inlined service "api_platform.messenger.metadata.resource.metadata_collection_factory" to "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory.inner" to "api_platform.doctrine.orm.metadata.resource.link_factory".
Inlined service "api_platform.state_processor.add_link_header" to "api_platform.http_cache.processor.add_headers".
Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.parameter" to "api_platform.validator.metadata.resource.metadata_collection_factory.parameter".
Inlined service "api_platform.state_provider.access_checker.post_validate" to "api_platform.state_provider.parameter_validator".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.php_doc" to "api_platform.messenger.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.state_provider.access_checker.post_deserialize.inner" to "api_platform.state_provider.access_checker.post_deserialize".
Inlined service "api_platform.state_provider.security_parameter.inner" to "api_platform.state_provider.security_parameter".
Inlined service "api_platform.state_provider.access_checker.post_validate.inner" to "api_platform.state_provider.access_checker.post_validate".
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 "api_platform.maker.command.state_processor" to "maker.auto_command.make_state_processor".
Inlined service "api_platform.maker.command.state_provider" to "maker.auto_command.make_state_provider".
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 "api_platform.argument_resolver.payload" to ".debug.value_resolver.api_platform.argument_resolver.payload".
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 "command_bus.middleware.send_message".
Inlined service "command_bus.messenger.handlers_locator" to "command_bus.middleware.handle_message".
Inlined service "App\MessageHandler\CreateProtocolEmailMessagesHandler" to ".messenger.handler_descriptor.a_8Em5a".
Inlined service "App\MessageHandler\CreateProtocolEmailMultipleRecipientMessageHandler" to ".messenger.handler_descriptor.O6Rx77j".
Inlined service "App\MessageHandler\PushAdminStatsHandler" to ".messenger.handler_descriptor.mq2_zjp".
Inlined service "App\MessageHandler\SaveProtocolDataHandler" to ".messenger.handler_descriptor.SeqjBHL".
Inlined service "App\MessageHandler\SendProtocolEmailHandler" to ".messenger.handler_descriptor.JG8xVVR".
Inlined service "App\MessageHandler\SendProtocolEmailMultipleRecipientHandler" to ".messenger.handler_descriptor.x0OAY11".
Inlined service "App\MessageHandler\SendProtocolFileToDocuwareHandler" to ".messenger.handler_descriptor.8p.oQfQ".
Inlined service "App\MessageHandler\SendSingleProtocolResolveEmailHandler" to ".messenger.handler_descriptor.x1N5d70".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.awvZxnY".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.rJUOC.J".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.pvjVpcB".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.kKY6REF".
Inlined service "scheduler.messenger.service_call_message_handler" to ".messenger.handler_descriptor.xp_jSW2".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.1ZdtwyW".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "debug.state_machine.area_workflow.inner" to "debug.state_machine.area_workflow".
Inlined service "debug.state_machine.vacation_workflow.inner" to "debug.state_machine.vacation_workflow".
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 "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\Voter\ActivityControlVoter" to ".debug.security.voter.App\Security\Voter\ActivityControlVoter".
Inlined service "App\Security\Voter\AreaCraftVoter" to ".debug.security.voter.App\Security\Voter\AreaCraftVoter".
Inlined service "App\Security\Voter\AreaVoter" to ".debug.security.voter.App\Security\Voter\AreaVoter".
Inlined service "App\Security\Voter\ChecklistVoter" to ".debug.security.voter.App\Security\Voter\ChecklistVoter".
Inlined service "App\Security\Voter\CompanyVoter" to ".debug.security.voter.App\Security\Voter\CompanyVoter".
Inlined service "App\Security\Voter\ContactVoter" to ".debug.security.voter.App\Security\Voter\ContactVoter".
Inlined service "App\Security\Voter\CraftVoter" to ".debug.security.voter.App\Security\Voter\CraftVoter".
Inlined service "App\Security\Voter\DefectCategoryVoter" to ".debug.security.voter.App\Security\Voter\DefectCategoryVoter".
Inlined service "App\Security\Voter\DefectVoter" to ".debug.security.voter.App\Security\Voter\DefectVoter".
Inlined service "App\Security\Voter\EcoBaseVoter" to ".debug.security.voter.App\Security\Voter\EcoBaseVoter".
Inlined service "App\Security\Voter\FailedMessageVoter" to ".debug.security.voter.App\Security\Voter\FailedMessageVoter".
Inlined service "App\Security\Voter\InspectionConditionVoter" to ".debug.security.voter.App\Security\Voter\InspectionConditionVoter".
Inlined service "App\Security\Voter\InspectionDefectAreaCraftVoter" to ".debug.security.voter.App\Security\Voter\InspectionDefectAreaCraftVoter".
Inlined service "App\Security\Voter\InspectionDefectVoter" to ".debug.security.voter.App\Security\Voter\InspectionDefectVoter".
Inlined service "App\Security\Voter\InspectionVoter" to ".debug.security.voter.App\Security\Voter\InspectionVoter".
Inlined service "App\Security\Voter\ProjectDocumentVoter" to ".debug.security.voter.App\Security\Voter\ProjectDocumentVoter".
Inlined service "App\Security\Voter\ProjectImageVoter" to ".debug.security.voter.App\Security\Voter\ProjectImageVoter".
Inlined service "App\Security\Voter\ProtocolEmailTemplateVoter" to ".debug.security.voter.App\Security\Voter\ProtocolEmailTemplateVoter".
Inlined service "App\Security\Voter\ProtocolVoter" to ".debug.security.voter.App\Security\Voter\ProtocolVoter".
Inlined service "App\Security\Voter\RuleVoter" to ".debug.security.voter.App\Security\Voter\RuleVoter".
Inlined service "App\Security\Voter\SolutionVoter" to ".debug.security.voter.App\Security\Voter\SolutionVoter".
Inlined service "App\Security\Voter\TagVoter" to ".debug.security.voter.App\Security\Voter\TagVoter".
Inlined service "App\Security\Voter\TextTemplateVoter" to ".debug.security.voter.App\Security\Voter\TextTemplateVoter".
Inlined service "debug.security.event_dispatcher.login.inner" to "debug.security.event_dispatcher.login".
Inlined service "debug.security.event_dispatcher.resolve_defect_request.inner" to "debug.security.event_dispatcher.resolve_defect_request".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.0S7gIzD" to ".service_locator.0S7gIzD.App\Twig\AppExtension".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.b.mdbP7" to ".service_locator.b.mdbP7.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 "api_platform.state_processor.serialize" to "App\State\Workflow\WorkflowStateProzessor.inner".
Inlined service "api_platform.state_processor.locator" to "App\State\Workflow\WorkflowStateProzessor.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.Pc4BK4x" to "debug.argument_resolver.inner".
Inlined service "api_platform.pagination_options" to "lexik_jwt_authentication.api_platform.openapi.factory.inner".
Inlined service "api_platform.json_schema.definition_name_factory" to "api_platform.hydra.json_schema.schema_factory.inner".
Inlined service "api_platform.state_provider.security_parameter" to "api_platform.state_provider.access_checker.post_deserialize.inner".
Inlined service "api_platform.state_provider.access_checker.inner" to "api_platform.state_provider.security_parameter.inner".
Inlined service "api_platform.state_provider.access_checker.post_deserialize" to "api_platform.state_provider.access_checker.post_validate.inner".
Inlined service "api_platform.validator" to "api_platform.state_provider.access_checker.post_validate.inner".
Inlined service "state_machine.area_workflow.definition" to "debug.state_machine.area_workflow.inner".
Inlined service "state_machine.vacation_workflow.definition" to "debug.state_machine.vacation_workflow.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service ".1_Serializer~bCgaKYw" to "api_platform.openapi.normalizer.api_gateway.inner".
Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.legacy.inner".
Inlined service ".service_locator..pZNZC9" to "console.command_loader".
Inlined service ".service_locator.b.mdbP7.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.command_bus.inner" to "messenger.default_bus".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "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 "serializer.encoder.json" to "serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "App\Serializer\ApiNormalizer" to "serializer".
Inlined service "App\Serializer\ApiNormalizer" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
2
Tag "container.decorator" was defined on service(s) "App\State\Workflow\WorkflowStateProzessor", "debug.validator", "doctrine.migrations.container_aware_migrations_factory", "var_dumper.contextualized_cli_dumper", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.login", "debug.security.firewall.authenticator.resolve_defect_request", "debug.security.firewall.authenticator.main", "lexik_jwt_authentication.api_platform.openapi.factory", "api_platform.serializer.mapping.class_metadata_factory", "api_platform.json_schema.backward_compatible_schema_factory", "api_platform.openapi.serializer_context_builder", ".debug.http_client", "debug.state_machine.area_workflow", "debug.state_machine.vacation_workflow", "debug.security.event_dispatcher.login", "debug.security.event_dispatcher.resolve_defect_request", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "workflow.state_machine" was defined on service(s) "debug.state_machine.area_workflow", "debug.state_machine.vacation_workflow", but was never used.