Since symfony/doctrine-bridge 6.3: The "Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber" class is deprecated. Use "Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaListener" instead.
Since symfony/doctrine-bridge 6.3: The "Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber" class is deprecated. Use "Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaListener" instead.
Since symfony/doctrine-bridge 6.3: Registering "doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "doctrine.orm.listeners.doctrine_token_provider_schema_subscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\Diploma\CloneSubFamilyCommand" class instead.
Log messages generated during the compilation of the service container.
Messages
Class
555
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CloneCompanyCommand" (parent: .abstract.instanceof.App\Command\CloneCompanyCommand).
Resolving inheritance for "App\Command\CloneCompanyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CloneCompanyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DailyJobsCommand" (parent: .abstract.instanceof.App\Command\DailyJobsCommand).
Resolving inheritance for "App\Command\DailyJobsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DailyJobsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Diploma\CloneSubFamilyCommand" (parent: .abstract.instanceof.App\Command\Diploma\CloneSubFamilyCommand).
Resolving inheritance for "App\Command\Diploma\CloneSubFamilyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Diploma\CloneSubFamilyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DoJobsCommand" (parent: .abstract.instanceof.App\Command\DoJobsCommand).
Resolving inheritance for "App\Command\DoJobsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DoJobsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DumpCommand" (parent: .abstract.instanceof.App\Command\DumpCommand).
Resolving inheritance for "App\Command\DumpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DumpCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportFromLiveCommand" (parent: .abstract.instanceof.App\Command\ImportFromLiveCommand).
Resolving inheritance for "App\Command\ImportFromLiveCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportFromLiveCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MaintenanceModeCommand" (parent: .abstract.instanceof.App\Command\MaintenanceModeCommand).
Resolving inheritance for "App\Command\MaintenanceModeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MaintenanceModeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MinuteJobsCommand" (parent: .abstract.instanceof.App\Command\MinuteJobsCommand).
Resolving inheritance for "App\Command\MinuteJobsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MinuteJobsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RestoreCommand" (parent: .abstract.instanceof.App\Command\RestoreCommand).
Resolving inheritance for "App\Command\RestoreCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RestoreCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\S3BackupSyncCommand" (parent: .abstract.instanceof.App\Command\S3BackupSyncCommand).
Resolving inheritance for "App\Command\S3BackupSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\S3BackupSyncCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncFilesFromLiveCommand" (parent: .abstract.instanceof.App\Command\SyncFilesFromLiveCommand).
Resolving inheritance for "App\Command\SyncFilesFromLiveCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncFilesFromLiveCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\CertificateController" (parent: .abstract.instanceof.App\Controller\API\CertificateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\CertificateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\CertificateController).
Resolving inheritance for "App\Controller\API\CertificateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\CertificateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ClientController" (parent: .abstract.instanceof.App\Controller\API\ClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ClientController).
Resolving inheritance for "App\Controller\API\ClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\SessionController" (parent: .abstract.instanceof.App\Controller\API\SessionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\SessionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\SessionController).
Resolving inheritance for "App\Controller\API\SessionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\SessionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\TestController" (parent: .abstract.instanceof.App\Controller\API\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\TestController).
Resolving inheritance for "App\Controller\API\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\TraineeController" (parent: .abstract.instanceof.App\Controller\API\TraineeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\TraineeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\TraineeController).
Resolving inheritance for "App\Controller\API\TraineeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\TraineeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Alert\AlertController" (parent: .abstract.instanceof.App\Controller\Alert\AlertController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Alert\AlertController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Alert\AlertController).
Resolving inheritance for "App\Controller\Alert\AlertController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Alert\AlertController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientPortal\ClientPortalController" (parent: .abstract.instanceof.App\Controller\ClientPortal\ClientPortalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientPortal\ClientPortalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientPortal\ClientPortalController).
Resolving inheritance for "App\Controller\ClientPortal\ClientPortalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientPortal\ClientPortalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\AIPRTokenController" (parent: .abstract.instanceof.App\Controller\Company\AIPRTokenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\AIPRTokenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\AIPRTokenController).
Resolving inheritance for "App\Controller\Company\AIPRTokenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\AIPRTokenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyController" (parent: .abstract.instanceof.App\Controller\Company\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyController).
Resolving inheritance for "App\Controller\Company\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\InsertDemoDataController" (parent: .abstract.instanceof.App\Controller\Company\InsertDemoDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\InsertDemoDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\InsertDemoDataController).
Resolving inheritance for "App\Controller\Company\InsertDemoDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\InsertDemoDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\MyCompanyController" (parent: .abstract.instanceof.App\Controller\Company\MyCompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\MyCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\MyCompanyController).
Resolving inheritance for "App\Controller\Company\MyCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\MyCompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\MyCompanyLogoController" (parent: .abstract.instanceof.App\Controller\Company\MyCompanyLogoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\MyCompanyLogoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\MyCompanyLogoController).
Resolving inheritance for "App\Controller\Company\MyCompanyLogoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\MyCompanyLogoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\MyCompanySurveyController" (parent: .abstract.instanceof.App\Controller\Company\MyCompanySurveyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\MyCompanySurveyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\MyCompanySurveyController).
Resolving inheritance for "App\Controller\Company\MyCompanySurveyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\MyCompanySurveyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\MyCompanyThemeController" (parent: .abstract.instanceof.App\Controller\Company\MyCompanyThemeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\MyCompanyThemeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\MyCompanyThemeController).
Resolving inheritance for "App\Controller\Company\MyCompanyThemeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\MyCompanyThemeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\TestCenterController" (parent: .abstract.instanceof.App\Controller\Company\TestCenterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\TestCenterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\TestCenterController).
Resolving inheritance for "App\Controller\Company\TestCenterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\TestCenterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\TrainingPlaceController" (parent: .abstract.instanceof.App\Controller\Company\TrainingPlaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\TrainingPlaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\TrainingPlaceController).
Resolving inheritance for "App\Controller\Company\TrainingPlaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\TrainingPlaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\ClientController" (parent: .abstract.instanceof.App\Controller\Contact\ClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\ClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\ClientController).
Resolving inheritance for "App\Controller\Contact\ClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\ClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\ContactController" (parent: .abstract.instanceof.App\Controller\Contact\ContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\ContactController).
Resolving inheritance for "App\Controller\Contact\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\ContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\EmployeeController" (parent: .abstract.instanceof.App\Controller\Contact\EmployeeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\EmployeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\EmployeeController).
Resolving inheritance for "App\Controller\Contact\EmployeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\EmployeeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\TraineeController" (parent: .abstract.instanceof.App\Controller\Contact\TraineeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\TraineeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\TraineeController).
Resolving inheritance for "App\Controller\Contact\TraineeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\TraineeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\CategoryController" (parent: .abstract.instanceof.App\Controller\Diploma\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\CategoryController).
Resolving inheritance for "App\Controller\Diploma\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\CertificateController" (parent: .abstract.instanceof.App\Controller\Diploma\CertificateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\CertificateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\CertificateController).
Resolving inheritance for "App\Controller\Diploma\CertificateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\CertificateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\DiplomaController" (parent: .abstract.instanceof.App\Controller\Diploma\DiplomaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\DiplomaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\DiplomaController).
Resolving inheritance for "App\Controller\Diploma\DiplomaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\DiplomaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\ModuleController" (parent: .abstract.instanceof.App\Controller\Diploma\ModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\ModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\ModuleController).
Resolving inheritance for "App\Controller\Diploma\ModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\ModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\QuestionController" (parent: .abstract.instanceof.App\Controller\Diploma\QuestionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\QuestionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\QuestionController).
Resolving inheritance for "App\Controller\Diploma\QuestionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\QuestionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\SubFamilyController" (parent: .abstract.instanceof.App\Controller\Diploma\SubFamilyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\SubFamilyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\SubFamilyController).
Resolving inheritance for "App\Controller\Diploma\SubFamilyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\SubFamilyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\SurveyController" (parent: .abstract.instanceof.App\Controller\Diploma\SurveyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\SurveyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\SurveyController).
Resolving inheritance for "App\Controller\Diploma\SurveyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\SurveyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\SurveyVersionStatsController" (parent: .abstract.instanceof.App\Controller\Diploma\SurveyVersionStatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\SurveyVersionStatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\SurveyVersionStatsController).
Resolving inheritance for "App\Controller\Diploma\SurveyVersionStatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\SurveyVersionStatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Document\DocumentController" (parent: .abstract.instanceof.App\Controller\Document\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Document\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Document\DocumentController).
Resolving inheritance for "App\Controller\Document\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Document\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Equipment\EquipmentController" (parent: .abstract.instanceof.App\Controller\Equipment\EquipmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Equipment\EquipmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Equipment\EquipmentController).
Resolving inheritance for "App\Controller\Equipment\EquipmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Equipment\EquipmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\CacesReportController" (parent: .abstract.instanceof.App\Controller\Export\CacesReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\CacesReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\CacesReportController).
Resolving inheritance for "App\Controller\Export\CacesReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\CacesReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\CertificateController" (parent: .abstract.instanceof.App\Controller\Export\CertificateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\CertificateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\CertificateController).
Resolving inheritance for "App\Controller\Export\CertificateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\CertificateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\DashboardController" (parent: .abstract.instanceof.App\Controller\Export\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\DashboardController).
Resolving inheritance for "App\Controller\Export\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\RecoveryController" (parent: .abstract.instanceof.App\Controller\Export\RecoveryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\RecoveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\RecoveryController).
Resolving inheritance for "App\Controller\Export\RecoveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\RecoveryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\SatisfactionSurveyController" (parent: .abstract.instanceof.App\Controller\Export\SatisfactionSurveyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\SatisfactionSurveyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\SatisfactionSurveyController).
Resolving inheritance for "App\Controller\Export\SatisfactionSurveyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\SatisfactionSurveyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\StatController" (parent: .abstract.instanceof.App\Controller\Export\StatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\StatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\StatController).
Resolving inheritance for "App\Controller\Export\StatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\StatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\TrainingHistoryController" (parent: .abstract.instanceof.App\Controller\Export\TrainingHistoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\TrainingHistoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\TrainingHistoryController).
Resolving inheritance for "App\Controller\Export\TrainingHistoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\TrainingHistoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\UTController" (parent: .abstract.instanceof.App\Controller\Export\UTController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\UTController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\UTController).
Resolving inheritance for "App\Controller\Export\UTController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\UTController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Guest\CertificateController" (parent: .abstract.instanceof.App\Controller\Guest\CertificateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Guest\CertificateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Guest\CertificateController).
Resolving inheritance for "App\Controller\Guest\CertificateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Guest\CertificateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Guest\GuestController" (parent: .abstract.instanceof.App\Controller\Guest\GuestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Guest\GuestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Guest\GuestController).
Resolving inheritance for "App\Controller\Guest\GuestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Guest\GuestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Guest\QRCodeController" (parent: .abstract.instanceof.App\Controller\Guest\QRCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Guest\QRCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Guest\QRCodeController).
Resolving inheritance for "App\Controller\Guest\QRCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Guest\QRCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegalController" (parent: .abstract.instanceof.App\Controller\LegalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegalController).
Resolving inheritance for "App\Controller\LegalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MainController" (parent: .abstract.instanceof.App\Controller\MainController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MainController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MainController).
Resolving inheritance for "App\Controller\MainController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MainController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\ActivityController" (parent: .abstract.instanceof.App\Controller\Maintenance\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\ActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\ActivityController).
Resolving inheritance for "App\Controller\Maintenance\ActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\BroadcastMessageController" (parent: .abstract.instanceof.App\Controller\Maintenance\BroadcastMessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\BroadcastMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\BroadcastMessageController).
Resolving inheritance for "App\Controller\Maintenance\BroadcastMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\BroadcastMessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\DataBaseController" (parent: .abstract.instanceof.App\Controller\Maintenance\DataBaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\DataBaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\DataBaseController).
Resolving inheritance for "App\Controller\Maintenance\DataBaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\DataBaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\JobController" (parent: .abstract.instanceof.App\Controller\Maintenance\JobController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\JobController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\JobController).
Resolving inheritance for "App\Controller\Maintenance\JobController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\JobController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\LogController" (parent: .abstract.instanceof.App\Controller\Maintenance\LogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\LogController).
Resolving inheritance for "App\Controller\Maintenance\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\LogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\MaintenanceController" (parent: .abstract.instanceof.App\Controller\Maintenance\MaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\MaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\MaintenanceController).
Resolving inheritance for "App\Controller\Maintenance\MaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\MaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\PhpInfoController" (parent: .abstract.instanceof.App\Controller\Maintenance\PhpInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\PhpInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\PhpInfoController).
Resolving inheritance for "App\Controller\Maintenance\PhpInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\PhpInfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\RouteController" (parent: .abstract.instanceof.App\Controller\Maintenance\RouteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\RouteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\RouteController).
Resolving inheritance for "App\Controller\Maintenance\RouteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\RouteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\SignatureController" (parent: .abstract.instanceof.App\Controller\Maintenance\SignatureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\SignatureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\SignatureController).
Resolving inheritance for "App\Controller\Maintenance\SignatureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\SignatureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Map\MapCompanyController" (parent: .abstract.instanceof.App\Controller\Map\MapCompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Map\MapCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Map\MapCompanyController).
Resolving inheritance for "App\Controller\Map\MapCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Map\MapCompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Map\MapController" (parent: .abstract.instanceof.App\Controller\Map\MapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Map\MapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Map\MapController).
Resolving inheritance for "App\Controller\Map\MapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Map\MapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyAccount\ExpenseController" (parent: .abstract.instanceof.App\Controller\MyAccount\ExpenseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyAccount\ExpenseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyAccount\ExpenseController).
Resolving inheritance for "App\Controller\MyAccount\ExpenseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyAccount\ExpenseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyAccount\LogUserController" (parent: .abstract.instanceof.App\Controller\MyAccount\LogUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyAccount\LogUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyAccount\LogUserController).
Resolving inheritance for "App\Controller\MyAccount\LogUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyAccount\LogUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyAccount\ProfileController" (parent: .abstract.instanceof.App\Controller\MyAccount\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyAccount\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyAccount\ProfileController).
Resolving inheritance for "App\Controller\MyAccount\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyAccount\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyAccount\SupportRequestController" (parent: .abstract.instanceof.App\Controller\MyAccount\SupportRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyAccount\SupportRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyAccount\SupportRequestController).
Resolving inheritance for "App\Controller\MyAccount\SupportRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyAccount\SupportRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pricing\PricingGridController" (parent: .abstract.instanceof.App\Controller\Pricing\PricingGridController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pricing\PricingGridController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pricing\PricingGridController).
Resolving inheritance for "App\Controller\Pricing\PricingGridController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pricing\PricingGridController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Quote\QuoteController" (parent: .abstract.instanceof.App\Controller\Quote\QuoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Quote\QuoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Quote\QuoteController).
Resolving inheritance for "App\Controller\Quote\QuoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Quote\QuoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController" (parent: .abstract.instanceof.App\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController).
Resolving inheritance for "App\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Scheduler\SessionSchedulerController" (parent: .abstract.instanceof.App\Controller\Scheduler\SessionSchedulerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Scheduler\SessionSchedulerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Scheduler\SessionSchedulerController).
Resolving inheritance for "App\Controller\Scheduler\SessionSchedulerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Scheduler\SessionSchedulerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Scheduler\VacationSchedulerController" (parent: .abstract.instanceof.App\Controller\Scheduler\VacationSchedulerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Scheduler\VacationSchedulerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Scheduler\VacationSchedulerController).
Resolving inheritance for "App\Controller\Scheduler\VacationSchedulerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Scheduler\VacationSchedulerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Screen\ScreenController" (parent: .abstract.instanceof.App\Controller\Screen\ScreenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Screen\ScreenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Screen\ScreenController).
Resolving inheritance for "App\Controller\Screen\ScreenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Screen\ScreenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Session\SatisfactionSurveyController" (parent: .abstract.instanceof.App\Controller\Session\SatisfactionSurveyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Session\SatisfactionSurveyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Session\SatisfactionSurveyController).
Resolving inheritance for "App\Controller\Session\SatisfactionSurveyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Session\SatisfactionSurveyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Session\Session2TraineeController" (parent: .abstract.instanceof.App\Controller\Session\Session2TraineeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Session\Session2TraineeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Session\Session2TraineeController).
Resolving inheritance for "App\Controller\Session\Session2TraineeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Session\Session2TraineeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Session\SessionController" (parent: .abstract.instanceof.App\Controller\Session\SessionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Session\SessionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Session\SessionController).
Resolving inheritance for "App\Controller\Session\SessionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Session\SessionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Session\SessionEvaluationController" (parent: .abstract.instanceof.App\Controller\Session\SessionEvaluationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Session\SessionEvaluationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Session\SessionEvaluationController).
Resolving inheritance for "App\Controller\Session\SessionEvaluationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Session\SessionEvaluationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Session\SessionPlanningController" (parent: .abstract.instanceof.App\Controller\Session\SessionPlanningController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Session\SessionPlanningController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Session\SessionPlanningController).
Resolving inheritance for "App\Controller\Session\SessionPlanningController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Session\SessionPlanningController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SystemController" (parent: .abstract.instanceof.App\Controller\SystemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SystemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SystemController).
Resolving inheritance for "App\Controller\SystemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SystemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Test\Test2TraineeController" (parent: .abstract.instanceof.App\Controller\Test\Test2TraineeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Test\Test2TraineeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Test\Test2TraineeController).
Resolving inheritance for "App\Controller\Test\Test2TraineeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Test\Test2TraineeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Test\TestController" (parent: .abstract.instanceof.App\Controller\Test\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Test\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Test\TestController).
Resolving inheritance for "App\Controller\Test\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Test\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Test\TestLegacyController" (parent: .abstract.instanceof.App\Controller\Test\TestLegacyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Test\TestLegacyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Test\TestLegacyController).
Resolving inheritance for "App\Controller\Test\TestLegacyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Test\TestLegacyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tutorial\TutorialController" (parent: .abstract.instanceof.App\Controller\Tutorial\TutorialController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tutorial\TutorialController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tutorial\TutorialController).
Resolving inheritance for "App\Controller\Tutorial\TutorialController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tutorial\TutorialController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Upload\UploadController" (parent: .abstract.instanceof.App\Controller\Upload\UploadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Upload\UploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Upload\UploadController).
Resolving inheritance for "App\Controller\Upload\UploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Upload\UploadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Upload\UploadCtrmpController" (parent: .abstract.instanceof.App\Controller\Upload\UploadCtrmpController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Upload\UploadCtrmpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Upload\UploadCtrmpController).
Resolving inheritance for "App\Controller\Upload\UploadCtrmpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Upload\UploadCtrmpController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsersController" (parent: .abstract.instanceof.App\Controller\UsersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsersController).
Resolving inheritance for "App\Controller\UsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsersController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CompanyFixtures" (parent: .abstract.instanceof.App\DataFixtures\CompanyFixtures).
Resolving inheritance for "App\DataFixtures\CompanyFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CompanyFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures" (parent: .abstract.instanceof.App\DataFixtures\UserFixtures).
Resolving inheritance for "App\DataFixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType" (parent: .abstract.instanceof.App\Form\ChangePasswordFormType).
Resolving inheritance for "App\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\CompanyContractType" (parent: .abstract.instanceof.App\Form\Company\CompanyContractType).
Resolving inheritance for "App\Form\Company\CompanyContractType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\CompanyContractType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\CompanyInvoiceType" (parent: .abstract.instanceof.App\Form\Company\CompanyInvoiceType).
Resolving inheritance for "App\Form\Company\CompanyInvoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\CompanyInvoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\CompanyType" (parent: .abstract.instanceof.App\Form\Company\CompanyType).
Resolving inheritance for "App\Form\Company\CompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\CompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\MyCompanyLogoType" (parent: .abstract.instanceof.App\Form\Company\MyCompanyLogoType).
Resolving inheritance for "App\Form\Company\MyCompanyLogoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\MyCompanyLogoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\MyCompanyType" (parent: .abstract.instanceof.App\Form\Company\MyCompanyType).
Resolving inheritance for "App\Form\Company\MyCompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\MyCompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Contact\ClientType" (parent: .abstract.instanceof.App\Form\Contact\ClientType).
Resolving inheritance for "App\Form\Contact\ClientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Contact\ClientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Contact\ContactType" (parent: .abstract.instanceof.App\Form\Contact\ContactType).
Resolving inheritance for "App\Form\Contact\ContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Contact\ContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Contact\EmployeeType" (parent: .abstract.instanceof.App\Form\Contact\EmployeeType).
Resolving inheritance for "App\Form\Contact\EmployeeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Contact\EmployeeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Contact\TraineeType" (parent: .abstract.instanceof.App\Form\Contact\TraineeType).
Resolving inheritance for "App\Form\Contact\TraineeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Contact\TraineeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\AnswerType" (parent: .abstract.instanceof.App\Form\Diploma\AnswerType).
Resolving inheritance for "App\Form\Diploma\AnswerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\AnswerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\DiplomaType" (parent: .abstract.instanceof.App\Form\Diploma\DiplomaType).
Resolving inheritance for "App\Form\Diploma\DiplomaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\DiplomaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\QuestionPrType" (parent: .abstract.instanceof.App\Form\Diploma\QuestionPrType).
Resolving inheritance for "App\Form\Diploma\QuestionPrType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\QuestionPrType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\QuestionSheetType" (parent: .abstract.instanceof.App\Form\Diploma\QuestionSheetType).
Resolving inheritance for "App\Form\Diploma\QuestionSheetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\QuestionSheetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\QuestionThType" (parent: .abstract.instanceof.App\Form\Diploma\QuestionThType).
Resolving inheritance for "App\Form\Diploma\QuestionThType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\QuestionThType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\SubFamilyType" (parent: .abstract.instanceof.App\Form\Diploma\SubFamilyType).
Resolving inheritance for "App\Form\Diploma\SubFamilyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\SubFamilyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\SurveyType" (parent: .abstract.instanceof.App\Form\Diploma\SurveyType).
Resolving inheritance for "App\Form\Diploma\SurveyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\SurveyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\SurveyVersionType" (parent: .abstract.instanceof.App\Form\Diploma\SurveyVersionType).
Resolving inheritance for "App\Form\Diploma\SurveyVersionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\SurveyVersionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Equipment\EquipmentPhotoType" (parent: .abstract.instanceof.App\Form\Equipment\EquipmentPhotoType).
Resolving inheritance for "App\Form\Equipment\EquipmentPhotoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Equipment\EquipmentPhotoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Equipment\EquipmentType" (parent: .abstract.instanceof.App\Form\Equipment\EquipmentType).
Resolving inheritance for "App\Form\Equipment\EquipmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Equipment\EquipmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Places\TestCenterType" (parent: .abstract.instanceof.App\Form\Places\TestCenterType).
Resolving inheritance for "App\Form\Places\TestCenterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Places\TestCenterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Places\TrainingPlaceType" (parent: .abstract.instanceof.App\Form\Places\TrainingPlaceType).
Resolving inheritance for "App\Form\Places\TrainingPlaceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Places\TrainingPlaceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileType" (parent: .abstract.instanceof.App\Form\ProfileType).
Resolving inheritance for "App\Form\ProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Quote\QuoteAsk2Type" (parent: .abstract.instanceof.App\Form\Quote\QuoteAsk2Type).
Resolving inheritance for "App\Form\Quote\QuoteAsk2Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Quote\QuoteAsk2Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Quote\QuoteAskAdminType" (parent: .abstract.instanceof.App\Form\Quote\QuoteAskAdminType).
Resolving inheritance for "App\Form\Quote\QuoteAskAdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Quote\QuoteAskAdminType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Quote\QuoteAskType" (parent: .abstract.instanceof.App\Form\Quote\QuoteAskType).
Resolving inheritance for "App\Form\Quote\QuoteAskType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Quote\QuoteAskType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Quote\QuoteRowType" (parent: .abstract.instanceof.App\Form\Quote\QuoteRowType).
Resolving inheritance for "App\Form\Quote\QuoteRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Quote\QuoteRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Quote\QuoteType" (parent: .abstract.instanceof.App\Form\Quote\QuoteType).
Resolving inheritance for "App\Form\Quote\QuoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Quote\QuoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType" (parent: .abstract.instanceof.App\Form\ResetPasswordRequestFormType).
Resolving inheritance for "App\Form\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Session\Session2TraineeRowType" (parent: .abstract.instanceof.App\Form\Session\Session2TraineeRowType).
Resolving inheritance for "App\Form\Session\Session2TraineeRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Session\Session2TraineeRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Session\Session2TraineeType" (parent: .abstract.instanceof.App\Form\Session\Session2TraineeType).
Resolving inheritance for "App\Form\Session\Session2TraineeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Session\Session2TraineeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Session\SessionEvaluationType" (parent: .abstract.instanceof.App\Form\Session\SessionEvaluationType).
Resolving inheritance for "App\Form\Session\SessionEvaluationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Session\SessionEvaluationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Session\SessionType" (parent: .abstract.instanceof.App\Form\Session\SessionType).
Resolving inheritance for "App\Form\Session\SessionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Session\SessionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupportType" (parent: .abstract.instanceof.App\Form\SupportType).
Resolving inheritance for "App\Form\SupportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Test\Test2EquipmentType" (parent: .abstract.instanceof.App\Form\Test\Test2EquipmentType).
Resolving inheritance for "App\Form\Test\Test2EquipmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Test\Test2EquipmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Test\Test2TraineeType" (parent: .abstract.instanceof.App\Form\Test\Test2TraineeType).
Resolving inheritance for "App\Form\Test\Test2TraineeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Test\Test2TraineeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Test\TestType" (parent: .abstract.instanceof.App\Form\Test\TestType).
Resolving inheritance for "App\Form\Test\TestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Test\TestType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Calendar\CalendarRepository" (parent: .abstract.instanceof.App\Repository\Calendar\CalendarRepository).
Resolving inheritance for "App\Repository\Calendar\CalendarRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Calendar\CalendarRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository" (parent: .abstract.instanceof.App\Repository\CompanyRepository).
Resolving inheritance for "App\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\CertificationAgencyRepository" (parent: .abstract.instanceof.App\Repository\Contact\CertificationAgencyRepository).
Resolving inheritance for "App\Repository\Contact\CertificationAgencyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\CertificationAgencyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\ClientRepository" (parent: .abstract.instanceof.App\Repository\Contact\ClientRepository).
Resolving inheritance for "App\Repository\Contact\ClientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\ClientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\ContactRepository" (parent: .abstract.instanceof.App\Repository\Contact\ContactRepository).
Resolving inheritance for "App\Repository\Contact\ContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\ContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\TraineeRepository" (parent: .abstract.instanceof.App\Repository\Contact\TraineeRepository).
Resolving inheritance for "App\Repository\Contact\TraineeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\TraineeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\AIPRTokenRepository" (parent: .abstract.instanceof.App\Repository\Diploma\AIPRTokenRepository).
Resolving inheritance for "App\Repository\Diploma\AIPRTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\AIPRTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\AnswerRepository" (parent: .abstract.instanceof.App\Repository\Diploma\AnswerRepository).
Resolving inheritance for "App\Repository\Diploma\AnswerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\AnswerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\AuthorisationRepository" (parent: .abstract.instanceof.App\Repository\Diploma\AuthorisationRepository).
Resolving inheritance for "App\Repository\Diploma\AuthorisationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\AuthorisationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\CategoryRepository" (parent: .abstract.instanceof.App\Repository\Diploma\CategoryRepository).
Resolving inheritance for "App\Repository\Diploma\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\CertificateAuthRepository" (parent: .abstract.instanceof.App\Repository\Diploma\CertificateAuthRepository).
Resolving inheritance for "App\Repository\Diploma\CertificateAuthRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\CertificateAuthRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\CertificateRepository" (parent: .abstract.instanceof.App\Repository\Diploma\CertificateRepository).
Resolving inheritance for "App\Repository\Diploma\CertificateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\CertificateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\DiplomaRepository" (parent: .abstract.instanceof.App\Repository\Diploma\DiplomaRepository).
Resolving inheritance for "App\Repository\Diploma\DiplomaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\DiplomaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\FamilyRepository" (parent: .abstract.instanceof.App\Repository\Diploma\FamilyRepository).
Resolving inheritance for "App\Repository\Diploma\FamilyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\FamilyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\ModuleRepository" (parent: .abstract.instanceof.App\Repository\Diploma\ModuleRepository).
Resolving inheritance for "App\Repository\Diploma\ModuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\ModuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\QuestionGroupRepository" (parent: .abstract.instanceof.App\Repository\Diploma\QuestionGroupRepository).
Resolving inheritance for "App\Repository\Diploma\QuestionGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\QuestionGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\QuestionRepository" (parent: .abstract.instanceof.App\Repository\Diploma\QuestionRepository).
Resolving inheritance for "App\Repository\Diploma\QuestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\QuestionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\QuestionSheetRepository" (parent: .abstract.instanceof.App\Repository\Diploma\QuestionSheetRepository).
Resolving inheritance for "App\Repository\Diploma\QuestionSheetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\QuestionSheetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SharedFamilyRepository" (parent: .abstract.instanceof.App\Repository\Diploma\SharedFamilyRepository).
Resolving inheritance for "App\Repository\Diploma\SharedFamilyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SharedFamilyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SharedSubFamilyRepository" (parent: .abstract.instanceof.App\Repository\Diploma\SharedSubFamilyRepository).
Resolving inheritance for "App\Repository\Diploma\SharedSubFamilyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SharedSubFamilyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SubFamilyRepository" (parent: .abstract.instanceof.App\Repository\Diploma\SubFamilyRepository).
Resolving inheritance for "App\Repository\Diploma\SubFamilyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SubFamilyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SurveyRepository" (parent: .abstract.instanceof.App\Repository\Diploma\SurveyRepository).
Resolving inheritance for "App\Repository\Diploma\SurveyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SurveyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SurveyThemeRepository" (parent: .abstract.instanceof.App\Repository\Diploma\SurveyThemeRepository).
Resolving inheritance for "App\Repository\Diploma\SurveyThemeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SurveyThemeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SurveyVersionLogRepository" (parent: .abstract.instanceof.App\Repository\Diploma\SurveyVersionLogRepository).
Resolving inheritance for "App\Repository\Diploma\SurveyVersionLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SurveyVersionLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SurveyVersionRepository" (parent: .abstract.instanceof.App\Repository\Diploma\SurveyVersionRepository).
Resolving inheritance for "App\Repository\Diploma\SurveyVersionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SurveyVersionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Document\DocumentRepository" (parent: .abstract.instanceof.App\Repository\Document\DocumentRepository).
Resolving inheritance for "App\Repository\Document\DocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Document\DocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Equipment\EquipmentPhotoRepository" (parent: .abstract.instanceof.App\Repository\Equipment\EquipmentPhotoRepository).
Resolving inheritance for "App\Repository\Equipment\EquipmentPhotoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Equipment\EquipmentPhotoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Equipment\EquipmentRepository" (parent: .abstract.instanceof.App\Repository\Equipment\EquipmentRepository).
Resolving inheritance for "App\Repository\Equipment\EquipmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Equipment\EquipmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JobRepository" (parent: .abstract.instanceof.App\Repository\JobRepository).
Resolving inheritance for "App\Repository\JobRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JobRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository" (parent: .abstract.instanceof.App\Repository\LogRepository).
Resolving inheritance for "App\Repository\LogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Message\AlertRepository" (parent: .abstract.instanceof.App\Repository\Message\AlertRepository).
Resolving inheritance for "App\Repository\Message\AlertRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Message\AlertRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Message\MessageRepository" (parent: .abstract.instanceof.App\Repository\Message\MessageRepository).
Resolving inheritance for "App\Repository\Message\MessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Message\MessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Places\RoomRepository" (parent: .abstract.instanceof.App\Repository\Places\RoomRepository).
Resolving inheritance for "App\Repository\Places\RoomRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Places\RoomRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Places\TestCenterRepository" (parent: .abstract.instanceof.App\Repository\Places\TestCenterRepository).
Resolving inheritance for "App\Repository\Places\TestCenterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Places\TestCenterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Places\TrainingPlaceRepository" (parent: .abstract.instanceof.App\Repository\Places\TrainingPlaceRepository).
Resolving inheritance for "App\Repository\Places\TrainingPlaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Places\TrainingPlaceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Platform\BroadcastMessageReadRepository" (parent: .abstract.instanceof.App\Repository\Platform\BroadcastMessageReadRepository).
Resolving inheritance for "App\Repository\Platform\BroadcastMessageReadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Platform\BroadcastMessageReadRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Platform\BroadcastMessageRepository" (parent: .abstract.instanceof.App\Repository\Platform\BroadcastMessageRepository).
Resolving inheritance for "App\Repository\Platform\BroadcastMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Platform\BroadcastMessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Platform\PlatformInvoiceRepository" (parent: .abstract.instanceof.App\Repository\Platform\PlatformInvoiceRepository).
Resolving inheritance for "App\Repository\Platform\PlatformInvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Platform\PlatformInvoiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Quote\QuoteAskRepository" (parent: .abstract.instanceof.App\Repository\Quote\QuoteAskRepository).
Resolving inheritance for "App\Repository\Quote\QuoteAskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Quote\QuoteAskRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Quote\QuoteRepository" (parent: .abstract.instanceof.App\Repository\Quote\QuoteRepository).
Resolving inheritance for "App\Repository\Quote\QuoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Quote\QuoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Quote\QuoteRowRepository" (parent: .abstract.instanceof.App\Repository\Quote\QuoteRowRepository).
Resolving inheritance for "App\Repository\Quote\QuoteRowRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Quote\QuoteRowRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "App\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scheduler\EventRepository" (parent: .abstract.instanceof.App\Repository\Scheduler\EventRepository).
Resolving inheritance for "App\Repository\Scheduler\EventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scheduler\EventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\PrintedDocLogRepository" (parent: .abstract.instanceof.App\Repository\Session\PrintedDocLogRepository).
Resolving inheritance for "App\Repository\Session\PrintedDocLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\PrintedDocLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\SatisfactionSurveyRepository" (parent: .abstract.instanceof.App\Repository\Session\SatisfactionSurveyRepository).
Resolving inheritance for "App\Repository\Session\SatisfactionSurveyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\SatisfactionSurveyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\Session2TeacherRepository" (parent: .abstract.instanceof.App\Repository\Session\Session2TeacherRepository).
Resolving inheritance for "App\Repository\Session\Session2TeacherRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\Session2TeacherRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\Session2TraineeRepository" (parent: .abstract.instanceof.App\Repository\Session\Session2TraineeRepository).
Resolving inheritance for "App\Repository\Session\Session2TraineeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\Session2TraineeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\SessionEventRepository" (parent: .abstract.instanceof.App\Repository\Session\SessionEventRepository).
Resolving inheritance for "App\Repository\Session\SessionEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\SessionEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\SessionRepository" (parent: .abstract.instanceof.App\Repository\Session\SessionRepository).
Resolving inheritance for "App\Repository\Session\SessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\SessionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\SessionTraineeModuleRepository" (parent: .abstract.instanceof.App\Repository\Session\SessionTraineeModuleRepository).
Resolving inheritance for "App\Repository\Session\SessionTraineeModuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\SessionTraineeModuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\SignatureRepository" (parent: .abstract.instanceof.App\Repository\Session\SignatureRepository).
Resolving inheritance for "App\Repository\Session\SignatureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\SignatureRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session2TraineeRepository" (parent: .abstract.instanceof.App\Repository\Session2TraineeRepository).
Resolving inheritance for "App\Repository\Session2TraineeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session2TraineeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SessionEvaluationRepository" (parent: .abstract.instanceof.App\Repository\SessionEvaluationRepository).
Resolving inheritance for "App\Repository\SessionEvaluationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SessionEvaluationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupportRequestRepository" (parent: .abstract.instanceof.App\Repository\SupportRequestRepository).
Resolving inheritance for "App\Repository\SupportRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupportRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test\Test2EquipmentRepository" (parent: .abstract.instanceof.App\Repository\Test\Test2EquipmentRepository).
Resolving inheritance for "App\Repository\Test\Test2EquipmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test\Test2EquipmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test\Test2TraineeRepository" (parent: .abstract.instanceof.App\Repository\Test\Test2TraineeRepository).
Resolving inheritance for "App\Repository\Test\Test2TraineeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test\Test2TraineeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test\TestLegacyRepository" (parent: .abstract.instanceof.App\Repository\Test\TestLegacyRepository).
Resolving inheritance for "App\Repository\Test\TestLegacyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test\TestLegacyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test\TestRepository" (parent: .abstract.instanceof.App\Repository\Test\TestRepository).
Resolving inheritance for "App\Repository\Test\TestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test\TestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test\TraineeAnswerRepository" (parent: .abstract.instanceof.App\Repository\Test\TraineeAnswerRepository).
Resolving inheritance for "App\Repository\Test\TraineeAnswerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test\TraineeAnswerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\QuoteAskExtension" (parent: .abstract.instanceof.App\Twig\QuoteAskExtension).
Resolving inheritance for "App\Twig\QuoteAskExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\QuoteAskExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SiretValidator" (parent: .abstract.instanceof.App\Validator\Constraints\SiretValidator).
Resolving inheritance for "App\Validator\Constraints\SiretValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SiretValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SocialSecurityNumberValidator" (parent: .abstract.instanceof.App\Validator\Constraints\SocialSecurityNumberValidator).
Resolving inheritance for "App\Validator\Constraints\SocialSecurityNumberValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SocialSecurityNumberValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\TelephoneValidator" (parent: .abstract.instanceof.App\Validator\Constraints\TelephoneValidator).
Resolving inheritance for "App\Validator\Constraints\TelephoneValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\TelephoneValidator).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.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.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
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_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 "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
1
Removing service-argument resolver for controller "App\Controller\Maintenance\PhpInfoController::indexAction": no corresponding services exist for the referenced types.
317
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\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\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 "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "notifier.logger_notification_listener"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $backupS3"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $backupS3"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $backupS3"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.o.uf2zi"; reason: private alias.
Removed service ".service_locator.npv5Sut"; reason: private alias.
Removed service ".service_locator.eANTB5c"; reason: private alias.
Removed service ".service_locator.B1YIVCt"; reason: private alias.
Removed service ".service_locator.jnqI_32"; reason: private alias.
Removed service ".service_locator.61Plrru"; reason: private alias.
Removed service ".service_locator.hpc9_75"; reason: private alias.
Removed service ".service_locator.KBBZxxq"; reason: private alias.
Removed service ".service_locator.Nadcv_o"; reason: private alias.
Removed service ".service_locator.F_7LUQB"; reason: private alias.
Removed service ".service_locator.d.yM03Q"; reason: private alias.
Removed service ".service_locator..tcWzm3"; reason: private alias.
Removed service ".service_locator.j3NmJ9f"; reason: private alias.
Removed service ".service_locator.OHb7bwF"; reason: private alias.
Removed service ".service_locator.UKEPEdk"; reason: private alias.
Removed service ".service_locator.KD4ni7z"; reason: private alias.
Removed service ".service_locator.reJZDQ1"; reason: private alias.
Removed service ".service_locator.rt7Dh81"; reason: private alias.
Removed service ".service_locator.Ld7dHpA"; reason: private alias.
Removed service ".service_locator.AE2rlnr"; reason: private alias.
Removed service ".service_locator.av7v2F2"; reason: private alias.
Removed service ".service_locator.ZLqcqv_"; reason: private alias.
Removed service ".service_locator.4yuS8vS"; reason: private alias.
Removed service ".service_locator.9sQq0qa"; reason: private alias.
Removed service ".service_locator.nyOpqVI"; reason: private alias.
Removed service ".service_locator.2M1mNIh"; reason: private alias.
Removed service ".service_locator.GByPpc2"; reason: private alias.
Removed service ".service_locator.oDWaaec"; reason: private alias.
Removed service ".service_locator.Qb789Zr"; reason: private alias.
Removed service ".service_locator.WresOd2"; reason: private alias.
Removed service ".service_locator.eKbfNU."; reason: private alias.
Removed service ".service_locator.a60fYBi"; reason: private alias.
Removed service ".service_locator.ElBwJoN"; reason: private alias.
Removed service ".service_locator.kYUXlWs"; reason: private alias.
Removed service ".service_locator.qizf3k7"; reason: private alias.
Removed service ".service_locator.BhWegYZ"; reason: private alias.
Removed service ".service_locator.USzOr7p"; reason: private alias.
Removed service ".service_locator.TeW27Ww"; reason: private alias.
Removed service ".service_locator.MavNyfZ"; reason: private alias.
Removed service ".service_locator.MAeK2d."; reason: private alias.
Removed service ".service_locator.EA3i5ee"; reason: private alias.
Removed service ".service_locator.wNfv_qv"; reason: private alias.
Removed service ".service_locator.yT2KgDd"; reason: private alias.
Removed service ".service_locator.tiiKC4s"; reason: private alias.
Removed service ".service_locator.BNQ78zD"; reason: private alias.
Removed service ".service_locator.qBCHs1a"; reason: private alias.
Removed service ".service_locator.584fPP4"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.8KxUQt9"; reason: private alias.
Removed service ".service_locator.gaTSUXr"; reason: private alias.
Removed service ".service_locator.f3DxPPa"; reason: private alias.
Removed service ".service_locator.pQjKDrQ"; reason: private alias.
Removed service ".service_locator.2ulfGNp"; reason: private alias.
Removed service ".service_locator.U7XzmCD"; reason: private alias.
Removed service ".service_locator.u3a5gJL"; reason: private alias.
Removed service ".service_locator.SoFxSjl"; reason: private alias.
Removed service ".service_locator.GG3j6UF"; reason: private alias.
Removed service ".service_locator.ie4pKmt"; reason: private alias.
Removed service ".service_locator.UgB7APJ"; reason: private alias.
Removed service ".service_locator.m4kk4jq"; reason: private alias.
Removed service ".service_locator.bduN9BK"; reason: private alias.
Removed service ".service_locator..HFPmeP"; reason: private alias.
Removed service ".service_locator.aTlPaiH"; reason: private alias.
Removed service ".service_locator.WvpC_io"; reason: private alias.
Removed service ".service_locator.Lneq6J9"; reason: private alias.
Removed service ".service_locator.HzMC28O"; reason: private alias.
Removed service ".service_locator.rUynzSn"; reason: private alias.
Removed service ".service_locator.k4NV69K"; reason: private alias.
Removed service ".service_locator.ZRvs6EO"; reason: private alias.
Removed service ".service_locator.yE7eI7g"; reason: private alias.
Removed service ".service_locator.JOsHsso"; reason: private alias.
Removed service ".service_locator.JW_6LnU"; reason: private alias.
Removed service ".service_locator.MGH3JUN"; reason: private alias.
Removed service ".service_locator.d1bMrO."; reason: private alias.
Removed service ".service_locator.LBy7crp"; reason: private alias.
Removed service ".service_locator.t_AugW2"; reason: private alias.
Removed service ".service_locator.j_byPa4"; reason: private alias.
Removed service ".service_locator.tlA8OZm"; reason: private alias.
Removed service ".service_locator.T_1lnDP"; reason: private alias.
Removed service ".service_locator.IsKFvDD"; reason: private alias.
Removed service ".service_locator.TbP93Cw"; reason: private alias.
Removed service ".service_locator.UPzZdow"; reason: private alias.
Removed service ".service_locator.ANPhj_H"; reason: private alias.
Removed service ".service_locator.16W4ZlI"; reason: private alias.
Removed service ".service_locator.SjZsTDL"; reason: private alias.
Removed service ".service_locator.zkmDCv5"; reason: private alias.
Removed service ".service_locator.8DZqrkv"; reason: private alias.
Removed service ".service_locator.3i5vVhY"; reason: private alias.
Removed service ".service_locator.UkMNxwz"; reason: private alias.
Removed service ".service_locator.U27i0WE"; reason: private alias.
Removed service ".service_locator.Y6YWkiz"; reason: private alias.
Removed service ".service_locator.bJcdVlb"; reason: private alias.
Removed service ".service_locator.HdrfFxL"; reason: private alias.
Removed service ".service_locator.UqcyXXi"; reason: private alias.
Removed service ".service_locator.53LHP4x"; reason: private alias.
Removed service ".service_locator.BunmYmS"; reason: private alias.
Removed service ".service_locator.ZRJU9OD"; reason: private alias.
Removed service ".service_locator.Eq0d6Jt"; reason: private alias.
Removed service ".service_locator.q.mA2Pp"; reason: private alias.
Removed service ".service_locator.Mqfytc3"; reason: private alias.
Removed service ".service_locator.HM6BtPr"; reason: private alias.
Removed service ".service_locator.MCtI1Fb"; reason: private alias.
Removed service ".service_locator.fUIgBuZ"; reason: private alias.
Removed service ".service_locator.FKWzw4V"; reason: private alias.
Removed service ".service_locator.ogKr1LY"; reason: private alias.
Removed service ".service_locator.yR4uV.z"; reason: private alias.
Removed service ".service_locator.EBuUZet"; reason: private alias.
Removed service ".service_locator.moAEwMT"; reason: private alias.
Removed service ".service_locator.EmZ4cZI"; reason: private alias.
Removed service ".service_locator.aQJE0pi"; reason: private alias.
Removed service ".service_locator.hqsG8rt"; reason: private alias.
Removed service ".service_locator.dlTuBLR"; reason: private alias.
Removed service ".service_locator.bByvokO"; reason: private alias.
Removed service ".service_locator.QfOvd4S"; reason: private alias.
Removed service ".service_locator.FJmHmXO"; reason: private alias.
Removed service ".service_locator.U7oZWA5"; reason: private alias.
Removed service ".service_locator.tZ9UU8J"; reason: private alias.
Removed service ".service_locator.uHDjVAK"; reason: private alias.
Removed service ".service_locator.OJmnvRJ"; reason: private alias.
Removed service ".service_locator.PgYGRUQ"; reason: private alias.
Removed service ".service_locator.0TVkOfT"; reason: private alias.
Removed service ".service_locator.H62nnGT"; reason: private alias.
Removed service ".service_locator.1CgbOAW"; reason: private alias.
Removed service ".service_locator.sXSj9fj"; reason: private alias.
Removed service ".service_locator.C8f_afl"; reason: private alias.
Removed service ".service_locator._DkT9nq"; reason: private alias.
Removed service ".service_locator.VEX53vU"; reason: private alias.
Removed service ".service_locator.vxL9ICf"; reason: private alias.
Removed service ".service_locator.NxhRx_4"; reason: private alias.
Removed service ".service_locator.nxRPpbM"; reason: private alias.
Removed service ".service_locator.xPV2Ue_"; reason: private alias.
Removed service ".service_locator.VTTLiuy"; reason: private alias.
Removed service ".service_locator.8TE4twA"; reason: private alias.
Removed service ".service_locator.LPtWZzA"; reason: private alias.
Removed service ".service_locator.ggt.puE"; reason: private alias.
Removed service ".service_locator._5nIJS9"; reason: private alias.
Removed service ".service_locator.dxDbcYN"; reason: private alias.
Removed service ".service_locator.q12TBKJ"; reason: private alias.
Removed service ".service_locator._BBgdOj"; reason: private alias.
Removed service ".service_locator.TMh4FKY"; reason: private alias.
Removed service ".service_locator.Q1z.f9O"; reason: private alias.
Removed service ".service_locator.1p.fnvo"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator.BlxN3Cw"; reason: private alias.
63
Changed reference of service "App\Security\MyConnectAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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 "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 "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 "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 "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.gpV1mU4" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.6KSh6Cj" previously pointing to "router.default" to "router".
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 ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator._1SGciK" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
605
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; 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.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "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 ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CloneCompanyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CloneCompanyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DailyJobsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DailyJobsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Diploma\CloneSubFamilyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Diploma\CloneSubFamilyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DoJobsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DoJobsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DumpCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DumpCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportFromLiveCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportFromLiveCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MaintenanceModeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MaintenanceModeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MinuteJobsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MinuteJobsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RestoreCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RestoreCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\S3BackupSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\S3BackupSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncFilesFromLiveCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SyncFilesFromLiveCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\CertificateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\CertificateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\CertificateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\SessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\SessionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\SessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\TestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\TraineeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\TraineeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\TraineeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Alert\AlertController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Alert\AlertController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Alert\AlertController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientPortal\ClientPortalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientPortal\ClientPortalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientPortal\ClientPortalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\AIPRTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\AIPRTokenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\AIPRTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\InsertDemoDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\InsertDemoDataController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\InsertDemoDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\MyCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\MyCompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\MyCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\MyCompanyLogoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\MyCompanyLogoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\MyCompanyLogoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\MyCompanySurveyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\MyCompanySurveyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\MyCompanySurveyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\MyCompanyThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\MyCompanyThemeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\MyCompanyThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\TestCenterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\TestCenterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\TestCenterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\TrainingPlaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\TrainingPlaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\TrainingPlaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\ClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Contact\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Contact\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\EmployeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\EmployeeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Contact\EmployeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\TraineeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\TraineeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Contact\TraineeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Diploma\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\CertificateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\CertificateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Diploma\CertificateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\DiplomaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\DiplomaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Diploma\DiplomaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\ModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\ModuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Diploma\ModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\QuestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\QuestionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Diploma\QuestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\SubFamilyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\SubFamilyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Diploma\SubFamilyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\SurveyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\SurveyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Diploma\SurveyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Diploma\SurveyVersionStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Diploma\SurveyVersionStatsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Diploma\SurveyVersionStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Document\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Document\DocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Document\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Equipment\EquipmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Equipment\EquipmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Equipment\EquipmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\CacesReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\CacesReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Export\CacesReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\CertificateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\CertificateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Export\CertificateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Export\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\RecoveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\RecoveryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Export\RecoveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\SatisfactionSurveyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\SatisfactionSurveyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Export\SatisfactionSurveyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\StatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\StatController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Export\StatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\TrainingHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\TrainingHistoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Export\TrainingHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\UTController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\UTController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Export\UTController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Guest\CertificateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Guest\CertificateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Guest\CertificateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Guest\GuestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Guest\GuestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Guest\GuestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Guest\QRCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Guest\QRCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Guest\QRCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LegalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MainController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MainController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MainController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\ActivityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Maintenance\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\BroadcastMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\BroadcastMessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Maintenance\BroadcastMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\DataBaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\DataBaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Maintenance\DataBaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\JobController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\JobController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Maintenance\JobController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\LogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Maintenance\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\MaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\MaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Maintenance\MaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\PhpInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\PhpInfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Maintenance\PhpInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\RouteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\RouteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Maintenance\RouteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Maintenance\SignatureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Maintenance\SignatureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Maintenance\SignatureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Map\MapCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Map\MapCompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Map\MapCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Map\MapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Map\MapController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Map\MapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyAccount\ExpenseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyAccount\ExpenseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MyAccount\ExpenseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyAccount\LogUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyAccount\LogUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MyAccount\LogUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyAccount\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyAccount\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MyAccount\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyAccount\SupportRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyAccount\SupportRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MyAccount\SupportRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pricing\PricingGridController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pricing\PricingGridController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pricing\PricingGridController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Quote\QuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Quote\QuoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Quote\QuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Scheduler\SessionSchedulerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Scheduler\SessionSchedulerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Scheduler\SessionSchedulerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Scheduler\VacationSchedulerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Scheduler\VacationSchedulerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Scheduler\VacationSchedulerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Screen\ScreenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Screen\ScreenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Screen\ScreenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Session\SatisfactionSurveyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Session\SatisfactionSurveyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Session\SatisfactionSurveyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Session\Session2TraineeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Session\Session2TraineeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Session\Session2TraineeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Session\SessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Session\SessionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Session\SessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Session\SessionEvaluationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Session\SessionEvaluationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Session\SessionEvaluationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Session\SessionPlanningController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Session\SessionPlanningController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Session\SessionPlanningController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SystemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SystemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SystemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Test\Test2TraineeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Test\Test2TraineeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Test\Test2TraineeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Test\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Test\TestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Test\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Test\TestLegacyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Test\TestLegacyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Test\TestLegacyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tutorial\TutorialController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tutorial\TutorialController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tutorial\TutorialController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Upload\UploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Upload\UploadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Upload\UploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Upload\UploadCtrmpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Upload\UploadCtrmpController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Upload\UploadCtrmpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UsersController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CompanyFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CompanyFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\CompanyContractType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Company\CompanyContractType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\CompanyInvoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Company\CompanyInvoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\CompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Company\CompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\MyCompanyLogoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Company\MyCompanyLogoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\MyCompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Company\MyCompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Contact\ClientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Contact\ClientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Contact\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Contact\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Contact\EmployeeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Contact\EmployeeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Contact\TraineeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Contact\TraineeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\AnswerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Diploma\AnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\DiplomaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Diploma\DiplomaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\QuestionPrType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Diploma\QuestionPrType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\QuestionSheetType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Diploma\QuestionSheetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\QuestionThType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Diploma\QuestionThType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\SubFamilyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Diploma\SubFamilyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\SurveyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Diploma\SurveyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Diploma\SurveyVersionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Diploma\SurveyVersionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Equipment\EquipmentPhotoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Equipment\EquipmentPhotoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Equipment\EquipmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Equipment\EquipmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Places\TestCenterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Places\TestCenterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Places\TrainingPlaceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Places\TrainingPlaceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Quote\QuoteAsk2Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Quote\QuoteAsk2Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Quote\QuoteAskAdminType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Quote\QuoteAskAdminType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Quote\QuoteAskType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Quote\QuoteAskType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Quote\QuoteRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Quote\QuoteRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Quote\QuoteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Quote\QuoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Session\Session2TraineeRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Session\Session2TraineeRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Session\Session2TraineeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Session\Session2TraineeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Session\SessionEvaluationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Session\SessionEvaluationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Session\SessionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Session\SessionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SupportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Test\Test2EquipmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Test\Test2EquipmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Test\Test2TraineeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Test\Test2TraineeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Test\TestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Test\TestType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Calendar\CalendarRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Calendar\CalendarRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\CertificationAgencyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Contact\CertificationAgencyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\ClientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Contact\ClientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\ContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Contact\ContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\TraineeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Contact\TraineeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\AIPRTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\AIPRTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\AnswerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\AnswerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\AuthorisationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\AuthorisationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\CertificateAuthRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\CertificateAuthRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\CertificateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\CertificateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\DiplomaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\DiplomaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\FamilyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\FamilyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\ModuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\ModuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\QuestionGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\QuestionGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\QuestionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\QuestionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\QuestionSheetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\QuestionSheetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SharedFamilyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\SharedFamilyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SharedSubFamilyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\SharedSubFamilyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SubFamilyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\SubFamilyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SurveyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\SurveyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SurveyThemeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\SurveyThemeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SurveyVersionLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\SurveyVersionLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Diploma\SurveyVersionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Diploma\SurveyVersionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Document\DocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Document\DocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Equipment\EquipmentPhotoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Equipment\EquipmentPhotoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Equipment\EquipmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Equipment\EquipmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JobRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JobRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Message\AlertRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Message\AlertRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Message\MessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Message\MessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Places\RoomRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Places\RoomRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Places\TestCenterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Places\TestCenterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Places\TrainingPlaceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Places\TrainingPlaceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Platform\BroadcastMessageReadRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Platform\BroadcastMessageReadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Platform\BroadcastMessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Platform\BroadcastMessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Platform\PlatformInvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Platform\PlatformInvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Quote\QuoteAskRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Quote\QuoteAskRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Quote\QuoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Quote\QuoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Quote\QuoteRowRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Quote\QuoteRowRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scheduler\EventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scheduler\EventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\PrintedDocLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Session\PrintedDocLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\SatisfactionSurveyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Session\SatisfactionSurveyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\Session2TeacherRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Session\Session2TeacherRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\Session2TraineeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Session\Session2TraineeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\SessionEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Session\SessionEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\SessionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Session\SessionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\SessionTraineeModuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Session\SessionTraineeModuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session\SignatureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Session\SignatureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Session2TraineeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Session2TraineeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SessionEvaluationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SessionEvaluationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupportRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SupportRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test\Test2EquipmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Test\Test2EquipmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test\Test2TraineeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Test\Test2TraineeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test\TestLegacyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Test\TestLegacyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test\TestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Test\TestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test\TraineeAnswerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Test\TraineeAnswerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\QuoteAskExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\QuoteAskExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SiretValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\SiretValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SocialSecurityNumberValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\SocialSecurityNumberValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\TelephoneValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\TelephoneValidator"; reason: abstract.
162
Removed service "App\Helper\Accounting\CompanyBalance"; reason: unused.
Removed service "App\Helper\Accounting\CompanyBalanceRow"; reason: unused.
Removed service "App\Helper\Accounting\Siret"; reason: unused.
Removed service "App\Helper\Accounting\SocialSecurityNumber"; reason: unused.
Removed service "App\Helper\Color"; reason: unused.
Removed service "App\Helper\DayArray"; reason: unused.
Removed service "App\Helper\DayOffCalculator"; reason: unused.
Removed service "App\Helper\Diploma\CertificateEvaluation"; reason: unused.
Removed service "App\Helper\DirectoryTree"; reason: unused.
Removed service "App\Helper\EventSync\Scheduler2SessionSync"; reason: unused.
Removed service "App\Helper\Excel\AccountingDocExcel"; reason: unused.
Removed service "App\Helper\Excel\CacesReportExcel"; reason: unused.
Removed service "App\Helper\Excel\ExportExcel"; reason: unused.
Removed service "App\Helper\Excel\StatsExcel"; reason: unused.
Removed service "App\Helper\GpsPosFinder"; reason: unused.
Removed service "App\Helper\HtmlMinifier"; reason: unused.
Removed service "App\Helper\IdCrypt"; reason: unused.
Removed service "App\Helper\Image"; reason: unused.
Removed service "App\Helper\Message\MessageManager"; reason: unused.
Removed service "App\Helper\PDF\AIPRCertificatePDF"; reason: unused.
Removed service "App\Helper\PDF\AccountingDocPDF"; reason: unused.
Removed service "App\Helper\PDF\ActivityPDF"; reason: unused.
Removed service "App\Helper\PDF\AttendancePDF"; reason: unused.
Removed service "App\Helper\PDF\CardCacesPDF"; reason: unused.
Removed service "App\Helper\PDF\CardLicencePDF"; reason: unused.
Removed service "App\Helper\PDF\CardOtherPDF"; reason: unused.
Removed service "App\Helper\PDF\CardsPDF"; reason: unused.
Removed service "App\Helper\PDF\CertificateAchievementPDF"; reason: unused.
Removed service "App\Helper\PDF\CertificatePDF"; reason: unused.
Removed service "App\Helper\PDF\ClaimPDF"; reason: unused.
Removed service "App\Helper\PDF\CompanyActivityPDF"; reason: unused.
Removed service "App\Helper\PDF\ConventionClientPDF"; reason: unused.
Removed service "App\Helper\PDF\ConvocationPDF"; reason: unused.
Removed service "App\Helper\PDF\CtrmpPDF"; reason: unused.
Removed service "App\Helper\PDF\DocumentPDF"; reason: unused.
Removed service "App\Helper\PDF\ExportPDF"; reason: unused.
Removed service "App\Helper\PDF\FolderClientPDF"; reason: unused.
Removed service "App\Helper\PDF\LearningValidationPDF"; reason: unused.
Removed service "App\Helper\PDF\MyChartFPDF"; reason: unused.
Removed service "App\Helper\PDF\MyFPDF"; reason: unused.
Removed service "App\Helper\PDF\PlatformInvoicePDF"; reason: unused.
Removed service "App\Helper\PDF\PricingGridPDF"; reason: unused.
Removed service "App\Helper\PDF\QualityStatPDF"; reason: unused.
Removed service "App\Helper\PDF\QuotePDF"; reason: unused.
Removed service "App\Helper\PDF\SatisfactionSurveyPDF"; reason: unused.
Removed service "App\Helper\PDF\SchedulerPDF"; reason: unused.
Removed service "App\Helper\PDF\SchedulerVacationPDF"; reason: unused.
Removed service "App\Helper\PDF\SessionEvaluationPDF"; reason: unused.
Removed service "App\Helper\PDF\SessionPlanningPDF"; reason: unused.
Removed service "App\Helper\PDF\SurveyPDF"; reason: unused.
Removed service "App\Helper\PDF\TemporaryCertificatePDF"; reason: unused.
Removed service "App\Helper\PDF\TestPDF"; reason: unused.
Removed service "App\Helper\PDF\TraineeListPDF"; reason: unused.
Removed service "App\Helper\PDF\TrainingProgramPDF"; reason: unused.
Removed service "App\Helper\PDF\TrainingSheetPDF"; reason: unused.
Removed service "App\Helper\Ressources\DatabaseSpaceUsed"; reason: unused.
Removed service "App\Helper\Ressources\HDSpaceUsed"; reason: unused.
Removed service "App\Helper\Ressources\SystemInfo"; reason: unused.
Removed service "App\Helper\Ressources\VideoStream"; reason: unused.
Removed service "App\Helper\StringTool"; reason: unused.
Removed service "App\Helper\Theme"; reason: unused.
Removed service "App\Helper\TokenGenerator"; reason: unused.
Removed service "App\Helper\UidGenerator"; reason: unused.
Removed service "App\Validator\Constraints\Siret"; reason: unused.
Removed service "App\Validator\Constraints\SocialSecurityNumber"; reason: unused.
Removed service "App\Validator\Constraints\Telephone"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service ".lock.default.store.TTEh_gT"; reason: unused.
Removed service "lock.default.factory"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; 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.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 "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 "doctrine.dbal.logger.chain"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service ".1_ServiceLocator~eKtuktI"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; 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.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service ".service_locator.kaEPwSc"; 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.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "flysystem.adapter.lazy.factory"; reason: unused.
Removed service ".service_locator.WAsaUE7"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.lock"; reason: unused.
Removed service ".service_locator.rJvMjS9"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.0TACwl3"; reason: unused.
Removed service ".service_locator.LrCXAmX"; reason: unused.
378
Inlined service "backup.s3" to "App\Command\S3BackupSyncCommand".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\CertificateController" to "App\Controller\API\CertificateController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\ClientController" to "App\Controller\API\ClientController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\SessionController" to "App\Controller\API\SessionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\TestController" to "App\Controller\API\TestController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\TraineeController" to "App\Controller\API\TraineeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Alert\AlertController" to "App\Controller\Alert\AlertController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ClientPortal\ClientPortalController" to "App\Controller\ClientPortal\ClientPortalController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Company\AIPRTokenController" to "App\Controller\Company\AIPRTokenController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Company\CompanyController" to "App\Controller\Company\CompanyController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Company\InsertDemoDataController" to "App\Controller\Company\InsertDemoDataController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Company\MyCompanyController" to "App\Controller\Company\MyCompanyController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Company\MyCompanyLogoController" to "App\Controller\Company\MyCompanyLogoController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Company\MyCompanySurveyController" to "App\Controller\Company\MyCompanySurveyController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Company\MyCompanyThemeController" to "App\Controller\Company\MyCompanyThemeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Company\TestCenterController" to "App\Controller\Company\TestCenterController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Company\TrainingPlaceController" to "App\Controller\Company\TrainingPlaceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Contact\ClientController" to "App\Controller\Contact\ClientController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Contact\ContactController" to "App\Controller\Contact\ContactController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Contact\EmployeeController" to "App\Controller\Contact\EmployeeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Contact\TraineeController" to "App\Controller\Contact\TraineeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Diploma\CategoryController" to "App\Controller\Diploma\CategoryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Diploma\CertificateController" to "App\Controller\Diploma\CertificateController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Diploma\DiplomaController" to "App\Controller\Diploma\DiplomaController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Diploma\ModuleController" to "App\Controller\Diploma\ModuleController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Diploma\QuestionController" to "App\Controller\Diploma\QuestionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Diploma\SubFamilyController" to "App\Controller\Diploma\SubFamilyController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Diploma\SurveyController" to "App\Controller\Diploma\SurveyController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Diploma\SurveyVersionStatsController" to "App\Controller\Diploma\SurveyVersionStatsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Document\DocumentController" to "App\Controller\Document\DocumentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Equipment\EquipmentController" to "App\Controller\Equipment\EquipmentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Export\CacesReportController" to "App\Controller\Export\CacesReportController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Export\CertificateController" to "App\Controller\Export\CertificateController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Export\DashboardController" to "App\Controller\Export\DashboardController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Export\RecoveryController" to "App\Controller\Export\RecoveryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Export\SatisfactionSurveyController" to "App\Controller\Export\SatisfactionSurveyController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Export\StatController" to "App\Controller\Export\StatController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Export\TrainingHistoryController" to "App\Controller\Export\TrainingHistoryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Export\UTController" to "App\Controller\Export\UTController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Guest\CertificateController" to "App\Controller\Guest\CertificateController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Guest\GuestController" to "App\Controller\Guest\GuestController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Guest\QRCodeController" to "App\Controller\Guest\QRCodeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\HomeController" to "App\Controller\HomeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\LegalController" to "App\Controller\LegalController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\MainController" to "App\Controller\MainController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Maintenance\ActivityController" to "App\Controller\Maintenance\ActivityController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Maintenance\BroadcastMessageController" to "App\Controller\Maintenance\BroadcastMessageController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Maintenance\DataBaseController" to "App\Controller\Maintenance\DataBaseController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Maintenance\JobController" to "App\Controller\Maintenance\JobController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Maintenance\LogController" to "App\Controller\Maintenance\LogController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Maintenance\MaintenanceController" to "App\Controller\Maintenance\MaintenanceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Maintenance\PhpInfoController" to "App\Controller\Maintenance\PhpInfoController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Maintenance\RouteController" to "App\Controller\Maintenance\RouteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Maintenance\SignatureController" to "App\Controller\Maintenance\SignatureController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Map\MapCompanyController" to "App\Controller\Map\MapCompanyController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Map\MapController" to "App\Controller\Map\MapController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\MyAccount\ExpenseController" to "App\Controller\MyAccount\ExpenseController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\MyAccount\LogUserController" to "App\Controller\MyAccount\LogUserController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\MyAccount\ProfileController" to "App\Controller\MyAccount\ProfileController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\MyAccount\SupportRequestController" to "App\Controller\MyAccount\SupportRequestController".
Inlined service "App\Service\Pricing\PricingModuleLogService" to "App\Controller\Pricing\PricingGridController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Pricing\PricingGridController" to "App\Controller\Pricing\PricingGridController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Quote\QuoteController" to "App\Controller\Quote\QuoteController".
Inlined service "symfonycasts.reset_password.helper" to "App\Controller\ResetPasswordController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ResetPasswordController" to "App\Controller\ResetPasswordController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Scheduler\SessionSchedulerController" to "App\Controller\Scheduler\SessionSchedulerController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Scheduler\VacationSchedulerController" to "App\Controller\Scheduler\VacationSchedulerController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Screen\ScreenController" to "App\Controller\Screen\ScreenController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Session\SatisfactionSurveyController" to "App\Controller\Session\SatisfactionSurveyController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Session\Session2TraineeController" to "App\Controller\Session\Session2TraineeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Session\SessionController" to "App\Controller\Session\SessionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Session\SessionEvaluationController" to "App\Controller\Session\SessionEvaluationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Session\SessionPlanningController" to "App\Controller\Session\SessionPlanningController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SystemController" to "App\Controller\SystemController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Test\Test2TraineeController" to "App\Controller\Test\Test2TraineeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Test\TestController" to "App\Controller\Test\TestController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Test\TestLegacyController" to "App\Controller\Test\TestLegacyController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Tutorial\TutorialController" to "App\Controller\Tutorial\TutorialController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Upload\UploadController" to "App\Controller\Upload\UploadController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Upload\UploadCtrmpController" to "App\Controller\Upload\UploadCtrmpController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\UsersController" to "App\Controller\UsersController".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.Xbsa8iG" to "container.get_routing_condition_service".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._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.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator..6hZeC_" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "session.handler.native_file" to "session.storage.factory.native".
Inlined service ".service_locator.cXsfP3P" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.B80vVsp" 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.WNo7uHK" to "validator.validator_factory".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" 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.cache" 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 "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Twig\QuoteAskExtension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.pTeli0u" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
Inlined service ".service_locator.QXcJQkF" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator._iiILYm" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.26h4Ug4" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.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 "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.user_checker" to "security.listener.user_checker.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.rzb4Vrk" to ".security.request_matcher.26h4Ug4".
Inlined service "monolog.processor.psr_log_message" 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.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CompanyFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~tcbtyFl" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "pictures.s3.client" to "flysystem.adapter.backup.s3".
Inlined service "flysystem.adapter.backup.s3" to "backup.s3".
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_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 "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.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
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 "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.yEoeHjj" to ".service_locator.yEoeHjj.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.6Vrjbsj" to "debug.argument_resolver.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service ".service_locator._qHQozq" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.yEoeHjj.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", ".debug.http_client", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used.