Since symfony/dependency-injection 7.2: Using "!tagged" is deprecated, use "!tagged_iterator" instead in "/www/hosting/eventiko.cz/www/src/../config/services.yaml".
Since symfony/framework-bundle 7.3: Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Since symfony/dependency-injection 7.2: Using "!tagged" is deprecated, use "!tagged_iterator" instead in "/www/hosting/eventiko.cz/www/bundle/MenuBundle/DependencyInjection/../Resources/config/services.yaml".
"""
SELECT\n c.TABLE_NAME,\n c.COLUMN_NAME AS field,\n IF(\n c.DATA_TYPE = 'longtext'\n AND EXISTS(\n SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c\n WHERE i_c.CONSTRAINT_SCHEMA = 'eventiko_cza'\n AND i_c.TABLE_NAME = c.TABLE_NAME\n AND i_c.CHECK_CLAUSE = CONCAT(\n 'json_valid(`',\n c.COLUMN_NAME,\n '`)'\n )\n ),\n 'json',\n c.DATA_TYPE\n ) AS type,\n c.COLUMN_TYPE,\n c.CHARACTER_MAXIMUM_LENGTH,\n c.CHARACTER_OCTET_LENGTH,\n c.NUMERIC_PRECISION,\n c.NUMERIC_SCALE,\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_NAME = ?\n AND t.TABLE_TYPE = 'BASE TABLE'\nORDER BY c.TABLE_NAME,\n c.ORDINAL_POSITION
"""
[
"sql" => """
SELECT\n c.TABLE_NAME,\n c.COLUMN_NAME AS field,\n IF(\n c.DATA_TYPE = 'longtext'\n AND EXISTS(\n SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c\n WHERE i_c.CONSTRAINT_SCHEMA = 'eventiko_cza'\n AND i_c.TABLE_NAME = c.TABLE_NAME\n AND i_c.CHECK_CLAUSE = CONCAT(\n 'json_valid(`',\n c.COLUMN_NAME,\n '`)'\n )\n ),\n 'json',\n c.DATA_TYPE\n ) AS type,\n c.COLUMN_TYPE,\n c.CHARACTER_MAXIMUM_LENGTH,\n c.CHARACTER_OCTET_LENGTH,\n c.NUMERIC_PRECISION,\n c.NUMERIC_SCALE,\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_NAME = ?\n AND t.TABLE_TYPE = 'BASE TABLE'\nORDER BY c.TABLE_NAME,\n c.ORDINAL_POSITION
"""
"params" => [1 => "eventiko_cza"
2 => "eventiko_cza"
3 => "doctrine_migration_versions"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#800
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#800}
3 => Doctrine\DBAL\ParameterType {#800}
]
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"""
SELECT\n TABLE_NAME,\n 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\nWHERE TABLE_SCHEMA = ? AND TABLE_NAME = ?\nORDER BY TABLE_NAME,\n SEQ_IN_INDEX
"""
[
"sql" => "SELECT * FROM doctrine_migration_versions"
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
There are no log messages.
Container Compilation Logs (2080)
Log messages generated during the compilation of the service container.
Messages
Class
499
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.monolog.access_db_handler" (parent: .abstract.instanceof.monolog.access_db_handler).
Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.monolog.access_db_handler" (parent: .instanceof.Monolog\ResettableInterface.0.monolog.access_db_handler).
Resolving inheritance for "monolog.access_db_handler" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.monolog.access_db_handler).
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.monolog.error_db_handler" (parent: .abstract.instanceof.monolog.error_db_handler).
Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.monolog.error_db_handler" (parent: .instanceof.Monolog\ResettableInterface.0.monolog.error_db_handler).
Resolving inheritance for "monolog.error_db_handler" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.monolog.error_db_handler).
Resolving inheritance for ".instanceof.App\Core\Listener\TranslatableListener.0.App\Core\Listener\TranslatableListener" (parent: .abstract.instanceof.App\Core\Listener\TranslatableListener).
Resolving inheritance for "App\Core\Listener\TranslatableListener" (parent: .instanceof.App\Core\Listener\TranslatableListener.0.App\Core\Listener\TranslatableListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Api\Controller\TestController" (parent: .abstract.instanceof.App\Api\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Api\Controller\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Api\Controller\TestController).
Resolving inheritance for ".instanceof.App\Api\Controller\TestController.0.App\Api\Controller\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Api\Controller\TestController).
Resolving inheritance for "App\Api\Controller\TestController" (parent: .instanceof.App\Api\Controller\TestController.0.App\Api\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Command\UpdateStatus" (parent: .abstract.instanceof.App\Application\Command\UpdateStatus).
Resolving inheritance for "App\Application\Command\UpdateStatus" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Command\UpdateStatus).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\ApplicationController" (parent: .abstract.instanceof.App\Application\Controller\ApplicationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\ApplicationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\ApplicationController).
Resolving inheritance for ".instanceof.App\Application\Controller\ApplicationController.0.App\Application\Controller\ApplicationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\ApplicationController).
Resolving inheritance for "App\Application\Controller\ApplicationController" (parent: .instanceof.App\Application\Controller\ApplicationController.0.App\Application\Controller\ApplicationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\ProjectCommunicationController" (parent: .abstract.instanceof.App\Application\Controller\ProjectCommunicationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\ProjectCommunicationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\ProjectCommunicationController).
Resolving inheritance for ".instanceof.App\Application\Controller\ProjectCommunicationController.0.App\Application\Controller\ProjectCommunicationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\ProjectCommunicationController).
Resolving inheritance for "App\Application\Controller\ProjectCommunicationController" (parent: .instanceof.App\Application\Controller\ProjectCommunicationController.0.App\Application\Controller\ProjectCommunicationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\ProjectDocumentController" (parent: .abstract.instanceof.App\Application\Controller\ProjectDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\ProjectDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\ProjectDocumentController).
Resolving inheritance for ".instanceof.App\Application\Controller\ProjectDocumentController.0.App\Application\Controller\ProjectDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\ProjectDocumentController).
Resolving inheritance for "App\Application\Controller\ProjectDocumentController" (parent: .instanceof.App\Application\Controller\ProjectDocumentController.0.App\Application\Controller\ProjectDocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\ProjectInternalCommunicationController" (parent: .abstract.instanceof.App\Application\Controller\ProjectInternalCommunicationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\ProjectInternalCommunicationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\ProjectInternalCommunicationController).
Resolving inheritance for ".instanceof.App\Application\Controller\ProjectInternalCommunicationController.0.App\Application\Controller\ProjectInternalCommunicationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\ProjectInternalCommunicationController).
Resolving inheritance for "App\Application\Controller\ProjectInternalCommunicationController" (parent: .instanceof.App\Application\Controller\ProjectInternalCommunicationController.0.App\Application\Controller\ProjectInternalCommunicationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\ProjectStaticDocumentController" (parent: .abstract.instanceof.App\Application\Controller\ProjectStaticDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\ProjectStaticDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\ProjectStaticDocumentController).
Resolving inheritance for ".instanceof.App\Application\Controller\ProjectStaticDocumentController.0.App\Application\Controller\ProjectStaticDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\ProjectStaticDocumentController).
Resolving inheritance for "App\Application\Controller\ProjectStaticDocumentController" (parent: .instanceof.App\Application\Controller\ProjectStaticDocumentController.0.App\Application\Controller\ProjectStaticDocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\ProjectStatusController" (parent: .abstract.instanceof.App\Application\Controller\ProjectStatusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\ProjectStatusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\ProjectStatusController).
Resolving inheritance for ".instanceof.App\Application\Controller\ProjectStatusController.0.App\Application\Controller\ProjectStatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\ProjectStatusController).
Resolving inheritance for "App\Application\Controller\ProjectStatusController" (parent: .instanceof.App\Application\Controller\ProjectStatusController.0.App\Application\Controller\ProjectStatusController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\AccountingExportFormType" (parent: .abstract.instanceof.App\Application\Form\Type\AccountingExportFormType).
Resolving inheritance for "App\Application\Form\Type\AccountingExportFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\AccountingExportFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationBulkCommunicationInitType" (parent: .abstract.instanceof.App\Application\Form\Type\ApplicationBulkCommunicationInitType).
Resolving inheritance for "App\Application\Form\Type\ApplicationBulkCommunicationInitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationBulkCommunicationInitType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationBulkCommunicationType" (parent: .abstract.instanceof.App\Application\Form\Type\ApplicationBulkCommunicationType).
Resolving inheritance for "App\Application\Form\Type\ApplicationBulkCommunicationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationBulkCommunicationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationCommunicationType" (parent: .abstract.instanceof.App\Application\Form\Type\ApplicationCommunicationType).
Resolving inheritance for "App\Application\Form\Type\ApplicationCommunicationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationCommunicationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationDocumentType" (parent: .abstract.instanceof.App\Application\Form\Type\ApplicationDocumentType).
Resolving inheritance for "App\Application\Form\Type\ApplicationDocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationDocumentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationEditType" (parent: .abstract.instanceof.App\Application\Form\Type\ApplicationEditType).
Resolving inheritance for "App\Application\Form\Type\ApplicationEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationInternalCommunicationType" (parent: .abstract.instanceof.App\Application\Form\Type\ApplicationInternalCommunicationType).
Resolving inheritance for "App\Application\Form\Type\ApplicationInternalCommunicationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationInternalCommunicationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationProjectEventType" (parent: .abstract.instanceof.App\Application\Form\Type\ApplicationProjectEventType).
Resolving inheritance for "App\Application\Form\Type\ApplicationProjectEventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationProjectEventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationStaticDocumentType" (parent: .abstract.instanceof.App\Application\Form\Type\ApplicationStaticDocumentType).
Resolving inheritance for "App\Application\Form\Type\ApplicationStaticDocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationStaticDocumentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationStatusType" (parent: .abstract.instanceof.App\Application\Form\Type\ApplicationStatusType).
Resolving inheritance for "App\Application\Form\Type\ApplicationStatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationStatusType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationTagType" (parent: .abstract.instanceof.App\Application\Form\Type\ApplicationTagType).
Resolving inheritance for "App\Application\Form\Type\ApplicationTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationTagType).
Resolving inheritance for ".instanceof.App\Application\SystemDocumentService\iSystemDocumentService.0.App\Application\SystemDocumentService\CsInviteSystemDocumentService" (parent: .abstract.instanceof.App\Application\SystemDocumentService\CsInviteSystemDocumentService).
Resolving inheritance for "App\Application\SystemDocumentService\CsInviteSystemDocumentService" (parent: .instanceof.App\Application\SystemDocumentService\iSystemDocumentService.0.App\Application\SystemDocumentService\CsInviteSystemDocumentService).
Resolving inheritance for ".instanceof.App\Application\SystemDocumentService\iSystemDocumentService.0.App\Application\SystemDocumentService\EnInviteSystemDocumentService" (parent: .abstract.instanceof.App\Application\SystemDocumentService\EnInviteSystemDocumentService).
Resolving inheritance for "App\Application\SystemDocumentService\EnInviteSystemDocumentService" (parent: .instanceof.App\Application\SystemDocumentService\iSystemDocumentService.0.App\Application\SystemDocumentService\EnInviteSystemDocumentService).
Resolving inheritance for ".instanceof.App\Application\SystemDocumentService\iSystemDocumentService.0.App\Application\SystemDocumentService\MajakitchenSystemDocumentService" (parent: .abstract.instanceof.App\Application\SystemDocumentService\MajakitchenSystemDocumentService).
Resolving inheritance for "App\Application\SystemDocumentService\MajakitchenSystemDocumentService" (parent: .instanceof.App\Application\SystemDocumentService\iSystemDocumentService.0.App\Application\SystemDocumentService\MajakitchenSystemDocumentService).
Resolving inheritance for ".instanceof.App\Application\SystemDocumentService\iSystemDocumentService.0.App\Application\SystemDocumentService\MajashopSystemDocumentService" (parent: .abstract.instanceof.App\Application\SystemDocumentService\MajashopSystemDocumentService).
Resolving inheritance for "App\Application\SystemDocumentService\MajashopSystemDocumentService" (parent: .instanceof.App\Application\SystemDocumentService\iSystemDocumentService.0.App\Application\SystemDocumentService\MajashopSystemDocumentService).
Resolving inheritance for ".instanceof.App\Application\SystemDocumentService\iSystemDocumentService.0.App\Application\SystemDocumentService\StaticDocumentSystemDocumentService" (parent: .abstract.instanceof.App\Application\SystemDocumentService\StaticDocumentSystemDocumentService).
Resolving inheritance for "App\Application\SystemDocumentService\StaticDocumentSystemDocumentService" (parent: .instanceof.App\Application\SystemDocumentService\iSystemDocumentService.0.App\Application\SystemDocumentService\StaticDocumentSystemDocumentService).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Commerce\Controller\CustomerController" (parent: .abstract.instanceof.App\Commerce\Controller\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Commerce\Controller\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Commerce\Controller\CustomerController).
Resolving inheritance for ".instanceof.App\Commerce\Controller\CustomerController.0.App\Commerce\Controller\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Commerce\Controller\CustomerController).
Resolving inheritance for "App\Commerce\Controller\CustomerController" (parent: .instanceof.App\Commerce\Controller\CustomerController.0.App\Commerce\Controller\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Commerce\Controller\DiscountController" (parent: .abstract.instanceof.App\Commerce\Controller\DiscountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Commerce\Controller\DiscountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Commerce\Controller\DiscountController).
Resolving inheritance for ".instanceof.App\Commerce\Controller\DiscountController.0.App\Commerce\Controller\DiscountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Commerce\Controller\DiscountController).
Resolving inheritance for "App\Commerce\Controller\DiscountController" (parent: .instanceof.App\Commerce\Controller\DiscountController.0.App\Commerce\Controller\DiscountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Commerce\Controller\ProductController" (parent: .abstract.instanceof.App\Commerce\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Commerce\Controller\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Commerce\Controller\ProductController).
Resolving inheritance for ".instanceof.App\Commerce\Controller\ProductController.0.App\Commerce\Controller\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Commerce\Controller\ProductController).
Resolving inheritance for "App\Commerce\Controller\ProductController" (parent: .instanceof.App\Commerce\Controller\ProductController.0.App\Commerce\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\ComplementType" (parent: .abstract.instanceof.App\Commerce\Form\Type\ComplementType).
Resolving inheritance for "App\Commerce\Form\Type\ComplementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\ComplementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\CustomerBulkCommunicationType" (parent: .abstract.instanceof.App\Commerce\Form\Type\CustomerBulkCommunicationType).
Resolving inheritance for "App\Commerce\Form\Type\CustomerBulkCommunicationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\CustomerBulkCommunicationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\CustomerTagType" (parent: .abstract.instanceof.App\Commerce\Form\Type\CustomerTagType).
Resolving inheritance for "App\Commerce\Form\Type\CustomerTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\CustomerTagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\CustomerType" (parent: .abstract.instanceof.App\Commerce\Form\Type\CustomerType).
Resolving inheritance for "App\Commerce\Form\Type\CustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\CustomerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\DiscountType" (parent: .abstract.instanceof.App\Commerce\Form\Type\DiscountType).
Resolving inheritance for "App\Commerce\Form\Type\DiscountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\DiscountType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\ProductTagType" (parent: .abstract.instanceof.App\Commerce\Form\Type\ProductTagType).
Resolving inheritance for "App\Commerce\Form\Type\ProductTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\ProductTagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\ProductTranslationType" (parent: .abstract.instanceof.App\Commerce\Form\Type\ProductTranslationType).
Resolving inheritance for "App\Commerce\Form\Type\ProductTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\ProductTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\ProductType" (parent: .abstract.instanceof.App\Commerce\Form\Type\ProductType).
Resolving inheritance for "App\Commerce\Form\Type\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\ProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\ProductVariantTranslationType" (parent: .abstract.instanceof.App\Commerce\Form\Type\ProductVariantTranslationType).
Resolving inheritance for "App\Commerce\Form\Type\ProductVariantTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\ProductVariantTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\ProductVariantType" (parent: .abstract.instanceof.App\Commerce\Form\Type\ProductVariantType).
Resolving inheritance for "App\Commerce\Form\Type\ProductVariantType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\ProductVariantType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Core\Controller\AdminController" (parent: .abstract.instanceof.App\Core\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Core\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Core\Controller\AdminController).
Resolving inheritance for ".instanceof.App\Core\Controller\AdminController.0.App\Core\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Core\Controller\AdminController).
Resolving inheritance for "App\Core\Controller\AdminController" (parent: .instanceof.App\Core\Controller\AdminController.0.App\Core\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Core\Controller\DefaultController" (parent: .abstract.instanceof.App\Core\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Core\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Core\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\Core\Controller\DefaultController.0.App\Core\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Core\Controller\DefaultController).
Resolving inheritance for "App\Core\Controller\DefaultController" (parent: .instanceof.App\Core\Controller\DefaultController.0.App\Core\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Core\Controller\IndexController" (parent: .abstract.instanceof.App\Core\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Core\Controller\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Core\Controller\IndexController).
Resolving inheritance for ".instanceof.App\Core\Controller\IndexController.0.App\Core\Controller\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Core\Controller\IndexController).
Resolving inheritance for "App\Core\Controller\IndexController" (parent: .instanceof.App\Core\Controller\IndexController.0.App\Core\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Core\Controller\SmartFileController" (parent: .abstract.instanceof.App\Core\Controller\SmartFileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Core\Controller\SmartFileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Core\Controller\SmartFileController).
Resolving inheritance for ".instanceof.App\Core\Controller\SmartFileController.0.App\Core\Controller\SmartFileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Core\Controller\SmartFileController).
Resolving inheritance for "App\Core\Controller\SmartFileController" (parent: .instanceof.App\Core\Controller\SmartFileController.0.App\Core\Controller\SmartFileController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Core\EventSubscriber\LocaleSubscriber" (parent: .abstract.instanceof.App\Core\EventSubscriber\LocaleSubscriber).
Resolving inheritance for "App\Core\EventSubscriber\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Core\EventSubscriber\LocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Core\Form\Extension\FormTypeExtension" (parent: .abstract.instanceof.App\Core\Form\Extension\FormTypeExtension).
Resolving inheritance for "App\Core\Form\Extension\FormTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Core\Form\Extension\FormTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\DatalistNumberType" (parent: .abstract.instanceof.App\Core\Form\Type\DatalistNumberType).
Resolving inheritance for "App\Core\Form\Type\DatalistNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\DatalistNumberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\DatalistTextType" (parent: .abstract.instanceof.App\Core\Form\Type\DatalistTextType).
Resolving inheritance for "App\Core\Form\Type\DatalistTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\DatalistTextType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\DynamicCollectionType" (parent: .abstract.instanceof.App\Core\Form\Type\DynamicCollectionType).
Resolving inheritance for "App\Core\Form\Type\DynamicCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\DynamicCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\GedmoTranslationType" (parent: .abstract.instanceof.App\Core\Form\Type\GedmoTranslationType).
Resolving inheritance for "App\Core\Form\Type\GedmoTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\GedmoTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\GroupedIntegerType" (parent: .abstract.instanceof.App\Core\Form\Type\GroupedIntegerType).
Resolving inheritance for "App\Core\Form\Type\GroupedIntegerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\GroupedIntegerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\GroupedNumberType" (parent: .abstract.instanceof.App\Core\Form\Type\GroupedNumberType).
Resolving inheritance for "App\Core\Form\Type\GroupedNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\GroupedNumberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\GroupedSubformType" (parent: .abstract.instanceof.App\Core\Form\Type\GroupedSubformType).
Resolving inheritance for "App\Core\Form\Type\GroupedSubformType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\GroupedSubformType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\LabelType" (parent: .abstract.instanceof.App\Core\Form\Type\LabelType).
Resolving inheritance for "App\Core\Form\Type\LabelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\LabelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\SelectBooleanType" (parent: .abstract.instanceof.App\Core\Form\Type\SelectBooleanType).
Resolving inheritance for "App\Core\Form\Type\SelectBooleanType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\SelectBooleanType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\ShowHideType" (parent: .abstract.instanceof.App\Core\Form\Type\ShowHideType).
Resolving inheritance for "App\Core\Form\Type\ShowHideType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\ShowHideType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\SmartFileType" (parent: .abstract.instanceof.App\Core\Form\Type\SmartFileType).
Resolving inheritance for "App\Core\Form\Type\SmartFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\SmartFileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\SmartImageType" (parent: .abstract.instanceof.App\Core\Form\Type\SmartImageType).
Resolving inheritance for "App\Core\Form\Type\SmartImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\SmartImageType).
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.App\Core\Service\MonologAccessDbHandler" (parent: .abstract.instanceof.App\Core\Service\MonologAccessDbHandler).
Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.App\Core\Service\MonologAccessDbHandler" (parent: .instanceof.Monolog\ResettableInterface.0.App\Core\Service\MonologAccessDbHandler).
Resolving inheritance for "App\Core\Service\MonologAccessDbHandler" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.App\Core\Service\MonologAccessDbHandler).
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.App\Core\Service\MonologErrorDbHandler" (parent: .abstract.instanceof.App\Core\Service\MonologErrorDbHandler).
Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.App\Core\Service\MonologErrorDbHandler" (parent: .instanceof.Monolog\ResettableInterface.0.App\Core\Service\MonologErrorDbHandler).
Resolving inheritance for "App\Core\Service\MonologErrorDbHandler" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.App\Core\Service\MonologErrorDbHandler).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\Base64ImageExtension" (parent: .abstract.instanceof.App\Core\Twig\Base64ImageExtension).
Resolving inheritance for "App\Core\Twig\Base64ImageExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\Base64ImageExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\FileExtension" (parent: .abstract.instanceof.App\Core\Twig\FileExtension).
Resolving inheritance for "App\Core\Twig\FileExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\FileExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\LocaleExtension" (parent: .abstract.instanceof.App\Core\Twig\LocaleExtension).
Resolving inheritance for "App\Core\Twig\LocaleExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\LocaleExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\ObjectHistoryExtension" (parent: .abstract.instanceof.App\Core\Twig\ObjectHistoryExtension).
Resolving inheritance for "App\Core\Twig\ObjectHistoryExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\ObjectHistoryExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\PregReplaceExtension" (parent: .abstract.instanceof.App\Core\Twig\PregReplaceExtension).
Resolving inheritance for "App\Core\Twig\PregReplaceExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\PregReplaceExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\SanitizeString" (parent: .abstract.instanceof.App\Core\Twig\SanitizeString).
Resolving inheritance for "App\Core\Twig\SanitizeString" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\SanitizeString).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\TruncateExtension" (parent: .abstract.instanceof.App\Core\Twig\TruncateExtension).
Resolving inheritance for "App\Core\Twig\TruncateExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\TruncateExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Dashboard\Controller\DashboardController" (parent: .abstract.instanceof.App\Dashboard\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Dashboard\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Dashboard\Controller\DashboardController).
Resolving inheritance for ".instanceof.App\Dashboard\Controller\DashboardController.0.App\Dashboard\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Dashboard\Controller\DashboardController).
Resolving inheritance for "App\Dashboard\Controller\DashboardController" (parent: .instanceof.App\Dashboard\Controller\DashboardController.0.App\Dashboard\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\DynamicForm\Helper\Form\Type\LocalizedTextType" (parent: .abstract.instanceof.App\DynamicForm\DynamicForm\Helper\Form\Type\LocalizedTextType).
Resolving inheritance for "App\DynamicForm\DynamicForm\Helper\Form\Type\LocalizedTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\DynamicForm\Helper\Form\Type\LocalizedTextType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\DynamicForm\Helper\Form\Type\LocalizedTextareaType" (parent: .abstract.instanceof.App\DynamicForm\DynamicForm\Helper\Form\Type\LocalizedTextareaType).
Resolving inheritance for "App\DynamicForm\DynamicForm\Helper\Form\Type\LocalizedTextareaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\DynamicForm\Helper\Form\Type\LocalizedTextareaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\DynamicForm\Type\ChoiceFormType" (parent: .abstract.instanceof.App\DynamicForm\DynamicForm\Type\ChoiceFormType).
Resolving inheritance for ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\DynamicForm\DynamicForm\Type\ChoiceFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\DynamicForm\Type\ChoiceFormType).
Resolving inheritance for "App\DynamicForm\DynamicForm\Type\ChoiceFormType" (parent: .instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\DynamicForm\DynamicForm\Type\ChoiceFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\DynamicForm\Type\NumberType" (parent: .abstract.instanceof.App\DynamicForm\DynamicForm\Type\NumberType).
Resolving inheritance for ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\DynamicForm\DynamicForm\Type\NumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\DynamicForm\Type\NumberType).
Resolving inheritance for "App\DynamicForm\DynamicForm\Type\NumberType" (parent: .instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\DynamicForm\DynamicForm\Type\NumberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\DynamicForm\Type\TextType" (parent: .abstract.instanceof.App\DynamicForm\DynamicForm\Type\TextType).
Resolving inheritance for ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\DynamicForm\DynamicForm\Type\TextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\DynamicForm\Type\TextType).
Resolving inheritance for "App\DynamicForm\DynamicForm\Type\TextType" (parent: .instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\DynamicForm\DynamicForm\Type\TextType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\DynamicForm\Type\TextareaType" (parent: .abstract.instanceof.App\DynamicForm\DynamicForm\Type\TextareaType).
Resolving inheritance for ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\DynamicForm\DynamicForm\Type\TextareaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\DynamicForm\Type\TextareaType).
Resolving inheritance for "App\DynamicForm\DynamicForm\Type\TextareaType" (parent: .instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\DynamicForm\DynamicForm\Type\TextareaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\Form\Type\DynamicFormFactoryType" (parent: .abstract.instanceof.App\DynamicForm\Form\Type\DynamicFormFactoryType).
Resolving inheritance for "App\DynamicForm\Form\Type\DynamicFormFactoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\Form\Type\DynamicFormFactoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\Form\Type\DynamicFormTypeFactoryTranslationType" (parent: .abstract.instanceof.App\DynamicForm\Form\Type\DynamicFormTypeFactoryTranslationType).
Resolving inheritance for "App\DynamicForm\Form\Type\DynamicFormTypeFactoryTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\Form\Type\DynamicFormTypeFactoryTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\Form\Type\DynamicFormTypeFactoryType" (parent: .abstract.instanceof.App\DynamicForm\Form\Type\DynamicFormTypeFactoryType).
Resolving inheritance for "App\DynamicForm\Form\Type\DynamicFormTypeFactoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\Form\Type\DynamicFormTypeFactoryType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\External\Controller\AbstractExternalController" (parent: .abstract.instanceof.App\External\Controller\AbstractExternalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\External\Controller\AbstractExternalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\External\Controller\AbstractExternalController).
Resolving inheritance for "App\External\Controller\AbstractExternalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\External\Controller\AbstractExternalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\External\Controller\ApplicationApiController" (parent: .abstract.instanceof.App\External\Controller\ApplicationApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\External\Controller\ApplicationApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\External\Controller\ApplicationApiController).
Resolving inheritance for ".instanceof.App\External\Controller\ApplicationApiController.0.App\External\Controller\ApplicationApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\External\Controller\ApplicationApiController).
Resolving inheritance for "App\External\Controller\ApplicationApiController" (parent: .instanceof.App\External\Controller\ApplicationApiController.0.App\External\Controller\ApplicationApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\External\Controller\ApplicationController" (parent: .abstract.instanceof.App\External\Controller\ApplicationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\External\Controller\ApplicationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\External\Controller\ApplicationController).
Resolving inheritance for ".instanceof.App\External\Controller\ApplicationController.0.App\External\Controller\ApplicationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\External\Controller\ApplicationController).
Resolving inheritance for "App\External\Controller\ApplicationController" (parent: .instanceof.App\External\Controller\ApplicationController.0.App\External\Controller\ApplicationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\External\Controller\CommerceController" (parent: .abstract.instanceof.App\External\Controller\CommerceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\External\Controller\CommerceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\External\Controller\CommerceController).
Resolving inheritance for ".instanceof.App\External\Controller\CommerceController.0.App\External\Controller\CommerceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\External\Controller\CommerceController).
Resolving inheritance for "App\External\Controller\CommerceController" (parent: .instanceof.App\External\Controller\CommerceController.0.App\External\Controller\CommerceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\External\Controller\PaymentController" (parent: .abstract.instanceof.App\External\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\External\Controller\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\External\Controller\PaymentController).
Resolving inheritance for ".instanceof.App\External\Controller\PaymentController.0.App\External\Controller\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\External\Controller\PaymentController).
Resolving inheritance for "App\External\Controller\PaymentController" (parent: .instanceof.App\External\Controller\PaymentController.0.App\External\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\External\Form\Type\ApplicationConfirmEventType" (parent: .abstract.instanceof.App\External\Form\Type\ApplicationConfirmEventType).
Resolving inheritance for "App\External\Form\Type\ApplicationConfirmEventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\External\Form\Type\ApplicationConfirmEventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\External\Form\Type\ApplicationConfirmType" (parent: .abstract.instanceof.App\External\Form\Type\ApplicationConfirmType).
Resolving inheritance for "App\External\Form\Type\ApplicationConfirmType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\External\Form\Type\ApplicationConfirmType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Project\Controller\ProjectController" (parent: .abstract.instanceof.App\Project\Controller\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Project\Controller\ProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Project\Controller\ProjectController).
Resolving inheritance for ".instanceof.App\Project\Controller\ProjectController.0.App\Project\Controller\ProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Project\Controller\ProjectController).
Resolving inheritance for "App\Project\Controller\ProjectController" (parent: .instanceof.App\Project\Controller\ProjectController.0.App\Project\Controller\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Project\Controller\ProjectEventController" (parent: .abstract.instanceof.App\Project\Controller\ProjectEventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Project\Controller\ProjectEventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Project\Controller\ProjectEventController).
Resolving inheritance for ".instanceof.App\Project\Controller\ProjectEventController.0.App\Project\Controller\ProjectEventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Project\Controller\ProjectEventController).
Resolving inheritance for "App\Project\Controller\ProjectEventController" (parent: .instanceof.App\Project\Controller\ProjectEventController.0.App\Project\Controller\ProjectEventController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Project\Form\Type\ProjectEventType" (parent: .abstract.instanceof.App\Project\Form\Type\ProjectEventType).
Resolving inheritance for "App\Project\Form\Type\ProjectEventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Project\Form\Type\ProjectEventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Project\Form\Type\ProjectProjectFormType" (parent: .abstract.instanceof.App\Project\Form\Type\ProjectProjectFormType).
Resolving inheritance for "App\Project\Form\Type\ProjectProjectFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Project\Form\Type\ProjectProjectFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Project\Form\Type\ProjectTagType" (parent: .abstract.instanceof.App\Project\Form\Type\ProjectTagType).
Resolving inheritance for "App\Project\Form\Type\ProjectTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Project\Form\Type\ProjectTagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Project\Form\Type\ProjectType" (parent: .abstract.instanceof.App\Project\Form\Type\ProjectType).
Resolving inheritance for "App\Project\Form\Type\ProjectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Project\Form\Type\ProjectType).
Resolving inheritance for ".instanceof.App\Project\Service\MenuGeneratorService.0.App\Project\Service\MenuGeneratorService" (parent: .abstract.instanceof.App\Project\Service\MenuGeneratorService).
Resolving inheritance for "App\Project\Service\MenuGeneratorService" (parent: .instanceof.App\Project\Service\MenuGeneratorService.0.App\Project\Service\MenuGeneratorService).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Project\Service\ProjectMenuGeneratorService" (parent: .abstract.instanceof.App\Project\Service\ProjectMenuGeneratorService).
Resolving inheritance for "App\Project\Service\ProjectMenuGeneratorService" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Project\Service\ProjectMenuGeneratorService).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ProjectForm\Controller\ProjectFormBlockController" (parent: .abstract.instanceof.App\ProjectForm\Controller\ProjectFormBlockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ProjectForm\Controller\ProjectFormBlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ProjectForm\Controller\ProjectFormBlockController).
Resolving inheritance for ".instanceof.App\ProjectForm\Controller\ProjectFormBlockController.0.App\ProjectForm\Controller\ProjectFormBlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ProjectForm\Controller\ProjectFormBlockController).
Resolving inheritance for "App\ProjectForm\Controller\ProjectFormBlockController" (parent: .instanceof.App\ProjectForm\Controller\ProjectFormBlockController.0.App\ProjectForm\Controller\ProjectFormBlockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ProjectForm\Controller\ProjectFormPageController" (parent: .abstract.instanceof.App\ProjectForm\Controller\ProjectFormPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ProjectForm\Controller\ProjectFormPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ProjectForm\Controller\ProjectFormPageController).
Resolving inheritance for ".instanceof.App\ProjectForm\Controller\ProjectFormPageController.0.App\ProjectForm\Controller\ProjectFormPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ProjectForm\Controller\ProjectFormPageController).
Resolving inheritance for "App\ProjectForm\Controller\ProjectFormPageController" (parent: .instanceof.App\ProjectForm\Controller\ProjectFormPageController.0.App\ProjectForm\Controller\ProjectFormPageController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\CalendarDaySlotFormType" (parent: .abstract.instanceof.App\ProjectForm\DynamicForm\Type\CalendarDaySlotFormType).
Resolving inheritance for "App\ProjectForm\DynamicForm\Type\CalendarDaySlotFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\CalendarDaySlotFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\CalendarFormType" (parent: .abstract.instanceof.App\ProjectForm\DynamicForm\Type\CalendarFormType).
Resolving inheritance for ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\CalendarFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\CalendarFormType).
Resolving inheritance for "App\ProjectForm\DynamicForm\Type\CalendarFormType" (parent: .instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\CalendarFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\CommunicationEmailType" (parent: .abstract.instanceof.App\ProjectForm\DynamicForm\Type\CommunicationEmailType).
Resolving inheritance for ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\CommunicationEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\CommunicationEmailType).
Resolving inheritance for "App\ProjectForm\DynamicForm\Type\CommunicationEmailType" (parent: .instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\CommunicationEmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\ConfirmationType" (parent: .abstract.instanceof.App\ProjectForm\DynamicForm\Type\ConfirmationType).
Resolving inheritance for ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\ConfirmationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\ConfirmationType).
Resolving inheritance for "App\ProjectForm\DynamicForm\Type\ConfirmationType" (parent: .instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\ConfirmationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\CzechPostCodeType" (parent: .abstract.instanceof.App\ProjectForm\DynamicForm\Type\CzechPostCodeType).
Resolving inheritance for ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\CzechPostCodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\CzechPostCodeType).
Resolving inheritance for "App\ProjectForm\DynamicForm\Type\CzechPostCodeType" (parent: .instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\CzechPostCodeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\PhoneNumberType" (parent: .abstract.instanceof.App\ProjectForm\DynamicForm\Type\PhoneNumberType).
Resolving inheritance for ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\PhoneNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\PhoneNumberType).
Resolving inheritance for "App\ProjectForm\DynamicForm\Type\PhoneNumberType" (parent: .instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\PhoneNumberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\PricedNumberLocalizedType" (parent: .abstract.instanceof.App\ProjectForm\DynamicForm\Type\PricedNumberLocalizedType).
Resolving inheritance for "App\ProjectForm\DynamicForm\Type\PricedNumberLocalizedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\PricedNumberLocalizedType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\PricedNumberType" (parent: .abstract.instanceof.App\ProjectForm\DynamicForm\Type\PricedNumberType).
Resolving inheritance for ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\PricedNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\PricedNumberType).
Resolving inheritance for "App\ProjectForm\DynamicForm\Type\PricedNumberType" (parent: .instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\PricedNumberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\ProductFormType" (parent: .abstract.instanceof.App\ProjectForm\DynamicForm\Type\ProductFormType).
Resolving inheritance for ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\ProductFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\ProductFormType).
Resolving inheritance for "App\ProjectForm\DynamicForm\Type\ProductFormType" (parent: .instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\ProductFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\ProductSelectionType" (parent: .abstract.instanceof.App\ProjectForm\DynamicForm\Type\ProductSelectionType).
Resolving inheritance for "App\ProjectForm\DynamicForm\Type\ProductSelectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\ProductSelectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\StaticTextType" (parent: .abstract.instanceof.App\ProjectForm\DynamicForm\Type\StaticTextType).
Resolving inheritance for ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\StaticTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\StaticTextType).
Resolving inheritance for "App\ProjectForm\DynamicForm\Type\StaticTextType" (parent: .instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\StaticTextType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormBlockCreateType" (parent: .abstract.instanceof.App\ProjectForm\Form\Type\ProjectFormBlockCreateType).
Resolving inheritance for "App\ProjectForm\Form\Type\ProjectFormBlockCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormBlockCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormBlockDynamicFormAddTypeType" (parent: .abstract.instanceof.App\ProjectForm\Form\Type\ProjectFormBlockDynamicFormAddTypeType).
Resolving inheritance for "App\ProjectForm\Form\Type\ProjectFormBlockDynamicFormAddTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormBlockDynamicFormAddTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormBlockTranslationType" (parent: .abstract.instanceof.App\ProjectForm\Form\Type\ProjectFormBlockTranslationType).
Resolving inheritance for "App\ProjectForm\Form\Type\ProjectFormBlockTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormBlockTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormBlockType" (parent: .abstract.instanceof.App\ProjectForm\Form\Type\ProjectFormBlockType).
Resolving inheritance for "App\ProjectForm\Form\Type\ProjectFormBlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormBlockType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormPageCreateType" (parent: .abstract.instanceof.App\ProjectForm\Form\Type\ProjectFormPageCreateType).
Resolving inheritance for "App\ProjectForm\Form\Type\ProjectFormPageCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormPageCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormPageTranslationType" (parent: .abstract.instanceof.App\ProjectForm\Form\Type\ProjectFormPageTranslationType).
Resolving inheritance for "App\ProjectForm\Form\Type\ProjectFormPageTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormPageTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormPageType" (parent: .abstract.instanceof.App\ProjectForm\Form\Type\ProjectFormPageType).
Resolving inheritance for "App\ProjectForm\Form\Type\ProjectFormPageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormPageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormType" (parent: .abstract.instanceof.App\ProjectForm\Form\Type\ProjectFormType).
Resolving inheritance for "App\ProjectForm\Form\Type\ProjectFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Security\Command\CreateAdminUser" (parent: .abstract.instanceof.App\Security\Command\CreateAdminUser).
Resolving inheritance for "App\Security\Command\CreateAdminUser" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Security\Command\CreateAdminUser).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Security\Command\GenerateUserPassword" (parent: .abstract.instanceof.App\Security\Command\GenerateUserPassword).
Resolving inheritance for "App\Security\Command\GenerateUserPassword" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Security\Command\GenerateUserPassword).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Security\Controller\ResetPasswordController" (parent: .abstract.instanceof.App\Security\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Security\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Security\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.App\Security\Controller\ResetPasswordController.0.App\Security\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Security\Controller\ResetPasswordController).
Resolving inheritance for "App\Security\Controller\ResetPasswordController" (parent: .instanceof.App\Security\Controller\ResetPasswordController.0.App\Security\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Security\Controller\SecurityController" (parent: .abstract.instanceof.App\Security\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Security\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Security\Controller\SecurityController).
Resolving inheritance for ".instanceof.App\Security\Controller\SecurityController.0.App\Security\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Security\Controller\SecurityController).
Resolving inheritance for "App\Security\Controller\SecurityController" (parent: .instanceof.App\Security\Controller\SecurityController.0.App\Security\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Security\Controller\TokenController" (parent: .abstract.instanceof.App\Security\Controller\TokenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Security\Controller\TokenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Security\Controller\TokenController).
Resolving inheritance for "App\Security\Controller\TokenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Security\Controller\TokenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Security\Controller\UserAdminController" (parent: .abstract.instanceof.App\Security\Controller\UserAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Security\Controller\UserAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Security\Controller\UserAdminController).
Resolving inheritance for ".instanceof.App\Security\Controller\UserAdminController.0.App\Security\Controller\UserAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Security\Controller\UserAdminController).
Resolving inheritance for "App\Security\Controller\UserAdminController" (parent: .instanceof.App\Security\Controller\UserAdminController.0.App\Security\Controller\UserAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Security\Controller\UserController" (parent: .abstract.instanceof.App\Security\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Security\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Security\Controller\UserController).
Resolving inheritance for ".instanceof.App\Security\Controller\UserController.0.App\Security\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Security\Controller\UserController).
Resolving inheritance for "App\Security\Controller\UserController" (parent: .instanceof.App\Security\Controller\UserController.0.App\Security\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Security\Form\Type\ChangePasswordFormType" (parent: .abstract.instanceof.App\Security\Form\Type\ChangePasswordFormType).
Resolving inheritance for "App\Security\Form\Type\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Security\Form\Type\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Security\Form\Type\ResetPasswordRequestFormType" (parent: .abstract.instanceof.App\Security\Form\Type\ResetPasswordRequestFormType).
Resolving inheritance for "App\Security\Form\Type\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Security\Form\Type\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Security\Form\Type\SelfUserType" (parent: .abstract.instanceof.App\Security\Form\Type\SelfUserType).
Resolving inheritance for "App\Security\Form\Type\SelfUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Security\Form\Type\SelfUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Security\Form\Type\TokenType" (parent: .abstract.instanceof.App\Security\Form\Type\TokenType).
Resolving inheritance for "App\Security\Form\Type\TokenType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Security\Form\Type\TokenType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Security\Form\Type\UserAdminType" (parent: .abstract.instanceof.App\Security\Form\Type\UserAdminType).
Resolving inheritance for "App\Security\Form\Type\UserAdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Security\Form\Type\UserAdminType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Security\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.App\Security\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "App\Security\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Security\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.App\Dashboard\Service\IdashboardWidgetService.0.App\Security\Service\UserDashboardWidget" (parent: .abstract.instanceof.App\Security\Service\UserDashboardWidget).
Resolving inheritance for "App\Security\Service\UserDashboardWidget" (parent: .instanceof.App\Dashboard\Service\IdashboardWidgetService.0.App\Security\Service\UserDashboardWidget).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Controller\TranslationController" (parent: .abstract.instanceof.App\Service\Controller\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\Controller\TranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Controller\TranslationController).
Resolving inheritance for ".instanceof.App\Service\Controller\TranslationController.0.App\Service\Controller\TranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\Controller\TranslationController).
Resolving inheritance for "App\Service\Controller\TranslationController" (parent: .instanceof.App\Service\Controller\TranslationController.0.App\Service\Controller\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Form\Type\DotyposSettingsType" (parent: .abstract.instanceof.App\Service\Form\Type\DotyposSettingsType).
Resolving inheritance for "App\Service\Form\Type\DotyposSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Form\Type\DotyposSettingsType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Settings\Controller\ApplicationSettingsController" (parent: .abstract.instanceof.App\Settings\Controller\ApplicationSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Settings\Controller\ApplicationSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Settings\Controller\ApplicationSettingsController).
Resolving inheritance for ".instanceof.App\Settings\Controller\ApplicationSettingsController.0.App\Settings\Controller\ApplicationSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Settings\Controller\ApplicationSettingsController).
Resolving inheritance for "App\Settings\Controller\ApplicationSettingsController" (parent: .instanceof.App\Settings\Controller\ApplicationSettingsController.0.App\Settings\Controller\ApplicationSettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Settings\Controller\CmsController" (parent: .abstract.instanceof.App\Settings\Controller\CmsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Settings\Controller\CmsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Settings\Controller\CmsController).
Resolving inheritance for ".instanceof.App\Settings\Controller\CmsController.0.App\Settings\Controller\CmsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Settings\Controller\CmsController).
Resolving inheritance for "App\Settings\Controller\CmsController" (parent: .instanceof.App\Settings\Controller\CmsController.0.App\Settings\Controller\CmsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Settings\Controller\DynamicFormController" (parent: .abstract.instanceof.App\Settings\Controller\DynamicFormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Settings\Controller\DynamicFormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Settings\Controller\DynamicFormController).
Resolving inheritance for ".instanceof.App\Settings\Controller\DynamicFormController.0.App\Settings\Controller\DynamicFormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Settings\Controller\DynamicFormController).
Resolving inheritance for "App\Settings\Controller\DynamicFormController" (parent: .instanceof.App\Settings\Controller\DynamicFormController.0.App\Settings\Controller\DynamicFormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Settings\Controller\OrganizationController" (parent: .abstract.instanceof.App\Settings\Controller\OrganizationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Settings\Controller\OrganizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Settings\Controller\OrganizationController).
Resolving inheritance for "App\Settings\Controller\OrganizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Settings\Controller\OrganizationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Settings\Controller\OrganizationSettingsController" (parent: .abstract.instanceof.App\Settings\Controller\OrganizationSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Settings\Controller\OrganizationSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Settings\Controller\OrganizationSettingsController).
Resolving inheritance for "App\Settings\Controller\OrganizationSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Settings\Controller\OrganizationSettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Settings\Controller\TextController" (parent: .abstract.instanceof.App\Settings\Controller\TextController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Settings\Controller\TextController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Settings\Controller\TextController).
Resolving inheritance for ".instanceof.App\Settings\Controller\TextController.0.App\Settings\Controller\TextController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Settings\Controller\TextController).
Resolving inheritance for "App\Settings\Controller\TextController" (parent: .instanceof.App\Settings\Controller\TextController.0.App\Settings\Controller\TextController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\CmsPageTranslationType" (parent: .abstract.instanceof.App\Settings\Form\Type\CmsPageTranslationType).
Resolving inheritance for "App\Settings\Form\Type\CmsPageTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\CmsPageTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\CmsPageType" (parent: .abstract.instanceof.App\Settings\Form\Type\CmsPageType).
Resolving inheritance for "App\Settings\Form\Type\CmsPageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\CmsPageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\DynamicFormChoiceOptionsType" (parent: .abstract.instanceof.App\Settings\Form\Type\DynamicFormChoiceOptionsType).
Resolving inheritance for "App\Settings\Form\Type\DynamicFormChoiceOptionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\DynamicFormChoiceOptionsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\DynamicFormCreateType" (parent: .abstract.instanceof.App\Settings\Form\Type\DynamicFormCreateType).
Resolving inheritance for "App\Settings\Form\Type\DynamicFormCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\DynamicFormCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\DynamicFormDefinitionTranslationType" (parent: .abstract.instanceof.App\Settings\Form\Type\DynamicFormDefinitionTranslationType).
Resolving inheritance for "App\Settings\Form\Type\DynamicFormDefinitionTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\DynamicFormDefinitionTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\DynamicFormDefinitionType" (parent: .abstract.instanceof.App\Settings\Form\Type\DynamicFormDefinitionType).
Resolving inheritance for "App\Settings\Form\Type\DynamicFormDefinitionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\DynamicFormDefinitionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\DynamicFormType" (parent: .abstract.instanceof.App\Settings\Form\Type\DynamicFormType).
Resolving inheritance for "App\Settings\Form\Type\DynamicFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\DynamicFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\OrganizationCreateType" (parent: .abstract.instanceof.App\Settings\Form\Type\OrganizationCreateType).
Resolving inheritance for "App\Settings\Form\Type\OrganizationCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\OrganizationCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\OrganizationType" (parent: .abstract.instanceof.App\Settings\Form\Type\OrganizationType).
Resolving inheritance for "App\Settings\Form\Type\OrganizationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\OrganizationType).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Settings\Twig\ApplicationSettings" (parent: .abstract.instanceof.App\Settings\Twig\ApplicationSettings).
Resolving inheritance for "App\Settings\Twig\ApplicationSettings" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Settings\Twig\ApplicationSettings).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Settings\Twig\CmsPagesDefinition" (parent: .abstract.instanceof.App\Settings\Twig\CmsPagesDefinition).
Resolving inheritance for "App\Settings\Twig\CmsPagesDefinition" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Settings\Twig\CmsPagesDefinition).
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.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.native" (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 "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
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 "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.users" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
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.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: App\Security\Handler\LoginHandler).
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.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.PaymentBundle\Command\RefreshExchangeRate" (parent: .abstract.instanceof.PaymentBundle\Command\RefreshExchangeRate).
Resolving inheritance for "PaymentBundle\Command\RefreshExchangeRate" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.PaymentBundle\Command\RefreshExchangeRate).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".instanceof.Simpliko\Bundle\TableBundle\Controller\ConfigurationController.0.Simpliko\Bundle\TableBundle\Controller\ConfigurationController" (parent: .abstract.instanceof.Simpliko\Bundle\TableBundle\Controller\ConfigurationController).
Resolving inheritance for "Simpliko\Bundle\TableBundle\Controller\ConfigurationController" (parent: .instanceof.Simpliko\Bundle\TableBundle\Controller\ConfigurationController.0.Simpliko\Bundle\TableBundle\Controller\ConfigurationController).
Resolving inheritance for ".instanceof.Simpliko\Bundle\TableBundle\Controller\ExportController.0.Simpliko\Bundle\TableBundle\Controller\ExportController" (parent: .abstract.instanceof.Simpliko\Bundle\TableBundle\Controller\ExportController).
Resolving inheritance for "Simpliko\Bundle\TableBundle\Controller\ExportController" (parent: .instanceof.Simpliko\Bundle\TableBundle\Controller\ExportController.0.Simpliko\Bundle\TableBundle\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Simpliko\Bundle\FileManagerBundle\Command\Tree" (parent: .abstract.instanceof.Simpliko\Bundle\FileManagerBundle\Command\Tree).
Resolving inheritance for "Simpliko\Bundle\FileManagerBundle\Command\Tree" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Simpliko\Bundle\FileManagerBundle\Command\Tree).
Resolving inheritance for ".instanceof.Simpliko\Bundle\FileManagerBundle\Controller\DatabaseBasedFileManagerController.0.Simpliko\Bundle\FileManagerBundle\Controller\DatabaseBasedFileManagerController" (parent: .abstract.instanceof.Simpliko\Bundle\FileManagerBundle\Controller\DatabaseBasedFileManagerController).
Resolving inheritance for "Simpliko\Bundle\FileManagerBundle\Controller\DatabaseBasedFileManagerController" (parent: .instanceof.Simpliko\Bundle\FileManagerBundle\Controller\DatabaseBasedFileManagerController.0.Simpliko\Bundle\FileManagerBundle\Controller\DatabaseBasedFileManagerController).
Resolving inheritance for ".instanceof.Simpliko\Bundle\FileManagerBundle\Controller\FileController.0.Simpliko\Bundle\FileManagerBundle\Controller\FileController" (parent: .abstract.instanceof.Simpliko\Bundle\FileManagerBundle\Controller\FileController).
Resolving inheritance for "Simpliko\Bundle\FileManagerBundle\Controller\FileController" (parent: .instanceof.Simpliko\Bundle\FileManagerBundle\Controller\FileController.0.Simpliko\Bundle\FileManagerBundle\Controller\FileController).
Resolving inheritance for ".instanceof.Simpliko\Bundle\FileManagerBundle\Controller\FolderController.0.Simpliko\Bundle\FileManagerBundle\Controller\FolderController" (parent: .abstract.instanceof.Simpliko\Bundle\FileManagerBundle\Controller\FolderController).
Resolving inheritance for "Simpliko\Bundle\FileManagerBundle\Controller\FolderController" (parent: .instanceof.Simpliko\Bundle\FileManagerBundle\Controller\FolderController.0.Simpliko\Bundle\FileManagerBundle\Controller\FolderController).
Resolving inheritance for ".instanceof.Simpliko\Bundle\FileManagerBundle\Controller\LinkController.0.Simpliko\Bundle\FileManagerBundle\Controller\LinkController" (parent: .abstract.instanceof.Simpliko\Bundle\FileManagerBundle\Controller\LinkController).
Resolving inheritance for "Simpliko\Bundle\FileManagerBundle\Controller\LinkController" (parent: .instanceof.Simpliko\Bundle\FileManagerBundle\Controller\LinkController.0.Simpliko\Bundle\FileManagerBundle\Controller\LinkController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Simpliko\Bundle\GalleryBundle\Command\RescaleImages" (parent: .abstract.instanceof.Simpliko\Bundle\GalleryBundle\Command\RescaleImages).
Resolving inheritance for "Simpliko\Bundle\GalleryBundle\Command\RescaleImages" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Simpliko\Bundle\GalleryBundle\Command\RescaleImages).
Resolving inheritance for ".instanceof.Simpliko\Bundle\GalleryBundle\Controller\ImageController.0.Simpliko\Bundle\GalleryBundle\Controller\ImageController" (parent: .abstract.instanceof.Simpliko\Bundle\GalleryBundle\Controller\ImageController).
Resolving inheritance for "Simpliko\Bundle\GalleryBundle\Controller\ImageController" (parent: .instanceof.Simpliko\Bundle\GalleryBundle\Controller\ImageController.0.Simpliko\Bundle\GalleryBundle\Controller\ImageController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Simpliko\Bundle\TaskBundle\Command\TaskCommand" (parent: .abstract.instanceof.Simpliko\Bundle\TaskBundle\Command\TaskCommand).
Resolving inheritance for "Simpliko\Bundle\TaskBundle\Command\TaskCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Simpliko\Bundle\TaskBundle\Command\TaskCommand).
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 "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.access_db" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.error_db" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
1
Skipping service "App\Security\DataFixtures\UserFixture": Class or interface "App\Security\DataFixtures\UserFixture" cannot be loaded.
235
Removed service "App\Dashboard\Service\IdashboardWidgetService"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; 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 "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; 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\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "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\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_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\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "monolog.handler.access_db"; reason: private alias.
Removed service "monolog.handler.db_error_handler"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.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.default_second_level_cache.region_cache_driver"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; 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\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.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 "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $nelmio_api_docLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $access_dbLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $accessDbLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $error_dbLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $errorDbLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "fos_rest.serializer"; reason: private alias.
Removed service ".service_locator.q6rKGBk"; reason: private alias.
Removed service ".service_locator.OePSu7n"; reason: private alias.
Removed service ".service_locator.RgaFTwg"; reason: private alias.
Removed service ".service_locator._4KVXzF"; reason: private alias.
Removed service ".service_locator.9yA_nvs"; 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 "var_dumper.cli_dumper"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.n_ENPtW"; reason: private alias.
Removed service ".service_locator.qswphkd"; reason: private alias.
Removed service ".service_locator.j0zYyu8"; reason: private alias.
Removed service ".service_locator.De.8lU3"; reason: private alias.
Removed service ".service_locator.l6GrDWv"; reason: private alias.
Removed service ".service_locator.J1z6UwC"; reason: private alias.
Removed service ".service_locator.hlpy24e"; reason: private alias.
Removed service ".service_locator.ZZzio7k"; reason: private alias.
Removed service ".service_locator.5Vd5JYV"; reason: private alias.
Removed service ".service_locator.YeN1ehC"; reason: private alias.
Removed service ".service_locator.IsRlhQs"; reason: private alias.
Removed service ".service_locator.JGI16qz"; reason: private alias.
Removed service ".service_locator.f3IyNhm"; reason: private alias.
Removed service ".service_locator.cia6ajh"; reason: private alias.
Removed service ".service_locator.XNB6rIb"; reason: private alias.
Removed service ".service_locator.VTRrrHb"; reason: private alias.
Removed service ".service_locator.4Lh6CWt"; reason: private alias.
Removed service ".service_locator.3zNbMUm"; reason: private alias.
Removed service ".service_locator.vVqIj4P"; reason: private alias.
Removed service ".service_locator.PM.jeVv"; reason: private alias.
Removed service ".service_locator.dZ1eq4F"; reason: private alias.
Removed service ".service_locator.KU1byt0"; reason: private alias.
Removed service ".service_locator.abRjLED"; reason: private alias.
Removed service ".service_locator.yXGgOk8"; reason: private alias.
Removed service ".service_locator.TSxnW5i"; reason: private alias.
Removed service ".service_locator.uo9K7v5"; reason: private alias.
Removed service ".service_locator.1SDk_ov"; reason: private alias.
Removed service ".service_locator.au7iV3K"; reason: private alias.
Removed service ".service_locator.UnhqfR0"; reason: private alias.
Removed service ".service_locator.809WiP2"; reason: private alias.
Removed service ".service_locator.Wjo_qSh"; reason: private alias.
Removed service ".service_locator.scE5OpT"; reason: private alias.
Removed service ".service_locator.Iw1CuIB"; reason: private alias.
Removed service ".service_locator.QybCO1w"; reason: private alias.
Removed service ".service_locator.li38w16"; reason: private alias.
Removed service ".service_locator.FLwlQPv"; reason: private alias.
Removed service ".service_locator.yDytM7T"; reason: private alias.
Removed service ".service_locator.TEW2ItP"; reason: private alias.
Removed service ".service_locator.5O9viko"; reason: private alias.
Removed service ".service_locator.8U0I4l8"; reason: private alias.
Removed service ".service_locator.T5WPbZZ"; reason: private alias.
Removed service ".service_locator.24phEFr"; reason: private alias.
Removed service ".service_locator.sDarX9o"; reason: private alias.
Removed service ".service_locator.SICvBWu"; reason: private alias.
Removed service ".service_locator.n2isU4I"; reason: private alias.
Removed service ".service_locator.aERJGEC"; reason: private alias.
Removed service ".service_locator.ydEZYiH"; reason: private alias.
Removed service ".service_locator..Cv3hvx"; reason: private alias.
Removed service ".service_locator.NM8iMCi"; reason: private alias.
Removed service ".service_locator.qCr0pGf"; reason: private alias.
Removed service ".service_locator.eJ6wKhe"; reason: private alias.
Removed service ".service_locator.FbJ.eJ7"; reason: private alias.
Removed service ".service_locator.35O.izn"; reason: private alias.
171
Changed reference of service "App\Application\Form\Type\ApplicationBulkCommunicationInitType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Application\Form\Type\ApplicationBulkCommunicationType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Application\Form\Type\ApplicationCommunicationType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Application\Form\Type\ApplicationDocumentType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Application\Form\Type\ApplicationEditType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Application\Form\Type\ApplicationInternalCommunicationType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Application\Form\Type\ApplicationStaticDocumentType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Application\Form\Type\ApplicationStatusType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Application\Form\Type\ApplicationTagType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Application\Service\ApplicationCommunicationService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Application\Service\ApplicationCommunicationService" previously pointing to "router.default" to "router".
Changed reference of service "App\Application\Service\PaymentService" previously pointing to "router.default" to "router".
Changed reference of service "App\Commerce\Form\Type\ComplementType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Commerce\Form\Type\CustomerBulkCommunicationType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Commerce\Form\Type\CustomerTagType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Commerce\Form\Type\CustomerType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Commerce\Form\Type\DiscountType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Commerce\Form\Type\ProductTagType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Commerce\Form\Type\ProductTranslationType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Commerce\Form\Type\ProductType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Commerce\Form\Type\ProductVariantTranslationType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Commerce\Form\Type\ProductVariantType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Core\Service\ObjectHistoryService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DynamicForm\DynamicForm\Type\ChoiceFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DynamicForm\Service\DynamicFormProcessor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Project\Form\Type\ProjectEventType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Project\Form\Type\ProjectProjectFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Project\Form\Type\ProjectTagType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Project\Form\Type\ProjectType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Project\Service\MenuGeneratorService" previously pointing to "router.default" to "router".
Changed reference of service "App\Project\Service\MenuGeneratorService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Project\Service\ProjectMenuGeneratorService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Project\Service\ProjectMenuGeneratorService" previously pointing to "router.default" to "router".
Changed reference of service "App\ProjectForm\DynamicForm\Type\CalendarFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\ProjectForm\DynamicForm\Type\PricedNumberLocalizedType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\ProjectForm\Form\Type\ProjectFormBlockCreateType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\ProjectForm\Form\Type\ProjectFormPageCreateType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\ProjectForm\Form\Type\ProjectFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Form\Type\TokenType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Form\Type\UserAdminType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Handler\LoginHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Handler\LoginHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\Service\UserDashboardWidget" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Service\UserService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Form\Type\DotyposSettingsType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Settings\Form\Type\CmsPageType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Settings\Form\Type\DynamicFormChoiceOptionsType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Settings\Form\Type\DynamicFormCreateType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Settings\Form\Type\DynamicFormDefinitionType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Settings\Form\Type\DynamicFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Settings\Form\Type\OrganizationCreateType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Settings\Form\Type\OrganizationType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Settings\Service\DynamicFormBuilder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
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 "console.command.translation_lint" 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.native" 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 "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 "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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 "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.authentication.success_handler.main.form_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.main.form_login" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "router.default" to "router".
Changed reference of service "MenuBundle\Service\MenuGenerator" previously pointing to "router.default" to "router".
Changed reference of service "MenuBundle\Service\MenuGenerator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Simpliko\Bundle\TableBundle\Service\Export" previously pointing to "router.default" to "router".
Changed reference of service "Simpliko\Bundle\FileManagerBundle\Service\AjaxDatabaseBasedFileManager" previously pointing to "router.default" to "router".
Changed reference of service "Simpliko\Bundle\FileManagerBundle\Service\DatabaseBasedFileManager" previously pointing to "router.default" to "router".
Changed reference of service "Simpliko\Bundle\FileManagerBundle\Controller\FileController" previously pointing to "router.default" to "router".
Changed reference of service "Simpliko\Bundle\FileManagerBundle\Controller\FolderController" previously pointing to "router.default" to "router".
Changed reference of service "Simpliko\Bundle\FileManagerBundle\Controller\LinkController" previously pointing to "router.default" to "router".
Changed reference of service "Simpliko\Bundle\GalleryBundle\Service\DatabaseBasedGallery" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.UhUUG9L" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.y.FywQW" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.KHhLDTq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.TL8oA6u" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.3F9UDIi" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Yq8fnFr" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.9F8co3X" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5ZNYBAF" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.pBWzFWv" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.KCMq_9J" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.eO9oZLt" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.spZzKVJ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.DyNb3Rl" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.U.PqT50" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.zTfXQxG" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.sKADZ9r" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.je10D6S" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.V_fUrfq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.GYakgC." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qHpfPrp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.tHpPI9W" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.wmBFwtS" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cJQqJuz" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.g9SL8v9" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.0de5iUA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.FiiyXyY" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.9yCvdFj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ktBeKLO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.fdICuuV" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.VgFmdDp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.l2bGDaA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.j9Cm7r6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.GxUP8bt" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.jZzsx7W" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.eodvmlE" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.WJhnCgM" 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.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.JU6bUqj" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.JU6bUqj" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.GvwNC5U" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.7jukgan" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.xRvtKlk" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.PaymentBundle\Command\RefreshExchangeRate" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
556
Removed service "App\Application\Entity"; reason: abstract.
Removed service "App\Commerce\Entity"; reason: abstract.
Removed service "App\Core\Entity"; reason: abstract.
Removed service "App\DynamicForm\Entity"; reason: abstract.
Removed service "App\Project\Entity"; reason: abstract.
Removed service "App\ProjectForm\Entity"; reason: abstract.
Removed service "App\Security\Entity"; reason: abstract.
Removed service "App\Settings\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 "serializer.name_converter.metadata_aware.abstract"; 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\CharsetValidator"; 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\MacAddressValidator"; 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\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "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.dbal.idle_connection_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_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; 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 ".instanceof.Monolog\ResettableInterface.0.monolog.access_db_handler"; reason: abstract.
Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.monolog.access_db_handler"; reason: abstract.
Removed service ".abstract.instanceof.monolog.access_db_handler"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.monolog.error_db_handler"; reason: abstract.
Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.monolog.error_db_handler"; reason: abstract.
Removed service ".abstract.instanceof.monolog.error_db_handler"; reason: abstract.
Removed service ".instanceof.App\Core\Listener\TranslatableListener.0.App\Core\Listener\TranslatableListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Listener\TranslatableListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Api\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Api\Controller\TestController"; reason: abstract.
Removed service ".instanceof.App\Api\Controller\TestController.0.App\Api\Controller\TestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Api\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Command\UpdateStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Command\UpdateStatus"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\ApplicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\ApplicationController"; reason: abstract.
Removed service ".instanceof.App\Application\Controller\ApplicationController.0.App\Application\Controller\ApplicationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\ApplicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\ProjectCommunicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\ProjectCommunicationController"; reason: abstract.
Removed service ".instanceof.App\Application\Controller\ProjectCommunicationController.0.App\Application\Controller\ProjectCommunicationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\ProjectCommunicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\ProjectDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\ProjectDocumentController"; reason: abstract.
Removed service ".instanceof.App\Application\Controller\ProjectDocumentController.0.App\Application\Controller\ProjectDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\ProjectDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\ProjectInternalCommunicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\ProjectInternalCommunicationController"; reason: abstract.
Removed service ".instanceof.App\Application\Controller\ProjectInternalCommunicationController.0.App\Application\Controller\ProjectInternalCommunicationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\ProjectInternalCommunicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\ProjectStaticDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\ProjectStaticDocumentController"; reason: abstract.
Removed service ".instanceof.App\Application\Controller\ProjectStaticDocumentController.0.App\Application\Controller\ProjectStaticDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\ProjectStaticDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\ProjectStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\ProjectStatusController"; reason: abstract.
Removed service ".instanceof.App\Application\Controller\ProjectStatusController.0.App\Application\Controller\ProjectStatusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\ProjectStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\AccountingExportFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Form\Type\AccountingExportFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationBulkCommunicationInitType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Form\Type\ApplicationBulkCommunicationInitType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationBulkCommunicationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Form\Type\ApplicationBulkCommunicationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationCommunicationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Form\Type\ApplicationCommunicationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Form\Type\ApplicationDocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Form\Type\ApplicationEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationInternalCommunicationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Form\Type\ApplicationInternalCommunicationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationProjectEventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Form\Type\ApplicationProjectEventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationStaticDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Form\Type\ApplicationStaticDocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationStatusType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Form\Type\ApplicationStatusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Type\ApplicationTagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Form\Type\ApplicationTagType"; reason: abstract.
Removed service ".instanceof.App\Application\SystemDocumentService\iSystemDocumentService.0.App\Application\SystemDocumentService\CsInviteSystemDocumentService"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\SystemDocumentService\CsInviteSystemDocumentService"; reason: abstract.
Removed service ".instanceof.App\Application\SystemDocumentService\iSystemDocumentService.0.App\Application\SystemDocumentService\EnInviteSystemDocumentService"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\SystemDocumentService\EnInviteSystemDocumentService"; reason: abstract.
Removed service ".instanceof.App\Application\SystemDocumentService\iSystemDocumentService.0.App\Application\SystemDocumentService\MajakitchenSystemDocumentService"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\SystemDocumentService\MajakitchenSystemDocumentService"; reason: abstract.
Removed service ".instanceof.App\Application\SystemDocumentService\iSystemDocumentService.0.App\Application\SystemDocumentService\MajashopSystemDocumentService"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\SystemDocumentService\MajashopSystemDocumentService"; reason: abstract.
Removed service ".instanceof.App\Application\SystemDocumentService\iSystemDocumentService.0.App\Application\SystemDocumentService\StaticDocumentSystemDocumentService"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\SystemDocumentService\StaticDocumentSystemDocumentService"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Commerce\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Commerce\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.App\Commerce\Controller\CustomerController.0.App\Commerce\Controller\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Commerce\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Commerce\Controller\DiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Commerce\Controller\DiscountController"; reason: abstract.
Removed service ".instanceof.App\Commerce\Controller\DiscountController.0.App\Commerce\Controller\DiscountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Commerce\Controller\DiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Commerce\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Commerce\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.App\Commerce\Controller\ProductController.0.App\Commerce\Controller\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Commerce\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\ComplementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Commerce\Form\Type\ComplementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\CustomerBulkCommunicationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Commerce\Form\Type\CustomerBulkCommunicationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\CustomerTagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Commerce\Form\Type\CustomerTagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\CustomerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Commerce\Form\Type\CustomerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\DiscountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Commerce\Form\Type\DiscountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\ProductTagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Commerce\Form\Type\ProductTagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\ProductTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Commerce\Form\Type\ProductTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Commerce\Form\Type\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\ProductVariantTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Commerce\Form\Type\ProductVariantTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Commerce\Form\Type\ProductVariantType"; reason: abstract.
Removed service ".abstract.instanceof.App\Commerce\Form\Type\ProductVariantType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Core\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Core\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.App\Core\Controller\AdminController.0.App\Core\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Core\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Core\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\Core\Controller\DefaultController.0.App\Core\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Core\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Core\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.App\Core\Controller\IndexController.0.App\Core\Controller\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Core\Controller\SmartFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Core\Controller\SmartFileController"; reason: abstract.
Removed service ".instanceof.App\Core\Controller\SmartFileController.0.App\Core\Controller\SmartFileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Controller\SmartFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Core\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Core\Form\Extension\FormTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Form\Extension\FormTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\DatalistNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Form\Type\DatalistNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\DatalistTextType"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Form\Type\DatalistTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\DynamicCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Form\Type\DynamicCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\GedmoTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Form\Type\GedmoTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\GroupedIntegerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Form\Type\GroupedIntegerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\GroupedNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Form\Type\GroupedNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\GroupedSubformType"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Form\Type\GroupedSubformType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\LabelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Form\Type\LabelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\SelectBooleanType"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Form\Type\SelectBooleanType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\ShowHideType"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Form\Type\ShowHideType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\SmartFileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Form\Type\SmartFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Core\Form\Type\SmartImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Form\Type\SmartImageType"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.App\Core\Service\MonologAccessDbHandler"; reason: abstract.
Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.App\Core\Service\MonologAccessDbHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Service\MonologAccessDbHandler"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.App\Core\Service\MonologErrorDbHandler"; reason: abstract.
Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.App\Core\Service\MonologErrorDbHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Service\MonologErrorDbHandler"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\Base64ImageExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Twig\Base64ImageExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\FileExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Twig\FileExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\LocaleExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Twig\LocaleExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\ObjectHistoryExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Twig\ObjectHistoryExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\PregReplaceExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Twig\PregReplaceExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\SanitizeString"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Twig\SanitizeString"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Core\Twig\TruncateExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\Twig\TruncateExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Dashboard\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Dashboard\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.App\Dashboard\Controller\DashboardController.0.App\Dashboard\Controller\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Dashboard\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\DynamicForm\Helper\Form\Type\LocalizedTextType"; reason: abstract.
Removed service ".abstract.instanceof.App\DynamicForm\DynamicForm\Helper\Form\Type\LocalizedTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\DynamicForm\Helper\Form\Type\LocalizedTextareaType"; reason: abstract.
Removed service ".abstract.instanceof.App\DynamicForm\DynamicForm\Helper\Form\Type\LocalizedTextareaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\DynamicForm\Type\ChoiceFormType"; reason: abstract.
Removed service ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\DynamicForm\DynamicForm\Type\ChoiceFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\DynamicForm\DynamicForm\Type\ChoiceFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\DynamicForm\Type\NumberType"; reason: abstract.
Removed service ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\DynamicForm\DynamicForm\Type\NumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\DynamicForm\DynamicForm\Type\NumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\DynamicForm\Type\TextType"; reason: abstract.
Removed service ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\DynamicForm\DynamicForm\Type\TextType"; reason: abstract.
Removed service ".abstract.instanceof.App\DynamicForm\DynamicForm\Type\TextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\DynamicForm\Type\TextareaType"; reason: abstract.
Removed service ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\DynamicForm\DynamicForm\Type\TextareaType"; reason: abstract.
Removed service ".abstract.instanceof.App\DynamicForm\DynamicForm\Type\TextareaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\Form\Type\DynamicFormFactoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\DynamicForm\Form\Type\DynamicFormFactoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\Form\Type\DynamicFormTypeFactoryTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\DynamicForm\Form\Type\DynamicFormTypeFactoryTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\DynamicForm\Form\Type\DynamicFormTypeFactoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\DynamicForm\Form\Type\DynamicFormTypeFactoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\External\Controller\AbstractExternalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\External\Controller\AbstractExternalController"; reason: abstract.
Removed service ".abstract.instanceof.App\External\Controller\AbstractExternalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\External\Controller\ApplicationApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\External\Controller\ApplicationApiController"; reason: abstract.
Removed service ".instanceof.App\External\Controller\ApplicationApiController.0.App\External\Controller\ApplicationApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\External\Controller\ApplicationApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\External\Controller\ApplicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\External\Controller\ApplicationController"; reason: abstract.
Removed service ".instanceof.App\External\Controller\ApplicationController.0.App\External\Controller\ApplicationController"; reason: abstract.
Removed service ".abstract.instanceof.App\External\Controller\ApplicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\External\Controller\CommerceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\External\Controller\CommerceController"; reason: abstract.
Removed service ".instanceof.App\External\Controller\CommerceController.0.App\External\Controller\CommerceController"; reason: abstract.
Removed service ".abstract.instanceof.App\External\Controller\CommerceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\External\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\External\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.App\External\Controller\PaymentController.0.App\External\Controller\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\External\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\External\Form\Type\ApplicationConfirmEventType"; reason: abstract.
Removed service ".abstract.instanceof.App\External\Form\Type\ApplicationConfirmEventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\External\Form\Type\ApplicationConfirmType"; reason: abstract.
Removed service ".abstract.instanceof.App\External\Form\Type\ApplicationConfirmType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Project\Controller\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Project\Controller\ProjectController"; reason: abstract.
Removed service ".instanceof.App\Project\Controller\ProjectController.0.App\Project\Controller\ProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Project\Controller\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Project\Controller\ProjectEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Project\Controller\ProjectEventController"; reason: abstract.
Removed service ".instanceof.App\Project\Controller\ProjectEventController.0.App\Project\Controller\ProjectEventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Project\Controller\ProjectEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Project\Form\Type\ProjectEventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Project\Form\Type\ProjectEventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Project\Form\Type\ProjectProjectFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Project\Form\Type\ProjectProjectFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Project\Form\Type\ProjectTagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Project\Form\Type\ProjectTagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Project\Form\Type\ProjectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Project\Form\Type\ProjectType"; reason: abstract.
Removed service ".instanceof.App\Project\Service\MenuGeneratorService.0.App\Project\Service\MenuGeneratorService"; reason: abstract.
Removed service ".abstract.instanceof.App\Project\Service\MenuGeneratorService"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Project\Service\ProjectMenuGeneratorService"; reason: abstract.
Removed service ".abstract.instanceof.App\Project\Service\ProjectMenuGeneratorService"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ProjectForm\Controller\ProjectFormBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ProjectForm\Controller\ProjectFormBlockController"; reason: abstract.
Removed service ".instanceof.App\ProjectForm\Controller\ProjectFormBlockController.0.App\ProjectForm\Controller\ProjectFormBlockController"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\Controller\ProjectFormBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ProjectForm\Controller\ProjectFormPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ProjectForm\Controller\ProjectFormPageController"; reason: abstract.
Removed service ".instanceof.App\ProjectForm\Controller\ProjectFormPageController.0.App\ProjectForm\Controller\ProjectFormPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\Controller\ProjectFormPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\CalendarDaySlotFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\DynamicForm\Type\CalendarDaySlotFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\CalendarFormType"; reason: abstract.
Removed service ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\CalendarFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\DynamicForm\Type\CalendarFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\CommunicationEmailType"; reason: abstract.
Removed service ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\CommunicationEmailType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\DynamicForm\Type\CommunicationEmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\ConfirmationType"; reason: abstract.
Removed service ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\ConfirmationType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\DynamicForm\Type\ConfirmationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\CzechPostCodeType"; reason: abstract.
Removed service ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\CzechPostCodeType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\DynamicForm\Type\CzechPostCodeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\PhoneNumberType"; reason: abstract.
Removed service ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\PhoneNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\DynamicForm\Type\PhoneNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\PricedNumberLocalizedType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\DynamicForm\Type\PricedNumberLocalizedType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\PricedNumberType"; reason: abstract.
Removed service ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\PricedNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\DynamicForm\Type\PricedNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\ProductFormType"; reason: abstract.
Removed service ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\ProductFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\DynamicForm\Type\ProductFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\ProductSelectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\DynamicForm\Type\ProductSelectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\DynamicForm\Type\StaticTextType"; reason: abstract.
Removed service ".instanceof.App\DynamicForm\Interface\iDynamicFormType.0.App\ProjectForm\DynamicForm\Type\StaticTextType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\DynamicForm\Type\StaticTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormBlockCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\Form\Type\ProjectFormBlockCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormBlockDynamicFormAddTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\Form\Type\ProjectFormBlockDynamicFormAddTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormBlockTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\Form\Type\ProjectFormBlockTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormBlockType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\Form\Type\ProjectFormBlockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormPageCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\Form\Type\ProjectFormPageCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormPageTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\Form\Type\ProjectFormPageTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormPageType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\Form\Type\ProjectFormPageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ProjectForm\Form\Type\ProjectFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\ProjectForm\Form\Type\ProjectFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Security\Command\CreateAdminUser"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Command\CreateAdminUser"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Security\Command\GenerateUserPassword"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Command\GenerateUserPassword"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Security\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Security\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.App\Security\Controller\ResetPasswordController.0.App\Security\Controller\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Security\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Security\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.App\Security\Controller\SecurityController.0.App\Security\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Security\Controller\TokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Security\Controller\TokenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Controller\TokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Security\Controller\UserAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Security\Controller\UserAdminController"; reason: abstract.
Removed service ".instanceof.App\Security\Controller\UserAdminController.0.App\Security\Controller\UserAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Controller\UserAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Security\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Security\Controller\UserController"; reason: abstract.
Removed service ".instanceof.App\Security\Controller\UserController.0.App\Security\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Security\Form\Type\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Form\Type\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Security\Form\Type\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Form\Type\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Security\Form\Type\SelfUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Form\Type\SelfUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Security\Form\Type\TokenType"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Form\Type\TokenType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Security\Form\Type\UserAdminType"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Form\Type\UserAdminType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Security\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.App\Dashboard\Service\IdashboardWidgetService.0.App\Security\Service\UserDashboardWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Service\UserDashboardWidget"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Controller\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\Controller\TranslationController"; reason: abstract.
Removed service ".instanceof.App\Service\Controller\TranslationController.0.App\Service\Controller\TranslationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Controller\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Form\Type\DotyposSettingsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Form\Type\DotyposSettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Settings\Controller\ApplicationSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Settings\Controller\ApplicationSettingsController"; reason: abstract.
Removed service ".instanceof.App\Settings\Controller\ApplicationSettingsController.0.App\Settings\Controller\ApplicationSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Settings\Controller\ApplicationSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Settings\Controller\CmsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Settings\Controller\CmsController"; reason: abstract.
Removed service ".instanceof.App\Settings\Controller\CmsController.0.App\Settings\Controller\CmsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Settings\Controller\CmsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Settings\Controller\DynamicFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Settings\Controller\DynamicFormController"; reason: abstract.
Removed service ".instanceof.App\Settings\Controller\DynamicFormController.0.App\Settings\Controller\DynamicFormController"; reason: abstract.
Removed service ".abstract.instanceof.App\Settings\Controller\DynamicFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Settings\Controller\OrganizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Settings\Controller\OrganizationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Settings\Controller\OrganizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Settings\Controller\OrganizationSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Settings\Controller\OrganizationSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Settings\Controller\OrganizationSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Settings\Controller\TextController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Settings\Controller\TextController"; reason: abstract.
Removed service ".instanceof.App\Settings\Controller\TextController.0.App\Settings\Controller\TextController"; reason: abstract.
Removed service ".abstract.instanceof.App\Settings\Controller\TextController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\CmsPageTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Settings\Form\Type\CmsPageTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\CmsPageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Settings\Form\Type\CmsPageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\DynamicFormChoiceOptionsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Settings\Form\Type\DynamicFormChoiceOptionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\DynamicFormCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Settings\Form\Type\DynamicFormCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\DynamicFormDefinitionTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Settings\Form\Type\DynamicFormDefinitionTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\DynamicFormDefinitionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Settings\Form\Type\DynamicFormDefinitionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\DynamicFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Settings\Form\Type\DynamicFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\OrganizationCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Settings\Form\Type\OrganizationCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Settings\Form\Type\OrganizationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Settings\Form\Type\OrganizationType"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Settings\Twig\ApplicationSettings"; reason: abstract.
Removed service ".abstract.instanceof.App\Settings\Twig\ApplicationSettings"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Settings\Twig\CmsPagesDefinition"; reason: abstract.
Removed service ".abstract.instanceof.App\Settings\Twig\CmsPagesDefinition"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.PaymentBundle\Command\RefreshExchangeRate"; reason: abstract.
Removed service ".abstract.instanceof.PaymentBundle\Command\RefreshExchangeRate"; reason: abstract.
Removed service ".instanceof.Simpliko\Bundle\TableBundle\Controller\ConfigurationController.0.Simpliko\Bundle\TableBundle\Controller\ConfigurationController"; reason: abstract.
Removed service ".abstract.instanceof.Simpliko\Bundle\TableBundle\Controller\ConfigurationController"; reason: abstract.
Removed service ".instanceof.Simpliko\Bundle\TableBundle\Controller\ExportController.0.Simpliko\Bundle\TableBundle\Controller\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.Simpliko\Bundle\TableBundle\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Simpliko\Bundle\FileManagerBundle\Command\Tree"; reason: abstract.
Removed service ".abstract.instanceof.Simpliko\Bundle\FileManagerBundle\Command\Tree"; reason: abstract.
Removed service ".instanceof.Simpliko\Bundle\FileManagerBundle\Controller\DatabaseBasedFileManagerController.0.Simpliko\Bundle\FileManagerBundle\Controller\DatabaseBasedFileManagerController"; reason: abstract.
Removed service ".abstract.instanceof.Simpliko\Bundle\FileManagerBundle\Controller\DatabaseBasedFileManagerController"; reason: abstract.
Removed service ".instanceof.Simpliko\Bundle\FileManagerBundle\Controller\FileController.0.Simpliko\Bundle\FileManagerBundle\Controller\FileController"; reason: abstract.
Removed service ".abstract.instanceof.Simpliko\Bundle\FileManagerBundle\Controller\FileController"; reason: abstract.
Removed service ".instanceof.Simpliko\Bundle\FileManagerBundle\Controller\FolderController.0.Simpliko\Bundle\FileManagerBundle\Controller\FolderController"; reason: abstract.
Removed service ".abstract.instanceof.Simpliko\Bundle\FileManagerBundle\Controller\FolderController"; reason: abstract.
Removed service ".instanceof.Simpliko\Bundle\FileManagerBundle\Controller\LinkController.0.Simpliko\Bundle\FileManagerBundle\Controller\LinkController"; reason: abstract.
Removed service ".abstract.instanceof.Simpliko\Bundle\FileManagerBundle\Controller\LinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Simpliko\Bundle\GalleryBundle\Command\RescaleImages"; reason: abstract.
Removed service ".abstract.instanceof.Simpliko\Bundle\GalleryBundle\Command\RescaleImages"; reason: abstract.
Removed service ".instanceof.Simpliko\Bundle\GalleryBundle\Controller\ImageController.0.Simpliko\Bundle\GalleryBundle\Controller\ImageController"; reason: abstract.
Removed service ".abstract.instanceof.Simpliko\Bundle\GalleryBundle\Controller\ImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Simpliko\Bundle\TaskBundle\Command\TaskCommand"; reason: abstract.
Removed service ".abstract.instanceof.Simpliko\Bundle\TaskBundle\Command\TaskCommand"; reason: abstract.
196
Removed service "App\Application\Model\ApplicationParam"; reason: unused.
Removed service "App\Commerce\Util\PaymentUtil"; reason: unused.
Removed service "App\Core\Doctrine\Type\SerializedType"; reason: unused.
Removed service "App\Core\Form\Exception\FormErrorException"; reason: unused.
Removed service "App\Core\Form\Transformer\FileUploadTransformer"; reason: unused.
Removed service "App\Core\HttpFoundation\XhrRedirectResponse"; reason: unused.
Removed service "App\Core\HttpFoundation\XhrReloadResponse"; reason: unused.
Removed service "App\Core\Impl\DeepCopy"; reason: unused.
Removed service "App\Core\Impl\EmWrapper"; reason: unused.
Removed service "App\Core\Impl\ExportEmWrapper"; reason: unused.
Removed service "App\Core\Model\DataBag"; reason: unused.
Removed service "App\Core\Model\MenuItem"; reason: unused.
Removed service "App\Core\Service\DatabaseWrapper"; reason: unused.
Removed service "App\Core\Service\MonologAccessDbHandler"; reason: unused.
Removed service "App\Core\Service\MonologErrorDbHandler"; reason: unused.
Removed service "App\Core\Service\RequestProcessor"; reason: unused.
Removed service "App\Dashboard\Model\DashboardWidgetTable"; reason: unused.
Removed service "App\DynamicForm\Model\CachedFormBuilder"; reason: unused.
Removed service "App\DynamicForm\Model\DynamicFormDefinitionOptions"; reason: unused.
Removed service "App\DynamicForm\Service\DynamicFormProcessor"; reason: unused.
Removed service "App\Project\Repository\ProjectEventRepository"; reason: unused.
Removed service "App\Project\Repository\ProjectRepository"; reason: unused.
Removed service "App\ProjectForm\DynamicForm\Model\ProductTypeSubmission"; reason: unused.
Removed service "App\Security\Authenticator\TokenAuthenticator"; reason: unused.
Removed service "App\Security\DataFixtures\UserFixture"; reason: unused.
Removed service "App\Security\Handler\LoginHandler"; reason: unused.
Removed service "App\Security\Provider\TokenUserProvider"; reason: unused.
Removed service "App\Security\Repository\RoleRepository"; reason: unused.
Removed service "App\Service\Model\DotyposStockChangeProduct"; reason: unused.
Removed service "App\Settings\Repository\OrganizationSettingsRepository"; reason: unused.
Removed service "App\Settings\Repository\TextRepository"; reason: unused.
Removed service "App\Settings\Resources\fonts\SvgFont"; reason: unused.
Removed service "App\Settings\Service\ApplicationSettingsService"; reason: unused.
Removed service "App\Settings\Util\TextUtil"; 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 "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "error_handler.error_renderer.serializer"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; 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 "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.channel.desktop"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "chatter.transports"; reason: unused.
Removed service "chatter.transport_factory"; reason: unused.
Removed service "chatter.messenger.chat_handler"; reason: unused.
Removed service "texter.transports"; reason: unused.
Removed service "texter.transport_factory"; reason: unused.
Removed service "texter.messenger.sms_handler"; reason: unused.
Removed service "texter.messenger.push_handler"; reason: unused.
Removed service "texter.messenger.desktop_handler"; reason: unused.
Removed service "notifier.transport_factory.null"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; 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.orm.default_second_level_cache.cache_configuration"; reason: unused.
Removed service "doctrine.orm.default_second_level_cache.default_cache_factory"; reason: unused.
Removed service "doctrine.orm.default_second_level_cache.logger_chain"; reason: unused.
Removed service "doctrine.orm.default_second_level_cache.logger_statistics"; 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.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker"; reason: unused.
Removed service "security.user_checker_locator"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.firewall.event_dispatcher_locator"; reason: unused.
Removed service "security.authenticator.managers_locator"; 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.algorithm_manager_factory"; 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.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; 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 ".service_locator.D3OIN7Z"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "PaymentBundle\Service\ComgateService"; reason: unused.
Removed service "PaymentBundle\Service\CurrencyExchangeService"; reason: unused.
Removed service "PaymentBundle\Service\FioService"; reason: unused.
Removed service "PaymentBundle\Service\PaysService"; reason: unused.
Removed service "PaymentBundle\DependencyInjection\ConfigurationService"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "Simpliko\Bundle\FileManagerBundle\Service\DatabaseBasedFileManager"; reason: unused.
Removed service "Simpliko\Bundle\GalleryBundle\Service\DatabaseBasedGallery"; reason: unused.
Removed service "nelmio_api_doc.type_describer.chain"; reason: unused.
Removed service "nelmio_api_doc.type_describer.array"; reason: unused.
Removed service "nelmio_api_doc.type_describer.bool"; reason: unused.
Removed service "nelmio_api_doc.type_describer.class"; reason: unused.
Removed service "nelmio_api_doc.type_describer.dictionary"; reason: unused.
Removed service "nelmio_api_doc.type_describer.float"; reason: unused.
Removed service "nelmio_api_doc.type_describer.generic_class"; reason: unused.
Removed service "nelmio_api_doc.type_describer.generic_collection"; reason: unused.
Removed service "nelmio_api_doc.type_describer.integer"; reason: unused.
Removed service "nelmio_api_doc.type_describer.intersection"; reason: unused.
Removed service "nelmio_api_doc.type_describer.list"; reason: unused.
Removed service "nelmio_api_doc.type_describer.mixed"; reason: unused.
Removed service "nelmio_api_doc.type_describer.nullable"; reason: unused.
Removed service "nelmio_api_doc.type_describer.object"; reason: unused.
Removed service "nelmio_api_doc.type_describer.string"; reason: unused.
Removed service "nelmio_api_doc.type_describer.template"; reason: unused.
Removed service "nelmio_api_doc.type_describer.union"; reason: unused.
Removed service "fos_rest.view_handler.jsonp"; reason: unused.
Removed service "fos_rest.request.param_fetcher"; reason: unused.
Removed service "fos_rest.request.param_fetcher.reader"; reason: unused.
Removed service "fos_rest.serializer.jms"; reason: unused.
Removed service "fos_rest.serializer.flatten_exception_handler"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.riiCAol"; reason: unused.
Removed service ".service_locator.7KXt.i1"; reason: unused.
Removed service ".service_locator.2QMaG2L"; reason: unused.
Removed service ".service_locator.btBh8Uk"; reason: unused.
417
Inlined service "monolog.processor.request" to "monolog.access_db_handler".
Inlined service ".service_locator.JU6bUqj.App\Api\Controller\TestController" to "App\Api\Controller\TestController".
Inlined service ".service_locator.GvwNC5U.App\Application\Controller\ApplicationController" to "App\Application\Controller\ApplicationController".
Inlined service ".service_locator.GvwNC5U.App\Application\Controller\ProjectCommunicationController" to "App\Application\Controller\ProjectCommunicationController".
Inlined service ".service_locator.GvwNC5U.App\Application\Controller\ProjectDocumentController" to "App\Application\Controller\ProjectDocumentController".
Inlined service ".service_locator.GvwNC5U.App\Application\Controller\ProjectInternalCommunicationController" to "App\Application\Controller\ProjectInternalCommunicationController".
Inlined service ".service_locator.GvwNC5U.App\Application\Controller\ProjectStaticDocumentController" to "App\Application\Controller\ProjectStaticDocumentController".
Inlined service ".service_locator.GvwNC5U.App\Application\Controller\ProjectStatusController" to "App\Application\Controller\ProjectStatusController".
Inlined service "App\Core\Service\PdfService" to "App\Application\Service\ApplicationCommunicationService".
Inlined service "App\Application\SystemDocumentService\Factory\SystemDocumentServiceFactory" to "App\Application\Service\ApplicationCommunicationService".
Inlined service ".service_locator.GvwNC5U.App\Commerce\Controller\CustomerController" to "App\Commerce\Controller\CustomerController".
Inlined service ".service_locator.GvwNC5U.App\Commerce\Controller\DiscountController" to "App\Commerce\Controller\DiscountController".
Inlined service ".service_locator.GvwNC5U.App\Commerce\Controller\ProductController" to "App\Commerce\Controller\ProductController".
Inlined service ".service_locator.GvwNC5U.App\Core\Controller\AdminController" to "App\Core\Controller\AdminController".
Inlined service ".service_locator.GvwNC5U.App\Core\Controller\DefaultController" to "App\Core\Controller\DefaultController".
Inlined service ".service_locator.GvwNC5U.App\Core\Controller\IndexController" to "App\Core\Controller\IndexController".
Inlined service ".service_locator.GvwNC5U.App\Core\Controller\SmartFileController" to "App\Core\Controller\SmartFileController".
Inlined service "App\Core\Service\ImageService" to "App\Core\Twig\Base64ImageExtension".
Inlined service "App\Core\Service\ObjectHistoryService" to "App\Core\Twig\ObjectHistoryExtension".
Inlined service ".service_locator.GvwNC5U.App\Dashboard\Controller\DashboardController" to "App\Dashboard\Controller\DashboardController".
Inlined service ".service_locator.GvwNC5U.App\External\Controller\AbstractExternalController" to "App\External\Controller\AbstractExternalController".
Inlined service ".service_locator.GvwNC5U.App\External\Controller\ApplicationApiController" to "App\External\Controller\ApplicationApiController".
Inlined service ".service_locator.GvwNC5U.App\External\Controller\ApplicationController" to "App\External\Controller\ApplicationController".
Inlined service ".service_locator.GvwNC5U.App\External\Controller\CommerceController" to "App\External\Controller\CommerceController".
Inlined service ".service_locator.GvwNC5U.App\External\Controller\PaymentController" to "App\External\Controller\PaymentController".
Inlined service ".service_locator.GvwNC5U.App\Project\Controller\ProjectController" to "App\Project\Controller\ProjectController".
Inlined service ".service_locator.GvwNC5U.App\Project\Controller\ProjectEventController" to "App\Project\Controller\ProjectEventController".
Inlined service ".service_locator.GvwNC5U.App\ProjectForm\Controller\ProjectFormBlockController" to "App\ProjectForm\Controller\ProjectFormBlockController".
Inlined service ".service_locator.GvwNC5U.App\ProjectForm\Controller\ProjectFormPageController" to "App\ProjectForm\Controller\ProjectFormPageController".
Inlined service "symfonycasts.reset_password.helper" to "App\Security\Controller\ResetPasswordController".
Inlined service ".service_locator.GvwNC5U.App\Security\Controller\ResetPasswordController" to "App\Security\Controller\ResetPasswordController".
Inlined service ".service_locator.GvwNC5U.App\Security\Controller\SecurityController" to "App\Security\Controller\SecurityController".
Inlined service ".service_locator.GvwNC5U.App\Security\Controller\TokenController" to "App\Security\Controller\TokenController".
Inlined service ".service_locator.GvwNC5U.App\Security\Controller\UserAdminController" to "App\Security\Controller\UserAdminController".
Inlined service ".service_locator.GvwNC5U.App\Security\Controller\UserController" to "App\Security\Controller\UserController".
Inlined service "App\Security\Service\UserTokenService" to "App\Security\Service\UserService".
Inlined service ".service_locator.GvwNC5U.App\Service\Controller\TranslationController" to "App\Service\Controller\TranslationController".
Inlined service ".service_locator.GvwNC5U.App\Settings\Controller\ApplicationSettingsController" to "App\Settings\Controller\ApplicationSettingsController".
Inlined service ".service_locator.GvwNC5U.App\Settings\Controller\CmsController" to "App\Settings\Controller\CmsController".
Inlined service ".service_locator.GvwNC5U.App\Settings\Controller\DynamicFormController" to "App\Settings\Controller\DynamicFormController".
Inlined service ".service_locator.GvwNC5U.App\Settings\Controller\OrganizationController" to "App\Settings\Controller\OrganizationController".
Inlined service ".service_locator.GvwNC5U.App\Settings\Controller\OrganizationSettingsController" to "App\Settings\Controller\OrganizationSettingsController".
Inlined service ".service_locator.GvwNC5U.App\Settings\Controller\TextController" to "App\Settings\Controller\TextController".
Inlined service "fos_rest.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.va_rxC4" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.DOrA4Nm" to "console.command.cache_pool_invalidate_tags".
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.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.ILdUWIS" 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.7jukgan.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "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.rhF__EI" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.u.4FiKa" to "router.expression_language_provider".
Inlined service ".service_locator.qXR9Hv0.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 "fos_rest.serializer.form_error_normalizer" to "serializer".
Inlined service "fos_rest.serializer.flatten_exception_normalizer" 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.number" 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 "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" 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.l8RlSek" 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.l8f7KSw" 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 "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.l73xxOy" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
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.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Core\Twig\Base64ImageExtension" to "twig".
Inlined service "App\Core\Twig\FileExtension" to "twig".
Inlined service "App\Core\Twig\LocaleExtension" to "twig".
Inlined service "App\Core\Twig\ObjectHistoryExtension" to "twig".
Inlined service "App\Core\Twig\PregReplaceExtension" to "twig".
Inlined service "App\Core\Twig\SanitizeString" to "twig".
Inlined service "App\Core\Twig\TruncateExtension" to "twig".
Inlined service "App\Project\Service\ProjectMenuGeneratorService" to "twig".
Inlined service "App\Settings\Twig\ApplicationSettings" to "twig".
Inlined service "App\Settings\Twig\CmsPagesDefinition" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "MenuBundle\Service\MenuGenerator" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.lMv3Dwi.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.DG7Og79" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.handler.nested" to "monolog.handler.main".
Inlined service "monolog.handler.main.http_code_strategy" to "monolog.handler.main".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "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.default_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.UbquPLu" 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.LYGHPng" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "doctrine.orm.default_second_level_cache.regions_configuration" to "doctrine.orm.default_configuration".
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 "cache.doctrine.orm.default.second_level.region_driver.recorder_inner" to "cache.doctrine.orm.default.second_level.region_driver".
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.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
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 "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.f0MgC56" to "security.access_map".
Inlined service ".security.request_matcher.kTmTKAG" to "security.access_map".
Inlined service ".security.request_matcher.SVK5D2B" to "security.access_map".
Inlined service ".security.request_matcher.v.QWPsG" to "security.access_map".
Inlined service ".security.request_matcher.YrnOxI1" to "security.access_map".
Inlined service ".security.request_matcher.Dks1yR8" to "security.access_map".
Inlined service ".security.request_matcher.RMiA2nU" to "security.access_map".
Inlined service ".security.request_matcher.aynOFrk" to "security.access_map".
Inlined service ".security.request_matcher.i1pOmjp" to "security.access_map".
Inlined service ".security.request_matcher.CUDSgej" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
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 "security.authenticator.remember_me.main" to "debug.security.authenticator.remember_me.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.ujYyS12" to ".security.request_matcher.f0MgC56".
Inlined service ".security.request_matcher.7zlQQp4" to ".security.request_matcher.kTmTKAG".
Inlined service ".security.request_matcher.pqyCXG8" to ".security.request_matcher.SVK5D2B".
Inlined service ".security.request_matcher.WIpCngH" to ".security.request_matcher.v.QWPsG".
Inlined service ".security.request_matcher.7XMFiMz" to ".security.request_matcher.YrnOxI1".
Inlined service ".security.request_matcher._aHFqbN" to ".security.request_matcher.Dks1yR8".
Inlined service ".security.request_matcher.jdwYdU0" to ".security.request_matcher.RMiA2nU".
Inlined service ".security.request_matcher.HCYImlQ" to ".security.request_matcher.aynOFrk".
Inlined service ".security.request_matcher.TWhLCnu" to ".security.request_matcher.i1pOmjp".
Inlined service ".security.request_matcher.SbN0Tkg" to ".security.request_matcher.CUDSgej".
Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "MenuBundle\Service\PathAccess" to "MenuBundle\Service\MenuGenerator".
Inlined service "MenuBundle\Factory\MenuBranchGeneratorServiceFactory" to "MenuBundle\Service\MenuGenerator".
Inlined service ".service_locator.fKIsVqY" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~KuWAtW." to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "Simpliko\Bundle\TableBundle\Service\Export" to "Simpliko\Bundle\TableBundle\Service\TableBundleFactory".
Inlined service "Simpliko\Bundle\FileManagerBundle\Service\AjaxDatabaseBasedFileManager" to "Simpliko\Bundle\FileManagerBundle\Controller\DatabaseBasedFileManagerController".
Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.object_model.property_describer" to "nelmio_api_doc.model_describers.object".
Inlined service "nelmio_api_doc.swagger.processor.nullable_property" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_query_string" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_request_payload" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.open_api.generator" to "nelmio_api_doc.generator.default".
Inlined service "monolog.logger.nelmio_api_doc" to "nelmio_api_doc.generator.default".
Inlined service "fos_rest.exception.messages_map" to "fos_rest.serializer.flatten_exception_normalizer".
Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
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 "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.UhUUG9L" to ".service_locator.UhUUG9L.App\Api\Controller\TestController::setViewHandler()".
Inlined service ".service_locator.TL8oA6u" to ".service_locator.TL8oA6u.App\Application\Controller\ApplicationController::edit()".
Inlined service ".service_locator.Yq8fnFr" to ".service_locator.Yq8fnFr.App\Application\Controller\ApplicationController::communicationHistory()".
Inlined service ".service_locator.egipcEH" to ".service_locator.egipcEH.App\Application\Controller\ApplicationController::accountingExport()".
Inlined service ".service_locator.eO9oZLt" to ".service_locator.eO9oZLt.App\Application\Controller\ProjectStatusController::create()".
Inlined service ".service_locator.spZzKVJ" to ".service_locator.spZzKVJ.App\Commerce\Controller\CustomerController::bulkCommunication()".
Inlined service ".service_locator.0Qh1sYQ" to ".service_locator.0Qh1sYQ.App\Dashboard\Controller\DashboardController::dashboardWidgets()".
Inlined service ".service_locator.ZDx0Rwc" to ".service_locator.ZDx0Rwc.App\Dashboard\Controller\DashboardController::setWidgets()".
Inlined service ".service_locator.kJ7Y38c" to ".service_locator.kJ7Y38c.App\Dashboard\Controller\DashboardController::dashboardSettings()".
Inlined service ".service_locator.YYXJwUE" to ".service_locator.YYXJwUE.App\External\Controller\ApplicationApiController::getCalendarTimeSlots()".
Inlined service ".service_locator.U.PqT50" to ".service_locator.U.PqT50.App\External\Controller\ApplicationController::create()".
Inlined service ".service_locator.zTfXQxG" to ".service_locator.zTfXQxG.App\External\Controller\ApplicationController::summary()".
Inlined service ".service_locator.6YtRhWx" to ".service_locator.6YtRhWx.App\External\Controller\PaymentController::gpCreate()".
Inlined service ".service_locator.sKADZ9r" to ".service_locator.sKADZ9r.App\External\Controller\PaymentController::gpReturn()".
Inlined service ".service_locator.V_fUrfq" to ".service_locator.V_fUrfq.App\Project\Controller\ProjectEventController::attendance()".
Inlined service ".service_locator.GYakgC." to ".service_locator.GYakgC..App\Security\Controller\ResetPasswordController::request()".
Inlined service ".service_locator.qHpfPrp" to ".service_locator.qHpfPrp.App\Security\Controller\ResetPasswordController::reset()".
Inlined service ".service_locator.xkWA7vv" to ".service_locator.xkWA7vv.App\Security\Controller\SecurityController::login()".
Inlined service ".service_locator.9VN7xXM" to ".service_locator.9VN7xXM.App\Security\Controller\SecurityController::runMigrations()".
Inlined service ".service_locator.tHpPI9W" to ".service_locator.tHpPI9W.App\Security\Controller\UserAdminController::adminCreate()".
Inlined service ".service_locator.wmBFwtS" to ".service_locator.wmBFwtS.App\Security\Controller\UserAdminController::adminEdit()".
Inlined service ".service_locator.cJQqJuz" to ".service_locator.cJQqJuz.App\Security\Controller\UserAdminController::impersonate()".
Inlined service ".service_locator.g9SL8v9" to ".service_locator.g9SL8v9.App\Security\Controller\UserAdminController::resetPassword()".
Inlined service ".service_locator.0de5iUA" to ".service_locator.0de5iUA.App\Security\Controller\UserController::selfEdit()".
Inlined service ".service_locator.5eiNVDl" to ".service_locator.5eiNVDl.App\Settings\Controller\CmsController::page()".
Inlined service ".service_locator.G.eJZUI" to ".service_locator.G.eJZUI.App\Settings\Controller\DynamicFormController::editSubmissions()".
Inlined service ".service_locator.9yCvdFj" to ".service_locator.9yCvdFj.App\Settings\Controller\DynamicFormController::quiz()".
Inlined service ".service_locator.ktBeKLO" to ".service_locator.ktBeKLO.App\Settings\Controller\OrganizationController::list()".
Inlined service ".service_locator.VgFmdDp" to ".service_locator.VgFmdDp.App\Settings\Controller\OrganizationController::removeImage()".
Inlined service ".service_locator.l2bGDaA" to ".service_locator.l2bGDaA.App\Settings\Controller\OrganizationController::getImage()".
Inlined service ".service_locator._4FzYXo" to ".service_locator._4FzYXo.Simpliko\Bundle\TableBundle\Controller\ConfigurationController::columnConfigurationForm()".
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 ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.BxSdgVt" 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 "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service ".service_locator.JU6bUqj" to ".service_locator.JU6bUqj.App\Api\Controller\TestController".
Inlined service ".service_locator.7jukgan" to ".service_locator.7jukgan.translation.warmer".
Inlined service ".service_locator.DXYUblb" to ".service_locator.DXYUblb.router.default".
Inlined service ".service_locator.qXR9Hv0" to ".service_locator.qXR9Hv0.router.cache_warmer".
Inlined service ".service_locator.lMv3Dwi" to ".service_locator.lMv3Dwi.twig.template_cache_warmer".
Inlined service ".service_locator.ccTBFaB" to "debug.argument_resolver.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service ".service_locator.ZE90by7" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.DXYUblb.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "Simpliko\Bundle\TaskBundle\Service\TaskService" to "console.command.public_alias.Simpliko\Bundle\TaskBundle\Command\TaskCommand".
Inlined service "App\Security\Service\ResetPasswordService" to "App\Security\Service\UserService".
Inlined service "App\Security\Service\ResetPasswordService" to "App\Security\Service\UserService".
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.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
2
Tag "doctrine.event_subscriber" was defined on service(s) "gedmo.listener.tree", but was never used. Did you mean "doctrine.event_listener", "kernel.event_subscriber"?
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "debug.security.event_dispatcher.main", ".debug.http_client", "event_dispatcher", but was never used.