{closure:App\Form\OrderProductTaskType::buildForm():35}(): Implicitly marking parameter $task as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\PlanGridRepository::getByProductAndPlan(): Implicitly marking parameter $plan 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
The "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler" class is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Security\CustomAuthenticationSuccessHandler".
App\Service\Plan\InMemoryPlanService::determineTaskEarliestStartEnd(): Implicitly marking parameter $inMemoryPlan as nullable is deprecated, the explicit nullable type must be used instead
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.
App\Entity\Technologies2products::setTechnology(): Implicitly marking parameter $technology as nullable is deprecated, the explicit nullable type must be used instead
App\Entity\Technologies2products::setProduct(): Implicitly marking parameter $product as nullable is deprecated, the explicit nullable type must be used instead
Gesdinet\JWTRefreshTokenBundle\Security\Http\Authenticator\RefreshTokenAuthenticator::start(): Implicitly marking parameter $authException 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\Services\JWTManager::__construct(): Implicitly marking parameter $payloadEnrichment as nullable is deprecated, the explicit nullable type must be used instead
Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider::__construct(): Implicitly marking parameter $clock as nullable is deprecated, the explicit nullable type must be used 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.
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
Deprecated: App\Entity\Orders::setUser(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\Entity\Orders::setClient(): Implicitly marking parameter $client as nullable is deprecated, the explicit nullable type must be used instead
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://silmor-pvs.sandbox.accedo.tech/wordpress"" at RouterListener.php line 127
User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
Deprecated: App\Repository\PlanGridRepository::getByProductAndPlan(): Implicitly marking parameter $plan as nullable is deprecated, the explicit nullable type must be used instead
User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:1641, https://github.com/doctrine/orm/issues/10098, 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 also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:75 called by App_KernelDevDebugContainer.php:1641, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
"""
SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'pvs' */ ORDER BY k.ORDINAL_POSITION
"""
(parameters:
[1 => "pvs"
2 => "doctrine_migration_versions"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => """
SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'pvs' */ ORDER BY k.ORDINAL_POSITION
"""
"params" => [1 => "pvs"
2 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"""
SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
[
"sql" => """
SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
"params" => [1 => "pvs"
2 => "pvs"
3 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"""
SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
"""
(parameters:
[1 => "pvs"
2 => "doctrine_migration_versions"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => """
SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
"""
"params" => [1 => "pvs"
2 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 2]
]
debug
Executing query:
"SELECT * FROM doctrine_migration_versions"
doctrine
[
"sql" => "SELECT * FROM doctrine_migration_versions"
]
Log messages generated during the compilation of the service container.
Messages
Class
592
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MenuExtension" (parent: .abstract.instanceof.App\Twig\MenuExtension).
Resolving inheritance for "App\Twig\MenuExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MenuExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UserExtension" (parent: .abstract.instanceof.App\Twig\UserExtension).
Resolving inheritance for "App\Twig\UserExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UserExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FileExtension" (parent: .abstract.instanceof.App\Twig\FileExtension).
Resolving inheritance for "App\Twig\FileExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FileExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\Intl\IntlExtension" (parent: .abstract.instanceof.Twig\Extra\Intl\IntlExtension).
Resolving inheritance for "Twig\Extra\Intl\IntlExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\Intl\IntlExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AdminUserCommand" (parent: .abstract.instanceof.App\Command\AdminUserCommand).
Resolving inheritance for "App\Command\AdminUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AdminUserCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckOrdersOnPlanCommand" (parent: .abstract.instanceof.App\Command\CheckOrdersOnPlanCommand).
Resolving inheritance for "App\Command\CheckOrdersOnPlanCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckOrdersOnPlanCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClientActivityStatusCommand" (parent: .abstract.instanceof.App\Command\ClientActivityStatusCommand).
Resolving inheritance for "App\Command\ClientActivityStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClientActivityStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExtractAppRoutesCommand" (parent: .abstract.instanceof.App\Command\ExtractAppRoutesCommand).
Resolving inheritance for "App\Command\ExtractAppRoutesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExtractAppRoutesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InvoicePaymentSyncCommand" (parent: .abstract.instanceof.App\Command\InvoicePaymentSyncCommand).
Resolving inheritance for "App\Command\InvoicePaymentSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InvoicePaymentSyncCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateTimeToCompleteUnitCommand" (parent: .abstract.instanceof.App\Command\UpdateTimeToCompleteUnitCommand).
Resolving inheritance for "App\Command\UpdateTimeToCompleteUnitCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateTimeToCompleteUnitCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DocumentationController" (parent: .abstract.instanceof.App\Controller\Api\DocumentationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DocumentationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DocumentationController).
Resolving inheritance for "App\Controller\Api\DocumentationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DocumentationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\HolidaysController" (parent: .abstract.instanceof.App\Controller\Api\HolidaysController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\HolidaysController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\HolidaysController).
Resolving inheritance for "App\Controller\Api\HolidaysController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\HolidaysController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderController" (parent: .abstract.instanceof.App\Controller\Api\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderController).
Resolving inheritance for "App\Controller\Api\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PlanController" (parent: .abstract.instanceof.App\Controller\Api\PlanController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PlanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PlanController).
Resolving inheritance for "App\Controller\Api\PlanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PlanController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PlanGridController" (parent: .abstract.instanceof.App\Controller\Api\PlanGridController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PlanGridController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PlanGridController).
Resolving inheritance for "App\Controller\Api\PlanGridController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PlanGridController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TaskOrderController" (parent: .abstract.instanceof.App\Controller\Api\TaskOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TaskOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TaskOrderController).
Resolving inheritance for "App\Controller\Api\TaskOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TaskOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserController" (parent: .abstract.instanceof.App\Controller\Api\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserController).
Resolving inheritance for "App\Controller\Api\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ValidateTokenController" (parent: .abstract.instanceof.App\Controller\Api\ValidateTokenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ValidateTokenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ValidateTokenController).
Resolving inheritance for "App\Controller\Api\ValidateTokenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ValidateTokenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WorkstationController" (parent: .abstract.instanceof.App\Controller\Api\WorkstationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WorkstationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WorkstationController).
Resolving inheritance for "App\Controller\Api\WorkstationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WorkstationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WorkstationGroupController" (parent: .abstract.instanceof.App\Controller\Api\WorkstationGroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WorkstationGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WorkstationGroupController).
Resolving inheritance for "App\Controller\Api\WorkstationGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WorkstationGroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientPersonController" (parent: .abstract.instanceof.App\Controller\ClientPersonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientPersonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientPersonController).
Resolving inheritance for "App\Controller\ClientPersonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientPersonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientProductPriceController" (parent: .abstract.instanceof.App\Controller\ClientProductPriceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientProductPriceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientProductPriceController).
Resolving inheritance for "App\Controller\ClientProductPriceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientProductPriceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientProductTaskController" (parent: .abstract.instanceof.App\Controller\ClientProductTaskController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientProductTaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientProductTaskController).
Resolving inheritance for "App\Controller\ClientProductTaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientProductTaskController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientProductsController" (parent: .abstract.instanceof.App\Controller\ClientProductsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientProductsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientProductsController).
Resolving inheritance for "App\Controller\ClientProductsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientProductsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientsAddressController" (parent: .abstract.instanceof.App\Controller\ClientsAddressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientsAddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientsAddressController).
Resolving inheritance for "App\Controller\ClientsAddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientsAddressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientsController" (parent: .abstract.instanceof.App\Controller\ClientsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientsController).
Resolving inheritance for "App\Controller\ClientsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommandController" (parent: .abstract.instanceof.App\Controller\CommandController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommandController).
Resolving inheritance for "App\Controller\CommandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommandController).
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\DashboardController" (parent: .abstract.instanceof.App\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController).
Resolving inheritance for "App\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryController" (parent: .abstract.instanceof.App\Controller\DeliveryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryController).
Resolving inheritance for "App\Controller\DeliveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryNoteController" (parent: .abstract.instanceof.App\Controller\DeliveryNoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryNoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryNoteController).
Resolving inheritance for "App\Controller\DeliveryNoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryNoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DesignController" (parent: .abstract.instanceof.App\Controller\DesignController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DesignController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DesignController).
Resolving inheritance for "App\Controller\DesignController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DesignController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DesignUploadsController" (parent: .abstract.instanceof.App\Controller\DesignUploadsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DesignUploadsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DesignUploadsController).
Resolving inheritance for "App\Controller\DesignUploadsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DesignUploadsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EquipmentController" (parent: .abstract.instanceof.App\Controller\EquipmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EquipmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EquipmentController).
Resolving inheritance for "App\Controller\EquipmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EquipmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoicesController" (parent: .abstract.instanceof.App\Controller\InvoicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoicesController).
Resolving inheritance for "App\Controller\InvoicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoicesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IssueResolutionsController" (parent: .abstract.instanceof.App\Controller\IssueResolutionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IssueResolutionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IssueResolutionsController).
Resolving inheritance for "App\Controller\IssueResolutionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IssueResolutionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IssueTypesController" (parent: .abstract.instanceof.App\Controller\IssueTypesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IssueTypesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IssueTypesController).
Resolving inheritance for "App\Controller\IssueTypesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IssueTypesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogController" (parent: .abstract.instanceof.App\Controller\LogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogController).
Resolving inheritance for "App\Controller\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderDesignsController" (parent: .abstract.instanceof.App\Controller\OrderDesignsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderDesignsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderDesignsController).
Resolving inheritance for "App\Controller\OrderDesignsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderDesignsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderInvoiceController" (parent: .abstract.instanceof.App\Controller\OrderInvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderInvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderInvoiceController).
Resolving inheritance for "App\Controller\OrderInvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderInvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderIssuesController" (parent: .abstract.instanceof.App\Controller\OrderIssuesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderIssuesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderIssuesController).
Resolving inheritance for "App\Controller\OrderIssuesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderIssuesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderTaskController" (parent: .abstract.instanceof.App\Controller\OrderTaskController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderTaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderTaskController).
Resolving inheritance for "App\Controller\OrderTaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderTaskController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderUploadsController" (parent: .abstract.instanceof.App\Controller\OrderUploadsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderUploadsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderUploadsController).
Resolving inheritance for "App\Controller\OrderUploadsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderUploadsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrdersController" (parent: .abstract.instanceof.App\Controller\OrdersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrdersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrdersController).
Resolving inheritance for "App\Controller\OrdersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrdersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParamsController" (parent: .abstract.instanceof.App\Controller\ParamsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParamsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParamsController).
Resolving inheritance for "App\Controller\ParamsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParamsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParamsOrdersController" (parent: .abstract.instanceof.App\Controller\ParamsOrdersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParamsOrdersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParamsOrdersController).
Resolving inheritance for "App\Controller\ParamsOrdersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParamsOrdersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlanController" (parent: .abstract.instanceof.App\Controller\PlanController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlanController).
Resolving inheritance for "App\Controller\PlanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlanController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionController" (parent: .abstract.instanceof.App\Controller\ProductionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionController).
Resolving inheritance for "App\Controller\ProductionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductsController" (parent: .abstract.instanceof.App\Controller\ProductsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductsController).
Resolving inheritance for "App\Controller\ProductsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductsOrdersController" (parent: .abstract.instanceof.App\Controller\ProductsOrdersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductsOrdersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductsOrdersController).
Resolving inheritance for "App\Controller\ProductsOrdersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductsOrdersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QualityControlController" (parent: .abstract.instanceof.App\Controller\QualityControlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QualityControlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QualityControlController).
Resolving inheritance for "App\Controller\QualityControlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QualityControlController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsClientsController" (parent: .abstract.instanceof.App\Controller\Reports\ReportsClientsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsClientsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsClientsController).
Resolving inheritance for "App\Controller\Reports\ReportsClientsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsClientsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsController" (parent: .abstract.instanceof.App\Controller\Reports\ReportsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsController).
Resolving inheritance for "App\Controller\Reports\ReportsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsDeadlineController" (parent: .abstract.instanceof.App\Controller\Reports\ReportsDeadlineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsDeadlineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsDeadlineController).
Resolving inheritance for "App\Controller\Reports\ReportsDeadlineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsDeadlineController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsOrdersController" (parent: .abstract.instanceof.App\Controller\Reports\ReportsOrdersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsOrdersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsOrdersController).
Resolving inheritance for "App\Controller\Reports\ReportsOrdersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsOrdersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsTaskOrderTimeController" (parent: .abstract.instanceof.App\Controller\Reports\ReportsTaskOrderTimeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsTaskOrderTimeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsTaskOrderTimeController).
Resolving inheritance for "App\Controller\Reports\ReportsTaskOrderTimeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsTaskOrderTimeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsUnitTimeController" (parent: .abstract.instanceof.App\Controller\Reports\ReportsUnitTimeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsUnitTimeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsUnitTimeController).
Resolving inheritance for "App\Controller\Reports\ReportsUnitTimeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsUnitTimeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsUsageController" (parent: .abstract.instanceof.App\Controller\Reports\ReportsUsageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsUsageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsUsageController).
Resolving inheritance for "App\Controller\Reports\ReportsUsageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsUsageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsWorklogController" (parent: .abstract.instanceof.App\Controller\Reports\ReportsWorklogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsWorklogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsWorklogController).
Resolving inheritance for "App\Controller\Reports\ReportsWorklogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsWorklogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TaskTemplateController" (parent: .abstract.instanceof.App\Controller\TaskTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TaskTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TaskTemplateController).
Resolving inheritance for "App\Controller\TaskTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TaskTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TechnologiesController" (parent: .abstract.instanceof.App\Controller\TechnologiesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TechnologiesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TechnologiesController).
Resolving inheritance for "App\Controller\TechnologiesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TechnologiesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TechnologiesProductsController" (parent: .abstract.instanceof.App\Controller\TechnologiesProductsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TechnologiesProductsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TechnologiesProductsController).
Resolving inheritance for "App\Controller\TechnologiesProductsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TechnologiesProductsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserCompanySwitcherController" (parent: .abstract.instanceof.App\Controller\UserCompanySwitcherController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserCompanySwitcherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserCompanySwitcherController).
Resolving inheritance for "App\Controller\UserCompanySwitcherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserCompanySwitcherController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSettingsController" (parent: .abstract.instanceof.App\Controller\UserSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSettingsController).
Resolving inheritance for "App\Controller\UserSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsersController" (parent: .abstract.instanceof.App\Controller\UsersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsersController).
Resolving inheritance for "App\Controller\UsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarehouseController" (parent: .abstract.instanceof.App\Controller\WarehouseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarehouseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarehouseController).
Resolving inheritance for "App\Controller\WarehouseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarehouseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarehouseGroupsController" (parent: .abstract.instanceof.App\Controller\WarehouseGroupsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarehouseGroupsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarehouseGroupsController).
Resolving inheritance for "App\Controller\WarehouseGroupsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarehouseGroupsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarehouseOrdersController" (parent: .abstract.instanceof.App\Controller\WarehouseOrdersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarehouseOrdersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarehouseOrdersController).
Resolving inheritance for "App\Controller\WarehouseOrdersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarehouseOrdersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorklogController" (parent: .abstract.instanceof.App\Controller\WorklogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorklogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorklogController).
Resolving inheritance for "App\Controller\WorklogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorklogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkstationController" (parent: .abstract.instanceof.App\Controller\WorkstationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkstationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkstationController).
Resolving inheritance for "App\Controller\WorkstationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkstationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkstationGroupController" (parent: .abstract.instanceof.App\Controller\WorkstationGroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkstationGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkstationGroupController).
Resolving inheritance for "App\Controller\WorkstationGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkstationGroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkstationGroupUsersController" (parent: .abstract.instanceof.App\Controller\WorkstationGroupUsersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkstationGroupUsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkstationGroupUsersController).
Resolving inheritance for "App\Controller\WorkstationGroupUsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkstationGroupUsersController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ClientProductStatusEventSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ClientProductStatusEventSubscriber).
Resolving inheritance for "App\EventSubscriber\ClientProductStatusEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ClientProductStatusEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DesignEventSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\DesignEventSubscriber).
Resolving inheritance for "App\EventSubscriber\DesignEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DesignEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OrderEventSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\OrderEventSubscriber).
Resolving inheritance for "App\EventSubscriber\OrderEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OrderEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OrderStatusEventSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\OrderStatusEventSubscriber).
Resolving inheritance for "App\EventSubscriber\OrderStatusEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OrderStatusEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TaskOrderStatusEventSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\TaskOrderStatusEventSubscriber).
Resolving inheritance for "App\EventSubscriber\TaskOrderStatusEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TaskOrderStatusEventSubscriber).
Resolving inheritance for ".instanceof.App\EventSubscriber\TechnologyEventListener.0.App\EventSubscriber\TechnologyEventListener" (parent: .abstract.instanceof.App\EventSubscriber\TechnologyEventListener).
Resolving inheritance for "App\EventSubscriber\TechnologyEventListener" (parent: .instanceof.App\EventSubscriber\TechnologyEventListener.0.App\EventSubscriber\TechnologyEventListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddressType" (parent: .abstract.instanceof.App\Form\AddressType).
Resolving inheritance for "App\Form\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BankType" (parent: .abstract.instanceof.App\Form\BankType).
Resolving inheritance for "App\Form\BankType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BankType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientAddressType" (parent: .abstract.instanceof.App\Form\ClientAddressType).
Resolving inheritance for "App\Form\ClientAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientAddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientCommentsType" (parent: .abstract.instanceof.App\Form\ClientCommentsType).
Resolving inheritance for "App\Form\ClientCommentsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientCommentsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientPersonType" (parent: .abstract.instanceof.App\Form\ClientPersonType).
Resolving inheritance for "App\Form\ClientPersonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientPersonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductCommentType" (parent: .abstract.instanceof.App\Form\ClientProductCommentType).
Resolving inheritance for "App\Form\ClientProductCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductCommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductMaterialType" (parent: .abstract.instanceof.App\Form\ClientProductMaterialType).
Resolving inheritance for "App\Form\ClientProductMaterialType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductMaterialType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductOrderType" (parent: .abstract.instanceof.App\Form\ClientProductOrderType).
Resolving inheritance for "App\Form\ClientProductOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductOrderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductParamType" (parent: .abstract.instanceof.App\Form\ClientProductParamType).
Resolving inheritance for "App\Form\ClientProductParamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductParamType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductPriceType" (parent: .abstract.instanceof.App\Form\ClientProductPriceType).
Resolving inheritance for "App\Form\ClientProductPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductPriceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductTaskTemplateType" (parent: .abstract.instanceof.App\Form\ClientProductTaskTemplateType).
Resolving inheritance for "App\Form\ClientProductTaskTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductTaskTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductTaskType" (parent: .abstract.instanceof.App\Form\ClientProductTaskType).
Resolving inheritance for "App\Form\ClientProductTaskType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductTaskType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductType" (parent: .abstract.instanceof.App\Form\ClientProductType).
Resolving inheritance for "App\Form\ClientProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientType" (parent: .abstract.instanceof.App\Form\ClientType).
Resolving inheritance for "App\Form\ClientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType" (parent: .abstract.instanceof.App\Form\CompanyType).
Resolving inheritance for "App\Form\CompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeliveryType" (parent: .abstract.instanceof.App\Form\DeliveryType).
Resolving inheritance for "App\Form\DeliveryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeliveryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DesignLookupType" (parent: .abstract.instanceof.App\Form\DesignLookupType).
Resolving inheritance for "App\Form\DesignLookupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DesignLookupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DesignType" (parent: .abstract.instanceof.App\Form\DesignType).
Resolving inheritance for "App\Form\DesignType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DesignType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EquipmentServiceType" (parent: .abstract.instanceof.App\Form\EquipmentServiceType).
Resolving inheritance for "App\Form\EquipmentServiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EquipmentServiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EquipmentType" (parent: .abstract.instanceof.App\Form\EquipmentType).
Resolving inheritance for "App\Form\EquipmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EquipmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceFormType" (parent: .abstract.instanceof.App\Form\InvoiceFormType).
Resolving inheritance for "App\Form\InvoiceFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IssueResolutionsType" (parent: .abstract.instanceof.App\Form\IssueResolutionsType).
Resolving inheritance for "App\Form\IssueResolutionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IssueResolutionsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IssueTypesType" (parent: .abstract.instanceof.App\Form\IssueTypesType).
Resolving inheritance for "App\Form\IssueTypesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IssueTypesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderDeadlineChangeType" (parent: .abstract.instanceof.App\Form\OrderDeadlineChangeType).
Resolving inheritance for "App\Form\OrderDeadlineChangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderDeadlineChangeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderIssuesResolveType" (parent: .abstract.instanceof.App\Form\OrderIssuesResolveType).
Resolving inheritance for "App\Form\OrderIssuesResolveType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderIssuesResolveType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderIssuesType" (parent: .abstract.instanceof.App\Form\OrderIssuesType).
Resolving inheritance for "App\Form\OrderIssuesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderIssuesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderProductTaskType" (parent: .abstract.instanceof.App\Form\OrderProductTaskType).
Resolving inheritance for "App\Form\OrderProductTaskType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderProductTaskType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderTaskType" (parent: .abstract.instanceof.App\Form\OrderTaskType).
Resolving inheritance for "App\Form\OrderTaskType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderTaskType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderType" (parent: .abstract.instanceof.App\Form\OrderType).
Resolving inheritance for "App\Form\OrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParamsOrdersType" (parent: .abstract.instanceof.App\Form\ParamsOrdersType).
Resolving inheritance for "App\Form\ParamsOrdersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParamsOrdersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParamsType" (parent: .abstract.instanceof.App\Form\ParamsType).
Resolving inheritance for "App\Form\ParamsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParamsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonType" (parent: .abstract.instanceof.App\Form\PersonType).
Resolving inheritance for "App\Form\PersonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType" (parent: .abstract.instanceof.App\Form\ProductType).
Resolving inheritance for "App\Form\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductionTaskCompleteType" (parent: .abstract.instanceof.App\Form\ProductionTaskCompleteType).
Resolving inheritance for "App\Form\ProductionTaskCompleteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductionTaskCompleteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductsOrdersType" (parent: .abstract.instanceof.App\Form\ProductsOrdersType).
Resolving inheritance for "App\Form\ProductsOrdersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductsOrdersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\ClientProductSearchType" (parent: .abstract.instanceof.App\Form\Search\ClientProductSearchType).
Resolving inheritance for "App\Form\Search\ClientProductSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\ClientProductSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\ClientSearchType" (parent: .abstract.instanceof.App\Form\Search\ClientSearchType).
Resolving inheritance for "App\Form\Search\ClientSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\ClientSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\DateRangeSearchType" (parent: .abstract.instanceof.App\Form\Search\DateRangeSearchType).
Resolving inheritance for "App\Form\Search\DateRangeSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\DateRangeSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\DesignSearchType" (parent: .abstract.instanceof.App\Form\Search\DesignSearchType).
Resolving inheritance for "App\Form\Search\DesignSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\DesignSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\InvoiceSearchType" (parent: .abstract.instanceof.App\Form\Search\InvoiceSearchType).
Resolving inheritance for "App\Form\Search\InvoiceSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\InvoiceSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\OrderIssuesSearchType" (parent: .abstract.instanceof.App\Form\Search\OrderIssuesSearchType).
Resolving inheritance for "App\Form\Search\OrderIssuesSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\OrderIssuesSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\OrderSearchType" (parent: .abstract.instanceof.App\Form\Search\OrderSearchType).
Resolving inheritance for "App\Form\Search\OrderSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\OrderSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\ReportProducedSearchType" (parent: .abstract.instanceof.App\Form\Search\ReportProducedSearchType).
Resolving inheritance for "App\Form\Search\ReportProducedSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\ReportProducedSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\ReportTaskOrderTimeSearchType" (parent: .abstract.instanceof.App\Form\Search\ReportTaskOrderTimeSearchType).
Resolving inheritance for "App\Form\Search\ReportTaskOrderTimeSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\ReportTaskOrderTimeSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\WarehouseSearchType" (parent: .abstract.instanceof.App\Form\Search\WarehouseSearchType).
Resolving inheritance for "App\Form\Search\WarehouseSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\WarehouseSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StaticTextType" (parent: .abstract.instanceof.App\Form\StaticTextType).
Resolving inheritance for "App\Form\StaticTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StaticTextType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaskTemplateTaskType" (parent: .abstract.instanceof.App\Form\TaskTemplateTaskType).
Resolving inheritance for "App\Form\TaskTemplateTaskType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaskTemplateTaskType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaskTemplateType" (parent: .abstract.instanceof.App\Form\TaskTemplateType).
Resolving inheritance for "App\Form\TaskTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaskTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TechnologiesProductsType" (parent: .abstract.instanceof.App\Form\TechnologiesProductsType).
Resolving inheritance for "App\Form\TechnologiesProductsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TechnologiesProductsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TechnologyType" (parent: .abstract.instanceof.App\Form\TechnologyType).
Resolving inheritance for "App\Form\TechnologyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TechnologyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserCompanyType" (parent: .abstract.instanceof.App\Form\UserCompanyType).
Resolving inheritance for "App\Form\UserCompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserCompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarehouseGroupType" (parent: .abstract.instanceof.App\Form\WarehouseGroupType).
Resolving inheritance for "App\Form\WarehouseGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarehouseGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarehouseOrdersType" (parent: .abstract.instanceof.App\Form\WarehouseOrdersType).
Resolving inheritance for "App\Form\WarehouseOrdersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarehouseOrdersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarehouseType" (parent: .abstract.instanceof.App\Form\WarehouseType).
Resolving inheritance for "App\Form\WarehouseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarehouseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkingDays1Type" (parent: .abstract.instanceof.App\Form\WorkingDays1Type).
Resolving inheritance for "App\Form\WorkingDays1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkingDays1Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkingDaysType" (parent: .abstract.instanceof.App\Form\WorkingDaysType).
Resolving inheritance for "App\Form\WorkingDaysType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkingDaysType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkstationGroupType" (parent: .abstract.instanceof.App\Form\WorkstationGroupType).
Resolving inheritance for "App\Form\WorkstationGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkstationGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkstationGroupUsersType" (parent: .abstract.instanceof.App\Form\WorkstationGroupUsersType).
Resolving inheritance for "App\Form\WorkstationGroupUsersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkstationGroupUsersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkstationType" (parent: .abstract.instanceof.App\Form\WorkstationType).
Resolving inheritance for "App\Form\WorkstationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkstationType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientAddressRepository" (parent: .abstract.instanceof.App\Repository\ClientAddressRepository).
Resolving inheritance for "App\Repository\ClientAddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientAddressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientPersonRepository" (parent: .abstract.instanceof.App\Repository\ClientPersonRepository).
Resolving inheritance for "App\Repository\ClientPersonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientPersonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientProductCommentRepository" (parent: .abstract.instanceof.App\Repository\ClientProductCommentRepository).
Resolving inheritance for "App\Repository\ClientProductCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientProductCommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientProductMaterialRepository" (parent: .abstract.instanceof.App\Repository\ClientProductMaterialRepository).
Resolving inheritance for "App\Repository\ClientProductMaterialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientProductMaterialRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientProductParamRepository" (parent: .abstract.instanceof.App\Repository\ClientProductParamRepository).
Resolving inheritance for "App\Repository\ClientProductParamRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientProductParamRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientProductPriceRepository" (parent: .abstract.instanceof.App\Repository\ClientProductPriceRepository).
Resolving inheritance for "App\Repository\ClientProductPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientProductPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientProductRepository" (parent: .abstract.instanceof.App\Repository\ClientProductRepository).
Resolving inheritance for "App\Repository\ClientProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientsRepository" (parent: .abstract.instanceof.App\Repository\ClientsRepository).
Resolving inheritance for "App\Repository\ClientsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientsRepository).
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\DeliveryProductRepository" (parent: .abstract.instanceof.App\Repository\DeliveryProductRepository).
Resolving inheritance for "App\Repository\DeliveryProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryRepository" (parent: .abstract.instanceof.App\Repository\DeliveryRepository).
Resolving inheritance for "App\Repository\DeliveryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DesignUploadsRepository" (parent: .abstract.instanceof.App\Repository\DesignUploadsRepository).
Resolving inheritance for "App\Repository\DesignUploadsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DesignUploadsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DesignsRepository" (parent: .abstract.instanceof.App\Repository\DesignsRepository).
Resolving inheritance for "App\Repository\DesignsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DesignsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EquipmentRepository" (parent: .abstract.instanceof.App\Repository\EquipmentRepository).
Resolving inheritance for "App\Repository\EquipmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EquipmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EquipmentServiceRepository" (parent: .abstract.instanceof.App\Repository\EquipmentServiceRepository).
Resolving inheritance for "App\Repository\EquipmentServiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EquipmentServiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HolidaysRepository" (parent: .abstract.instanceof.App\Repository\HolidaysRepository).
Resolving inheritance for "App\Repository\HolidaysRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HolidaysRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository" (parent: .abstract.instanceof.App\Repository\InvoiceRepository).
Resolving inheritance for "App\Repository\InvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRowRepository" (parent: .abstract.instanceof.App\Repository\InvoiceRowRepository).
Resolving inheritance for "App\Repository\InvoiceRowRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRowRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IssueResolutionsRepository" (parent: .abstract.instanceof.App\Repository\IssueResolutionsRepository).
Resolving inheritance for "App\Repository\IssueResolutionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IssueResolutionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IssueTypeRepository" (parent: .abstract.instanceof.App\Repository\IssueTypeRepository).
Resolving inheritance for "App\Repository\IssueTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IssueTypeRepository).
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\OrderDeadlineChangelogRepository" (parent: .abstract.instanceof.App\Repository\OrderDeadlineChangelogRepository).
Resolving inheritance for "App\Repository\OrderDeadlineChangelogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeadlineChangelogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDesignsRepository" (parent: .abstract.instanceof.App\Repository\OrderDesignsRepository).
Resolving inheritance for "App\Repository\OrderDesignsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDesignsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderIssuesRepository" (parent: .abstract.instanceof.App\Repository\OrderIssuesRepository).
Resolving inheritance for "App\Repository\OrderIssuesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderIssuesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderLogRepository" (parent: .abstract.instanceof.App\Repository\OrderLogRepository).
Resolving inheritance for "App\Repository\OrderLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderUploadsRepository" (parent: .abstract.instanceof.App\Repository\OrderUploadsRepository).
Resolving inheritance for "App\Repository\OrderUploadsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderUploadsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrdersRepository" (parent: .abstract.instanceof.App\Repository\OrdersRepository).
Resolving inheritance for "App\Repository\OrdersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrdersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Params2ordersRepository" (parent: .abstract.instanceof.App\Repository\Params2ordersRepository).
Resolving inheritance for "App\Repository\Params2ordersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Params2ordersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParamsRepository" (parent: .abstract.instanceof.App\Repository\ParamsRepository).
Resolving inheritance for "App\Repository\ParamsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParamsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanGridRepository" (parent: .abstract.instanceof.App\Repository\PlanGridRepository).
Resolving inheritance for "App\Repository\PlanGridRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanGridRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanRepository" (parent: .abstract.instanceof.App\Repository\PlanRepository).
Resolving inheritance for "App\Repository\PlanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository" (parent: .abstract.instanceof.App\Repository\ProductRepository).
Resolving inheritance for "App\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products2ordersRepository" (parent: .abstract.instanceof.App\Repository\Products2ordersRepository).
Resolving inheritance for "App\Repository\Products2ordersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products2ordersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products2warehouseRepository" (parent: .abstract.instanceof.App\Repository\Products2warehouseRepository).
Resolving inheritance for "App\Repository\Products2warehouseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products2warehouseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskClientProductRepository" (parent: .abstract.instanceof.App\Repository\TaskClientProductRepository).
Resolving inheritance for "App\Repository\TaskClientProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskClientProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskOrderCommentRepository" (parent: .abstract.instanceof.App\Repository\TaskOrderCommentRepository).
Resolving inheritance for "App\Repository\TaskOrderCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskOrderCommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskOrderRepository" (parent: .abstract.instanceof.App\Repository\TaskOrderRepository).
Resolving inheritance for "App\Repository\TaskOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskOrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskTemplateRepository" (parent: .abstract.instanceof.App\Repository\TaskTemplateRepository).
Resolving inheritance for "App\Repository\TaskTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskTemplateTaskRepository" (parent: .abstract.instanceof.App\Repository\TaskTemplateTaskRepository).
Resolving inheritance for "App\Repository\TaskTemplateTaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskTemplateTaskRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskTimeLogRepository" (parent: .abstract.instanceof.App\Repository\TaskTimeLogRepository).
Resolving inheritance for "App\Repository\TaskTimeLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskTimeLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Technologies2productsRepository" (parent: .abstract.instanceof.App\Repository\Technologies2productsRepository).
Resolving inheritance for "App\Repository\Technologies2productsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Technologies2productsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyRepository" (parent: .abstract.instanceof.App\Repository\TechnologyRepository).
Resolving inheritance for "App\Repository\TechnologyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyRepository).
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\Warehouse2ordersRepository" (parent: .abstract.instanceof.App\Repository\Warehouse2ordersRepository).
Resolving inheritance for "App\Repository\Warehouse2ordersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Warehouse2ordersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseGroupsRepository" (parent: .abstract.instanceof.App\Repository\WarehouseGroupsRepository).
Resolving inheritance for "App\Repository\WarehouseGroupsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseGroupsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseRepository" (parent: .abstract.instanceof.App\Repository\WarehouseRepository).
Resolving inheritance for "App\Repository\WarehouseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorklogRepository" (parent: .abstract.instanceof.App\Repository\WorklogRepository).
Resolving inheritance for "App\Repository\WorklogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorklogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkstationGroupRepository" (parent: .abstract.instanceof.App\Repository\WorkstationGroupRepository).
Resolving inheritance for "App\Repository\WorkstationGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkstationGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkstationGroupUsersRepository" (parent: .abstract.instanceof.App\Repository\WorkstationGroupUsersRepository).
Resolving inheritance for "App\Repository\WorkstationGroupUsersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkstationGroupUsersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkstationRepository" (parent: .abstract.instanceof.App\Repository\WorkstationRepository).
Resolving inheritance for "App\Repository\WorkstationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkstationRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ClientProductVoter" (parent: .abstract.instanceof.App\Security\ClientProductVoter).
Resolving inheritance for "App\Security\ClientProductVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ClientProductVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\DesignVoter" (parent: .abstract.instanceof.App\Security\DesignVoter).
Resolving inheritance for "App\Security\DesignVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\DesignVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\InvoiceVoter" (parent: .abstract.instanceof.App\Security\InvoiceVoter).
Resolving inheritance for "App\Security\InvoiceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\InvoiceVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\OrderProductVoter" (parent: .abstract.instanceof.App\Security\OrderProductVoter).
Resolving inheritance for "App\Security\OrderProductVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\OrderProductVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\OrdersVoter" (parent: .abstract.instanceof.App\Security\OrdersVoter).
Resolving inheritance for "App\Security\OrdersVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\OrdersVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\QosVoter" (parent: .abstract.instanceof.App\Security\QosVoter).
Resolving inheritance for "App\Security\QosVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\QosVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\TaskGridVoter" (parent: .abstract.instanceof.App\Security\TaskGridVoter).
Resolving inheritance for "App\Security\TaskGridVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\TaskGridVoter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DateFormatExtension" (parent: .abstract.instanceof.App\Twig\DateFormatExtension).
Resolving inheritance for "App\Twig\DateFormatExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DateFormatExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\StringExtension" (parent: .abstract.instanceof.App\Twig\StringExtension).
Resolving inheritance for "App\Twig\StringExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\StringExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TimeAgoExtension" (parent: .abstract.instanceof.App\Twig\TimeAgoExtension).
Resolving inheritance for "App\Twig\TimeAgoExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TimeAgoExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TimeExtension" (parent: .abstract.instanceof.App\Twig\TimeExtension).
Resolving inheritance for "App\Twig\TimeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TimeExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.sendgrid" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "state_machine.order_status" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.order_status" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.client_product" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.client_product" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.task_order_status" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.task_order_status" (parent: workflow.marking_store.method).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.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.api_token_refresh" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.refresh_jwt.api_token_refresh" (parent: gesdinet.jwtrefreshtoken.security.refresh_token_authenticator).
Resolving inheritance for "security.authentication.success_handler.api_token_refresh.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.api_token_refresh.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.api_token_refresh" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api_token_refresh" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api_token_refresh" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api_token_refresh" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_token_refresh" (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.authentication.success_handler.login.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: App\Security\CustomAuthenticationSuccessHandler).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: App\Security\CustomAuthenticationFailureHandler).
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.api" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
480
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 "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 $order_status.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $orderStatusStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $order_status"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $orderStatus"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $client_product.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $clientProductStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $client_product"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $clientProduct"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $task_order_status.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $taskOrderStatusStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $task_order_status"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $taskOrderStatus"; 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 "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "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 $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "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.api_token_refresh"; reason: private alias.
Removed service "security.user_checker.api_token_refresh"; 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.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "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 "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 $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.object_manager"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.user_checker"; reason: private alias.
Removed service ".service_locator.GlL_EpH"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.ISr3mYv"; reason: private alias.
Removed service ".service_locator.HxF8cuP"; reason: private alias.
Removed service ".service_locator.O4MC1lx"; reason: private alias.
Removed service ".service_locator.QFfHg_T"; reason: private alias.
Removed service ".service_locator.Pf2nCjf"; reason: private alias.
Removed service ".service_locator.vxNhcN5"; reason: private alias.
Removed service ".service_locator.hR88ozL"; reason: private alias.
Removed service ".service_locator.1G5yTJU"; reason: private alias.
Removed service ".service_locator.yyujsE7"; reason: private alias.
Removed service ".service_locator.VWaXW7I"; reason: private alias.
Removed service ".service_locator.dukgldW"; reason: private alias.
Removed service ".service_locator.N0tIQuv"; reason: private alias.
Removed service ".service_locator.2B7U.lu"; reason: private alias.
Removed service ".service_locator.mY1ATGd"; reason: private alias.
Removed service ".service_locator.6iWp4cd"; reason: private alias.
Removed service ".service_locator.KeybV6u"; reason: private alias.
Removed service ".service_locator.gN5i3Iy"; reason: private alias.
Removed service ".service_locator.nbVh4bs"; reason: private alias.
Removed service ".service_locator.cygN8Nk"; reason: private alias.
Removed service ".service_locator.t1w8Aos"; reason: private alias.
Removed service ".service_locator.6tLIOTc"; reason: private alias.
Removed service ".service_locator.wFw8jji"; reason: private alias.
Removed service ".service_locator.3zz7Qf3"; reason: private alias.
Removed service ".service_locator.JWfMDER"; reason: private alias.
Removed service ".service_locator.PS7IsxP"; reason: private alias.
Removed service ".service_locator.4La8lHk"; reason: private alias.
Removed service ".service_locator.yoonheG"; reason: private alias.
Removed service ".service_locator.SkXuwiF"; reason: private alias.
Removed service ".service_locator.k.rFbIO"; reason: private alias.
Removed service ".service_locator.SbtEFWk"; reason: private alias.
Removed service ".service_locator.SYnZ1Cl"; reason: private alias.
Removed service ".service_locator.MqlsQSE"; reason: private alias.
Removed service ".service_locator.8jYP2Re"; reason: private alias.
Removed service ".service_locator.W5dfZtd"; reason: private alias.
Removed service ".service_locator.RW3ZeHk"; reason: private alias.
Removed service ".service_locator.L4UPxuJ"; reason: private alias.
Removed service ".service_locator.VMxRODT"; reason: private alias.
Removed service ".service_locator.9DD0N90"; reason: private alias.
Removed service ".service_locator.wAELZ.7"; reason: private alias.
Removed service ".service_locator.9yWDQgZ"; reason: private alias.
Removed service ".service_locator._nNmtIb"; reason: private alias.
Removed service ".service_locator.4wzYF62"; reason: private alias.
Removed service ".service_locator.XeNq1KH"; reason: private alias.
Removed service ".service_locator.R__Ol7j"; reason: private alias.
Removed service ".service_locator.hOP86tr"; reason: private alias.
Removed service ".service_locator.mQnRB7h"; reason: private alias.
Removed service ".service_locator.Fx50YL3"; reason: private alias.
Removed service ".service_locator.a3aK4od"; reason: private alias.
Removed service ".service_locator.3yKsSbg"; reason: private alias.
Removed service ".service_locator.IPE94os"; reason: private alias.
Removed service ".service_locator.cmLsJu."; reason: private alias.
Removed service ".service_locator.oKE6PqH"; reason: private alias.
Removed service ".service_locator.IWYXubB"; reason: private alias.
Removed service ".service_locator.aCVp5CN"; reason: private alias.
Removed service ".service_locator.RMthyYZ"; reason: private alias.
Removed service ".service_locator.Z.nSprR"; reason: private alias.
Removed service ".service_locator..yYXRMF"; reason: private alias.
Removed service ".service_locator.o8b18JX"; reason: private alias.
Removed service ".service_locator.RyrlRFI"; reason: private alias.
Removed service ".service_locator.lbu1SFF"; reason: private alias.
Removed service ".service_locator.M26V6HW"; reason: private alias.
Removed service ".service_locator.WLUCoKb"; reason: private alias.
Removed service ".service_locator.vFQYKfb"; reason: private alias.
Removed service ".service_locator.PH1XhYc"; reason: private alias.
Removed service ".service_locator.M.Ws7Qp"; reason: private alias.
Removed service ".service_locator.j2fCV_5"; reason: private alias.
Removed service ".service_locator.T_zx2o6"; reason: private alias.
Removed service ".service_locator.G6y6AYd"; reason: private alias.
Removed service ".service_locator.NyuRYsU"; reason: private alias.
Removed service ".service_locator.mZCacQ6"; reason: private alias.
Removed service ".service_locator.w1nfG5H"; reason: private alias.
Removed service ".service_locator.Y3q11pI"; reason: private alias.
Removed service ".service_locator.zWDzdPn"; reason: private alias.
Removed service ".service_locator.WmKvmKN"; reason: private alias.
Removed service ".service_locator.kmkmy3K"; reason: private alias.
Removed service ".service_locator.vWMs26P"; reason: private alias.
Removed service ".service_locator.Y9rt0My"; reason: private alias.
Removed service ".service_locator.I7QNjza"; reason: private alias.
Removed service ".service_locator.bn4hl3q"; reason: private alias.
Removed service ".service_locator.JSb0fF."; reason: private alias.
Removed service ".service_locator.tiaxsBU"; reason: private alias.
Removed service ".service_locator.T1xnbWB"; reason: private alias.
Removed service ".service_locator.65byIP9"; reason: private alias.
Removed service ".service_locator.bgV73f2"; reason: private alias.
Removed service ".service_locator.U9I0NKG"; reason: private alias.
Removed service ".service_locator.HjZg1Oo"; reason: private alias.
Removed service ".service_locator.N.EpoEc"; reason: private alias.
Removed service ".service_locator.Uj0ErY7"; reason: private alias.
Removed service ".service_locator.5_cCtec"; reason: private alias.
Removed service ".service_locator.AUjTYFV"; reason: private alias.
Removed service ".service_locator.DlG0Z5Q"; reason: private alias.
Removed service ".service_locator.KUiZan3"; reason: private alias.
Removed service ".service_locator.yzxlczf"; reason: private alias.
Removed service ".service_locator.h06._IL"; reason: private alias.
Removed service ".service_locator._gCqoiU"; reason: private alias.
Removed service ".service_locator.PsVbeXG"; reason: private alias.
Removed service ".service_locator.6iPiBmi"; reason: private alias.
Removed service ".service_locator.8mHtXgy"; reason: private alias.
Removed service ".service_locator.pJ7e8Av"; reason: private alias.
Removed service ".service_locator.BFrsqsn"; reason: private alias.
Removed service ".service_locator.bJzpI3r"; reason: private alias.
Removed service ".service_locator.gPYCvRl"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api_token_refresh"; reason: private alias.
Removed service "security.firewall.authenticator.login"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "state_machine.order_status"; reason: private alias.
Removed service "state_machine.client_product"; reason: private alias.
Removed service "state_machine.task_order_status"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.api_token_refresh"; reason: private alias.
Removed service "security.event_dispatcher.login"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.DMw.A6G"; reason: private alias.
Removed service ".service_locator.vAYv19W"; reason: private alias.
Removed service ".service_locator.ZMYR3M9"; reason: private alias.
Removed service ".service_locator.d3Leere"; reason: private alias.
Removed service ".service_locator.75APj9R"; reason: private alias.
Removed service ".service_locator.HpktVax"; reason: private alias.
Removed service ".service_locator.cJXYMUW"; reason: private alias.
Removed service ".service_locator.2OIZ0E0"; reason: private alias.
Removed service ".service_locator.df3HMAv"; reason: private alias.
Removed service ".service_locator.tqjJfSC"; reason: private alias.
Removed service ".service_locator.lfN3Hd0"; reason: private alias.
Removed service ".service_locator.gShVfXH"; reason: private alias.
Removed service ".service_locator.GmaJD3X"; reason: private alias.
Removed service ".service_locator.j_97mdY"; reason: private alias.
Removed service ".service_locator.2vi8K04"; reason: private alias.
Removed service ".service_locator.IgdJwDd"; reason: private alias.
Removed service ".service_locator.sTfvxhE"; reason: private alias.
Removed service ".service_locator.dMqg_pq"; reason: private alias.
Removed service ".service_locator.yZt_0TC"; reason: private alias.
Removed service ".service_locator.8M6Gs0S"; reason: private alias.
Removed service ".service_locator.g180Wq7"; reason: private alias.
Removed service ".service_locator.3G_9Fz."; reason: private alias.
Removed service ".service_locator.7Yxk3Vc"; reason: private alias.
Removed service ".service_locator.TlqkJ8w"; reason: private alias.
Removed service ".service_locator.woaAcVW"; reason: private alias.
Removed service ".service_locator.Nn0dwk0"; reason: private alias.
Removed service ".service_locator.dNBSInZ"; reason: private alias.
Removed service ".service_locator.KA_wAgN"; reason: private alias.
Removed service ".service_locator.VHAkYAh"; reason: private alias.
Removed service ".service_locator.QjXsCJ5"; reason: private alias.
Removed service ".service_locator.PbnFUtw"; reason: private alias.
Removed service ".service_locator.d4ZdUhB"; reason: private alias.
Removed service ".service_locator.3XGpzXw"; reason: private alias.
Removed service ".service_locator.8sMeKKB"; reason: private alias.
Removed service ".service_locator.HhUE1M7"; reason: private alias.
Removed service ".service_locator.aIYX1i0"; reason: private alias.
Removed service ".service_locator.d.AvkVF"; reason: private alias.
Removed service ".service_locator.zal_ZGT"; reason: private alias.
Removed service ".service_locator.5Tn9vwL"; reason: private alias.
Removed service ".service_locator.XxG.UIu"; reason: private alias.
Removed service ".service_locator.IdEnQMJ"; reason: private alias.
Removed service ".service_locator.pa69nkv"; reason: private alias.
Removed service ".service_locator.33ANwV."; reason: private alias.
Removed service ".service_locator.mG3Lkj5"; reason: private alias.
Removed service ".service_locator.h5JMDhz"; reason: private alias.
Removed service ".service_locator.a1ORTmC"; reason: private alias.
Removed service ".service_locator.UIgtLAx"; reason: private alias.
Removed service ".service_locator.eA3RZ6V"; reason: private alias.
Removed service ".service_locator.6Hfp4Mz"; reason: private alias.
Removed service ".service_locator.DA86QFK"; reason: private alias.
Removed service ".service_locator.mi24Fhe"; reason: private alias.
Removed service ".service_locator.Ek8fHsp"; reason: private alias.
Removed service ".service_locator.9nv6ruQ"; reason: private alias.
Removed service ".service_locator.t2wOkL5"; reason: private alias.
Removed service ".service_locator.61LTztM"; reason: private alias.
Removed service ".service_locator.uqCHjle"; reason: private alias.
Removed service ".service_locator.kJkzUR9"; reason: private alias.
Removed service ".service_locator.cJSOFY9"; reason: private alias.
Removed service ".service_locator.cxFijfQ"; reason: private alias.
Removed service ".service_locator.mMvb1p9"; reason: private alias.
Removed service ".service_locator.gXlD.hC"; reason: private alias.
Removed service ".service_locator.wGRXf.T"; reason: private alias.
Removed service ".service_locator.oeqIN.M"; reason: private alias.
Removed service ".service_locator.cVP3XyK"; reason: private alias.
Removed service ".service_locator.L_yj.mx"; reason: private alias.
Removed service ".service_locator.VKohvFh"; reason: private alias.
Removed service ".service_locator.RU6BaeG"; reason: private alias.
Removed service ".service_locator.Q_oFMJB"; reason: private alias.
Removed service ".service_locator.7HRS2u2"; reason: private alias.
Removed service ".service_locator.BdYwCJR"; reason: private alias.
Removed service ".service_locator.QX28JdV"; reason: private alias.
Removed service ".service_locator.ukxdsp."; reason: private alias.
Removed service ".service_locator.QHRagd0"; reason: private alias.
Removed service ".service_locator.IU4nCzR"; reason: private alias.
Removed service ".service_locator.WRc47Eb"; reason: private alias.
Removed service ".service_locator.3OKB5.L"; reason: private alias.
Removed service ".service_locator.tv7ybt_"; reason: private alias.
Removed service ".service_locator.H.X15mF"; reason: private alias.
Removed service ".service_locator.geeADrd"; reason: private alias.
Removed service ".service_locator.nP0q8iu"; reason: private alias.
Removed service ".service_locator.DeUtnl7"; reason: private alias.
Removed service ".service_locator.tcpnUsV"; reason: private alias.
Removed service ".service_locator.13VaJqD"; reason: private alias.
Removed service ".service_locator.KjWyjAk"; reason: private alias.
Removed service ".service_locator.4LWj_et"; reason: private alias.
Removed service ".service_locator.fRgkntM"; reason: private alias.
Removed service ".service_locator.jMX7k1a"; reason: private alias.
Removed service ".service_locator.fxcoyEN"; reason: private alias.
Removed service ".service_locator.QCtBRnR"; reason: private alias.
Removed service ".service_locator.HLa46df"; reason: private alias.
Removed service ".service_locator.wvScJ88"; reason: private alias.
Removed service ".service_locator.o7a8hCW"; reason: private alias.
Removed service ".service_locator.jQMSves"; reason: private alias.
Removed service ".service_locator.HP6bWMr"; reason: private alias.
Removed service ".service_locator.g.0xwtW"; reason: private alias.
Removed service ".service_locator.ClLVwt0"; reason: private alias.
Removed service ".service_locator.tLVOu8x"; reason: private alias.
Removed service ".service_locator.NxmtP0r"; reason: private alias.
Removed service ".service_locator.Nc2OMxD"; reason: private alias.
Removed service ".service_locator.tYrYAFR"; reason: private alias.
Removed service ".service_locator.ACPmwXs"; reason: private alias.
Removed service ".service_locator.EylJCR."; reason: private alias.
Removed service ".service_locator.UI9R1Sz"; reason: private alias.
Removed service ".service_locator.VERWwun"; reason: private alias.
Removed service ".service_locator.s9hFFEH"; reason: private alias.
Removed service ".service_locator.iGKARik"; reason: private alias.
Removed service ".service_locator.6Izg1.o"; reason: private alias.
Removed service ".service_locator.ul2QMIa"; reason: private alias.
Removed service ".service_locator.St6vHjE"; reason: private alias.
Removed service ".service_locator..Gfu4dn"; reason: private alias.
Removed service ".service_locator.isnbTh3"; reason: private alias.
Removed service ".service_locator.i4Z7wjr"; reason: private alias.
Removed service ".service_locator.ioaCMth"; reason: private alias.
Removed service ".service_locator.1gfRuK2"; reason: private alias.
Removed service ".service_locator.6kXS0xG"; reason: private alias.
Removed service ".service_locator.6UNimbQ"; reason: private alias.
Removed service ".service_locator.DhUx8j_"; reason: private alias.
Removed service ".service_locator.0N5LCNH"; reason: private alias.
Removed service ".service_locator.i8eOVxP"; reason: private alias.
Removed service ".service_locator.behEmwa"; reason: private alias.
Removed service ".service_locator.3X0P21K"; reason: private alias.
Removed service ".service_locator.sKaWQrf"; reason: private alias.
Removed service ".service_locator.jghA2eR"; reason: private alias.
Removed service ".service_locator.iV.f2So"; reason: private alias.
Removed service ".service_locator.2G3n74q"; reason: private alias.
Removed service ".service_locator.ievJx0H"; reason: private alias.
Removed service ".service_locator.yOdJTKg"; reason: private alias.
Removed service ".service_locator.OEJo1kD"; reason: private alias.
Removed service ".service_locator.CzZNqKe"; reason: private alias.
Removed service ".service_locator.1c5cKko"; reason: private alias.
Removed service ".service_locator.a3UcZo2"; reason: private alias.
Removed service ".service_locator.jn7RzyY"; reason: private alias.
Removed service ".service_locator.v1Snod8"; reason: private alias.
Removed service ".service_locator.K1NUkNs"; reason: private alias.
Removed service ".service_locator.w6qjOtf"; reason: private alias.
Removed service ".service_locator.MaJxXCH"; reason: private alias.
Removed service ".service_locator.Z7WNi63"; reason: private alias.
Removed service ".service_locator.FMbv.vI"; reason: private alias.
Removed service ".service_locator.cjR9MZf"; reason: private alias.
Removed service ".service_locator.iiqUZXH"; reason: private alias.
Removed service ".service_locator.QqyEog_"; reason: private alias.
Removed service ".service_locator.LXdqtvT"; reason: private alias.
Removed service ".service_locator.JeLPPJc"; reason: private alias.
Removed service ".service_locator.RoSjAy2"; reason: private alias.
Removed service ".service_locator.ilW8GBT"; reason: private alias.
Removed service ".service_locator.jIvr6Ku"; reason: private alias.
Removed service ".service_locator.quVgdgc"; reason: private alias.
Removed service ".service_locator.Ij8IUyV"; reason: private alias.
Removed service ".service_locator.vPLaMKh"; reason: private alias.
Removed service ".service_locator.90oDGMZ"; reason: private alias.
Removed service ".service_locator.tboM0tG"; reason: private alias.
Removed service ".service_locator.A16S3V_"; reason: private alias.
Removed service ".service_locator.av2DuVo"; reason: private alias.
Removed service ".service_locator.dIc65Bh"; reason: private alias.
Removed service ".service_locator.IitV4_K"; reason: private alias.
Removed service ".service_locator.6MbQqXP"; reason: private alias.
Removed service ".service_locator.2tpMM6l"; reason: private alias.
Removed service ".service_locator.FNgctlV"; reason: private alias.
Removed service ".service_locator..smkQHr"; reason: private alias.
Removed service ".service_locator..vN8YY9"; reason: private alias.
Removed service ".service_locator.xNetJ7R"; reason: private alias.
Removed service ".service_locator.WV13J4."; reason: private alias.
Removed service ".service_locator.jl3Wouk"; reason: private alias.
Removed service ".service_locator.8iODo2o"; reason: private alias.
Removed service ".service_locator.OT1DFqg"; reason: private alias.
Removed service ".service_locator.MxNgXCQ"; reason: private alias.
Removed service ".service_locator.Cj5mqT."; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator.kh4f47_"; reason: private alias.
Removed service ".service_locator.fF2B863"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
116
Changed reference of service "App\Twig\MenuExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\CustomAuthenticationSuccessHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Security\CustomAuthenticationFailureHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\CustomAuthenticationFailureHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Command\ExtractAppRoutesCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\DesignController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\OrdersController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProductsOrdersController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Plan\PlanGridService" 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 "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendgrid" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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.workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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 "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.refresh_jwt.api_token_refresh" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.api_token_refresh.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api_token_refresh.refresh_jwt" 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.authentication.success_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "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 ".service_locator.wobdcWw" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.74YoR2H" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.74YoR2H" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.EuMu62C" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.IGtPow2" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.OM59qHY" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.69QyE5b" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.wuXBDzR" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.eLHnfTC" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.H9FEHm9" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.UNDf4i8" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.BYCqv1T" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_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\ClientProductVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\DesignVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\InvoiceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\OrderProductVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\OrdersVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\QosVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\TaskGridVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.I0OlDeD" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.order_status.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.client_product.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.task_order_status.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
611
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "workflow.abstract"; reason: abstract.
Removed service "state_machine.abstract"; reason: abstract.
Removed service "workflow.marking_store.method"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "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 "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 "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 ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MenuExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\MenuExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UserExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\UserExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FileExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\FileExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\Intl\IntlExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\Extra\Intl\IntlExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AdminUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AdminUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckOrdersOnPlanCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CheckOrdersOnPlanCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClientActivityStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ClientActivityStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExtractAppRoutesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ExtractAppRoutesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InvoicePaymentSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\InvoicePaymentSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateTimeToCompleteUnitCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateTimeToCompleteUnitCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DocumentationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DocumentationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\DocumentationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\HolidaysController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\HolidaysController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\HolidaysController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PlanController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\PlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PlanGridController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PlanGridController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\PlanGridController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TaskOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TaskOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\TaskOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ValidateTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ValidateTokenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ValidateTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WorkstationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WorkstationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\WorkstationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WorkstationGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WorkstationGroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\WorkstationGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientPersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientPersonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientPersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientProductPriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientProductPriceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientProductPriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientProductTaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientProductTaskController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientProductTaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientProductsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientsAddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientsAddressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientsAddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommandController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CommandController"; 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\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryNoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryNoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DeliveryNoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DesignController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DesignController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DesignController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DesignUploadsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DesignUploadsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DesignUploadsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EquipmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EquipmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EquipmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoicesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InvoicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IssueResolutionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IssueResolutionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IssueResolutionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IssueTypesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IssueTypesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IssueTypesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderDesignsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderDesignsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrderDesignsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderInvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderInvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrderInvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderIssuesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderIssuesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrderIssuesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderTaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderTaskController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrderTaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderUploadsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderUploadsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrderUploadsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrdersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParamsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParamsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ParamsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParamsOrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParamsOrdersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ParamsOrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlanController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductsOrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductsOrdersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductsOrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QualityControlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QualityControlController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\QualityControlController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsClientsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsClientsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Reports\ReportsClientsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Reports\ReportsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsDeadlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsDeadlineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Reports\ReportsDeadlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsOrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsOrdersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Reports\ReportsOrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsTaskOrderTimeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsTaskOrderTimeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Reports\ReportsTaskOrderTimeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsUnitTimeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsUnitTimeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Reports\ReportsUnitTimeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsUsageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsUsageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Reports\ReportsUsageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Reports\ReportsWorklogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Reports\ReportsWorklogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Reports\ReportsWorklogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TaskTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TaskTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TaskTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TechnologiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TechnologiesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TechnologiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TechnologiesProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TechnologiesProductsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TechnologiesProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserCompanySwitcherController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserCompanySwitcherController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserCompanySwitcherController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarehouseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarehouseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WarehouseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarehouseGroupsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarehouseGroupsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WarehouseGroupsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarehouseOrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarehouseOrdersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WarehouseOrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorklogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorklogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WorklogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkstationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkstationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WorkstationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkstationGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkstationGroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WorkstationGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkstationGroupUsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkstationGroupUsersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WorkstationGroupUsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ClientProductStatusEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ClientProductStatusEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DesignEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\DesignEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OrderEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\OrderEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OrderStatusEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\OrderStatusEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TaskOrderStatusEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\TaskOrderStatusEventSubscriber"; reason: abstract.
Removed service ".instanceof.App\EventSubscriber\TechnologyEventListener.0.App\EventSubscriber\TechnologyEventListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\TechnologyEventListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BankType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BankType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientAddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientAddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientCommentsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientCommentsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientPersonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientPersonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductCommentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientProductCommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductMaterialType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientProductMaterialType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductOrderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientProductOrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductParamType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientProductParamType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductPriceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientProductPriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductTaskTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientProductTaskTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductTaskType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientProductTaskType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeliveryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DeliveryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DesignLookupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DesignLookupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DesignType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DesignType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EquipmentServiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EquipmentServiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EquipmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EquipmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvoiceFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IssueResolutionsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\IssueResolutionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IssueTypesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\IssueTypesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderDeadlineChangeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderDeadlineChangeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderIssuesResolveType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderIssuesResolveType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderIssuesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderIssuesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderProductTaskType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderProductTaskType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderTaskType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderTaskType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParamsOrdersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ParamsOrdersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParamsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ParamsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PersonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductionTaskCompleteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductionTaskCompleteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductsOrdersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductsOrdersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\ClientProductSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\ClientProductSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\ClientSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\ClientSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\DateRangeSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\DateRangeSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\DesignSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\DesignSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\InvoiceSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\InvoiceSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\OrderIssuesSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\OrderIssuesSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\OrderSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\OrderSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\ReportProducedSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\ReportProducedSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\ReportTaskOrderTimeSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\ReportTaskOrderTimeSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\WarehouseSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\WarehouseSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StaticTextType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StaticTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaskTemplateTaskType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TaskTemplateTaskType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaskTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TaskTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TechnologiesProductsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TechnologiesProductsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TechnologyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TechnologyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserCompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserCompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarehouseGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WarehouseGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarehouseOrdersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WarehouseOrdersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarehouseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WarehouseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkingDays1Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WorkingDays1Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkingDaysType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WorkingDaysType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkstationGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WorkstationGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkstationGroupUsersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WorkstationGroupUsersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkstationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WorkstationType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientAddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientAddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientPersonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientPersonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientProductCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientProductCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientProductMaterialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientProductMaterialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientProductParamRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientProductParamRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientProductPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientProductPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientsRepository"; 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\DeliveryProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DeliveryProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DeliveryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DesignUploadsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DesignUploadsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DesignsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DesignsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EquipmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EquipmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EquipmentServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EquipmentServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HolidaysRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HolidaysRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRowRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceRowRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IssueResolutionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\IssueResolutionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IssueTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\IssueTypeRepository"; 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\OrderDeadlineChangelogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderDeadlineChangelogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDesignsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderDesignsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderIssuesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderIssuesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderUploadsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderUploadsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrdersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrdersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Params2ordersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Params2ordersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParamsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ParamsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanGridRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlanGridRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products2ordersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Products2ordersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products2warehouseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Products2warehouseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskClientProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TaskClientProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskOrderCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TaskOrderCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskOrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TaskOrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TaskTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskTemplateTaskRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TaskTemplateTaskRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskTimeLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TaskTimeLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Technologies2productsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Technologies2productsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechnologyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TechnologyRepository"; 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\Warehouse2ordersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Warehouse2ordersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseGroupsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarehouseGroupsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarehouseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorklogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorklogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkstationGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorkstationGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkstationGroupUsersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorkstationGroupUsersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkstationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorkstationRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ClientProductVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\ClientProductVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\DesignVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\DesignVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\InvoiceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\InvoiceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\OrderProductVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\OrderProductVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\OrdersVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\OrdersVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\QosVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\QosVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\TaskGridVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\TaskGridVoter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DateFormatExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\DateFormatExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\StringExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\StringExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TimeAgoExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TimeAgoExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TimeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TimeExtension"; reason: abstract.
108
Removed service "App\Security\CustomAuthenticationSuccessHandler"; reason: unused.
Removed service "App\Security\CustomAuthenticationFailureHandler"; reason: unused.
Removed service "App\Constants\ClientActivityStatus"; reason: unused.
Removed service "App\Constants\ClientProductStatus"; reason: unused.
Removed service "App\Constants\DigitalOceanPublicEndpoint"; reason: unused.
Removed service "App\Constants\EquipmentServiceTypes"; reason: unused.
Removed service "App\Constants\OrderDeadlineChangelogType"; reason: unused.
Removed service "App\Constants\PlanStatus"; reason: unused.
Removed service "App\Constants\QueueStartLimit"; reason: unused.
Removed service "App\Constants\SlotTime"; reason: unused.
Removed service "App\Constants\TaskOrderStatus"; reason: unused.
Removed service "App\Constants\UploadAllowedExtensions"; reason: unused.
Removed service "App\Event\DesignEvent"; reason: unused.
Removed service "App\Event\Events"; reason: unused.
Removed service "App\Event\OrderEvent"; reason: unused.
Removed service "App\Service\ExcelHelperService"; reason: unused.
Removed service "App\Service\Helpers\FileHelper"; reason: unused.
Removed service "App\Service\Helpers\StringHelper"; reason: unused.
Removed service "App\Service\Horizon\HorizonBaseService"; reason: unused.
Removed service "App\Service\Horizon\HorizonWarehouseMap"; reason: unused.
Removed service "App\Service\Horizon\MeasurementMap"; reason: unused.
Removed service "App\Service\Measurements"; reason: unused.
Removed service "App\Service\SpacesService\SpacesService"; reason: unused.
Removed service "App\Swagger\Schemas"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "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 "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.mailer"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service "lock.default.factory"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.weblink"; 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 "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~IQ_Yo5U"; 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 "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.api_token_refresh"; reason: unused.
Removed service "security.user_checker.chain.login"; reason: unused.
Removed service "security.user_checker.chain.api"; 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 "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 "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; 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 "gesdinet.jwtrefreshtoken.security.authentication.failure_handler"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.success_handler"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.lock"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.Ar70cHn"; reason: unused.
442
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\DocumentationController" to "App\Controller\Api\DocumentationController".
Inlined service "App\Service\KayapoHolidays" to "App\Controller\Api\HolidaysController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\HolidaysController" to "App\Controller\Api\HolidaysController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\OrderController" to "App\Controller\Api\OrderController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\PlanController" to "App\Controller\Api\PlanController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\PlanGridController" to "App\Controller\Api\PlanGridController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\TaskOrderController" to "App\Controller\Api\TaskOrderController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\UserController" to "App\Controller\Api\UserController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\ValidateTokenController" to "App\Controller\Api\ValidateTokenController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\WorkstationController" to "App\Controller\Api\WorkstationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\WorkstationGroupController" to "App\Controller\Api\WorkstationGroupController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ClientPersonController" to "App\Controller\ClientPersonController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ClientProductPriceController" to "App\Controller\ClientProductPriceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ClientProductTaskController" to "App\Controller\ClientProductTaskController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ClientProductsController" to "App\Controller\ClientProductsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ClientsAddressController" to "App\Controller\ClientsAddressController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ClientsController" to "App\Controller\ClientsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\CommandController" to "App\Controller\CommandController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\CompanyController" to "App\Controller\CompanyController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DashboardController" to "App\Controller\DashboardController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DeliveryController" to "App\Controller\DeliveryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DeliveryNoteController" to "App\Controller\DeliveryNoteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DesignController" to "App\Controller\DesignController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DesignUploadsController" to "App\Controller\DesignUploadsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\EquipmentController" to "App\Controller\EquipmentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\InvoicesController" to "App\Controller\InvoicesController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\IssueResolutionsController" to "App\Controller\IssueResolutionsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\IssueTypesController" to "App\Controller\IssueTypesController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\LogController" to "App\Controller\LogController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\OrderDesignsController" to "App\Controller\OrderDesignsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\OrderInvoiceController" to "App\Controller\OrderInvoiceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\OrderIssuesController" to "App\Controller\OrderIssuesController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\OrderTaskController" to "App\Controller\OrderTaskController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\OrderUploadsController" to "App\Controller\OrderUploadsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\OrdersController" to "App\Controller\OrdersController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ParamsController" to "App\Controller\ParamsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ParamsOrdersController" to "App\Controller\ParamsOrdersController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\PlanController" to "App\Controller\PlanController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ProductionController" to "App\Controller\ProductionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ProductsController" to "App\Controller\ProductsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ProductsOrdersController" to "App\Controller\ProductsOrdersController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\QualityControlController" to "App\Controller\QualityControlController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Reports\ReportsClientsController" to "App\Controller\Reports\ReportsClientsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Reports\ReportsController" to "App\Controller\Reports\ReportsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Reports\ReportsDeadlineController" to "App\Controller\Reports\ReportsDeadlineController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Reports\ReportsOrdersController" to "App\Controller\Reports\ReportsOrdersController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Reports\ReportsTaskOrderTimeController" to "App\Controller\Reports\ReportsTaskOrderTimeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Reports\ReportsUnitTimeController" to "App\Controller\Reports\ReportsUnitTimeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Reports\ReportsUsageController" to "App\Controller\Reports\ReportsUsageController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Reports\ReportsWorklogController" to "App\Controller\Reports\ReportsWorklogController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\TaskTemplateController" to "App\Controller\TaskTemplateController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\TechnologiesController" to "App\Controller\TechnologiesController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\TechnologiesProductsController" to "App\Controller\TechnologiesProductsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\UserCompanySwitcherController" to "App\Controller\UserCompanySwitcherController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\UserSettingsController" to "App\Controller\UserSettingsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\UsersController" to "App\Controller\UsersController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\WarehouseController" to "App\Controller\WarehouseController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\WarehouseGroupsController" to "App\Controller\WarehouseGroupsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\WarehouseOrdersController" to "App\Controller\WarehouseOrdersController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\WorklogController" to "App\Controller\WorklogController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\WorkstationController" to "App\Controller\WorkstationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\WorkstationGroupController" to "App\Controller\WorkstationGroupController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\WorkstationGroupUsersController" to "App\Controller\WorkstationGroupUsersController".
Inlined service "App\Service\DesignService" to "App\EventSubscriber\DesignEventSubscriber".
Inlined service "App\Service\Horizon\HorizonPaymentService" to "App\Service\InvoiceService".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service ".service_locator.I6J9xpQ" to "console.command.workflow_dump".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service "mailer.transports" to "console.command.mailer_test".
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.order_status.transition.0" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.1" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.2" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.3" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.4" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.5" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.6" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.7" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.9" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.10" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.11" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.12" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.13" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.14" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.15" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.16" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.17" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.18" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.19" to "state_machine.order_status.definition".
Inlined service ".state_machine.order_status.transition.20" to "state_machine.order_status.definition".
Inlined service "state_machine.order_status.metadata_store" to "state_machine.order_status.definition".
Inlined service "workflow.security.expression_language" to ".state_machine.order_status.listener.guard".
Inlined service ".state_machine.client_product.transition.0" to "state_machine.client_product.definition".
Inlined service ".state_machine.client_product.transition.1" to "state_machine.client_product.definition".
Inlined service ".state_machine.client_product.transition.2" to "state_machine.client_product.definition".
Inlined service ".state_machine.client_product.transition.3" to "state_machine.client_product.definition".
Inlined service ".state_machine.client_product.transition.4" to "state_machine.client_product.definition".
Inlined service ".state_machine.client_product.transition.5" to "state_machine.client_product.definition".
Inlined service ".state_machine.client_product.transition.6" to "state_machine.client_product.definition".
Inlined service "state_machine.client_product.metadata_store" to "state_machine.client_product.definition".
Inlined service ".state_machine.task_order_status.transition.0" to "state_machine.task_order_status.definition".
Inlined service ".state_machine.task_order_status.transition.1" to "state_machine.task_order_status.definition".
Inlined service ".state_machine.task_order_status.transition.2" to "state_machine.task_order_status.definition".
Inlined service ".state_machine.task_order_status.transition.3" to "state_machine.task_order_status.definition".
Inlined service ".state_machine.task_order_status.transition.4" to "state_machine.task_order_status.definition".
Inlined service ".state_machine.task_order_status.transition.5" to "state_machine.task_order_status.definition".
Inlined service ".state_machine.task_order_status.transition.6" to "state_machine.task_order_status.definition".
Inlined service ".state_machine.task_order_status.transition.7" to "state_machine.task_order_status.definition".
Inlined service "state_machine.task_order_status.metadata_store" to "state_machine.task_order_status.definition".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.qgyEqsj" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.F9PKc.7" 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 "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 "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.workflow" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "workflow.twig_extension" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\UserExtension" to "twig".
Inlined service "App\Twig\FileExtension" to "twig".
Inlined service "Twig\Extra\Intl\IntlExtension" to "twig".
Inlined service "App\Twig\DateFormatExtension" to "twig".
Inlined service "App\Twig\StringExtension" to "twig".
Inlined service "App\Twig\TimeAgoExtension" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" 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 "assets.packages" to "twig.extension.assets".
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.pTeli0u" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
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 "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.CxiUBG2" 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.4jca1z0" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator._gSws2B" to "security.helper".
Inlined service ".service_locator.df1HHDL" to "security.helper".
Inlined service ".service_locator.5y4U6aa" to "security.helper".
Inlined service ".service_locator.BZOHgIp" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.I_Wy6An" to "security.access_map".
Inlined service ".security.request_matcher.S6nT6_p" to "security.access_map".
Inlined service ".security.request_matcher.zgUyz1A" to "security.access_map".
Inlined service ".security.request_matcher.F7zvHZA" 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.authentication.success_handler.api_token_refresh.refresh_jwt" to "security.authenticator.refresh_jwt.api_token_refresh".
Inlined service "security.authentication.failure_handler.api_token_refresh.refresh_jwt" to "security.authenticator.refresh_jwt.api_token_refresh".
Inlined service "debug.security.firewall.authenticator.api_token_refresh.inner" to "debug.security.firewall.authenticator.api_token_refresh".
Inlined service "security.exception_listener.api_token_refresh" to "security.firewall.map.context.api_token_refresh".
Inlined service "security.firewall.map.config.api_token_refresh" to "security.firewall.map.context.api_token_refresh".
Inlined service ".security.request_matcher.HkqCMFK" to ".security.request_matcher.IdJxIDO".
Inlined service "security.authentication.success_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "security.authentication.failure_handler.login.json_login" to "security.authenticator.json_login.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.6a8zJ95" to ".security.request_matcher.SWTqIFm".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.api".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "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.xKZVXt1" to ".security.request_matcher.I_Wy6An".
Inlined service ".security.request_matcher.rHTNTK_" to ".security.request_matcher.S6nT6_p".
Inlined service ".security.request_matcher._LA_AHr" to ".security.request_matcher.zgUyz1A".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
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 "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 "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "debug.state_machine.order_status.inner" to "debug.state_machine.order_status".
Inlined service "debug.state_machine.client_product.inner" to "debug.state_machine.client_product".
Inlined service "debug.state_machine.task_order_status.inner" to "debug.state_machine.task_order_status".
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 "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\ClientProductVoter" to ".debug.security.voter.App\Security\ClientProductVoter".
Inlined service "App\Security\DesignVoter" to ".debug.security.voter.App\Security\DesignVoter".
Inlined service "App\Security\InvoiceVoter" to ".debug.security.voter.App\Security\InvoiceVoter".
Inlined service "App\Security\OrderProductVoter" to ".debug.security.voter.App\Security\OrderProductVoter".
Inlined service "App\Security\OrdersVoter" to ".debug.security.voter.App\Security\OrdersVoter".
Inlined service "App\Security\QosVoter" to ".debug.security.voter.App\Security\QosVoter".
Inlined service "App\Security\TaskGridVoter" to ".debug.security.voter.App\Security\TaskGridVoter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "debug.security.event_dispatcher.api_token_refresh.inner" to "debug.security.event_dispatcher.api_token_refresh".
Inlined service "debug.security.event_dispatcher.login.inner" to "debug.security.event_dispatcher.login".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.yEoeHjj" to ".service_locator.yEoeHjj.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 "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service "state_machine.order_status.definition" to "debug.state_machine.order_status.inner".
Inlined service "state_machine.client_product.definition" to "debug.state_machine.client_product.inner".
Inlined service "state_machine.task_order_status.definition" to "debug.state_machine.task_order_status.inner".
Inlined service ".service_locator._L.TyY5" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.yEoeHjj.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
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.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
2
Tag "container.decorator" was defined on service(s) "debug.validator", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api_token_refresh", "debug.security.firewall.authenticator.login", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.main", ".debug.http_client", "debug.state_machine.order_status", "debug.state_machine.client_product", "debug.state_machine.task_order_status", "debug.security.event_dispatcher.api_token_refresh", "debug.security.event_dispatcher.login", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used.
Tag "workflow.state_machine" was defined on service(s) "debug.state_machine.order_status", "debug.state_machine.client_product", "debug.state_machine.task_order_status", but was never used.