Since symfony/twig-component-bundle 2.13: Not setting the "twig_component.anonymous_template_directory" config option is deprecated. It will default to "components" in 3.0.
Since symfony/ux-twig-component 2.13: Not setting the "twig_component.defaults" config option is deprecated. Check the documentation for an example configuration.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Relying on non-optimal defaults for ID generation is deprecated, and IDENTITY
results in SERIAL, which is not recommended.
Instead, configure identifier generation strategies explicitly through
configuration.
We currently recommend "SEQUENCE" for "Doctrine\DBAL\Platforms\PostgreSqlPlatform", so you should use
$configuration->setIdentityGenerationPreferences([
"Doctrine\DBAL\Platforms\PostgreSqlPlatform" => ClassMetadata::GENERATOR_TYPE_SEQUENCE,
]); (ClassMetadataFactory.php:760 called by ClassMetadataFactory.php:631, https://github.com/doctrine/orm/issues/8893, package doctrine/orm)
JoinColumn configuration is not allowed on the inverse side of one-to-one associations, and will throw a MappingException in Doctrine ORM 3.0 (ClassMetadataInfo.php:1865 called by ClassMetadataInfo.php:2946, https://github.com/doctrine/orm/pull/10654, package doctrine/orm)
Doctrine\DBAL\Platforms\PostgreSQLPlatform::usesSequenceEmulatedIdentityColumns is deprecated. (PostgreSQLPlatform.php:217 called by ClassMetadataFactory.php:643, https://github.com/doctrine/dbal/pull/5513, package doctrine/dbal)
Context: Loading metadata for class Gedmo\Tree\Entity\MappedSuperclass\AbstractClosure
Problem: Using identity columns emulated with a sequence is deprecated and will not be possible in Doctrine ORM 3.0.
Solution: Use the SEQUENCE generator strategy instead. (ClassMetadataFactory.php:644 called by ClassMetadataFactory.php:160, https://github.com/doctrine/orm/issues/8850, package doctrine/orm)
User Deprecated: Relying on non-optimal defaults for ID generation is deprecated, and IDENTITY
results in SERIAL, which is not recommended.
Instead, configure identifier generation strategies explicitly through
configuration.
We currently recommend "SEQUENCE" for "Doctrine\DBAL\Platforms\PostgreSqlPlatform", so you should use
$configuration->setIdentityGenerationPreferences([
"Doctrine\DBAL\Platforms\PostgreSqlPlatform" => ClassMetadata::GENERATOR_TYPE_SEQUENCE,
]); (ClassMetadataFactory.php:760 called by ClassMetadataFactory.php:631, https://github.com/doctrine/orm/issues/8893, package doctrine/orm)
User Deprecated: JoinColumn configuration is not allowed on the inverse side of one-to-one associations, and will throw a MappingException in Doctrine ORM 3.0 (ClassMetadataInfo.php:1865 called by ClassMetadataInfo.php:2946, https://github.com/doctrine/orm/pull/10654, package doctrine/orm)
User Deprecated: Doctrine\DBAL\Platforms\PostgreSQLPlatform::usesSequenceEmulatedIdentityColumns is deprecated. (PostgreSQLPlatform.php:217 called by ClassMetadataFactory.php:643, https://github.com/doctrine/dbal/pull/5513, package doctrine/dbal)
User Deprecated: Context: Loading metadata for class Gedmo\Tree\Entity\MappedSuperclass\AbstractClosure
Problem: Using identity columns emulated with a sequence is deprecated and will not be possible in Doctrine ORM 3.0.
Solution: Use the SEQUENCE generator strategy instead. (ClassMetadataFactory.php:644 called by ClassMetadataFactory.php:160, https://github.com/doctrine/orm/issues/8850, package doctrine/orm)
Log messages generated during the compilation of the service container.
Messages
Class
643
Resolving inheritance for ".instanceof.Symfony\Bundle\MakerBundle\MakerInterface.0.App\Commands\MakeCustomCrud" (parent: .abstract.instanceof.App\Commands\MakeCustomCrud).
Resolving inheritance for "App\Commands\MakeCustomCrud" (parent: .instanceof.Symfony\Bundle\MakerBundle\MakerInterface.0.App\Commands\MakeCustomCrud).
Resolving inheritance for ".instanceof.App\Components\Breadcrumb.0.App\Components\Breadcrumb" (parent: .abstract.instanceof.App\Components\Breadcrumb).
Resolving inheritance for "App\Components\Breadcrumb" (parent: .instanceof.App\Components\Breadcrumb.0.App\Components\Breadcrumb).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ActivityController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ActivityController).
Resolving inheritance for "App\Controller\RiyalApp\ActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\AdministrativeUnitController" (parent: .abstract.instanceof.App\Controller\RiyalApp\AdministrativeUnitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\AdministrativeUnitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\AdministrativeUnitController).
Resolving inheritance for "App\Controller\RiyalApp\AdministrativeUnitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\AdministrativeUnitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\AnnualBudgetPlanController" (parent: .abstract.instanceof.App\Controller\RiyalApp\AnnualBudgetPlanController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\AnnualBudgetPlanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\AnnualBudgetPlanController).
Resolving inheritance for "App\Controller\RiyalApp\AnnualBudgetPlanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\AnnualBudgetPlanController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\AnnualBudgetPlanOperationController" (parent: .abstract.instanceof.App\Controller\RiyalApp\AnnualBudgetPlanOperationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\AnnualBudgetPlanOperationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\AnnualBudgetPlanOperationController).
Resolving inheritance for "App\Controller\RiyalApp\AnnualBudgetPlanOperationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\AnnualBudgetPlanOperationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\AssetController" (parent: .abstract.instanceof.App\Controller\RiyalApp\AssetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\AssetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\AssetController).
Resolving inheritance for "App\Controller\RiyalApp\AssetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\AssetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\BudgetTransferController" (parent: .abstract.instanceof.App\Controller\RiyalApp\BudgetTransferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\BudgetTransferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\BudgetTransferController).
Resolving inheritance for "App\Controller\RiyalApp\BudgetTransferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\BudgetTransferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\CategoryController" (parent: .abstract.instanceof.App\Controller\RiyalApp\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\CategoryController).
Resolving inheritance for "App\Controller\RiyalApp\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ChallengeActionController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ChallengeActionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ChallengeActionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ChallengeActionController).
Resolving inheritance for "App\Controller\RiyalApp\ChallengeActionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ChallengeActionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ChallengeController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ChallengeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ChallengeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ChallengeController).
Resolving inheritance for "App\Controller\RiyalApp\ChallengeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ChallengeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ChangeRequestController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ChangeRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ChangeRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ChangeRequestController).
Resolving inheritance for "App\Controller\RiyalApp\ChangeRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ChangeRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ConfigurationController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ConfigurationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ConfigurationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ConfigurationController).
Resolving inheritance for "App\Controller\RiyalApp\ConfigurationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ConfigurationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ContactTypeController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ContactTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ContactTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ContactTypeController).
Resolving inheritance for "App\Controller\RiyalApp\ContactTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ContactTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ContractController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ContractController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ContractController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ContractController).
Resolving inheritance for "App\Controller\RiyalApp\ContractController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ContractController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ContractTypeController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ContractTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ContractTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ContractTypeController).
Resolving inheritance for "App\Controller\RiyalApp\ContractTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ContractTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\DashboardsController" (parent: .abstract.instanceof.App\Controller\RiyalApp\DashboardsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\DashboardsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\DashboardsController).
Resolving inheritance for "App\Controller\RiyalApp\DashboardsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\DashboardsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\EmployeeController" (parent: .abstract.instanceof.App\Controller\RiyalApp\EmployeeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\EmployeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\EmployeeController).
Resolving inheritance for "App\Controller\RiyalApp\EmployeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\EmployeeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ExpenseController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ExpenseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ExpenseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ExpenseController).
Resolving inheritance for "App\Controller\RiyalApp\ExpenseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ExpenseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ExpenseNatureController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ExpenseNatureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ExpenseNatureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ExpenseNatureController).
Resolving inheritance for "App\Controller\RiyalApp\ExpenseNatureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ExpenseNatureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\FinancialProgrammingController" (parent: .abstract.instanceof.App\Controller\RiyalApp\FinancialProgrammingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\FinancialProgrammingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\FinancialProgrammingController).
Resolving inheritance for "App\Controller\RiyalApp\FinancialProgrammingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\FinancialProgrammingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\FiscalPeriodController" (parent: .abstract.instanceof.App\Controller\RiyalApp\FiscalPeriodController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\FiscalPeriodController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\FiscalPeriodController).
Resolving inheritance for "App\Controller\RiyalApp\FiscalPeriodController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\FiscalPeriodController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\FiscalYearController" (parent: .abstract.instanceof.App\Controller\RiyalApp\FiscalYearController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\FiscalYearController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\FiscalYearController).
Resolving inheritance for "App\Controller\RiyalApp\FiscalYearController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\FiscalYearController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\FundingNatureController" (parent: .abstract.instanceof.App\Controller\RiyalApp\FundingNatureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\FundingNatureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\FundingNatureController).
Resolving inheritance for "App\Controller\RiyalApp\FundingNatureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\FundingNatureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\FundingSourceController" (parent: .abstract.instanceof.App\Controller\RiyalApp\FundingSourceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\FundingSourceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\FundingSourceController).
Resolving inheritance for "App\Controller\RiyalApp\FundingSourceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\FundingSourceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\InvoiceController" (parent: .abstract.instanceof.App\Controller\RiyalApp\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\InvoiceController).
Resolving inheritance for "App\Controller\RiyalApp\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ManagementEntityController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ManagementEntityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ManagementEntityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ManagementEntityController).
Resolving inheritance for "App\Controller\RiyalApp\ManagementEntityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ManagementEntityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ManagementEntityNatureController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ManagementEntityNatureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ManagementEntityNatureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ManagementEntityNatureController).
Resolving inheritance for "App\Controller\RiyalApp\ManagementEntityNatureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ManagementEntityNatureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ManufacturerContactController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ManufacturerContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ManufacturerContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ManufacturerContactController).
Resolving inheritance for "App\Controller\RiyalApp\ManufacturerContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ManufacturerContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ManufacturerController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ManufacturerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ManufacturerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ManufacturerController).
Resolving inheritance for "App\Controller\RiyalApp\ManufacturerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ManufacturerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\OverviewController" (parent: .abstract.instanceof.App\Controller\RiyalApp\OverviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\OverviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\OverviewController).
Resolving inheritance for "App\Controller\RiyalApp\OverviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\OverviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectCategoryController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ProjectCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectCategoryController).
Resolving inheritance for "App\Controller\RiyalApp\ProjectCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectController).
Resolving inheritance for "App\Controller\RiyalApp\ProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectNatureController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ProjectNatureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectNatureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectNatureController).
Resolving inheritance for "App\Controller\RiyalApp\ProjectNatureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectNatureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectPriorityController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ProjectPriorityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectPriorityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectPriorityController).
Resolving inheritance for "App\Controller\RiyalApp\ProjectPriorityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectPriorityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectReportController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ProjectReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectReportController).
Resolving inheritance for "App\Controller\RiyalApp\ProjectReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectSuspensionCommentController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ProjectSuspensionCommentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectSuspensionCommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectSuspensionCommentController).
Resolving inheritance for "App\Controller\RiyalApp\ProjectSuspensionCommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectSuspensionCommentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectTagController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ProjectTagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectTagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectTagController).
Resolving inheritance for "App\Controller\RiyalApp\ProjectTagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectTagController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectTemplateController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ProjectTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectTemplateController).
Resolving inheritance for "App\Controller\RiyalApp\ProjectTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectTypeController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ProjectTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectTypeController).
Resolving inheritance for "App\Controller\RiyalApp\ProjectTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProviderController" (parent: .abstract.instanceof.App\Controller\RiyalApp\ProviderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProviderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProviderController).
Resolving inheritance for "App\Controller\RiyalApp\ProviderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProviderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\PurchaseOrderController" (parent: .abstract.instanceof.App\Controller\RiyalApp\PurchaseOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\PurchaseOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\PurchaseOrderController).
Resolving inheritance for "App\Controller\RiyalApp\PurchaseOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\PurchaseOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\RiskActionController" (parent: .abstract.instanceof.App\Controller\RiyalApp\RiskActionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\RiskActionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\RiskActionController).
Resolving inheritance for "App\Controller\RiyalApp\RiskActionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\RiskActionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\RiskCategoryController" (parent: .abstract.instanceof.App\Controller\RiyalApp\RiskCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\RiskCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\RiskCategoryController).
Resolving inheritance for "App\Controller\RiyalApp\RiskCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\RiskCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\RiskController" (parent: .abstract.instanceof.App\Controller\RiyalApp\RiskController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\RiskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\RiskController).
Resolving inheritance for "App\Controller\RiyalApp\RiskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\RiskController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\SalaryController" (parent: .abstract.instanceof.App\Controller\RiyalApp\SalaryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\SalaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\SalaryController).
Resolving inheritance for "App\Controller\RiyalApp\SalaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\SalaryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\TaskController" (parent: .abstract.instanceof.App\Controller\RiyalApp\TaskController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\TaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\TaskController).
Resolving inheritance for "App\Controller\RiyalApp\TaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\TaskController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\TeamMemberRoleController" (parent: .abstract.instanceof.App\Controller\RiyalApp\TeamMemberRoleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\TeamMemberRoleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\TeamMemberRoleController).
Resolving inheritance for "App\Controller\RiyalApp\TeamMemberRoleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\TeamMemberRoleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\UserRequestController" (parent: .abstract.instanceof.App\Controller\RiyalApp\UserRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\UserRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\UserRequestController).
Resolving inheritance for "App\Controller\RiyalApp\UserRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\UserRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController" (parent: .abstract.instanceof.App\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController).
Resolving inheritance for "App\Controller\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ActivityFixtures" (parent: .abstract.instanceof.App\DataFixtures\ActivityFixtures).
Resolving inheritance for "App\DataFixtures\ActivityFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ActivityFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AdministrativeUnitFixtures" (parent: .abstract.instanceof.App\DataFixtures\AdministrativeUnitFixtures).
Resolving inheritance for "App\DataFixtures\AdministrativeUnitFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AdministrativeUnitFixtures).
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\CategoryFixtures" (parent: .abstract.instanceof.App\DataFixtures\CategoryFixtures).
Resolving inheritance for "App\DataFixtures\CategoryFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CategoryFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ContractTypeFixtures" (parent: .abstract.instanceof.App\DataFixtures\ContractTypeFixtures).
Resolving inheritance for "App\DataFixtures\ContractTypeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ContractTypeFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\EmployeeFixtures" (parent: .abstract.instanceof.App\DataFixtures\EmployeeFixtures).
Resolving inheritance for "App\DataFixtures\EmployeeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\EmployeeFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExpenseNatureFixtures" (parent: .abstract.instanceof.App\DataFixtures\ExpenseNatureFixtures).
Resolving inheritance for "App\DataFixtures\ExpenseNatureFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExpenseNatureFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FiscalYearFixtures" (parent: .abstract.instanceof.App\DataFixtures\FiscalYearFixtures).
Resolving inheritance for "App\DataFixtures\FiscalYearFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FiscalYearFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FundingNatureFixtures" (parent: .abstract.instanceof.App\DataFixtures\FundingNatureFixtures).
Resolving inheritance for "App\DataFixtures\FundingNatureFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FundingNatureFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FundingSourceFixtures" (parent: .abstract.instanceof.App\DataFixtures\FundingSourceFixtures).
Resolving inheritance for "App\DataFixtures\FundingSourceFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FundingSourceFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ManagementEntityFixtures" (parent: .abstract.instanceof.App\DataFixtures\ManagementEntityFixtures).
Resolving inheritance for "App\DataFixtures\ManagementEntityFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ManagementEntityFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ManagementEntityNatureFixtures" (parent: .abstract.instanceof.App\DataFixtures\ManagementEntityNatureFixtures).
Resolving inheritance for "App\DataFixtures\ManagementEntityNatureFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ManagementEntityNatureFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\NodeFixtures" (parent: .abstract.instanceof.App\DataFixtures\NodeFixtures).
Resolving inheritance for "App\DataFixtures\NodeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\NodeFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PrivilegeFixtures" (parent: .abstract.instanceof.App\DataFixtures\PrivilegeFixtures).
Resolving inheritance for "App\DataFixtures\PrivilegeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PrivilegeFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectCategoryFixtures" (parent: .abstract.instanceof.App\DataFixtures\ProjectCategoryFixtures).
Resolving inheritance for "App\DataFixtures\ProjectCategoryFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectCategoryFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectFixtures" (parent: .abstract.instanceof.App\DataFixtures\ProjectFixtures).
Resolving inheritance for "App\DataFixtures\ProjectFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectNatureFixtures" (parent: .abstract.instanceof.App\DataFixtures\ProjectNatureFixtures).
Resolving inheritance for "App\DataFixtures\ProjectNatureFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectNatureFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectPriorityFixtures" (parent: .abstract.instanceof.App\DataFixtures\ProjectPriorityFixtures).
Resolving inheritance for "App\DataFixtures\ProjectPriorityFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectPriorityFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectTypeFixtures" (parent: .abstract.instanceof.App\DataFixtures\ProjectTypeFixtures).
Resolving inheritance for "App\DataFixtures\ProjectTypeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectTypeFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProviderFixtures" (parent: .abstract.instanceof.App\DataFixtures\ProviderFixtures).
Resolving inheritance for "App\DataFixtures\ProviderFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProviderFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RiskCategoryFixtures" (parent: .abstract.instanceof.App\DataFixtures\RiskCategoryFixtures).
Resolving inheritance for "App\DataFixtures\RiskCategoryFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RiskCategoryFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RoleFixtures" (parent: .abstract.instanceof.App\DataFixtures\RoleFixtures).
Resolving inheritance for "App\DataFixtures\RoleFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RoleFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TagFixtures" (parent: .abstract.instanceof.App\DataFixtures\TagFixtures).
Resolving inheritance for "App\DataFixtures\TagFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TagFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TeamMemberRoleFixtures" (parent: .abstract.instanceof.App\DataFixtures\TeamMemberRoleFixtures).
Resolving inheritance for "App\DataFixtures\TeamMemberRoleFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TeamMemberRoleFixtures).
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\RiyalApp\ActivityType" (parent: .abstract.instanceof.App\Form\RiyalApp\ActivityType).
Resolving inheritance for "App\Form\RiyalApp\ActivityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ActivityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AdministrativeUnitSignatoryType" (parent: .abstract.instanceof.App\Form\RiyalApp\AdministrativeUnitSignatoryType).
Resolving inheritance for "App\Form\RiyalApp\AdministrativeUnitSignatoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AdministrativeUnitSignatoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AdministrativeUnitType" (parent: .abstract.instanceof.App\Form\RiyalApp\AdministrativeUnitType).
Resolving inheritance for "App\Form\RiyalApp\AdministrativeUnitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AdministrativeUnitType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AnnualBudgetPlanOperationType" (parent: .abstract.instanceof.App\Form\RiyalApp\AnnualBudgetPlanOperationType).
Resolving inheritance for "App\Form\RiyalApp\AnnualBudgetPlanOperationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AnnualBudgetPlanOperationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AnnualBudgetPlanType" (parent: .abstract.instanceof.App\Form\RiyalApp\AnnualBudgetPlanType).
Resolving inheritance for "App\Form\RiyalApp\AnnualBudgetPlanType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AnnualBudgetPlanType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AssetContactType" (parent: .abstract.instanceof.App\Form\RiyalApp\AssetContactType).
Resolving inheritance for "App\Form\RiyalApp\AssetContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AssetContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AssetType" (parent: .abstract.instanceof.App\Form\RiyalApp\AssetType).
Resolving inheritance for "App\Form\RiyalApp\AssetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AssetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AttachedFileType" (parent: .abstract.instanceof.App\Form\RiyalApp\AttachedFileType).
Resolving inheritance for "App\Form\RiyalApp\AttachedFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AttachedFileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\BudgetReallocationFormType" (parent: .abstract.instanceof.App\Form\RiyalApp\BudgetReallocationFormType).
Resolving inheritance for "App\Form\RiyalApp\BudgetReallocationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\BudgetReallocationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\BudgetTransferType" (parent: .abstract.instanceof.App\Form\RiyalApp\BudgetTransferType).
Resolving inheritance for "App\Form\RiyalApp\BudgetTransferType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\BudgetTransferType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\CategoryType" (parent: .abstract.instanceof.App\Form\RiyalApp\CategoryType).
Resolving inheritance for "App\Form\RiyalApp\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\CategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ChallengeActionType" (parent: .abstract.instanceof.App\Form\RiyalApp\ChallengeActionType).
Resolving inheritance for "App\Form\RiyalApp\ChallengeActionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ChallengeActionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ChallengeType" (parent: .abstract.instanceof.App\Form\RiyalApp\ChallengeType).
Resolving inheritance for "App\Form\RiyalApp\ChallengeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ChallengeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ChangeRequestType" (parent: .abstract.instanceof.App\Form\RiyalApp\ChangeRequestType).
Resolving inheritance for "App\Form\RiyalApp\ChangeRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ChangeRequestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ChangeSessionFiscalYearType" (parent: .abstract.instanceof.App\Form\RiyalApp\ChangeSessionFiscalYearType).
Resolving inheritance for "App\Form\RiyalApp\ChangeSessionFiscalYearType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ChangeSessionFiscalYearType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ConfigurationType" (parent: .abstract.instanceof.App\Form\RiyalApp\ConfigurationType).
Resolving inheritance for "App\Form\RiyalApp\ConfigurationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ConfigurationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ContactTypeType" (parent: .abstract.instanceof.App\Form\RiyalApp\ContactTypeType).
Resolving inheritance for "App\Form\RiyalApp\ContactTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ContactTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ContractSearchFormType" (parent: .abstract.instanceof.App\Form\RiyalApp\ContractSearchFormType).
Resolving inheritance for "App\Form\RiyalApp\ContractSearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ContractSearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ContractType" (parent: .abstract.instanceof.App\Form\RiyalApp\ContractType).
Resolving inheritance for "App\Form\RiyalApp\ContractType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ContractType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ContractTypeType" (parent: .abstract.instanceof.App\Form\RiyalApp\ContractTypeType).
Resolving inheritance for "App\Form\RiyalApp\ContractTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ContractTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\CopyFundingSourcesType" (parent: .abstract.instanceof.App\Form\RiyalApp\CopyFundingSourcesType).
Resolving inheritance for "App\Form\RiyalApp\CopyFundingSourcesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\CopyFundingSourcesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\DetailedSalarySearchFormType" (parent: .abstract.instanceof.App\Form\RiyalApp\DetailedSalarySearchFormType).
Resolving inheritance for "App\Form\RiyalApp\DetailedSalarySearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\DetailedSalarySearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\EmployeeAccountFormType" (parent: .abstract.instanceof.App\Form\RiyalApp\EmployeeAccountFormType).
Resolving inheritance for "App\Form\RiyalApp\EmployeeAccountFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\EmployeeAccountFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\EmployeeType" (parent: .abstract.instanceof.App\Form\RiyalApp\EmployeeType).
Resolving inheritance for "App\Form\RiyalApp\EmployeeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\EmployeeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ExpenseNatureType" (parent: .abstract.instanceof.App\Form\RiyalApp\ExpenseNatureType).
Resolving inheritance for "App\Form\RiyalApp\ExpenseNatureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ExpenseNatureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ExpenseType" (parent: .abstract.instanceof.App\Form\RiyalApp\ExpenseType).
Resolving inheritance for "App\Form\RiyalApp\ExpenseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ExpenseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\FiscalPeriodType" (parent: .abstract.instanceof.App\Form\RiyalApp\FiscalPeriodType).
Resolving inheritance for "App\Form\RiyalApp\FiscalPeriodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\FiscalPeriodType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\FiscalYearType" (parent: .abstract.instanceof.App\Form\RiyalApp\FiscalYearType).
Resolving inheritance for "App\Form\RiyalApp\FiscalYearType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\FiscalYearType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\FundingNatureType" (parent: .abstract.instanceof.App\Form\RiyalApp\FundingNatureType).
Resolving inheritance for "App\Form\RiyalApp\FundingNatureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\FundingNatureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\FundingSourceType" (parent: .abstract.instanceof.App\Form\RiyalApp\FundingSourceType).
Resolving inheritance for "App\Form\RiyalApp\FundingSourceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\FundingSourceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\InvoiceItemType" (parent: .abstract.instanceof.App\Form\RiyalApp\InvoiceItemType).
Resolving inheritance for "App\Form\RiyalApp\InvoiceItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\InvoiceItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\InvoiceType" (parent: .abstract.instanceof.App\Form\RiyalApp\InvoiceType).
Resolving inheritance for "App\Form\RiyalApp\InvoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\InvoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ManagementEntityNatureType" (parent: .abstract.instanceof.App\Form\RiyalApp\ManagementEntityNatureType).
Resolving inheritance for "App\Form\RiyalApp\ManagementEntityNatureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ManagementEntityNatureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ManagementEntityType" (parent: .abstract.instanceof.App\Form\RiyalApp\ManagementEntityType).
Resolving inheritance for "App\Form\RiyalApp\ManagementEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ManagementEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ManufacturerContactType" (parent: .abstract.instanceof.App\Form\RiyalApp\ManufacturerContactType).
Resolving inheritance for "App\Form\RiyalApp\ManufacturerContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ManufacturerContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ManufacturerType" (parent: .abstract.instanceof.App\Form\RiyalApp\ManufacturerType).
Resolving inheritance for "App\Form\RiyalApp\ManufacturerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ManufacturerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\OrderItemType" (parent: .abstract.instanceof.App\Form\RiyalApp\OrderItemType).
Resolving inheritance for "App\Form\RiyalApp\OrderItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\OrderItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectCategoryType" (parent: .abstract.instanceof.App\Form\RiyalApp\ProjectCategoryType).
Resolving inheritance for "App\Form\RiyalApp\ProjectCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectManagerType" (parent: .abstract.instanceof.App\Form\RiyalApp\ProjectManagerType).
Resolving inheritance for "App\Form\RiyalApp\ProjectManagerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectManagerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectNatureType" (parent: .abstract.instanceof.App\Form\RiyalApp\ProjectNatureType).
Resolving inheritance for "App\Form\RiyalApp\ProjectNatureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectNatureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectPriorityType" (parent: .abstract.instanceof.App\Form\RiyalApp\ProjectPriorityType).
Resolving inheritance for "App\Form\RiyalApp\ProjectPriorityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectPriorityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectReportType" (parent: .abstract.instanceof.App\Form\RiyalApp\ProjectReportType).
Resolving inheritance for "App\Form\RiyalApp\ProjectReportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectReportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectSuspensionCommentType" (parent: .abstract.instanceof.App\Form\RiyalApp\ProjectSuspensionCommentType).
Resolving inheritance for "App\Form\RiyalApp\ProjectSuspensionCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectSuspensionCommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectTagType" (parent: .abstract.instanceof.App\Form\RiyalApp\ProjectTagType).
Resolving inheritance for "App\Form\RiyalApp\ProjectTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectTagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectTemplateType" (parent: .abstract.instanceof.App\Form\RiyalApp\ProjectTemplateType).
Resolving inheritance for "App\Form\RiyalApp\ProjectTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectType" (parent: .abstract.instanceof.App\Form\RiyalApp\ProjectType).
Resolving inheritance for "App\Form\RiyalApp\ProjectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectTypeType" (parent: .abstract.instanceof.App\Form\RiyalApp\ProjectTypeType).
Resolving inheritance for "App\Form\RiyalApp\ProjectTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProviderContactType" (parent: .abstract.instanceof.App\Form\RiyalApp\ProviderContactType).
Resolving inheritance for "App\Form\RiyalApp\ProviderContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProviderContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProviderType" (parent: .abstract.instanceof.App\Form\RiyalApp\ProviderType).
Resolving inheritance for "App\Form\RiyalApp\ProviderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProviderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\PurchaseOrderType" (parent: .abstract.instanceof.App\Form\RiyalApp\PurchaseOrderType).
Resolving inheritance for "App\Form\RiyalApp\PurchaseOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\PurchaseOrderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\RequestItemType" (parent: .abstract.instanceof.App\Form\RiyalApp\RequestItemType).
Resolving inheritance for "App\Form\RiyalApp\RequestItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\RequestItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\RequestSearchFormType" (parent: .abstract.instanceof.App\Form\RiyalApp\RequestSearchFormType).
Resolving inheritance for "App\Form\RiyalApp\RequestSearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\RequestSearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\RiskActionType" (parent: .abstract.instanceof.App\Form\RiyalApp\RiskActionType).
Resolving inheritance for "App\Form\RiyalApp\RiskActionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\RiskActionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\RiskCategoryType" (parent: .abstract.instanceof.App\Form\RiyalApp\RiskCategoryType).
Resolving inheritance for "App\Form\RiyalApp\RiskCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\RiskCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\RiskType" (parent: .abstract.instanceof.App\Form\RiyalApp\RiskType).
Resolving inheritance for "App\Form\RiyalApp\RiskType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\RiskType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SalaryItemType" (parent: .abstract.instanceof.App\Form\RiyalApp\SalaryItemType).
Resolving inheritance for "App\Form\RiyalApp\SalaryItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SalaryItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SalarySearchFormType" (parent: .abstract.instanceof.App\Form\RiyalApp\SalarySearchFormType).
Resolving inheritance for "App\Form\RiyalApp\SalarySearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SalarySearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SalaryType" (parent: .abstract.instanceof.App\Form\RiyalApp\SalaryType).
Resolving inheritance for "App\Form\RiyalApp\SalaryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SalaryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SearchAdministrativeUnitType" (parent: .abstract.instanceof.App\Form\RiyalApp\SearchAdministrativeUnitType).
Resolving inheritance for "App\Form\RiyalApp\SearchAdministrativeUnitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SearchAdministrativeUnitType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SearchExpenseType" (parent: .abstract.instanceof.App\Form\RiyalApp\SearchExpenseType).
Resolving inheritance for "App\Form\RiyalApp\SearchExpenseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SearchExpenseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SearchInvoiceType" (parent: .abstract.instanceof.App\Form\RiyalApp\SearchInvoiceType).
Resolving inheritance for "App\Form\RiyalApp\SearchInvoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SearchInvoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SearchProjectType" (parent: .abstract.instanceof.App\Form\RiyalApp\SearchProjectType).
Resolving inheritance for "App\Form\RiyalApp\SearchProjectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SearchProjectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SearchPurchaseOrderType" (parent: .abstract.instanceof.App\Form\RiyalApp\SearchPurchaseOrderType).
Resolving inheritance for "App\Form\RiyalApp\SearchPurchaseOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SearchPurchaseOrderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\TaskType" (parent: .abstract.instanceof.App\Form\RiyalApp\TaskType).
Resolving inheritance for "App\Form\RiyalApp\TaskType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\TaskType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\TeamMemberRoleType" (parent: .abstract.instanceof.App\Form\RiyalApp\TeamMemberRoleType).
Resolving inheritance for "App\Form\RiyalApp\TeamMemberRoleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\TeamMemberRoleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\TeamMemberType" (parent: .abstract.instanceof.App\Form\RiyalApp\TeamMemberType).
Resolving inheritance for "App\Form\RiyalApp\TeamMemberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\TeamMemberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\UserRequestAssociationType" (parent: .abstract.instanceof.App\Form\RiyalApp\UserRequestAssociationType).
Resolving inheritance for "App\Form\RiyalApp\UserRequestAssociationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\UserRequestAssociationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\UserRequestType" (parent: .abstract.instanceof.App\Form\RiyalApp\UserRequestType).
Resolving inheritance for "App\Form\RiyalApp\UserRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\UserRequestType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ActivityRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ActivityRepository).
Resolving inheritance for "App\Repository\RiyalApp\ActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ActivityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AdministrativeUnitRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\AdministrativeUnitRepository).
Resolving inheritance for "App\Repository\RiyalApp\AdministrativeUnitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AdministrativeUnitRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AdministrativeUnitSignatoryRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\AdministrativeUnitSignatoryRepository).
Resolving inheritance for "App\Repository\RiyalApp\AdministrativeUnitSignatoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AdministrativeUnitSignatoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AnnualBudgetPlanOperationRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\AnnualBudgetPlanOperationRepository).
Resolving inheritance for "App\Repository\RiyalApp\AnnualBudgetPlanOperationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AnnualBudgetPlanOperationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AnnualBudgetPlanRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\AnnualBudgetPlanRepository).
Resolving inheritance for "App\Repository\RiyalApp\AnnualBudgetPlanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AnnualBudgetPlanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AssetContactRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\AssetContactRepository).
Resolving inheritance for "App\Repository\RiyalApp\AssetContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AssetContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AssetRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\AssetRepository).
Resolving inheritance for "App\Repository\RiyalApp\AssetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AssetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AttachedFileRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\AttachedFileRepository).
Resolving inheritance for "App\Repository\RiyalApp\AttachedFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AttachedFileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\BudgetTransferRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\BudgetTransferRepository).
Resolving inheritance for "App\Repository\RiyalApp\BudgetTransferRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\BudgetTransferRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\CalendarIntervalRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\CalendarIntervalRepository).
Resolving inheritance for "App\Repository\RiyalApp\CalendarIntervalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\CalendarIntervalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\CalendarRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\CalendarRepository).
Resolving inheritance for "App\Repository\RiyalApp\CalendarRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\CalendarRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\CategoryRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\CategoryRepository).
Resolving inheritance for "App\Repository\RiyalApp\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ChallengeActionRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ChallengeActionRepository).
Resolving inheritance for "App\Repository\RiyalApp\ChallengeActionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ChallengeActionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ChallengeRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ChallengeRepository).
Resolving inheritance for "App\Repository\RiyalApp\ChallengeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ChallengeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ChangeRequestRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ChangeRequestRepository).
Resolving inheritance for "App\Repository\RiyalApp\ChangeRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ChangeRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ConfigurationRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ConfigurationRepository).
Resolving inheritance for "App\Repository\RiyalApp\ConfigurationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ConfigurationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ContactTypeRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ContactTypeRepository).
Resolving inheritance for "App\Repository\RiyalApp\ContactTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ContactTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ContractAssetRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ContractAssetRepository).
Resolving inheritance for "App\Repository\RiyalApp\ContractAssetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ContractAssetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ContractHistoryRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ContractHistoryRepository).
Resolving inheritance for "App\Repository\RiyalApp\ContractHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ContractHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ContractRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ContractRepository).
Resolving inheritance for "App\Repository\RiyalApp\ContractRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ContractRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ContractTypeRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ContractTypeRepository).
Resolving inheritance for "App\Repository\RiyalApp\ContractTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ContractTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\EmployeeRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\EmployeeRepository).
Resolving inheritance for "App\Repository\RiyalApp\EmployeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\EmployeeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ExpenseNatureRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ExpenseNatureRepository).
Resolving inheritance for "App\Repository\RiyalApp\ExpenseNatureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ExpenseNatureRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ExpenseRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ExpenseRepository).
Resolving inheritance for "App\Repository\RiyalApp\ExpenseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ExpenseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\FiscalPeriodRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\FiscalPeriodRepository).
Resolving inheritance for "App\Repository\RiyalApp\FiscalPeriodRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\FiscalPeriodRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\FiscalYearRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\FiscalYearRepository).
Resolving inheritance for "App\Repository\RiyalApp\FiscalYearRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\FiscalYearRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\FundingNatureRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\FundingNatureRepository).
Resolving inheritance for "App\Repository\RiyalApp\FundingNatureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\FundingNatureRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\FundingSourceRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\FundingSourceRepository).
Resolving inheritance for "App\Repository\RiyalApp\FundingSourceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\FundingSourceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\InvoiceItemRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\InvoiceItemRepository).
Resolving inheritance for "App\Repository\RiyalApp\InvoiceItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\InvoiceItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\InvoiceRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\InvoiceRepository).
Resolving inheritance for "App\Repository\RiyalApp\InvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\InvoiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ManagementEntityNatureRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ManagementEntityNatureRepository).
Resolving inheritance for "App\Repository\RiyalApp\ManagementEntityNatureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ManagementEntityNatureRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ManagementEntityRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ManagementEntityRepository).
Resolving inheritance for "App\Repository\RiyalApp\ManagementEntityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ManagementEntityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ManufacturerContactRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ManufacturerContactRepository).
Resolving inheritance for "App\Repository\RiyalApp\ManufacturerContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ManufacturerContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ManufacturerRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ManufacturerRepository).
Resolving inheritance for "App\Repository\RiyalApp\ManufacturerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ManufacturerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\OrderItemRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\OrderItemRepository).
Resolving inheritance for "App\Repository\RiyalApp\OrderItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\OrderItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\PaymentDueDateRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\PaymentDueDateRepository).
Resolving inheritance for "App\Repository\RiyalApp\PaymentDueDateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\PaymentDueDateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\PlanningOptionRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\PlanningOptionRepository).
Resolving inheritance for "App\Repository\RiyalApp\PlanningOptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\PlanningOptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectCategoryRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ProjectCategoryRepository).
Resolving inheritance for "App\Repository\RiyalApp\ProjectCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectManagerRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ProjectManagerRepository).
Resolving inheritance for "App\Repository\RiyalApp\ProjectManagerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectManagerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectNatureRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ProjectNatureRepository).
Resolving inheritance for "App\Repository\RiyalApp\ProjectNatureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectNatureRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectPriorityRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ProjectPriorityRepository).
Resolving inheritance for "App\Repository\RiyalApp\ProjectPriorityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectPriorityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectReportRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ProjectReportRepository).
Resolving inheritance for "App\Repository\RiyalApp\ProjectReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectReportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ProjectRepository).
Resolving inheritance for "App\Repository\RiyalApp\ProjectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectSuspensionCommentRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ProjectSuspensionCommentRepository).
Resolving inheritance for "App\Repository\RiyalApp\ProjectSuspensionCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectSuspensionCommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectTagRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ProjectTagRepository).
Resolving inheritance for "App\Repository\RiyalApp\ProjectTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectTagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectTemplateRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ProjectTemplateRepository).
Resolving inheritance for "App\Repository\RiyalApp\ProjectTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectTypeRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ProjectTypeRepository).
Resolving inheritance for "App\Repository\RiyalApp\ProjectTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProviderContactRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ProviderContactRepository).
Resolving inheritance for "App\Repository\RiyalApp\ProviderContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProviderContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProviderRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\ProviderRepository).
Resolving inheritance for "App\Repository\RiyalApp\ProviderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProviderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\PurchaseOrderRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\PurchaseOrderRepository).
Resolving inheritance for "App\Repository\RiyalApp\PurchaseOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\PurchaseOrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\RenewalReminderRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\RenewalReminderRepository).
Resolving inheritance for "App\Repository\RiyalApp\RenewalReminderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\RenewalReminderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\RequestItemRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\RequestItemRepository).
Resolving inheritance for "App\Repository\RiyalApp\RequestItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\RequestItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\RiskActionRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\RiskActionRepository).
Resolving inheritance for "App\Repository\RiyalApp\RiskActionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\RiskActionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\RiskCategoryRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\RiskCategoryRepository).
Resolving inheritance for "App\Repository\RiyalApp\RiskCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\RiskCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\RiskRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\RiskRepository).
Resolving inheritance for "App\Repository\RiyalApp\RiskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\RiskRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\SalaryItemRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\SalaryItemRepository).
Resolving inheritance for "App\Repository\RiyalApp\SalaryItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\SalaryItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\SalaryRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\SalaryRepository).
Resolving inheritance for "App\Repository\RiyalApp\SalaryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\SalaryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\TaskAssignmentRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\TaskAssignmentRepository).
Resolving inheritance for "App\Repository\RiyalApp\TaskAssignmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\TaskAssignmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\TaskDependencyRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\TaskDependencyRepository).
Resolving inheritance for "App\Repository\RiyalApp\TaskDependencyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\TaskDependencyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\TaskRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\TaskRepository).
Resolving inheritance for "App\Repository\RiyalApp\TaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\TaskRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\TeamMemberRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\TeamMemberRepository).
Resolving inheritance for "App\Repository\RiyalApp\TeamMemberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\TeamMemberRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\TeamMemberRoleRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\TeamMemberRoleRepository).
Resolving inheritance for "App\Repository\RiyalApp\TeamMemberRoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\TeamMemberRoleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\TimeRangeRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\TimeRangeRepository).
Resolving inheritance for "App\Repository\RiyalApp\TimeRangeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\TimeRangeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\UserRequestRepository" (parent: .abstract.instanceof.App\Repository\RiyalApp\UserRequestRepository).
Resolving inheritance for "App\Repository\RiyalApp\UserRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\UserRequestRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\RiyalExtension" (parent: .abstract.instanceof.App\Twig\RiyalExtension).
Resolving inheritance for "App\Twig\RiyalExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\RiyalExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\HasNoOverlappingPeriodsValidator" (parent: .abstract.instanceof.App\Validator\HasNoOverlappingPeriodsValidator).
Resolving inheritance for "App\Validator\HasNoOverlappingPeriodsValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\HasNoOverlappingPeriodsValidator).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.sendgrid" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "cache.ux.twig_component" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "limiter._login_local_main" (parent: limiter).
Resolving inheritance for "limiter._login_global_main" (parent: limiter).
Resolving inheritance for "security.listener.login_throttling.main" (parent: security.listener.login_throttling).
Resolving inheritance for "security.firewall_config.two_factor.main" (parent: scheb_two_factor.security.firewall_config).
Resolving inheritance for "security.authentication.success_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.failure_handler).
Resolving inheritance for "security.authentication.authentication_required_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.authentication_required_handler).
Resolving inheritance for "security.authentication.kernel_exception_listener.two_factor.main" (parent: scheb_two_factor.security.kernel_exception_listener).
Resolving inheritance for "security.authentication.access_listener.two_factor.main" (parent: scheb_two_factor.security.access_listener).
Resolving inheritance for "security.authentication.form_listener.two_factor.main" (parent: scheb_two_factor.security.form_listener).
Resolving inheritance for "security.authentication.provider_preparation_listener.two_factor.main" (parent: scheb_two_factor.security.provider_preparation_listener).
Resolving inheritance for "security.authentication.token_created_listener.two_factor.main" (parent: scheb_two_factor.security.listener.token_created).
Resolving inheritance for "security.authenticator.two_factor.main" (parent: scheb_two_factor.security.authenticator).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: Lensom\PortalBundle\Security\Authentication\AuthenticationSuccessHandler).
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 ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\LoginController" (parent: .abstract.instanceof.Lensom\PortalBundle\Controller\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\LoginController).
Resolving inheritance for "Lensom\PortalBundle\Controller\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\LoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\NodeController" (parent: .abstract.instanceof.Lensom\PortalBundle\Controller\NodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\NodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\NodeController).
Resolving inheritance for "Lensom\PortalBundle\Controller\NodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\NodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\PrivilegeController" (parent: .abstract.instanceof.Lensom\PortalBundle\Controller\PrivilegeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\PrivilegeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\PrivilegeController).
Resolving inheritance for "Lensom\PortalBundle\Controller\PrivilegeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\PrivilegeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\RegistrationController" (parent: .abstract.instanceof.Lensom\PortalBundle\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\RegistrationController).
Resolving inheritance for "Lensom\PortalBundle\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\ResetPasswordController" (parent: .abstract.instanceof.Lensom\PortalBundle\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\ResetPasswordController).
Resolving inheritance for "Lensom\PortalBundle\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\RoleController" (parent: .abstract.instanceof.Lensom\PortalBundle\Controller\RoleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\RoleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\RoleController).
Resolving inheritance for "Lensom\PortalBundle\Controller\RoleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\RoleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\UserController" (parent: .abstract.instanceof.Lensom\PortalBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\UserController).
Resolving inheritance for "Lensom\PortalBundle\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Lensom\PortalBundle\Doctrine\HashPasswordListener.0.Lensom\PortalBundle\Doctrine\HashPasswordListener" (parent: .abstract.instanceof.Lensom\PortalBundle\Doctrine\HashPasswordListener).
Resolving inheritance for "Lensom\PortalBundle\Doctrine\HashPasswordListener" (parent: .instanceof.Lensom\PortalBundle\Doctrine\HashPasswordListener.0.Lensom\PortalBundle\Doctrine\HashPasswordListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\ChangePasswordFormType" (parent: .abstract.instanceof.Lensom\PortalBundle\Form\ChangePasswordFormType).
Resolving inheritance for "Lensom\PortalBundle\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\LoginRecaptchaType" (parent: .abstract.instanceof.Lensom\PortalBundle\Form\LoginRecaptchaType).
Resolving inheritance for "Lensom\PortalBundle\Form\LoginRecaptchaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\LoginRecaptchaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\NodeType" (parent: .abstract.instanceof.Lensom\PortalBundle\Form\NodeType).
Resolving inheritance for "Lensom\PortalBundle\Form\NodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\NodeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\PrivilegeType" (parent: .abstract.instanceof.Lensom\PortalBundle\Form\PrivilegeType).
Resolving inheritance for "Lensom\PortalBundle\Form\PrivilegeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\PrivilegeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\RegistrationFormType" (parent: .abstract.instanceof.Lensom\PortalBundle\Form\RegistrationFormType).
Resolving inheritance for "Lensom\PortalBundle\Form\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\RegistrationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\ResetPasswordFormType" (parent: .abstract.instanceof.Lensom\PortalBundle\Form\ResetPasswordFormType).
Resolving inheritance for "Lensom\PortalBundle\Form\ResetPasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\ResetPasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\ResetPasswordRequestFormType" (parent: .abstract.instanceof.Lensom\PortalBundle\Form\ResetPasswordRequestFormType).
Resolving inheritance for "Lensom\PortalBundle\Form\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\RoleType" (parent: .abstract.instanceof.Lensom\PortalBundle\Form\RoleType).
Resolving inheritance for "Lensom\PortalBundle\Form\RoleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\RoleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\UserNodeType" (parent: .abstract.instanceof.Lensom\PortalBundle\Form\UserNodeType).
Resolving inheritance for "Lensom\PortalBundle\Form\UserNodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\UserNodeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\UserType" (parent: .abstract.instanceof.Lensom\PortalBundle\Form\UserType).
Resolving inheritance for "Lensom\PortalBundle\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\UserType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Lensom\PortalBundle\Repository\NodeRepository" (parent: .abstract.instanceof.Lensom\PortalBundle\Repository\NodeRepository).
Resolving inheritance for "Lensom\PortalBundle\Repository\NodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Lensom\PortalBundle\Repository\NodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Lensom\PortalBundle\Repository\PrivilegeRepository" (parent: .abstract.instanceof.Lensom\PortalBundle\Repository\PrivilegeRepository).
Resolving inheritance for "Lensom\PortalBundle\Repository\PrivilegeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Lensom\PortalBundle\Repository\PrivilegeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Lensom\PortalBundle\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.Lensom\PortalBundle\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "Lensom\PortalBundle\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Lensom\PortalBundle\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Lensom\PortalBundle\Repository\RoleRepository" (parent: .abstract.instanceof.Lensom\PortalBundle\Repository\RoleRepository).
Resolving inheritance for "Lensom\PortalBundle\Repository\RoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Lensom\PortalBundle\Repository\RoleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Lensom\PortalBundle\Repository\UserNodeRepository" (parent: .abstract.instanceof.Lensom\PortalBundle\Repository\UserNodeRepository).
Resolving inheritance for "Lensom\PortalBundle\Repository\UserNodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Lensom\PortalBundle\Repository\UserNodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Lensom\PortalBundle\Repository\UserRepository" (parent: .abstract.instanceof.Lensom\PortalBundle\Repository\UserRepository).
Resolving inheritance for "Lensom\PortalBundle\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Lensom\PortalBundle\Repository\UserRepository).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.attachedFiles" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.userAvatar" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.attachedFiles" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.clean.attachedFiles" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.attachedFiles" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.attachedFiles" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.userAvatar" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.userAvatar" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.userAvatar" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "maker.auto_command.make_custom_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
386
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Symfony\UX\TwigComponent\ComponentRendererInterface"; reason: private alias.
Removed service "console.command.stimulus_component_debug"; 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.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\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_local_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalMainLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalMainLimiter"; reason: private alias.
Removed service "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 "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "Knp\Bundle\TimeBundle\DateTimeFormatter"; reason: private alias.
Removed service "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingResolverInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "scheb_two_factor.csrf_token_manager"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Model\PersisterInterface"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface"; reason: private alias.
Removed service "scheb_two_factor.persister"; reason: private alias.
Removed service "scheb_two_factor.ip_whitelist_provider"; reason: private alias.
Removed service "scheb_two_factor.token_factory"; reason: private alias.
Removed service "scheb_two_factor.provider_decider"; reason: private alias.
Removed service "Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3Validator"; reason: private alias.
Removed service "karser_recaptcha3.google.request_method"; 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"; reason: private alias.
Removed service ".service_locator.xqODiDp"; reason: private alias.
Removed service ".service_locator.kVuTj7R"; reason: private alias.
Removed service ".service_locator.q6rKGBk"; reason: private alias.
Removed service ".service_locator.3V1iwSh"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "twig.configurator.environment"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "security.authentication.trust_resolver"; reason: private alias.
Removed service "messenger.bus.default"; 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.n_ENPtW"; reason: private alias.
Removed service ".service_locator.QzHDCSY"; reason: private alias.
Removed service ".service_locator.RSt6R8I"; reason: private alias.
Removed service ".service_locator.qqFJXut"; reason: private alias.
Removed service ".service_locator.q26EMAi"; reason: private alias.
Removed service ".service_locator.6hYOsTg"; reason: private alias.
Removed service ".service_locator.gKa7z.d"; reason: private alias.
Removed service ".service_locator.o06z21."; reason: private alias.
Removed service ".service_locator.8pHmcq7"; reason: private alias.
Removed service ".service_locator.Q_dN9o0"; reason: private alias.
Removed service ".service_locator.kduWMgb"; reason: private alias.
Removed service ".service_locator.FfKIlLs"; reason: private alias.
Removed service ".service_locator.hVc7KO5"; reason: private alias.
Removed service ".service_locator.psQqdZ4"; reason: private alias.
Removed service ".service_locator.U5M6bJB"; reason: private alias.
Removed service ".service_locator.YEIdWUE"; reason: private alias.
Removed service ".service_locator.kvkQBNG"; reason: private alias.
Removed service ".service_locator.DmT14jX"; reason: private alias.
Removed service ".service_locator.ZzAcsO7"; reason: private alias.
Removed service ".service_locator.O3E0.Th"; reason: private alias.
Removed service ".service_locator.7xVajNt"; reason: private alias.
Removed service ".service_locator.MDBPzv8"; reason: private alias.
Removed service ".service_locator.4KiJJX0"; reason: private alias.
Removed service ".service_locator.Mx89i2S"; reason: private alias.
Removed service ".service_locator.J56FBit"; reason: private alias.
Removed service ".service_locator.itqts85"; reason: private alias.
Removed service ".service_locator.lvGXTDq"; reason: private alias.
Removed service ".service_locator.YcnbmP1"; reason: private alias.
Removed service ".service_locator.H_Pj6Dj"; reason: private alias.
Removed service ".service_locator.9Oka82x"; reason: private alias.
Removed service ".service_locator.DvpoQch"; reason: private alias.
Removed service ".service_locator.M4TqCJd"; reason: private alias.
Removed service ".service_locator.YX9chTT"; reason: private alias.
Removed service ".service_locator.Dlg6HXJ"; reason: private alias.
Removed service ".service_locator.7WCnA8L"; reason: private alias.
Removed service ".service_locator.QcETw4j"; reason: private alias.
Removed service ".service_locator.MIBPQDq"; reason: private alias.
Removed service ".service_locator.HISSAcA"; reason: private alias.
Removed service ".service_locator.1GCcXe2"; reason: private alias.
Removed service ".service_locator.J9gk5QB"; reason: private alias.
Removed service ".service_locator.LodamRp"; reason: private alias.
Removed service ".service_locator.r6vbR_Y"; reason: private alias.
Removed service ".service_locator.gEWnGwT"; reason: private alias.
Removed service ".service_locator.dDh5R_5"; reason: private alias.
Removed service ".service_locator.8VHMhSk"; reason: private alias.
Removed service ".service_locator.Fvkezzo"; reason: private alias.
Removed service ".service_locator.H0rd6yc"; reason: private alias.
Removed service ".service_locator.U6SuMVY"; reason: private alias.
Removed service ".service_locator.kPu1CnH"; reason: private alias.
Removed service ".service_locator.oGm61o."; reason: private alias.
Removed service ".service_locator.6rOKck9"; reason: private alias.
Removed service ".service_locator.1Xq6Or0"; reason: private alias.
Removed service ".service_locator._s_JSe5"; reason: private alias.
Removed service ".service_locator.m3a.C2o"; reason: private alias.
Removed service ".service_locator.t4CT3JZ"; reason: private alias.
Removed service ".service_locator.oDVIQ9p"; reason: private alias.
Removed service ".service_locator.hSR9aIz"; reason: private alias.
Removed service ".service_locator.g3gh0rT"; reason: private alias.
Removed service ".service_locator.NdXwPTf"; reason: private alias.
Removed service ".service_locator.wypDKpB"; reason: private alias.
Removed service ".service_locator.uPiea6S"; reason: private alias.
Removed service ".service_locator..TiTzRV"; reason: private alias.
Removed service ".service_locator.pq92p.K"; reason: private alias.
Removed service ".service_locator.q1PC0Cq"; reason: private alias.
Removed service ".service_locator.6qG4c7A"; reason: private alias.
Removed service ".service_locator.24wTN8c"; reason: private alias.
Removed service ".service_locator.hkUcC.e"; reason: private alias.
Removed service ".service_locator.am6Garp"; reason: private alias.
Removed service ".service_locator.31qBtTZ"; reason: private alias.
Removed service ".service_locator.3mBA7XS"; reason: private alias.
Removed service ".service_locator.75S0S9D"; reason: private alias.
Removed service ".service_locator.fOfJDM2"; reason: private alias.
Removed service ".service_locator.vU75ndE"; reason: private alias.
Removed service ".service_locator.Qmusqp."; reason: private alias.
Removed service ".service_locator.JDmnM9z"; reason: private alias.
Removed service ".service_locator.XMpFc3C"; reason: private alias.
Removed service ".service_locator.If_4X1v"; reason: private alias.
Removed service ".service_locator.9aWxoo4"; reason: private alias.
Removed service ".service_locator.Ju.qnFP"; reason: private alias.
Removed service ".service_locator.HC_DxwS"; reason: private alias.
Removed service ".service_locator.tRs7r2i"; reason: private alias.
Removed service ".service_locator.OPMmS56"; reason: private alias.
Removed service ".service_locator.z4EM.Q8"; reason: private alias.
Removed service ".service_locator.qAJFlsA"; reason: private alias.
Removed service ".service_locator._gJT4PE"; reason: private alias.
Removed service ".service_locator.OachxH0"; reason: private alias.
Removed service ".service_locator.dWsfHqK"; reason: private alias.
Removed service ".service_locator.Uam2jea"; reason: private alias.
Removed service ".service_locator.POHRoWH"; reason: private alias.
Removed service ".service_locator.j6LPaRe"; reason: private alias.
Removed service ".service_locator.mFaic5x"; reason: private alias.
Removed service ".service_locator.vzfKahn"; reason: private alias.
Removed service ".service_locator.v5x3PNi"; reason: private alias.
Removed service ".service_locator.lkmCU3P"; reason: private alias.
Removed service ".service_locator.cgp99zx"; reason: private alias.
Removed service ".service_locator.fHed8n3"; reason: private alias.
Removed service ".service_locator.Piw96xx"; reason: private alias.
Removed service ".service_locator.3FzE8GM"; reason: private alias.
Removed service ".service_locator.Lf8AM.J"; reason: private alias.
Removed service ".service_locator.Po57VyY"; reason: private alias.
Removed service ".service_locator.gBOiiF4"; reason: private alias.
Removed service ".service_locator.oCO2Yv2"; reason: private alias.
Removed service ".service_locator.MglDqV1"; reason: private alias.
Removed service ".service_locator.BUOA3YB"; reason: private alias.
Removed service ".service_locator.RiuBwRH"; reason: private alias.
Removed service ".service_locator.NNyhpaF"; reason: private alias.
Removed service ".service_locator.UD8WUQR"; reason: private alias.
Removed service ".service_locator.7twCxYj"; reason: private alias.
Removed service ".service_locator.S6SmINZ"; reason: private alias.
Removed service ".service_locator.StkBaKD"; reason: private alias.
Removed service ".service_locator.rBj3DR7"; reason: private alias.
Removed service ".service_locator.zdaM5Fd"; reason: private alias.
Removed service ".service_locator.I17aEBy"; reason: private alias.
Removed service ".service_locator.qno3inF"; reason: private alias.
Removed service ".service_locator.WvJT9U8"; reason: private alias.
Removed service ".service_locator.fJHEixo"; reason: private alias.
Removed service ".service_locator.Sma4n_Z"; reason: private alias.
Removed service ".service_locator.M9pMuGK"; reason: private alias.
Removed service ".service_locator.hPPNFDc"; reason: private alias.
Removed service ".service_locator.M9S1Who"; reason: private alias.
Removed service ".service_locator.3wW7Z9E"; reason: private alias.
Removed service ".service_locator.Ug5hsP6"; reason: private alias.
Removed service ".service_locator.S_qW589"; reason: private alias.
Removed service ".service_locator.frXu.Xk"; reason: private alias.
Removed service ".service_locator.lV4_rAE"; reason: private alias.
Removed service ".service_locator.UTos6vW"; reason: private alias.
Removed service ".service_locator.aDAmPAe"; reason: private alias.
Removed service ".service_locator.l.Spw.C"; reason: private alias.
Removed service ".service_locator.1VN.7aE"; reason: private alias.
Removed service ".service_locator.WZbUzW_"; reason: private alias.
Removed service ".service_locator.cD7SRQV"; reason: private alias.
Removed service ".service_locator.hbpsaRK"; reason: private alias.
Removed service ".service_locator.1TUSXXn"; reason: private alias.
Removed service ".service_locator.6gp6GWX"; reason: private alias.
Removed service ".service_locator.0TTErp1"; reason: private alias.
Removed service ".service_locator.GcKSddg"; reason: private alias.
Removed service ".service_locator.zyB9gOG"; reason: private alias.
Removed service ".service_locator.._84S5p"; reason: private alias.
Removed service ".service_locator.kMLhhfF"; reason: private alias.
Removed service ".service_locator.IMbxb8n"; reason: private alias.
Removed service ".service_locator.ueTtETz"; reason: private alias.
Removed service ".service_locator.Y55QtXt"; reason: private alias.
Removed service ".service_locator.8Bl.dpa"; reason: private alias.
Removed service ".service_locator.iID8Ptp"; reason: private alias.
Removed service ".service_locator.aEsth08"; reason: private alias.
Removed service ".service_locator.kcEuFz9"; reason: private alias.
Removed service ".service_locator.NHHArMI"; reason: private alias.
Removed service ".service_locator.6f1jfLy"; reason: private alias.
Removed service ".service_locator.VLpFn7c"; reason: private alias.
Removed service ".service_locator.dwqQECq"; reason: private alias.
Removed service ".service_locator.uZIR1._"; reason: private alias.
Removed service ".service_locator.A6xeUAp"; reason: private alias.
Removed service ".service_locator.O.AIPeq"; reason: private alias.
Removed service ".service_locator.vkrIWrR"; reason: private alias.
Removed service ".service_locator.2tmsLku"; reason: private alias.
Removed service ".service_locator.s_0aPn4"; reason: private alias.
Removed service ".service_locator.LgTncze"; reason: private alias.
Removed service ".service_locator.v4UxirG"; reason: private alias.
Removed service ".service_locator.kiclYy2"; reason: private alias.
Removed service ".service_locator.ckWtq5k"; reason: private alias.
Removed service ".service_locator._PNJPKx"; reason: private alias.
Removed service ".service_locator.PLkqPba"; reason: private alias.
Removed service ".service_locator.wj9vhyc"; reason: private alias.
Removed service ".service_locator.8mZGgUi"; reason: private alias.
Removed service ".service_locator.y8ddDeo"; reason: private alias.
Removed service ".service_locator.Oc.W.ei"; reason: private alias.
Removed service ".service_locator.2I3i5lL"; reason: private alias.
Removed service ".service_locator.DFlrPa."; reason: private alias.
Removed service ".service_locator.J4THv0s"; reason: private alias.
Removed service ".service_locator.5h0ae5D"; reason: private alias.
Removed service ".service_locator.C.U6PzQ"; reason: private alias.
Removed service ".service_locator.Z4aQlZl"; reason: private alias.
Removed service ".service_locator.mJ5Sxq6"; reason: private alias.
Removed service ".service_locator.u8tS2ra"; reason: private alias.
Removed service ".service_locator.oG84oIO"; reason: private alias.
Removed service ".service_locator.pQFzcgW"; reason: private alias.
Removed service ".service_locator.peO71zT"; reason: private alias.
Removed service ".service_locator.mFlyPTt"; reason: private alias.
Removed service ".service_locator.nSu8YZZ"; reason: private alias.
Removed service ".service_locator.0zWSRF4"; reason: private alias.
Removed service ".service_locator.niCogln"; reason: private alias.
Removed service ".service_locator.x9XGauq"; reason: private alias.
Removed service ".service_locator.qgCzm1k"; reason: private alias.
Removed service ".service_locator.j_mxZ39"; reason: private alias.
Removed service ".service_locator.37Zop65"; reason: private alias.
Removed service ".service_locator.JaLOUsP"; reason: private alias.
Removed service ".service_locator.Nrz07Zz"; reason: private alias.
Removed service ".service_locator.ePRki0p"; reason: private alias.
Removed service ".service_locator.pezmhac"; reason: private alias.
Removed service ".service_locator.GuC9rsx"; reason: private alias.
Removed service ".service_locator.tmbNFFD"; reason: private alias.
Removed service ".service_locator.gxgNCv2"; reason: private alias.
Removed service ".service_locator.TPwwe.Q"; reason: private alias.
Removed service ".service_locator.ycTBaRv"; reason: private alias.
Removed service ".service_locator.mNg1H.S"; reason: private alias.
Removed service ".service_locator.YrHm8yu"; reason: private alias.
Removed service ".service_locator.GGNRYUI"; reason: private alias.
Removed service ".service_locator.UnhqfR0"; reason: private alias.
Removed service ".service_locator.8mjRdFx"; reason: private alias.
Removed service ".service_locator.KD79rUi"; reason: private alias.
Removed service ".service_locator.RUQKQgF"; reason: private alias.
Removed service ".service_locator.CUrQRYH"; reason: private alias.
Removed service ".service_locator.ZCrUKHW"; reason: private alias.
Removed service ".service_locator.ckRmChF"; reason: private alias.
Removed service ".service_locator.8qNinPK"; reason: private alias.
Removed service ".service_locator.depI1E6"; reason: private alias.
Removed service ".service_locator.JGQPwcJ"; reason: private alias.
225
Changed reference of service "App\Service\UserCurrentYearService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\UserHelperService" 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.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendgrid" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.twig_component.component_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.twig_component.component_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.kernel_exception_listener.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.form_listener.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.main.form_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.main.form_login" previously pointing to "router.default" to "router".
Changed reference of service "symfonycasts.verify_email.helper" previously pointing to "router.default" to "router".
Changed reference of service "time.datetime_formatter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Lensom\PortalBundle\Security\Authentication\AuthenticationSuccessHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Lensom\PortalBundle\Security\Authentication\AuthenticationSuccessHandler" previously pointing to "router.default" to "router".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.form_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.kernel_exception_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ubVVaiq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.GXlZopZ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Qk4bPu2" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.wmvtLOu" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.FajcXKl" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.96iB9d_" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.iy6CoKN" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.DWhcmIf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.FgdKMBO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.1jLT9Q0" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.CuDSuGO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.1bEEf1u" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.e3rvRjG" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.27KTjDp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.wRORWvy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.BNnQven" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HvZwNOn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.518uXiN" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5_kRo5C" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator._itRwV4" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.N7NZEVX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.0rnrceL" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.PVbkvmq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.RN90N4p" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.S3cta.I" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.sxltTLB" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.TP..zE7" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.yBnFkoO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mg1ou.N" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator..bAocWX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.46RjgKd" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.hCbbNPT" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.UQT6c0Z" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.4af3d6X" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.yJQHP2j" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.dR..wJf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.SUkEgPA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ykfrEtA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.STfIIJI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.AxS_O1R" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.a5_bqBx" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator..Sos_N0" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator..pALmDK" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.8tKzw2m" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.p9eteoI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.FCAg6mE" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.2sjXR7p" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.lf22KTr" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.FjvvMF5" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.SeXYQV_" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.GPKc4iP" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ChA_rap" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.pSZK9WB" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.isxej3j" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.LNm7PYE" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Qneu4_h" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.brgBXSL" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.JGXlvjP" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qryFxjr" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.JrV3v8e" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.xDSd8ud" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.U6_b4TG" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.36hPQC5" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.1F2jUdv" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.53fwevx" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.WwC0XlZ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.rq7m9Oj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.etGrIDm" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Vd7nfKR" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.wGmza_C" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.T4Gz7uh" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.NcXttP4" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Henw1gQ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mftM4h." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.jUnr7qk" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.YtnIMYK" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.yuyxdlX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.6dHvZ.f" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Y4oJV.E" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.zB8zGgl" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.QHISfjX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.WsRknlL" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.S8ksFok" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.fHrcZq9" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.yBVbgtM" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ViKsQ64" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.J5dcL_M" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.urdwutY" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Z9GbUBm" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.uN_bP5d" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.I8YblbC" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Zr02k0E" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.H3UeQ7z" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.z7asG1l" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.s94Qjyx" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.lV2EQdD" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.DDKOTrt" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.1E1SMtA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.uTCntet" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.eGH4JZP" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.iF1Gnk5" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.YE2KtQC" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.iTe1F3N" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.8FVAY10" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.MPP6nZh" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Odg7P1H" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.46BuqeV" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.x.P2Bq7" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.VBg9rmE" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.jFqzExz" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.DI61y9_" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.l671Onx" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oZUr8gg" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.sjv4rJ8" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.r6sqBxu" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Sw4tmww" previously pointing to "Nucleos\DompdfBundle\Wrapper\DompdfWrapper" to "dompdf".
Changed reference of service ".service_locator.mvDZp1z" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oscvEyQ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.hh05wTf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.M3MvVea" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.xns1P0q" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.iWwUsxu" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.bOLtLi_" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.PtEirWk" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qHpfPrp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.w_JQbXy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.r49kb.U" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.c7tryXV" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.uuHOd2G" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.IlGSE9J" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.scheb_two_factor.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.ZyP9f7K" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.7jukgan" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.xRvtKlk" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "dompdf" previously pointing to "Nucleos\DompdfBundle\Factory\DompdfFactory" to "dompdf.factory".
Changed reference of service "dompdf" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
667
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 "mailer.transport_factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "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 "Lensom\PortalBundle\DependencyInjection"; reason: abstract.
Removed service "Lensom\PortalBundle\Entity"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\MakerBundle\MakerInterface.0.App\Commands\MakeCustomCrud"; reason: abstract.
Removed service ".abstract.instanceof.App\Commands\MakeCustomCrud"; reason: abstract.
Removed service ".instanceof.App\Components\Breadcrumb.0.App\Components\Breadcrumb"; reason: abstract.
Removed service ".abstract.instanceof.App\Components\Breadcrumb"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ActivityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\AdministrativeUnitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\AdministrativeUnitController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\AdministrativeUnitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\AnnualBudgetPlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\AnnualBudgetPlanController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\AnnualBudgetPlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\AnnualBudgetPlanOperationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\AnnualBudgetPlanOperationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\AnnualBudgetPlanOperationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\AssetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\BudgetTransferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\BudgetTransferController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\BudgetTransferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ChallengeActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ChallengeActionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ChallengeActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ChallengeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ChallengeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ChangeRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ChangeRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ChangeRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ConfigurationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ContactTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ContactTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ContactTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ContractController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ContractTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ContractTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ContractTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\DashboardsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\DashboardsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\DashboardsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\EmployeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\EmployeeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\EmployeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ExpenseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ExpenseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ExpenseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ExpenseNatureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ExpenseNatureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ExpenseNatureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\FinancialProgrammingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\FinancialProgrammingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\FinancialProgrammingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\FiscalPeriodController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\FiscalPeriodController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\FiscalPeriodController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\FiscalYearController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\FiscalYearController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\FiscalYearController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\FundingNatureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\FundingNatureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\FundingNatureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\FundingSourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\FundingSourceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\FundingSourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\InvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ManagementEntityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ManagementEntityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ManagementEntityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ManagementEntityNatureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ManagementEntityNatureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ManagementEntityNatureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ManufacturerContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ManufacturerContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ManufacturerContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ManufacturerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ManufacturerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ManufacturerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\OverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\OverviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\OverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ProjectCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectNatureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectNatureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ProjectNatureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectPriorityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectPriorityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ProjectPriorityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ProjectReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectSuspensionCommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectSuspensionCommentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ProjectSuspensionCommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectTagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectTagController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ProjectTagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ProjectTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProjectTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProjectTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ProjectTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\ProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\ProviderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\ProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\PurchaseOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\PurchaseOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\PurchaseOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\RiskActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\RiskActionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\RiskActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\RiskCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\RiskCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\RiskCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\RiskController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\RiskController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\RiskController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\SalaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\SalaryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\SalaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\TaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\TaskController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\TaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\TeamMemberRoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\TeamMemberRoleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\TeamMemberRoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RiyalApp\UserRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RiyalApp\UserRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RiyalApp\UserRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ActivityFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ActivityFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AdministrativeUnitFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AdministrativeUnitFixtures"; 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\CategoryFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CategoryFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ContractTypeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ContractTypeFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\EmployeeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\EmployeeFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExpenseNatureFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ExpenseNatureFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FiscalYearFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\FiscalYearFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FundingNatureFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\FundingNatureFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FundingSourceFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\FundingSourceFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ManagementEntityFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ManagementEntityFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ManagementEntityNatureFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ManagementEntityNatureFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\NodeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\NodeFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PrivilegeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\PrivilegeFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectCategoryFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProjectCategoryFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProjectFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectNatureFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProjectNatureFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectPriorityFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProjectPriorityFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectTypeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProjectTypeFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProviderFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProviderFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RiskCategoryFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\RiskCategoryFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RoleFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\RoleFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TagFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\TagFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TeamMemberRoleFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\TeamMemberRoleFixtures"; 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\RiyalApp\ActivityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ActivityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AdministrativeUnitSignatoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\AdministrativeUnitSignatoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AdministrativeUnitType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\AdministrativeUnitType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AnnualBudgetPlanOperationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\AnnualBudgetPlanOperationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AnnualBudgetPlanType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\AnnualBudgetPlanType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AssetContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\AssetContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AssetType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\AssetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\AttachedFileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\AttachedFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\BudgetReallocationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\BudgetReallocationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\BudgetTransferType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\BudgetTransferType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ChallengeActionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ChallengeActionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ChallengeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ChallengeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ChangeRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ChangeRequestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ChangeSessionFiscalYearType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ChangeSessionFiscalYearType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ConfigurationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ConfigurationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ContactTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ContactTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ContractSearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ContractSearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ContractType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ContractType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ContractTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ContractTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\CopyFundingSourcesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\CopyFundingSourcesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\DetailedSalarySearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\DetailedSalarySearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\EmployeeAccountFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\EmployeeAccountFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\EmployeeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\EmployeeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ExpenseNatureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ExpenseNatureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ExpenseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ExpenseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\FiscalPeriodType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\FiscalPeriodType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\FiscalYearType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\FiscalYearType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\FundingNatureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\FundingNatureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\FundingSourceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\FundingSourceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\InvoiceItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\InvoiceItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\InvoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\InvoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ManagementEntityNatureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ManagementEntityNatureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ManagementEntityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ManagementEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ManufacturerContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ManufacturerContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ManufacturerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ManufacturerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\OrderItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\OrderItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ProjectCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectManagerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ProjectManagerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectNatureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ProjectNatureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectPriorityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ProjectPriorityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectReportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ProjectReportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectSuspensionCommentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ProjectSuspensionCommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectTagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ProjectTagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ProjectTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ProjectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProjectTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ProjectTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProviderContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ProviderContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\ProviderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\ProviderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\PurchaseOrderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\PurchaseOrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\RequestItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\RequestItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\RequestSearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\RequestSearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\RiskActionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\RiskActionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\RiskCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\RiskCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\RiskType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\RiskType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SalaryItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\SalaryItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SalarySearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\SalarySearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SalaryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\SalaryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SearchAdministrativeUnitType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\SearchAdministrativeUnitType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SearchExpenseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\SearchExpenseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SearchInvoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\SearchInvoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SearchProjectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\SearchProjectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\SearchPurchaseOrderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\SearchPurchaseOrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\TaskType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\TaskType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\TeamMemberRoleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\TeamMemberRoleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\TeamMemberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\TeamMemberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\UserRequestAssociationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\UserRequestAssociationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RiyalApp\UserRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RiyalApp\UserRequestType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ActivityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ActivityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AdministrativeUnitRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\AdministrativeUnitRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AdministrativeUnitSignatoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\AdministrativeUnitSignatoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AnnualBudgetPlanOperationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\AnnualBudgetPlanOperationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AnnualBudgetPlanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\AnnualBudgetPlanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AssetContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\AssetContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AssetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\AssetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\AttachedFileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\AttachedFileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\BudgetTransferRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\BudgetTransferRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\CalendarIntervalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\CalendarIntervalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\CalendarRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\CalendarRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ChallengeActionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ChallengeActionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ChallengeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ChallengeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ChangeRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ChangeRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ConfigurationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ConfigurationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ContactTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ContactTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ContractAssetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ContractAssetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ContractHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ContractHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ContractRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ContractRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ContractTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ContractTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\EmployeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\EmployeeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ExpenseNatureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ExpenseNatureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ExpenseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ExpenseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\FiscalPeriodRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\FiscalPeriodRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\FiscalYearRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\FiscalYearRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\FundingNatureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\FundingNatureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\FundingSourceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\FundingSourceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\InvoiceItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\InvoiceItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\InvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\InvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ManagementEntityNatureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ManagementEntityNatureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ManagementEntityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ManagementEntityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ManufacturerContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ManufacturerContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ManufacturerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ManufacturerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\OrderItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\OrderItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\PaymentDueDateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\PaymentDueDateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\PlanningOptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\PlanningOptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ProjectCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectManagerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ProjectManagerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectNatureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ProjectNatureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectPriorityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ProjectPriorityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectReportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ProjectReportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ProjectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectSuspensionCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ProjectSuspensionCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ProjectTagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ProjectTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProjectTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ProjectTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProviderContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ProviderContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\ProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\ProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\PurchaseOrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\PurchaseOrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\RenewalReminderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\RenewalReminderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\RequestItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\RequestItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\RiskActionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\RiskActionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\RiskCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\RiskCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\RiskRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\RiskRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\SalaryItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\SalaryItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\SalaryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\SalaryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\TaskAssignmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\TaskAssignmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\TaskDependencyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\TaskDependencyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\TaskRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\TaskRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\TeamMemberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\TeamMemberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\TeamMemberRoleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\TeamMemberRoleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\TimeRangeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\TimeRangeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiyalApp\UserRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiyalApp\UserRequestRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\RiyalExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\RiyalExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\HasNoOverlappingPeriodsValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\HasNoOverlappingPeriodsValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Controller\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\NodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\NodeController"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Controller\NodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\PrivilegeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\PrivilegeController"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Controller\PrivilegeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\RoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\RoleController"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Controller\RoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Lensom\PortalBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Lensom\PortalBundle\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Lensom\PortalBundle\Doctrine\HashPasswordListener.0.Lensom\PortalBundle\Doctrine\HashPasswordListener"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Doctrine\HashPasswordListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\LoginRecaptchaType"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Form\LoginRecaptchaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\NodeType"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Form\NodeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\PrivilegeType"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Form\PrivilegeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\RegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Form\RegistrationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\ResetPasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Form\ResetPasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\RoleType"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Form\RoleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\UserNodeType"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Form\UserNodeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Lensom\PortalBundle\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Form\UserType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Lensom\PortalBundle\Repository\NodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Repository\NodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Lensom\PortalBundle\Repository\PrivilegeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Repository\PrivilegeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Lensom\PortalBundle\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Lensom\PortalBundle\Repository\RoleRepository"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Repository\RoleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Lensom\PortalBundle\Repository\UserNodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Repository\UserNodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Lensom\PortalBundle\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.Lensom\PortalBundle\Repository\UserRepository"; reason: abstract.
127
Removed service "App\Service\FinancialService"; reason: unused.
Removed service "App\Validator\HasNoOverlappingPeriods"; reason: unused.
Removed service "Gedmo\Blameable\BlameableListener"; 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 "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "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 "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 "twig.extension.weblink"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "ux.twig_component.twig.lexer"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service ".1_ServiceLocator~Er1yxuR"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "Lensom\PortalBundle\LensomPortalBundle"; reason: unused.
Removed service "Lensom\PortalBundle\Security\Authentication\AuthenticationSuccessHandler"; reason: unused.
Removed service "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "scheb_two_factor.security.authenticator"; reason: unused.
Removed service "scheb_two_factor.security.listener.token_created"; reason: unused.
Removed service "scheb_two_factor.security.provider_preparation_listener"; reason: unused.
Removed service "scheb_two_factor.security.form_listener"; reason: unused.
Removed service "scheb_two_factor.security.kernel_exception_listener"; reason: unused.
Removed service "scheb_two_factor.security.access_listener"; reason: unused.
Removed service "scheb_two_factor.security.authentication.success_handler"; reason: unused.
Removed service "scheb_two_factor.security.authentication.failure_handler"; reason: unused.
Removed service "scheb_two_factor.security.authentication.authentication_required_handler"; reason: unused.
Removed service "scheb_two_factor.null_csrf_token_manager"; reason: unused.
Removed service "scheb_two_factor.security.firewall_config"; reason: unused.
Removed service "scheb_two_factor.persister_factory.doctrine"; reason: unused.
Removed service "scheb_two_factor.persister.doctrine"; reason: unused.
Removed service "scheb_two_factor.security.form_renderer"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.S5Rers0"; reason: unused.
602
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ActivityController" to "App\Controller\RiyalApp\ActivityController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\AdministrativeUnitController" to "App\Controller\RiyalApp\AdministrativeUnitController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\AnnualBudgetPlanController" to "App\Controller\RiyalApp\AnnualBudgetPlanController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\AnnualBudgetPlanOperationController" to "App\Controller\RiyalApp\AnnualBudgetPlanOperationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\AssetController" to "App\Controller\RiyalApp\AssetController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\BudgetTransferController" to "App\Controller\RiyalApp\BudgetTransferController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\CategoryController" to "App\Controller\RiyalApp\CategoryController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ChallengeActionController" to "App\Controller\RiyalApp\ChallengeActionController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ChallengeController" to "App\Controller\RiyalApp\ChallengeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ChangeRequestController" to "App\Controller\RiyalApp\ChangeRequestController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ConfigurationController" to "App\Controller\RiyalApp\ConfigurationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ContactTypeController" to "App\Controller\RiyalApp\ContactTypeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ContractController" to "App\Controller\RiyalApp\ContractController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ContractTypeController" to "App\Controller\RiyalApp\ContractTypeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\DashboardsController" to "App\Controller\RiyalApp\DashboardsController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\EmployeeController" to "App\Controller\RiyalApp\EmployeeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ExpenseController" to "App\Controller\RiyalApp\ExpenseController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ExpenseNatureController" to "App\Controller\RiyalApp\ExpenseNatureController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\FinancialProgrammingController" to "App\Controller\RiyalApp\FinancialProgrammingController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\FiscalPeriodController" to "App\Controller\RiyalApp\FiscalPeriodController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\FiscalYearController" to "App\Controller\RiyalApp\FiscalYearController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\FundingNatureController" to "App\Controller\RiyalApp\FundingNatureController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\FundingSourceController" to "App\Controller\RiyalApp\FundingSourceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\InvoiceController" to "App\Controller\RiyalApp\InvoiceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ManagementEntityController" to "App\Controller\RiyalApp\ManagementEntityController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ManagementEntityNatureController" to "App\Controller\RiyalApp\ManagementEntityNatureController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ManufacturerContactController" to "App\Controller\RiyalApp\ManufacturerContactController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ManufacturerController" to "App\Controller\RiyalApp\ManufacturerController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\OverviewController" to "App\Controller\RiyalApp\OverviewController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ProjectCategoryController" to "App\Controller\RiyalApp\ProjectCategoryController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ProjectController" to "App\Controller\RiyalApp\ProjectController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ProjectNatureController" to "App\Controller\RiyalApp\ProjectNatureController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ProjectPriorityController" to "App\Controller\RiyalApp\ProjectPriorityController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ProjectReportController" to "App\Controller\RiyalApp\ProjectReportController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ProjectSuspensionCommentController" to "App\Controller\RiyalApp\ProjectSuspensionCommentController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ProjectTagController" to "App\Controller\RiyalApp\ProjectTagController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ProjectTemplateController" to "App\Controller\RiyalApp\ProjectTemplateController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ProjectTypeController" to "App\Controller\RiyalApp\ProjectTypeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\ProviderController" to "App\Controller\RiyalApp\ProviderController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\PurchaseOrderController" to "App\Controller\RiyalApp\PurchaseOrderController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\RiskActionController" to "App\Controller\RiyalApp\RiskActionController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\RiskCategoryController" to "App\Controller\RiyalApp\RiskCategoryController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\RiskController" to "App\Controller\RiyalApp\RiskController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\SalaryController" to "App\Controller\RiyalApp\SalaryController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\TaskController" to "App\Controller\RiyalApp\TaskController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\TeamMemberRoleController" to "App\Controller\RiyalApp\TeamMemberRoleController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RiyalApp\UserRequestController" to "App\Controller\RiyalApp\UserRequestController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\TestController" to "App\Controller\TestController".
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.va_rxC4" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.DOrA4Nm" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
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 "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.ILdUWIS" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.7jukgan.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.rhF__EI" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.u.4FiKa" to "router.expression_language_provider".
Inlined service ".service_locator.qXR9Hv0.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.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 "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.zqtiJAI" 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.VMtx3zq" 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._0ubcvl" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.yIlffmK" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.IlGSE9J" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "ux.twig_component.data_collector" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" 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.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.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\RiyalExtension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "ux.twig_component.twig.component_extension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.cssinliner" to "twig".
Inlined service "twig.extension.inky" to "twig".
Inlined service ".time.twig.extension.time" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" 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 "ux.twig_component.twig.environment_configurator" to "twig".
Inlined service ".service_locator.lMv3Dwi.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.KZrf_qe" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.fKIsVqY" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~IEHCZ9." to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "ux.twig_component.component_template_finder" to "ux.twig_component.component_factory".
Inlined service ".service_locator.QhtW5.b" to "ux.twig_component.component_factory".
Inlined service "ux.twig_component.component_stack" to "ux.twig_component.component_renderer".
Inlined service "ux.twig_component.twig.environment_configurator.inner" to "ux.twig_component.twig.environment_configurator".
Inlined service "cache.ux.twig_component.recorder_inner" to "cache.ux.twig_component".
Inlined service ".service_locator.7vU95QS.ux.twig_component.cache_warmer" to "ux.twig_component.cache_warmer".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.KEKqmub" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.ljG332O" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "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 ".service_locator.n5Ln.uq" to "doctrine.orm.default_entity_listener_resolver".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "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 ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.NXTTdTW" to "security.helper".
Inlined service ".service_locator.U5hIWho" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.nVyArYX" to "security.access_map".
Inlined service ".security.request_matcher.BhpRUZK" to "security.access_map".
Inlined service ".security.request_matcher._qCT8R4" to "security.access_map".
Inlined service ".security.request_matcher.l8o06QL" to "security.access_map".
Inlined service ".security.request_matcher.CryUMkh" to "security.access_map".
Inlined service ".security.request_matcher.CUDSgej" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "limiter.storage._login_local_main" to "limiter._login_local_main".
Inlined service "limiter.storage._login_global_main" to "limiter._login_global_main".
Inlined service "limiter._login_global_main" to "security.login_throttling.main.limiter".
Inlined service "limiter._login_local_main" to "security.login_throttling.main.limiter".
Inlined service "security.login_throttling.main.limiter" to "security.listener.login_throttling.main".
Inlined service "scheb_two_factor.security.request_data_reader" to "security.firewall_config.two_factor.main".
Inlined service "scheb_two_factor.security.access.access_decider" to "security.authentication.access_listener.two_factor.main".
Inlined service "scheb_two_factor.authentication_context_factory" to "security.authentication.token_created_listener.two_factor.main".
Inlined service "security.authentication.success_handler.two_factor.main" to "security.authenticator.two_factor.main".
Inlined service "security.authentication.failure_handler.two_factor.main" to "security.authenticator.two_factor.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.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.ykcgIdu" to ".security.request_matcher.nVyArYX".
Inlined service ".security.request_matcher.T8BdVIN" to ".security.request_matcher.BhpRUZK".
Inlined service ".security.request_matcher.kSTTP86" to ".security.request_matcher._qCT8R4".
Inlined service ".security.request_matcher.4aLafM9" to ".security.request_matcher.l8o06QL".
Inlined service ".security.request_matcher.drpobvg" to ".security.request_matcher.CryUMkh".
Inlined service ".security.request_matcher.SbN0Tkg" to ".security.request_matcher.CUDSgej".
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\ActivityFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\AdministrativeUnitFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CategoryFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ContractTypeFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\EmployeeFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ExpenseNatureFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\FiscalYearFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\FundingNatureFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\FundingSourceFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ManagementEntityFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ManagementEntityNatureFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\NodeFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\PrivilegeFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProjectCategoryFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProjectFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProjectNatureFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProjectPriorityFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProjectTypeFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProviderFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\RiskCategoryFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\RoleFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\TagFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\TeamMemberRoleFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
Inlined service "symfonycasts.verify_email.uri_signer_factory" to "symfonycasts.verify_email.uri_signer".
Inlined service "symfonycasts.verify_email.uri_signer" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.query_utility" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.token_generator" to "symfonycasts.verify_email.helper".
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 ".service_locator.ZyP9f7K.Lensom\PortalBundle\Controller\LoginController" to "Lensom\PortalBundle\Controller\LoginController".
Inlined service ".service_locator.ZyP9f7K.Lensom\PortalBundle\Controller\NodeController" to "Lensom\PortalBundle\Controller\NodeController".
Inlined service ".service_locator.ZyP9f7K.Lensom\PortalBundle\Controller\PrivilegeController" to "Lensom\PortalBundle\Controller\PrivilegeController".
Inlined service ".service_locator.ZyP9f7K.Lensom\PortalBundle\Controller\RegistrationController" to "Lensom\PortalBundle\Controller\RegistrationController".
Inlined service "symfonycasts.reset_password.helper" to "Lensom\PortalBundle\Controller\ResetPasswordController".
Inlined service ".service_locator.ZyP9f7K.Lensom\PortalBundle\Controller\ResetPasswordController" to "Lensom\PortalBundle\Controller\ResetPasswordController".
Inlined service ".service_locator.ZyP9f7K.Lensom\PortalBundle\Controller\RoleController" to "Lensom\PortalBundle\Controller\RoleController".
Inlined service ".service_locator.ZyP9f7K.Lensom\PortalBundle\Controller\UserController" to "Lensom\PortalBundle\Controller\UserController".
Inlined service "symfonycasts.verify_email.helper" to "Lensom\PortalBundle\Security\Authentication\EmailVerifier".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.property_mapping_resolver" to "vich_uploader.property_mapping_factory".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "scheb_two_factor.security.authentication.trust_resolver".
Inlined service "scheb_two_factor.default_ip_whitelist_provider" to "scheb_two_factor.ip_whitelist_condition".
Inlined service "scheb_two_factor.default_token_factory" to "scheb_two_factor.provider_initiator".
Inlined service "scheb_two_factor.default_provider_decider" to "scheb_two_factor.provider_initiator".
Inlined service "karser_recaptcha3.google.recaptcha" to "karser_recaptcha3.validator".
Inlined service "karser_recaptcha3.ip_resolver" to "karser_recaptcha3.validator".
Inlined service "karser_recaptcha3.google.request_method.curl_post" to "karser_recaptcha3.google.recaptcha".
Inlined service "karser_recaptcha3.google.request_method.curl" to "karser_recaptcha3.google.request_method.curl_post".
Inlined service "App\Commands\MakeCustomCrud" to "maker.auto_command.make_custom_crud".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service ".service_locator.ubVVaiq" to ".service_locator.ubVVaiq.App\Controller\RiyalApp\ActivityController::index()".
Inlined service ".service_locator.GXlZopZ" to ".service_locator.GXlZopZ.App\Controller\RiyalApp\ActivityController::new()".
Inlined service ".service_locator.wmvtLOu" to ".service_locator.wmvtLOu.App\Controller\RiyalApp\ActivityController::show()".
Inlined service ".service_locator.FajcXKl" to ".service_locator.FajcXKl.App\Controller\RiyalApp\ActivityController::delete()".
Inlined service ".service_locator.96iB9d_" to ".service_locator.96iB9d_.App\Controller\RiyalApp\AdministrativeUnitController::index()".
Inlined service ".service_locator.iy6CoKN" to ".service_locator.iy6CoKN.App\Controller\RiyalApp\AdministrativeUnitController::rebase()".
Inlined service ".service_locator.DWhcmIf" to ".service_locator.DWhcmIf.App\Controller\RiyalApp\AdministrativeUnitController::list()".
Inlined service ".service_locator.FgdKMBO" to ".service_locator.FgdKMBO.App\Controller\RiyalApp\AdministrativeUnitController::new()".
Inlined service ".service_locator.1jLT9Q0" to ".service_locator.1jLT9Q0.App\Controller\RiyalApp\AdministrativeUnitController::show()".
Inlined service ".service_locator.CuDSuGO" to ".service_locator.CuDSuGO.App\Controller\RiyalApp\AdministrativeUnitController::edit()".
Inlined service ".service_locator.1bEEf1u" to ".service_locator.1bEEf1u.App\Controller\RiyalApp\AdministrativeUnitController::delete()".
Inlined service ".service_locator.IE8_3Kz" to ".service_locator.IE8_3Kz.App\Controller\RiyalApp\AnnualBudgetPlanController::index()".
Inlined service ".service_locator.e3rvRjG" to ".service_locator.e3rvRjG.App\Controller\RiyalApp\AnnualBudgetPlanController::reallocateBudget()".
Inlined service ".service_locator.27KTjDp" to ".service_locator.27KTjDp.App\Controller\RiyalApp\AnnualBudgetPlanController::newFromProject()".
Inlined service ".service_locator.wRORWvy" to ".service_locator.wRORWvy.App\Controller\RiyalApp\AnnualBudgetPlanController::newFromActivity()".
Inlined service ".service_locator.9Ut26VG" to ".service_locator.9Ut26VG.App\Controller\RiyalApp\AnnualBudgetPlanController::show()".
Inlined service ".service_locator.BNnQven" to ".service_locator.BNnQven.App\Controller\RiyalApp\AnnualBudgetPlanController::edit()".
Inlined service ".service_locator.HvZwNOn" to ".service_locator.HvZwNOn.App\Controller\RiyalApp\AnnualBudgetPlanController::delete()".
Inlined service ".service_locator._JnUirq" to ".service_locator._JnUirq.App\Controller\RiyalApp\AnnualBudgetPlanOperationController::index()".
Inlined service ".service_locator.i81lER6" to ".service_locator.i81lER6.App\Controller\RiyalApp\AnnualBudgetPlanOperationController::show()".
Inlined service ".service_locator.Qfv5XCa" to ".service_locator.Qfv5XCa.App\Controller\RiyalApp\AssetController::index()".
Inlined service ".service_locator.xvgWGqD" to ".service_locator.xvgWGqD.App\Controller\RiyalApp\AssetController::show()".
Inlined service ".service_locator.N7NZEVX" to ".service_locator.N7NZEVX.App\Controller\RiyalApp\BudgetTransferController::index()".
Inlined service ".service_locator.0rnrceL" to ".service_locator.0rnrceL.App\Controller\RiyalApp\BudgetTransferController::new()".
Inlined service ".service_locator.PVbkvmq" to ".service_locator.PVbkvmq.App\Controller\RiyalApp\BudgetTransferController::show()".
Inlined service ".service_locator..te2HGA" to ".service_locator..te2HGA.App\Controller\RiyalApp\CategoryController::index()".
Inlined service ".service_locator.RN90N4p" to ".service_locator.RN90N4p.App\Controller\RiyalApp\CategoryController::addChild()".
Inlined service ".service_locator.dtPA71f" to ".service_locator.dtPA71f.App\Controller\RiyalApp\CategoryController::show()".
Inlined service ".service_locator.sxltTLB" to ".service_locator.sxltTLB.App\Controller\RiyalApp\ChallengeActionController::new()".
Inlined service ".service_locator.chcudMf" to ".service_locator.chcudMf.App\Controller\RiyalApp\ChallengeActionController::show()".
Inlined service ".service_locator.LExtbNP" to ".service_locator.LExtbNP.App\Controller\RiyalApp\ChallengeController::show()".
Inlined service ".service_locator.wHbUM4f" to ".service_locator.wHbUM4f.App\Controller\RiyalApp\ChangeRequestController::index()".
Inlined service ".service_locator.XAq.shC" to ".service_locator.XAq.shC.App\Controller\RiyalApp\ChangeRequestController::show()".
Inlined service ".service_locator.i0nT99q" to ".service_locator.i0nT99q.App\Controller\RiyalApp\ConfigurationController::index()".
Inlined service ".service_locator.vF860BB" to ".service_locator.vF860BB.App\Controller\RiyalApp\ConfigurationController::show()".
Inlined service ".service_locator.soCu5xq" to ".service_locator.soCu5xq.App\Controller\RiyalApp\ContactTypeController::index()".
Inlined service ".service_locator.PUSOYRU" to ".service_locator.PUSOYRU.App\Controller\RiyalApp\ContactTypeController::show()".
Inlined service ".service_locator.UQT6c0Z" to ".service_locator.UQT6c0Z.App\Controller\RiyalApp\ContractController::index()".
Inlined service ".service_locator.3cV3SBW" to ".service_locator.3cV3SBW.App\Controller\RiyalApp\ContractController::show()".
Inlined service ".service_locator.TH2Wf27" to ".service_locator.TH2Wf27.App\Controller\RiyalApp\ContractTypeController::index()".
Inlined service ".service_locator.r7_KTNl" to ".service_locator.r7_KTNl.App\Controller\RiyalApp\ContractTypeController::show()".
Inlined service ".service_locator.dR..wJf" to ".service_locator.dR..wJf.App\Controller\RiyalApp\DashboardsController::projectsPortfolioDashboard()".
Inlined service ".service_locator.SUkEgPA" to ".service_locator.SUkEgPA.App\Controller\RiyalApp\DashboardsController::financeDashBoard()".
Inlined service ".service_locator.ykfrEtA" to ".service_locator.ykfrEtA.App\Controller\RiyalApp\DashboardsController::administrativeDashBoard()".
Inlined service ".service_locator.4NNSH8W" to ".service_locator.4NNSH8W.App\Controller\RiyalApp\EmployeeController::index()".
Inlined service ".service_locator.CijlwWR" to ".service_locator.CijlwWR.App\Controller\RiyalApp\EmployeeController::show()".
Inlined service ".service_locator.AxS_O1R" to ".service_locator.AxS_O1R.App\Controller\RiyalApp\EmployeeController::registerEmployee()".
Inlined service ".service_locator.a5_bqBx" to ".service_locator.a5_bqBx.App\Controller\RiyalApp\ExpenseController::index()".
Inlined service ".service_locator..Sos_N0" to ".service_locator..Sos_N0.App\Controller\RiyalApp\ExpenseController::new()".
Inlined service ".service_locator..pALmDK" to ".service_locator..pALmDK.App\Controller\RiyalApp\ExpenseController::newFromInvoice()".
Inlined service ".service_locator.8tKzw2m" to ".service_locator.8tKzw2m.App\Controller\RiyalApp\ExpenseController::show()".
Inlined service ".service_locator.p9eteoI" to ".service_locator.p9eteoI.App\Controller\RiyalApp\ExpenseController::edit()".
Inlined service ".service_locator.FCAg6mE" to ".service_locator.FCAg6mE.App\Controller\RiyalApp\ExpenseController::delete()".
Inlined service ".service_locator.jBdmMXI" to ".service_locator.jBdmMXI.App\Controller\RiyalApp\ExpenseNatureController::index()".
Inlined service ".service_locator.tpqHrTn" to ".service_locator.tpqHrTn.App\Controller\RiyalApp\ExpenseNatureController::show()".
Inlined service ".service_locator.lf22KTr" to ".service_locator.lf22KTr.App\Controller\RiyalApp\FinancialProgrammingController::getCurrentYearFinancialProgramming()".
Inlined service ".service_locator.FjvvMF5" to ".service_locator.FjvvMF5.App\Controller\RiyalApp\FiscalPeriodController::new()".
Inlined service ".service_locator.O0lL2oH" to ".service_locator.O0lL2oH.App\Controller\RiyalApp\FiscalPeriodController::show()".
Inlined service ".service_locator.lzO5m3P" to ".service_locator.lzO5m3P.App\Controller\RiyalApp\FiscalYearController::index()".
Inlined service ".service_locator.GPKc4iP" to ".service_locator.GPKc4iP.App\Controller\RiyalApp\FiscalYearController::copyFundingSources()".
Inlined service ".service_locator.ChA_rap" to ".service_locator.ChA_rap.App\Controller\RiyalApp\FiscalYearController::new()".
Inlined service ".service_locator.nDyXWyc" to ".service_locator.nDyXWyc.App\Controller\RiyalApp\FiscalYearController::show()".
Inlined service ".service_locator.pSZK9WB" to ".service_locator.pSZK9WB.App\Controller\RiyalApp\FiscalYearController::edit()".
Inlined service ".service_locator.isxej3j" to ".service_locator.isxej3j.App\Controller\RiyalApp\FiscalYearController::delete()".
Inlined service ".service_locator.LNm7PYE" to ".service_locator.LNm7PYE.App\Controller\RiyalApp\FiscalYearController::changeMySessionCurrentYear()".
Inlined service ".service_locator.K97j5Tw" to ".service_locator.K97j5Tw.App\Controller\RiyalApp\FundingNatureController::index()".
Inlined service ".service_locator.c3mmLWR" to ".service_locator.c3mmLWR.App\Controller\RiyalApp\FundingNatureController::show()".
Inlined service ".service_locator.brgBXSL" to ".service_locator.brgBXSL.App\Controller\RiyalApp\FundingSourceController::index()".
Inlined service ".service_locator.JGXlvjP" to ".service_locator.JGXlvjP.App\Controller\RiyalApp\FundingSourceController::new()".
Inlined service ".service_locator.qryFxjr" to ".service_locator.qryFxjr.App\Controller\RiyalApp\FundingSourceController::rebaseFinancialData()".
Inlined service ".service_locator.JrV3v8e" to ".service_locator.JrV3v8e.App\Controller\RiyalApp\FundingSourceController::show()".
Inlined service ".service_locator.U6_b4TG" to ".service_locator.U6_b4TG.App\Controller\RiyalApp\InvoiceController::attachInvoicesToProjectsAndActivities()".
Inlined service ".service_locator.36hPQC5" to ".service_locator.36hPQC5.App\Controller\RiyalApp\InvoiceController::index()".
Inlined service ".service_locator.1F2jUdv" to ".service_locator.1F2jUdv.App\Controller\RiyalApp\InvoiceController::newFromOrder()".
Inlined service ".service_locator.tF9Qf34" to ".service_locator.tF9Qf34.App\Controller\RiyalApp\InvoiceController::show()".
Inlined service ".service_locator.53fwevx" to ".service_locator.53fwevx.App\Controller\RiyalApp\InvoiceController::edit()".
Inlined service ".service_locator.WwC0XlZ" to ".service_locator.WwC0XlZ.App\Controller\RiyalApp\InvoiceController::delete()".
Inlined service ".service_locator.qgsop_J" to ".service_locator.qgsop_J.App\Controller\RiyalApp\ManagementEntityController::index()".
Inlined service ".service_locator.rq7m9Oj" to ".service_locator.rq7m9Oj.App\Controller\RiyalApp\ManagementEntityController::addChild()".
Inlined service ".service_locator.9BIq7xW" to ".service_locator.9BIq7xW.App\Controller\RiyalApp\ManagementEntityController::show()".
Inlined service ".service_locator.mMHxGvP" to ".service_locator.mMHxGvP.App\Controller\RiyalApp\ManagementEntityNatureController::index()".
Inlined service ".service_locator.VKxa.kb" to ".service_locator.VKxa.kb.App\Controller\RiyalApp\ManagementEntityNatureController::show()".
Inlined service ".service_locator.2PooK5g" to ".service_locator.2PooK5g.App\Controller\RiyalApp\ManufacturerContactController::show()".
Inlined service ".service_locator.3l1FPiA" to ".service_locator.3l1FPiA.App\Controller\RiyalApp\ManufacturerController::index()".
Inlined service ".service_locator.CliszqY" to ".service_locator.CliszqY.App\Controller\RiyalApp\ManufacturerController::show()".
Inlined service ".service_locator.NcXttP4" to ".service_locator.NcXttP4.App\Controller\RiyalApp\OverviewController::index()".
Inlined service ".service_locator.zqlStlS" to ".service_locator.zqlStlS.App\Controller\RiyalApp\ProjectCategoryController::index()".
Inlined service ".service_locator.A14WKnV" to ".service_locator.A14WKnV.App\Controller\RiyalApp\ProjectCategoryController::show()".
Inlined service ".service_locator.ySxDbsb" to ".service_locator.ySxDbsb.App\Controller\RiyalApp\ProjectController::index()".
Inlined service ".service_locator.mftM4h." to ".service_locator.mftM4h..App\Controller\RiyalApp\ProjectController::new()".
Inlined service ".service_locator._qC67Ih" to ".service_locator._qC67Ih.App\Controller\RiyalApp\ProjectController::loadGanttData()".
Inlined service ".service_locator.jUnr7qk" to ".service_locator.jUnr7qk.App\Controller\RiyalApp\ProjectController::syncGanttData()".
Inlined service ".service_locator.YtnIMYK" to ".service_locator.YtnIMYK.App\Controller\RiyalApp\ProjectController::show()".
Inlined service ".service_locator.Cx4Iaac" to ".service_locator.Cx4Iaac.App\Controller\RiyalApp\ProjectNatureController::index()".
Inlined service ".service_locator.hjxbZS." to ".service_locator.hjxbZS..App\Controller\RiyalApp\ProjectNatureController::show()".
Inlined service ".service_locator.5BxV8z_" to ".service_locator.5BxV8z_.App\Controller\RiyalApp\ProjectPriorityController::index()".
Inlined service ".service_locator.bDk.ar6" to ".service_locator.bDk.ar6.App\Controller\RiyalApp\ProjectPriorityController::show()".
Inlined service ".service_locator.xKRX0fa" to ".service_locator.xKRX0fa.App\Controller\RiyalApp\ProjectReportController::index()".
Inlined service ".service_locator.zB8zGgl" to ".service_locator.zB8zGgl.App\Controller\RiyalApp\ProjectReportController::new()".
Inlined service ".service_locator.7guNK66" to ".service_locator.7guNK66.App\Controller\RiyalApp\ProjectReportController::show()".
Inlined service ".service_locator.QHISfjX" to ".service_locator.QHISfjX.App\Controller\RiyalApp\ProjectReportController::edit()".
Inlined service ".service_locator.WsRknlL" to ".service_locator.WsRknlL.App\Controller\RiyalApp\ProjectReportController::delete()".
Inlined service ".service_locator.RXdnuAF" to ".service_locator.RXdnuAF.App\Controller\RiyalApp\ProjectSuspensionCommentController::index()".
Inlined service ".service_locator.q3j9VM8" to ".service_locator.q3j9VM8.App\Controller\RiyalApp\ProjectSuspensionCommentController::show()".
Inlined service ".service_locator.FWx_bf0" to ".service_locator.FWx_bf0.App\Controller\RiyalApp\ProjectTagController::index()".
Inlined service ".service_locator.EP_D3Fy" to ".service_locator.EP_D3Fy.App\Controller\RiyalApp\ProjectTagController::show()".
Inlined service ".service_locator.QxAQdd5" to ".service_locator.QxAQdd5.App\Controller\RiyalApp\ProjectTemplateController::index()".
Inlined service ".service_locator.ViKsQ64" to ".service_locator.ViKsQ64.App\Controller\RiyalApp\ProjectTemplateController::new()".
Inlined service ".service_locator.ySvZphA" to ".service_locator.ySvZphA.App\Controller\RiyalApp\ProjectTemplateController::show()".
Inlined service ".service_locator.Q9k9WgN" to ".service_locator.Q9k9WgN.App\Controller\RiyalApp\ProjectTypeController::index()".
Inlined service ".service_locator.8motlPW" to ".service_locator.8motlPW.App\Controller\RiyalApp\ProjectTypeController::show()".
Inlined service ".service_locator.f5yuNz4" to ".service_locator.f5yuNz4.App\Controller\RiyalApp\ProviderController::index()".
Inlined service ".service_locator.Z9GbUBm" to ".service_locator.Z9GbUBm.App\Controller\RiyalApp\ProviderController::ajaxNew()".
Inlined service ".service_locator.y4cilY0" to ".service_locator.y4cilY0.App\Controller\RiyalApp\ProviderController::show()".
Inlined service ".service_locator.I8YblbC" to ".service_locator.I8YblbC.App\Controller\RiyalApp\PurchaseOrderController::index()".
Inlined service ".service_locator.Zr02k0E" to ".service_locator.Zr02k0E.App\Controller\RiyalApp\PurchaseOrderController::close()".
Inlined service ".service_locator.H3UeQ7z" to ".service_locator.H3UeQ7z.App\Controller\RiyalApp\PurchaseOrderController::new()".
Inlined service ".service_locator.z7asG1l" to ".service_locator.z7asG1l.App\Controller\RiyalApp\PurchaseOrderController::show()".
Inlined service ".service_locator.lV2EQdD" to ".service_locator.lV2EQdD.App\Controller\RiyalApp\RiskActionController::new()".
Inlined service ".service_locator.iMHQuBf" to ".service_locator.iMHQuBf.App\Controller\RiyalApp\RiskActionController::show()".
Inlined service ".service_locator.DK0Is1L" to ".service_locator.DK0Is1L.App\Controller\RiyalApp\RiskCategoryController::index()".
Inlined service ".service_locator.mLC98rR" to ".service_locator.mLC98rR.App\Controller\RiyalApp\RiskCategoryController::show()".
Inlined service ".service_locator.ljvruLw" to ".service_locator.ljvruLw.App\Controller\RiyalApp\RiskController::index()".
Inlined service ".service_locator.GdK9mY3" to ".service_locator.GdK9mY3.App\Controller\RiyalApp\RiskController::show()".
Inlined service ".service_locator.eGH4JZP" to ".service_locator.eGH4JZP.App\Controller\RiyalApp\RiskController::updateRiskActions()".
Inlined service ".service_locator.iF1Gnk5" to ".service_locator.iF1Gnk5.App\Controller\RiyalApp\SalaryController::index()".
Inlined service ".service_locator.YE2KtQC" to ".service_locator.YE2KtQC.App\Controller\RiyalApp\SalaryController::showSalaryDetailedView()".
Inlined service ".service_locator.iTe1F3N" to ".service_locator.iTe1F3N.App\Controller\RiyalApp\SalaryController::new()".
Inlined service ".service_locator.CQK4K_y" to ".service_locator.CQK4K_y.App\Controller\RiyalApp\SalaryController::show()".
Inlined service ".service_locator.8FVAY10" to ".service_locator.8FVAY10.App\Controller\RiyalApp\SalaryController::edit()".
Inlined service ".service_locator.MPP6nZh" to ".service_locator.MPP6nZh.App\Controller\RiyalApp\SalaryController::delete()".
Inlined service ".service_locator.CkoApl3" to ".service_locator.CkoApl3.App\Controller\RiyalApp\TaskController::index()".
Inlined service ".service_locator.Odg7P1H" to ".service_locator.Odg7P1H.App\Controller\RiyalApp\TaskController::newFromTemplate()".
Inlined service ".service_locator.46BuqeV" to ".service_locator.46BuqeV.App\Controller\RiyalApp\TaskController::addChild()".
Inlined service ".service_locator.ZFkN65i" to ".service_locator.ZFkN65i.App\Controller\RiyalApp\TaskController::show()".
Inlined service ".service_locator.RYHf2Ma" to ".service_locator.RYHf2Ma.App\Controller\RiyalApp\TeamMemberRoleController::index()".
Inlined service ".service_locator.LwlXlPK" to ".service_locator.LwlXlPK.App\Controller\RiyalApp\TeamMemberRoleController::show()".
Inlined service ".service_locator.jFqzExz" to ".service_locator.jFqzExz.App\Controller\RiyalApp\UserRequestController::index()".
Inlined service ".service_locator.l671Onx" to ".service_locator.l671Onx.App\Controller\RiyalApp\UserRequestController::new()".
Inlined service ".service_locator.oZUr8gg" to ".service_locator.oZUr8gg.App\Controller\RiyalApp\UserRequestController::newFromProject()".
Inlined service ".service_locator.sjv4rJ8" to ".service_locator.sjv4rJ8.App\Controller\RiyalApp\UserRequestController::newFromActivity()".
Inlined service ".service_locator.r6sqBxu" to ".service_locator.r6sqBxu.App\Controller\RiyalApp\UserRequestController::show()".
Inlined service ".service_locator.Sw4tmww" to ".service_locator.Sw4tmww.App\Controller\RiyalApp\UserRequestController::print()".
Inlined service ".service_locator.mvDZp1z" to ".service_locator.mvDZp1z.App\Controller\RiyalApp\UserRequestController::associate()".
Inlined service ".service_locator.oscvEyQ" to ".service_locator.oscvEyQ.App\Controller\RiyalApp\UserRequestController::edit()".
Inlined service ".service_locator.3QECKYg" to ".service_locator.3QECKYg.Lensom\PortalBundle\Controller\LoginController::index()".
Inlined service ".service_locator.6FSNHos" to ".service_locator.6FSNHos.Lensom\PortalBundle\Controller\NodeController::index()".
Inlined service ".service_locator.hh05wTf" to ".service_locator.hh05wTf.Lensom\PortalBundle\Controller\NodeController::addChild()".
Inlined service ".service_locator.f3CVgJd" to ".service_locator.f3CVgJd.Lensom\PortalBundle\Controller\NodeController::show()".
Inlined service ".service_locator.cdf9mli" to ".service_locator.cdf9mli.Lensom\PortalBundle\Controller\PrivilegeController::index()".
Inlined service ".service_locator.mKkRpzm" to ".service_locator.mKkRpzm.Lensom\PortalBundle\Controller\PrivilegeController::show()".
Inlined service ".service_locator.iWwUsxu" to ".service_locator.iWwUsxu.Lensom\PortalBundle\Controller\RegistrationController::register()".
Inlined service ".service_locator.bOLtLi_" to ".service_locator.bOLtLi_.Lensom\PortalBundle\Controller\RegistrationController::verifyUserEmail()".
Inlined service ".service_locator.PtEirWk" to ".service_locator.PtEirWk.Lensom\PortalBundle\Controller\ResetPasswordController::request()".
Inlined service ".service_locator.qHpfPrp" to ".service_locator.qHpfPrp.Lensom\PortalBundle\Controller\ResetPasswordController::reset()".
Inlined service ".service_locator.w_JQbXy" to ".service_locator.w_JQbXy.Lensom\PortalBundle\Controller\ResetPasswordController::changePassword()".
Inlined service ".service_locator.gZbRfxQ" to ".service_locator.gZbRfxQ.Lensom\PortalBundle\Controller\RoleController::index()".
Inlined service ".service_locator.C5efyms" to ".service_locator.C5efyms.Lensom\PortalBundle\Controller\RoleController::show()".
Inlined service ".service_locator.JVgUDpO" to ".service_locator.JVgUDpO.Lensom\PortalBundle\Controller\UserController::index()".
Inlined service ".service_locator.K4mEepS" to ".service_locator.K4mEepS.Lensom\PortalBundle\Controller\UserController::show()".
Inlined service ".service_locator.uuHOd2G" to ".service_locator.uuHOd2G.Lensom\PortalBundle\Controller\UserController::selectProfile()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.Die6Bxe".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.NumTeF8".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.WG.oRBv".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.jyyWvHw".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.gEx8y9a".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.UKIJHil".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.EXsqOW5".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "scheb_two_factor.security.access.authenticated_voter" to ".debug.security.voter.scheb_two_factor.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 "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.7jukgan" to ".service_locator.7jukgan.translation.warmer".
Inlined service ".service_locator.RTjHFcp" to ".service_locator.RTjHFcp.router.default".
Inlined service ".service_locator.qXR9Hv0" to ".service_locator.qXR9Hv0.router.cache_warmer".
Inlined service ".service_locator.lMv3Dwi" to ".service_locator.lMv3Dwi.twig.template_cache_warmer".
Inlined service ".service_locator.7vU95QS" to ".service_locator.7vU95QS.ux.twig_component.cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.UIRcdBR" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service ".service_locator.E.WXaPT" to "console.command_loader".
Inlined service ".service_locator.RTjHFcp.router.default" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "scheb_two_factor.security.authentication.trust_resolver", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.