Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (3)
Time
Message
deprecation
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\ConnectionMasterUpdateCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\CorrectDataCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\CorrectQuantityPerPci" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\CountryType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\DatePickerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\DatePickerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports()" might add "bool" as a native return type declaration in the future. Do the same in child class "App\Security\Authorization\Voter\BankAccountVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::voteOnAttribute()" might add "bool" as a native return type declaration in the future. Do the same in child class "App\Security\Authorization\Voter\BankAccountVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports()" might add "bool" as a native return type declaration in the future. Do the same in child class "App\Security\Authorization\Voter\PriceGroupVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::voteOnAttribute()" might add "bool" as a native return type declaration in the future. Do the same in child class "App\Security\Authorization\Voter\PriceGroupVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::voteOnAttribute()" might add "bool" as a native return type declaration in the future. Do the same in child class "App\Security\Authorization\Voter\ReportVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
"SELECT t0.id AS id_1, t0.name AS name_2, t0.address_row_1 AS address_row_1_3, t0.address_row_2 AS address_row_2_4, t0.address_row_3 AS address_row_3_5, t0.address_row_4 AS address_row_4_6, t0.city AS city_7, t0.contact_person_email AS contact_person_email_8, t0.contact_person_name AS contact_person_name_9, t0.country AS country_10, t0.postal_code AS postal_code_11, t0.vat_id AS vat_id_12, t0.entity, t0.company_id AS company_id_13, t0.company_id AS company_id_14, t0.company_id AS company_id_15 FROM company_address t0 WHERE t0.id = ? AND t0.entity IN ('invoice', 'delivery', 'consignee', 'document')"
(parameters:
[1 => "22"
]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.address_row_1 AS address_row_1_3, t0.address_row_2 AS address_row_2_4, t0.address_row_3 AS address_row_3_5, t0.address_row_4 AS address_row_4_6, t0.city AS city_7, t0.contact_person_email AS contact_person_email_8, t0.contact_person_name AS contact_person_name_9, t0.country AS country_10, t0.postal_code AS postal_code_11, t0.vat_id AS vat_id_12, t0.entity, t0.company_id AS company_id_13, t0.company_id AS company_id_14, t0.company_id AS company_id_15 FROM company_address t0 WHERE t0.id = ? AND t0.entity IN ('invoice', 'delivery', 'consignee', 'document')"
"params" => [1 => "22"
]
"types" => [1 => 1]
]
Uncaught PHP Exception App\Exception\AccessDeniedException: "You are not allowed to view the company." at /var/www/webroot-test/current/src/Service/CompanyService.php line 78
Log messages generated during the compilation of the service container.
Messages
Class
444
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConnectionMasterUpdateCommand" (parent: .abstract.instanceof.App\Command\ConnectionMasterUpdateCommand).
Resolving inheritance for "App\Command\ConnectionMasterUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConnectionMasterUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CorrectDataCommand" (parent: .abstract.instanceof.App\Command\CorrectDataCommand).
Resolving inheritance for "App\Command\CorrectDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CorrectDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CorrectQuantityPerPci" (parent: .abstract.instanceof.App\Command\CorrectQuantityPerPci).
Resolving inheritance for "App\Command\CorrectQuantityPerPci" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CorrectQuantityPerPci).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetOfferPurchasePrices" (parent: .abstract.instanceof.App\Command\SetOfferPurchasePrices).
Resolving inheritance for "App\Command\SetOfferPurchasePrices" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetOfferPurchasePrices).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetPurchasePrices" (parent: .abstract.instanceof.App\Command\SetPurchasePrices).
Resolving inheritance for "App\Command\SetPurchasePrices" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetPurchasePrices).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AddressController" (parent: .abstract.instanceof.App\Controller\AddressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AddressController).
Resolving inheritance for "App\Controller\AddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AddressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BankAccountController" (parent: .abstract.instanceof.App\Controller\BankAccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BankAccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BankAccountController).
Resolving inheritance for "App\Controller\BankAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BankAccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyController" (parent: .abstract.instanceof.App\Controller\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyController).
Resolving inheritance for "App\Controller\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ComponentInventoryController" (parent: .abstract.instanceof.App\Controller\ComponentInventoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ComponentInventoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ComponentInventoryController).
Resolving inheritance for "App\Controller\ComponentInventoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ComponentInventoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CurrencyController" (parent: .abstract.instanceof.App\Controller\CurrencyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CurrencyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CurrencyController).
Resolving inheritance for "App\Controller\CurrencyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CurrencyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentVersionController" (parent: .abstract.instanceof.App\Controller\DocumentVersionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentVersionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentVersionController).
Resolving inheritance for "App\Controller\DocumentVersionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentVersionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EndCustomerController" (parent: .abstract.instanceof.App\Controller\EndCustomerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EndCustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EndCustomerController).
Resolving inheritance for "App\Controller\EndCustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EndCustomerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceController" (parent: .abstract.instanceof.App\Controller\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceController).
Resolving inheritance for "App\Controller\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogEntryController" (parent: .abstract.instanceof.App\Controller\LogEntryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogEntryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogEntryController).
Resolving inheritance for "App\Controller\LogEntryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogEntryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OfferController" (parent: .abstract.instanceof.App\Controller\OfferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OfferController).
Resolving inheritance for "App\Controller\OfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OfferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderConfirmationController" (parent: .abstract.instanceof.App\Controller\OrderConfirmationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderConfirmationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderConfirmationController).
Resolving inheritance for "App\Controller\OrderConfirmationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderConfirmationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PackingListController" (parent: .abstract.instanceof.App\Controller\PackingListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PackingListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PackingListController).
Resolving inheritance for "App\Controller\PackingListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PackingListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductConfigurationItemController" (parent: .abstract.instanceof.App\Controller\ProductConfigurationItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductConfigurationItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductConfigurationItemController).
Resolving inheritance for "App\Controller\ProductConfigurationItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductConfigurationItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController" (parent: .abstract.instanceof.App\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController).
Resolving inheritance for "App\Controller\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PurchaseOrderController" (parent: .abstract.instanceof.App\Controller\PurchaseOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PurchaseOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PurchaseOrderController).
Resolving inheritance for "App\Controller\PurchaseOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PurchaseOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\DeliveredItemsReportController" (parent: .abstract.instanceof.App\Controller\Report\DeliveredItemsReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\DeliveredItemsReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\DeliveredItemsReportController).
Resolving inheritance for "App\Controller\Report\DeliveredItemsReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\DeliveredItemsReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\FinaReportController" (parent: .abstract.instanceof.App\Controller\Report\FinaReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\FinaReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\FinaReportController).
Resolving inheritance for "App\Controller\Report\FinaReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\FinaReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\FivaldiReportController" (parent: .abstract.instanceof.App\Controller\Report\FivaldiReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\FivaldiReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\FivaldiReportController).
Resolving inheritance for "App\Controller\Report\FivaldiReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\FivaldiReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\HistoryReportController" (parent: .abstract.instanceof.App\Controller\Report\HistoryReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\HistoryReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\HistoryReportController).
Resolving inheritance for "App\Controller\Report\HistoryReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\HistoryReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\IntrastatReportController" (parent: .abstract.instanceof.App\Controller\Report\IntrastatReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\IntrastatReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\IntrastatReportController).
Resolving inheritance for "App\Controller\Report\IntrastatReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\IntrastatReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\LicenseReportController" (parent: .abstract.instanceof.App\Controller\Report\LicenseReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\LicenseReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\LicenseReportController).
Resolving inheritance for "App\Controller\Report\LicenseReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\LicenseReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\OfferReportController" (parent: .abstract.instanceof.App\Controller\Report\OfferReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\OfferReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\OfferReportController).
Resolving inheritance for "App\Controller\Report\OfferReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\OfferReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ProductSalesMarginReportController" (parent: .abstract.instanceof.App\Controller\Report\ProductSalesMarginReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ProductSalesMarginReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ProductSalesMarginReportController).
Resolving inheritance for "App\Controller\Report\ProductSalesMarginReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ProductSalesMarginReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\PurchaseOrderReportController" (parent: .abstract.instanceof.App\Controller\Report\PurchaseOrderReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\PurchaseOrderReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\PurchaseOrderReportController).
Resolving inheritance for "App\Controller\Report\PurchaseOrderReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\PurchaseOrderReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\SalesCaseReportController" (parent: .abstract.instanceof.App\Controller\Report\SalesCaseReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\SalesCaseReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\SalesCaseReportController).
Resolving inheritance for "App\Controller\Report\SalesCaseReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\SalesCaseReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\SupportCaseReportController" (parent: .abstract.instanceof.App\Controller\Report\SupportCaseReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\SupportCaseReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\SupportCaseReportController).
Resolving inheritance for "App\Controller\Report\SupportCaseReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\SupportCaseReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SalesCaseController" (parent: .abstract.instanceof.App\Controller\SalesCaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SalesCaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SalesCaseController).
Resolving inheritance for "App\Controller\SalesCaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SalesCaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SalesItemController" (parent: .abstract.instanceof.App\Controller\SalesItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SalesItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SalesItemController).
Resolving inheritance for "App\Controller\SalesItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SalesItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SalesJournalController" (parent: .abstract.instanceof.App\Controller\SalesJournalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SalesJournalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SalesJournalController).
Resolving inheritance for "App\Controller\SalesJournalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SalesJournalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingController" (parent: .abstract.instanceof.App\Controller\SettingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingController).
Resolving inheritance for "App\Controller\SettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SupplierController" (parent: .abstract.instanceof.App\Controller\SupplierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SupplierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SupplierController).
Resolving inheritance for "App\Controller\SupplierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SupplierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SystemController" (parent: .abstract.instanceof.App\Controller\SystemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SystemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SystemController).
Resolving inheritance for "App\Controller\SystemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SystemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PriceGroupFixtures" (parent: .abstract.instanceof.App\DataFixtures\PriceGroupFixtures).
Resolving inheritance for "App\DataFixtures\PriceGroupFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PriceGroupFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SettingFixtures" (parent: .abstract.instanceof.App\DataFixtures\SettingFixtures).
Resolving inheritance for "App\DataFixtures\SettingFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SettingFixtures).
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\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ChangePasswordListener" (parent: .abstract.instanceof.App\EventSubscriber\ChangePasswordListener).
Resolving inheritance for "App\EventSubscriber\ChangePasswordListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ChangePasswordListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BankAccountType" (parent: .abstract.instanceof.App\Form\Type\BankAccountType).
Resolving inheritance for "App\Form\Type\BankAccountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BankAccountType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompanyAddressType" (parent: .abstract.instanceof.App\Form\Type\CompanyAddressType).
Resolving inheritance for "App\Form\Type\CompanyAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompanyAddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompanyEndCustomerType" (parent: .abstract.instanceof.App\Form\Type\CompanyEndCustomerType).
Resolving inheritance for "App\Form\Type\CompanyEndCustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompanyEndCustomerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompanySalesPriceGroupType" (parent: .abstract.instanceof.App\Form\Type\CompanySalesPriceGroupType).
Resolving inheritance for "App\Form\Type\CompanySalesPriceGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompanySalesPriceGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompanyType" (parent: .abstract.instanceof.App\Form\Type\CompanyType).
Resolving inheritance for "App\Form\Type\CompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\BatchDecreaseQuantityType" (parent: .abstract.instanceof.App\Form\Type\ComponentInventory\BatchDecreaseQuantityType).
Resolving inheritance for "App\Form\Type\ComponentInventory\BatchDecreaseQuantityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\BatchDecreaseQuantityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\BatchIncreaseQuantityType" (parent: .abstract.instanceof.App\Form\Type\ComponentInventory\BatchIncreaseQuantityType).
Resolving inheritance for "App\Form\Type\ComponentInventory\BatchIncreaseQuantityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\BatchIncreaseQuantityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\BatchSetQuantityType" (parent: .abstract.instanceof.App\Form\Type\ComponentInventory\BatchSetQuantityType).
Resolving inheritance for "App\Form\Type\ComponentInventory\BatchSetQuantityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\BatchSetQuantityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\DecreaseQuantityType" (parent: .abstract.instanceof.App\Form\Type\ComponentInventory\DecreaseQuantityType).
Resolving inheritance for "App\Form\Type\ComponentInventory\DecreaseQuantityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\DecreaseQuantityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\IncreaseQuantityType" (parent: .abstract.instanceof.App\Form\Type\ComponentInventory\IncreaseQuantityType).
Resolving inheritance for "App\Form\Type\ComponentInventory\IncreaseQuantityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\IncreaseQuantityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\ItemCreateType" (parent: .abstract.instanceof.App\Form\Type\ComponentInventory\ItemCreateType).
Resolving inheritance for "App\Form\Type\ComponentInventory\ItemCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\ItemCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\ItemUpdateType" (parent: .abstract.instanceof.App\Form\Type\ComponentInventory\ItemUpdateType).
Resolving inheritance for "App\Form\Type\ComponentInventory\ItemUpdateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\ItemUpdateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\LogFilterType" (parent: .abstract.instanceof.App\Form\Type\ComponentInventory\LogFilterType).
Resolving inheritance for "App\Form\Type\ComponentInventory\LogFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\LogFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CountryType" (parent: .abstract.instanceof.App\Form\Type\CountryType).
Resolving inheritance for "App\Form\Type\CountryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CountryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CoverSheetRowType" (parent: .abstract.instanceof.App\Form\Type\CoverSheetRowType).
Resolving inheritance for "App\Form\Type\CoverSheetRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CoverSheetRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CreateOfferType" (parent: .abstract.instanceof.App\Form\Type\CreateOfferType).
Resolving inheritance for "App\Form\Type\CreateOfferType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CreateOfferType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CreateOrderConfirmationType" (parent: .abstract.instanceof.App\Form\Type\CreateOrderConfirmationType).
Resolving inheritance for "App\Form\Type\CreateOrderConfirmationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CreateOrderConfirmationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CurrencyExchangeRateType" (parent: .abstract.instanceof.App\Form\Type\CurrencyExchangeRateType).
Resolving inheritance for "App\Form\Type\CurrencyExchangeRateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CurrencyExchangeRateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DatePickerType" (parent: .abstract.instanceof.App\Form\Type\DatePickerType).
Resolving inheritance for "App\Form\Type\DatePickerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DatePickerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DateRangeType" (parent: .abstract.instanceof.App\Form\Type\DateRangeType).
Resolving inheritance for "App\Form\Type\DateRangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DateRangeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryDateType" (parent: .abstract.instanceof.App\Form\Type\DeliveryDateType).
Resolving inheritance for "App\Form\Type\DeliveryDateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryDateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DiscountPrototypeType" (parent: .abstract.instanceof.App\Form\Type\DiscountPrototypeType).
Resolving inheritance for "App\Form\Type\DiscountPrototypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DiscountPrototypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DocumentAddressBasicType" (parent: .abstract.instanceof.App\Form\Type\DocumentAddressBasicType).
Resolving inheritance for "App\Form\Type\DocumentAddressBasicType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DocumentAddressBasicType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DocumentAddressDeliveryType" (parent: .abstract.instanceof.App\Form\Type\DocumentAddressDeliveryType).
Resolving inheritance for "App\Form\Type\DocumentAddressDeliveryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DocumentAddressDeliveryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DocumentAddressVatType" (parent: .abstract.instanceof.App\Form\Type\DocumentAddressVatType).
Resolving inheritance for "App\Form\Type\DocumentAddressVatType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DocumentAddressVatType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DocumentEndCustomerType" (parent: .abstract.instanceof.App\Form\Type\DocumentEndCustomerType).
Resolving inheritance for "App\Form\Type\DocumentEndCustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DocumentEndCustomerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DocumentNotesType" (parent: .abstract.instanceof.App\Form\Type\DocumentNotesType).
Resolving inheritance for "App\Form\Type\DocumentNotesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DocumentNotesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FivaldiReportFilterType" (parent: .abstract.instanceof.App\Form\Type\FivaldiReportFilterType).
Resolving inheritance for "App\Form\Type\FivaldiReportFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FivaldiReportFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\IncompleteSalesItemType" (parent: .abstract.instanceof.App\Form\Type\IncompleteSalesItemType).
Resolving inheritance for "App\Form\Type\IncompleteSalesItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\IncompleteSalesItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\IntrastatReportFilterType" (parent: .abstract.instanceof.App\Form\Type\IntrastatReportFilterType).
Resolving inheritance for "App\Form\Type\IntrastatReportFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\IntrastatReportFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InventoryFilterType" (parent: .abstract.instanceof.App\Form\Type\InventoryFilterType).
Resolving inheritance for "App\Form\Type\InventoryFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InventoryFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InventoryItemNotesType" (parent: .abstract.instanceof.App\Form\Type\InventoryItemNotesType).
Resolving inheritance for "App\Form\Type\InventoryItemNotesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InventoryItemNotesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InvoiceConfirmationOfExitType" (parent: .abstract.instanceof.App\Form\Type\InvoiceConfirmationOfExitType).
Resolving inheritance for "App\Form\Type\InvoiceConfirmationOfExitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InvoiceConfirmationOfExitType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InvoiceType" (parent: .abstract.instanceof.App\Form\Type\InvoiceType).
Resolving inheritance for "App\Form\Type\InvoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InvoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LogEntryType" (parent: .abstract.instanceof.App\Form\Type\LogEntryType).
Resolving inheritance for "App\Form\Type\LogEntryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LogEntryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MonthYearType" (parent: .abstract.instanceof.App\Form\Type\MonthYearType).
Resolving inheritance for "App\Form\Type\MonthYearType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MonthYearType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\NotificationListType" (parent: .abstract.instanceof.App\Form\Type\NotificationListType).
Resolving inheritance for "App\Form\Type\NotificationListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\NotificationListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\NotificationType" (parent: .abstract.instanceof.App\Form\Type\NotificationType).
Resolving inheritance for "App\Form\Type\NotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\NotificationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OfferReportFilterType" (parent: .abstract.instanceof.App\Form\Type\OfferReportFilterType).
Resolving inheritance for "App\Form\Type\OfferReportFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OfferReportFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OfferType" (parent: .abstract.instanceof.App\Form\Type\OfferType).
Resolving inheritance for "App\Form\Type\OfferType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OfferType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderConfirmationStatusType" (parent: .abstract.instanceof.App\Form\Type\OrderConfirmationStatusType).
Resolving inheritance for "App\Form\Type\OrderConfirmationStatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderConfirmationStatusType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderConfirmationType" (parent: .abstract.instanceof.App\Form\Type\OrderConfirmationType).
Resolving inheritance for "App\Form\Type\OrderConfirmationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderConfirmationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PackingListType" (parent: .abstract.instanceof.App\Form\Type\PackingListType).
Resolving inheritance for "App\Form\Type\PackingListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PackingListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ParcelDimensionsType" (parent: .abstract.instanceof.App\Form\Type\ParcelDimensionsType).
Resolving inheritance for "App\Form\Type\ParcelDimensionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ParcelDimensionsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ParcelType" (parent: .abstract.instanceof.App\Form\Type\ParcelType).
Resolving inheritance for "App\Form\Type\ParcelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ParcelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PotentialCustomerCompanyContactType" (parent: .abstract.instanceof.App\Form\Type\PotentialCustomerCompanyContactType).
Resolving inheritance for "App\Form\Type\PotentialCustomerCompanyContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PotentialCustomerCompanyContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PotentialCustomerCompanyType" (parent: .abstract.instanceof.App\Form\Type\PotentialCustomerCompanyType).
Resolving inheritance for "App\Form\Type\PotentialCustomerCompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PotentialCustomerCompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductConfigurationItemProductType" (parent: .abstract.instanceof.App\Form\Type\ProductConfigurationItemProductType).
Resolving inheritance for "App\Form\Type\ProductConfigurationItemProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductConfigurationItemProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductConfigurationItemType" (parent: .abstract.instanceof.App\Form\Type\ProductConfigurationItemType).
Resolving inheritance for "App\Form\Type\ProductConfigurationItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductConfigurationItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PurchaseOrderReportFilterType" (parent: .abstract.instanceof.App\Form\Type\PurchaseOrderReportFilterType).
Resolving inheritance for "App\Form\Type\PurchaseOrderReportFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PurchaseOrderReportFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PurchaseOrderType" (parent: .abstract.instanceof.App\Form\Type\PurchaseOrderType).
Resolving inheritance for "App\Form\Type\PurchaseOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PurchaseOrderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesCaseListFilterType" (parent: .abstract.instanceof.App\Form\Type\SalesCaseListFilterType).
Resolving inheritance for "App\Form\Type\SalesCaseListFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesCaseListFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesCaseReportFilterType" (parent: .abstract.instanceof.App\Form\Type\SalesCaseReportFilterType).
Resolving inheritance for "App\Form\Type\SalesCaseReportFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesCaseReportFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesCaseType" (parent: .abstract.instanceof.App\Form\Type\SalesCaseType).
Resolving inheritance for "App\Form\Type\SalesCaseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesCaseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemDeliveryType" (parent: .abstract.instanceof.App\Form\Type\SalesItemDeliveryType).
Resolving inheritance for "App\Form\Type\SalesItemDeliveryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemDeliveryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemInvoiceType" (parent: .abstract.instanceof.App\Form\Type\SalesItemInvoiceType).
Resolving inheritance for "App\Form\Type\SalesItemInvoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemInvoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemOfferType" (parent: .abstract.instanceof.App\Form\Type\SalesItemOfferType).
Resolving inheritance for "App\Form\Type\SalesItemOfferType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemOfferType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemOrderConfirmationType" (parent: .abstract.instanceof.App\Form\Type\SalesItemOrderConfirmationType).
Resolving inheritance for "App\Form\Type\SalesItemOrderConfirmationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemOrderConfirmationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemPackingListType" (parent: .abstract.instanceof.App\Form\Type\SalesItemPackingListType).
Resolving inheritance for "App\Form\Type\SalesItemPackingListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemPackingListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemPrototypeListPurchaseOrderType" (parent: .abstract.instanceof.App\Form\Type\SalesItemPrototypeListPurchaseOrderType).
Resolving inheritance for "App\Form\Type\SalesItemPrototypeListPurchaseOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemPrototypeListPurchaseOrderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemPrototypeListType" (parent: .abstract.instanceof.App\Form\Type\SalesItemPrototypeListType).
Resolving inheritance for "App\Form\Type\SalesItemPrototypeListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemPrototypeListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemPrototypePurchaseOrderType" (parent: .abstract.instanceof.App\Form\Type\SalesItemPrototypePurchaseOrderType).
Resolving inheritance for "App\Form\Type\SalesItemPrototypePurchaseOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemPrototypePurchaseOrderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemPrototypeType" (parent: .abstract.instanceof.App\Form\Type\SalesItemPrototypeType).
Resolving inheritance for "App\Form\Type\SalesItemPrototypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemPrototypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemPurchaseOrderType" (parent: .abstract.instanceof.App\Form\Type\SalesItemPurchaseOrderType).
Resolving inheritance for "App\Form\Type\SalesItemPurchaseOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemPurchaseOrderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemType" (parent: .abstract.instanceof.App\Form\Type\SalesItemType).
Resolving inheritance for "App\Form\Type\SalesItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SettingType" (parent: .abstract.instanceof.App\Form\Type\SettingType).
Resolving inheritance for "App\Form\Type\SettingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SettingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SupplierType" (parent: .abstract.instanceof.App\Form\Type\SupplierType).
Resolving inheritance for "App\Form\Type\SupplierType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SupplierType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SupportCaseReportFilterType" (parent: .abstract.instanceof.App\Form\Type\SupportCaseReportFilterType).
Resolving inheritance for "App\Form\Type\SupportCaseReportFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SupportCaseReportFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TermsOfPaymentRowType" (parent: .abstract.instanceof.App\Form\Type\TermsOfPaymentRowType).
Resolving inheritance for "App\Form\Type\TermsOfPaymentRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TermsOfPaymentRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType" (parent: .abstract.instanceof.App\Form\Type\UserType).
Resolving inheritance for "App\Form\Type\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BankAccountRepository" (parent: .abstract.instanceof.App\Repository\BankAccountRepository).
Resolving inheritance for "App\Repository\BankAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BankAccountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository" (parent: .abstract.instanceof.App\Repository\CompanyRepository).
Resolving inheritance for "App\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponentInventoryItemRepository" (parent: .abstract.instanceof.App\Repository\ComponentInventoryItemRepository).
Resolving inheritance for "App\Repository\ComponentInventoryItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponentInventoryItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponentInventoryLogEntryRepository" (parent: .abstract.instanceof.App\Repository\ComponentInventoryLogEntryRepository).
Resolving inheritance for "App\Repository\ComponentInventoryLogEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponentInventoryLogEntryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoverSheetRowRepository" (parent: .abstract.instanceof.App\Repository\CoverSheetRowRepository).
Resolving inheritance for "App\Repository\CoverSheetRowRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoverSheetRowRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentVersionRepository" (parent: .abstract.instanceof.App\Repository\DocumentVersionRepository).
Resolving inheritance for "App\Repository\DocumentVersionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentVersionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FileRepository" (parent: .abstract.instanceof.App\Repository\FileRepository).
Resolving inheritance for "App\Repository\FileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryCorrectionRepository" (parent: .abstract.instanceof.App\Repository\InventoryCorrectionRepository).
Resolving inheritance for "App\Repository\InventoryCorrectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryCorrectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryItemRepository" (parent: .abstract.instanceof.App\Repository\InventoryItemRepository).
Resolving inheritance for "App\Repository\InventoryItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository" (parent: .abstract.instanceof.App\Repository\InvoiceRepository).
Resolving inheritance for "App\Repository\InvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogEntryRepository" (parent: .abstract.instanceof.App\Repository\LogEntryRepository).
Resolving inheritance for "App\Repository\LogEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogEntryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository" (parent: .abstract.instanceof.App\Repository\NotificationRepository).
Resolving inheritance for "App\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferRepository" (parent: .abstract.instanceof.App\Repository\OfferRepository).
Resolving inheritance for "App\Repository\OfferRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderConfirmationRepository" (parent: .abstract.instanceof.App\Repository\OrderConfirmationRepository).
Resolving inheritance for "App\Repository\OrderConfirmationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderConfirmationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackingListRepository" (parent: .abstract.instanceof.App\Repository\PackingListRepository).
Resolving inheritance for "App\Repository\PackingListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackingListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PotentialCustomerCompanyContactRepository" (parent: .abstract.instanceof.App\Repository\PotentialCustomerCompanyContactRepository).
Resolving inheritance for "App\Repository\PotentialCustomerCompanyContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PotentialCustomerCompanyContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PotentialCustomerCompanyRepository" (parent: .abstract.instanceof.App\Repository\PotentialCustomerCompanyRepository).
Resolving inheritance for "App\Repository\PotentialCustomerCompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PotentialCustomerCompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceGroupRepository" (parent: .abstract.instanceof.App\Repository\PriceGroupRepository).
Resolving inheritance for "App\Repository\PriceGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceListRepository" (parent: .abstract.instanceof.App\Repository\PriceListRepository).
Resolving inheritance for "App\Repository\PriceListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceRepository" (parent: .abstract.instanceof.App\Repository\PriceRepository).
Resolving inheritance for "App\Repository\PriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductConfigurationItemRepository" (parent: .abstract.instanceof.App\Repository\ProductConfigurationItemRepository).
Resolving inheritance for "App\Repository\ProductConfigurationItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductConfigurationItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository" (parent: .abstract.instanceof.App\Repository\ProductRepository).
Resolving inheritance for "App\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderRepository" (parent: .abstract.instanceof.App\Repository\PurchaseOrderRepository).
Resolving inheritance for "App\Repository\PurchaseOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalesCaseAttachmentRepository" (parent: .abstract.instanceof.App\Repository\SalesCaseAttachmentRepository).
Resolving inheritance for "App\Repository\SalesCaseAttachmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalesCaseAttachmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalesCaseRepository" (parent: .abstract.instanceof.App\Repository\SalesCaseRepository).
Resolving inheritance for "App\Repository\SalesCaseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalesCaseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalesItemRepository" (parent: .abstract.instanceof.App\Repository\SalesItemRepository).
Resolving inheritance for "App\Repository\SalesItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalesItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository" (parent: .abstract.instanceof.App\Repository\SettingRepository).
Resolving inheritance for "App\Repository\SettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierRepository" (parent: .abstract.instanceof.App\Repository\SupplierRepository).
Resolving inheritance for "App\Repository\SupplierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\BankAccountVoter" (parent: .abstract.instanceof.App\Security\Authorization\Voter\BankAccountVoter).
Resolving inheritance for "App\Security\Authorization\Voter\BankAccountVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\BankAccountVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\CompanyVoter" (parent: .abstract.instanceof.App\Security\Authorization\Voter\CompanyVoter).
Resolving inheritance for "App\Security\Authorization\Voter\CompanyVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\CompanyVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\InvoiceVoter" (parent: .abstract.instanceof.App\Security\Authorization\Voter\InvoiceVoter).
Resolving inheritance for "App\Security\Authorization\Voter\InvoiceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\InvoiceVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\OfferVoter" (parent: .abstract.instanceof.App\Security\Authorization\Voter\OfferVoter).
Resolving inheritance for "App\Security\Authorization\Voter\OfferVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\OfferVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\OrderConfirmationVoter" (parent: .abstract.instanceof.App\Security\Authorization\Voter\OrderConfirmationVoter).
Resolving inheritance for "App\Security\Authorization\Voter\OrderConfirmationVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\OrderConfirmationVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\PackingListVoter" (parent: .abstract.instanceof.App\Security\Authorization\Voter\PackingListVoter).
Resolving inheritance for "App\Security\Authorization\Voter\PackingListVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\PackingListVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\PriceGroupVoter" (parent: .abstract.instanceof.App\Security\Authorization\Voter\PriceGroupVoter).
Resolving inheritance for "App\Security\Authorization\Voter\PriceGroupVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\PriceGroupVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\ProductConfigurationItemVoter" (parent: .abstract.instanceof.App\Security\Authorization\Voter\ProductConfigurationItemVoter).
Resolving inheritance for "App\Security\Authorization\Voter\ProductConfigurationItemVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\ProductConfigurationItemVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\PurchaseOrderVoter" (parent: .abstract.instanceof.App\Security\Authorization\Voter\PurchaseOrderVoter).
Resolving inheritance for "App\Security\Authorization\Voter\PurchaseOrderVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\PurchaseOrderVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\ReportVoter" (parent: .abstract.instanceof.App\Security\Authorization\Voter\ReportVoter).
Resolving inheritance for "App\Security\Authorization\Voter\ReportVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\ReportVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\SettingVoter" (parent: .abstract.instanceof.App\Security\Authorization\Voter\SettingVoter).
Resolving inheritance for "App\Security\Authorization\Voter\SettingVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\SettingVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\SupplierVoter" (parent: .abstract.instanceof.App\Security\Authorization\Voter\SupplierVoter).
Resolving inheritance for "App\Security\Authorization\Voter\SupplierVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\SupplierVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\UserVoter" (parent: .abstract.instanceof.App\Security\Authorization\Voter\UserVoter).
Resolving inheritance for "App\Security\Authorization\Voter\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\UserVoter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ReportExtension" (parent: .abstract.instanceof.App\Twig\ReportExtension).
Resolving inheritance for "App\Twig\ReportExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ReportExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SupplierExtension" (parent: .abstract.instanceof.App\Twig\SupplierExtension).
Resolving inheritance for "App\Twig\SupplierExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SupplierExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\UniqueComponentInventoryItemCodeValidator" (parent: .abstract.instanceof.App\Validator\UniqueComponentInventoryItemCodeValidator).
Resolving inheritance for "App\Validator\UniqueComponentInventoryItemCodeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\UniqueComponentInventoryItemCodeValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ValidPurchaseOrderNumberValidator" (parent: .abstract.instanceof.App\Validator\ValidPurchaseOrderNumberValidator).
Resolving inheritance for "App\Validator\ValidPurchaseOrderNumberValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ValidPurchaseOrderNumberValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ValidSalesItemCodeValidator" (parent: .abstract.instanceof.App\Validator\ValidSalesItemCodeValidator).
Resolving inheritance for "App\Validator\ValidSalesItemCodeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ValidSalesItemCodeValidator).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.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._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "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 "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 "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
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_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (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 "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.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
1
Removing service-argument resolver for controller "App\Controller\ProductController::restListProductsAction": no corresponding services exist for the referenced types.
236
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Nucleos\ProfileBundle\Mailer\RegistrationMailer"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Profiler\Profiler"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; 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 "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "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 "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; 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 "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.default_serializer"; 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 "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; 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\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; 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 "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.nucleos_userbundle"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "nucleos_user.doctrine_registry"; reason: private alias.
Removed service "nucleos_user.security.login_manager"; reason: private alias.
Removed service "Nucleos\UserBundle\Security\LoginManager"; reason: private alias.
Removed service "nucleos_user.util.user_manipulator"; reason: private alias.
Removed service "Nucleos\UserBundle\Util\CanonicalFieldsUpdater"; reason: private alias.
Removed service "nucleos_profile.mailer"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".service_locator.80edgLI"; reason: private alias.
Removed service ".service_locator.h8Jkkd2"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.IA0sSMh"; reason: private alias.
Removed service ".service_locator.OAtzlNj"; reason: private alias.
Removed service ".service_locator.w36oezI"; reason: private alias.
Removed service ".service_locator.QIB0JAq"; reason: private alias.
Removed service ".service_locator.jxr9CCv"; reason: private alias.
Removed service ".service_locator.5qB_poV"; reason: private alias.
Removed service ".service_locator.dT4pZ1Q"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.0_h8N6J"; reason: private alias.
Removed service ".service_locator.1.mOXnt"; reason: private alias.
Removed service "http_client"; 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 "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.nfqIjLW"; reason: private alias.
Removed service ".service_locator.hGSZaHK"; reason: private alias.
Removed service ".service_locator.zZvwVJ1"; reason: private alias.
Removed service ".service_locator.RBqCJEs"; reason: private alias.
Removed service ".service_locator.fMHQcsx"; reason: private alias.
Removed service ".service_locator.Vlp0INp"; reason: private alias.
Removed service ".service_locator.PhacqqE"; reason: private alias.
Removed service ".service_locator.vcnvNjj"; reason: private alias.
Removed service ".service_locator.1Y9Cp7B"; reason: private alias.
Removed service ".service_locator.hW3Oj7t"; reason: private alias.
Removed service ".service_locator.VKegnnk"; reason: private alias.
Removed service ".service_locator.KCdRTlV"; reason: private alias.
Removed service ".service_locator.c8mV8lu"; reason: private alias.
Removed service ".service_locator.QX79i2v"; reason: private alias.
Removed service ".service_locator.AHfn9Bm"; reason: private alias.
Removed service ".service_locator.yZ1FTbr"; reason: private alias.
Removed service ".service_locator.w87AS9G"; reason: private alias.
Removed service ".service_locator..V7cLuw"; reason: private alias.
Removed service ".service_locator.p.cM919"; reason: private alias.
Removed service ".service_locator.WRMkwJa"; reason: private alias.
Removed service ".service_locator.T2tteOd"; reason: private alias.
Removed service ".service_locator.pTZW7S9"; reason: private alias.
Removed service ".service_locator.8iTEJRS"; reason: private alias.
Removed service ".service_locator.bji917K"; reason: private alias.
Removed service ".service_locator.vVrcysV"; reason: private alias.
Removed service ".service_locator.D18klnv"; reason: private alias.
Removed service ".service_locator.HaiiW05"; reason: private alias.
Removed service ".service_locator.IOgQmDL"; reason: private alias.
Removed service ".service_locator.b.SfD3f"; reason: private alias.
Removed service ".service_locator.raF3d3b"; reason: private alias.
Removed service ".service_locator.qjmiMS_"; reason: private alias.
Removed service ".service_locator.FxcyYRz"; reason: private alias.
Removed service ".service_locator.Zp0NSXM"; reason: private alias.
Removed service ".service_locator.w_U46pZ"; reason: private alias.
Removed service ".service_locator.bmXi1Aq"; reason: private alias.
Removed service ".service_locator.sf85gDo"; reason: private alias.
Removed service ".service_locator.pFwChgS"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
163
Changed reference of service "App\Controller\InvoiceController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\DataFixtures\UserFixtures" previously pointing to "nucleos_user.user_manager.default" to "Nucleos\UserBundle\Model\UserManager".
Changed reference of service "App\EventSubscriber\ChangePasswordListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\ComponentInventoryService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\InvoiceService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\InvoiceService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\OfferService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\OfferService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\OrderConfirmationService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\OrderConfirmationService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\PackingListService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PackingListService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\PurchaseOrderService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\PurchaseOrderService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Report\FinaReport" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Report\OfferReport" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Report\SalesCaseReport" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\UserService" previously pointing to "nucleos_user.user_manager.default" to "Nucleos\UserBundle\Model\UserManager".
Changed reference of service "App\Service\UserService" previously pointing to "nucleos_user.util.token_generator.simple" to "Nucleos\UserBundle\Util\TokenGenerator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
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 "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
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.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 "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
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 "debug.validator" to "validator".
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.validation" previously pointing to "debug.validator" to "validator".
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 "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 "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
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 "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.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "Nucleos\UserBundle\EventListener\LastLoginListener" previously pointing to "nucleos_user.user_manager.default" to "Nucleos\UserBundle\Model\UserManager".
Changed reference of service "nucleos_user.user_provider.username" previously pointing to "nucleos_user.user_manager.default" to "Nucleos\UserBundle\Model\UserManager".
Changed reference of service "nucleos_user.user_provider.username_email" previously pointing to "nucleos_user.user_manager.default" to "Nucleos\UserBundle\Model\UserManager".
Changed reference of service "nucleos_user.user_provider.email" previously pointing to "nucleos_user.user_manager.default" to "Nucleos\UserBundle\Model\UserManager".
Changed reference of service "Nucleos\UserBundle\Form\Type\LoginFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Nucleos\UserBundle\Action\LoginAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Nucleos\UserBundle\Action\LoginAction" previously pointing to "router.default" to "router".
Changed reference of service "nucleos_user.util.user_manipulator.simple" previously pointing to "nucleos_user.user_manager.default" to "Nucleos\UserBundle\Model\UserManager".
Changed reference of service "nucleos_user.util.user_manipulator.simple" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "nucleos_user.util.canonical_fields_updater" previously pointing to "nucleos_user.util.canonicalizer.simple" to "nucleos_user.util.email_canonicalizer".
Changed reference of service "nucleos_user.util.canonical_fields_updater" previously pointing to "nucleos_user.util.canonicalizer.simple" to "nucleos_user.util.email_canonicalizer".
Changed reference of service "Nucleos\UserBundle\EventListener\LocaleEventListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Nucleos\UserBundle\EventListener\FlashListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Nucleos\UserBundle\Action\ChangePasswordAction" previously pointing to "router.default" to "router".
Changed reference of service "Nucleos\UserBundle\Action\ChangePasswordAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Nucleos\UserBundle\Action\ChangePasswordAction" previously pointing to "nucleos_user.user_manager.default" to "Nucleos\UserBundle\Model\UserManager".
Changed reference of service "Nucleos\UserBundle\EventListener\ResettingListener" previously pointing to "router.default" to "router".
Changed reference of service "Nucleos\UserBundle\Action\RequestResetAction" previously pointing to "router.default" to "router".
Changed reference of service "Nucleos\UserBundle\Action\ResetAction" previously pointing to "router.default" to "router".
Changed reference of service "Nucleos\UserBundle\Action\ResetAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Nucleos\UserBundle\Action\ResetAction" previously pointing to "nucleos_user.user_manager.default" to "Nucleos\UserBundle\Model\UserManager".
Changed reference of service "Nucleos\UserBundle\Action\SendEmailAction" previously pointing to "router.default" to "router".
Changed reference of service "Nucleos\UserBundle\Action\SendEmailAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Nucleos\UserBundle\Action\SendEmailAction" previously pointing to "nucleos_user.user_manager.default" to "Nucleos\UserBundle\Model\UserManager".
Changed reference of service "Nucleos\UserBundle\Action\SendEmailAction" previously pointing to "nucleos_user.util.token_generator.simple" to "Nucleos\UserBundle\Util\TokenGenerator".
Changed reference of service "Nucleos\UserBundle\Action\SendEmailAction" previously pointing to "nucleos_user.mailer.simple" to "nucleos_user.mailer".
Changed reference of service "Nucleos\UserBundle\Action\CheckEmailAction" previously pointing to "router.default" to "router".
Changed reference of service "nucleos_profile.mailer.simple" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "nucleos_profile.mailer.simple" previously pointing to "router.default" to "router".
Changed reference of service "Nucleos\ProfileBundle\EventListener\AlreadyLoggedinListener" previously pointing to "router.default" to "router".
Changed reference of service "Nucleos\ProfileBundle\EventListener\FlashListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Nucleos\ProfileBundle\Action\RegistrationAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Nucleos\ProfileBundle\Action\RegistrationAction" previously pointing to "nucleos_user.user_manager.default" to "Nucleos\UserBundle\Model\UserManager".
Changed reference of service "Nucleos\ProfileBundle\Action\RegistrationAction" previously pointing to "router.default" to "router".
Changed reference of service "Nucleos\ProfileBundle\Action\CheckRegistrationMailAction" previously pointing to "nucleos_user.user_manager.default" to "Nucleos\UserBundle\Model\UserManager".
Changed reference of service "Nucleos\ProfileBundle\Action\CheckRegistrationMailAction" previously pointing to "router.default" to "router".
Changed reference of service "Nucleos\ProfileBundle\Action\ConfirmRegistrationAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Nucleos\ProfileBundle\Action\ConfirmRegistrationAction" previously pointing to "nucleos_user.user_manager.default" to "Nucleos\UserBundle\Model\UserManager".
Changed reference of service "Nucleos\ProfileBundle\Action\ConfirmRegistrationAction" previously pointing to "router.default" to "router".
Changed reference of service "Nucleos\ProfileBundle\Action\EditProfileAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Nucleos\ProfileBundle\Action\EditProfileAction" previously pointing to "nucleos_user.user_manager.default" to "Nucleos\UserBundle\Model\UserManager".
Changed reference of service "Nucleos\ProfileBundle\Action\EditProfileAction" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5cAhUFF" 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.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\BankAccountVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\CompanyVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\InvoiceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\OfferVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\OrderConfirmationVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\PackingListVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\PriceGroupVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\ProductConfigurationItemVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\PurchaseOrderVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\ReportVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\SettingVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\SupplierVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.7XqAIYT" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.7XqAIYT" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.7XqAIYT" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.7XqAIYT" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Mvv_P8R" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.Mvv_P8R" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.Mvv_P8R" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.XsyfP82" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "nucleos_user.mailer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "nucleos_user.mailer" previously pointing to "router.default" to "router".
433
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; 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 "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "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 "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "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.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; 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.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; 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.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConnectionMasterUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ConnectionMasterUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CorrectDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CorrectDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CorrectQuantityPerPci"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CorrectQuantityPerPci"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetOfferPurchasePrices"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SetOfferPurchasePrices"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetPurchasePrices"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SetPurchasePrices"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AddressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BankAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BankAccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BankAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ComponentInventoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ComponentInventoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ComponentInventoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CurrencyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CurrencyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CurrencyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentVersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentVersionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocumentVersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EndCustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EndCustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EndCustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogEntryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogEntryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LogEntryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OfferController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderConfirmationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderConfirmationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrderConfirmationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PackingListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PackingListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PackingListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductConfigurationItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductConfigurationItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductConfigurationItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PurchaseOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PurchaseOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PurchaseOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\DeliveredItemsReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\DeliveredItemsReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Report\DeliveredItemsReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\FinaReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\FinaReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Report\FinaReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\FivaldiReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\FivaldiReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Report\FivaldiReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\HistoryReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\HistoryReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Report\HistoryReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\IntrastatReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\IntrastatReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Report\IntrastatReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\LicenseReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\LicenseReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Report\LicenseReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\OfferReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\OfferReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Report\OfferReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ProductSalesMarginReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ProductSalesMarginReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Report\ProductSalesMarginReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\PurchaseOrderReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\PurchaseOrderReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Report\PurchaseOrderReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\SalesCaseReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\SalesCaseReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Report\SalesCaseReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\SupportCaseReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\SupportCaseReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Report\SupportCaseReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SalesCaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SalesCaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SalesCaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SalesItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SalesItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SalesItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SalesJournalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SalesJournalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SalesJournalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SupplierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SupplierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SupplierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SystemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SystemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SystemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PriceGroupFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\PriceGroupFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SettingFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\SettingFixtures"; 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\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ChangePasswordListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ChangePasswordListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BankAccountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BankAccountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompanyAddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CompanyAddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompanyEndCustomerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CompanyEndCustomerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompanySalesPriceGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CompanySalesPriceGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\BatchDecreaseQuantityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ComponentInventory\BatchDecreaseQuantityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\BatchIncreaseQuantityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ComponentInventory\BatchIncreaseQuantityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\BatchSetQuantityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ComponentInventory\BatchSetQuantityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\DecreaseQuantityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ComponentInventory\DecreaseQuantityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\IncreaseQuantityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ComponentInventory\IncreaseQuantityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\ItemCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ComponentInventory\ItemCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\ItemUpdateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ComponentInventory\ItemUpdateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentInventory\LogFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ComponentInventory\LogFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CountryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CountryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CoverSheetRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CoverSheetRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CreateOfferType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CreateOfferType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CreateOrderConfirmationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CreateOrderConfirmationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CurrencyExchangeRateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CurrencyExchangeRateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DatePickerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DatePickerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DateRangeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DateRangeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryDateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DeliveryDateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DiscountPrototypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DiscountPrototypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DocumentAddressBasicType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DocumentAddressBasicType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DocumentAddressDeliveryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DocumentAddressDeliveryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DocumentAddressVatType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DocumentAddressVatType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DocumentEndCustomerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DocumentEndCustomerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DocumentNotesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DocumentNotesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FivaldiReportFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\FivaldiReportFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\IncompleteSalesItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\IncompleteSalesItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\IntrastatReportFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\IntrastatReportFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InventoryFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\InventoryFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InventoryItemNotesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\InventoryItemNotesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InvoiceConfirmationOfExitType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\InvoiceConfirmationOfExitType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InvoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\InvoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LogEntryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\LogEntryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MonthYearType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\MonthYearType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\NotificationListType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\NotificationListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\NotificationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\NotificationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OfferReportFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\OfferReportFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OfferType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\OfferType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderConfirmationStatusType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\OrderConfirmationStatusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderConfirmationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\OrderConfirmationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PackingListType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PackingListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ParcelDimensionsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ParcelDimensionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ParcelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ParcelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PotentialCustomerCompanyContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PotentialCustomerCompanyContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PotentialCustomerCompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PotentialCustomerCompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductConfigurationItemProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProductConfigurationItemProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductConfigurationItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProductConfigurationItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PurchaseOrderReportFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PurchaseOrderReportFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PurchaseOrderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PurchaseOrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesCaseListFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SalesCaseListFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesCaseReportFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SalesCaseReportFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesCaseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SalesCaseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemDeliveryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SalesItemDeliveryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemInvoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SalesItemInvoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemOfferType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SalesItemOfferType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemOrderConfirmationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SalesItemOrderConfirmationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemPackingListType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SalesItemPackingListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemPrototypeListPurchaseOrderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SalesItemPrototypeListPurchaseOrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemPrototypeListType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SalesItemPrototypeListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemPrototypePurchaseOrderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SalesItemPrototypePurchaseOrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemPrototypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SalesItemPrototypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemPurchaseOrderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SalesItemPurchaseOrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SalesItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SalesItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SettingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SettingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SupplierType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SupplierType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SupportCaseReportFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SupportCaseReportFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TermsOfPaymentRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TermsOfPaymentRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\UserType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BankAccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BankAccountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponentInventoryItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ComponentInventoryItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponentInventoryLogEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ComponentInventoryLogEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoverSheetRowRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CoverSheetRowRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentVersionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocumentVersionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryCorrectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InventoryCorrectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InventoryItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OfferRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderConfirmationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderConfirmationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackingListRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PackingListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PotentialCustomerCompanyContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PotentialCustomerCompanyContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PotentialCustomerCompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PotentialCustomerCompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PriceGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceListRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PriceListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductConfigurationItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductConfigurationItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PurchaseOrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalesCaseAttachmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SalesCaseAttachmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalesCaseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SalesCaseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalesItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SalesItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SettingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SupplierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\BankAccountVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\BankAccountVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\CompanyVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\CompanyVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\InvoiceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\InvoiceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\OfferVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\OfferVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\OrderConfirmationVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\OrderConfirmationVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\PackingListVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\PackingListVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\PriceGroupVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\PriceGroupVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\ProductConfigurationItemVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\ProductConfigurationItemVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\PurchaseOrderVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\PurchaseOrderVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\ReportVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\ReportVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\SettingVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\SettingVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\SupplierVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\SupplierVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Authorization\Voter\UserVoter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ReportExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ReportExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SupplierExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\SupplierExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\UniqueComponentInventoryItemCodeValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\UniqueComponentInventoryItemCodeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ValidPurchaseOrderNumberValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\ValidPurchaseOrderNumberValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ValidSalesItemCodeValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\ValidSalesItemCodeValidator"; reason: abstract.
112
Removed service "App\Controller\FileController"; reason: unused.
Removed service "App\EventSubscriber\ExceptionListener"; reason: unused.
Removed service "App\Form\DataTransformer\CurrencyTransformer"; reason: unused.
Removed service "App\Form\DataTransformer\DateTransformer"; reason: unused.
Removed service "App\Form\DataTransformer\DocumentAddressTransformer"; reason: unused.
Removed service "App\Form\DataTransformer\ExchangeRateTransformer"; reason: unused.
Removed service "App\Form\DataTransformer\MoneyTransformer"; reason: unused.
Removed service "App\Form\DataTransformer\PercentageTransformer"; reason: unused.
Removed service "App\Form\DataTransformer\SalesItemPositionTransformer"; reason: unused.
Removed service "App\Form\DataTransformer\WeightTransformer"; reason: unused.
Removed service "App\Service\Invoice\FinvoiceConverter"; reason: unused.
Removed service "App\Service\Invoice\XmlWriter"; reason: unused.
Removed service "App\Service\Report\File\ReportCsvFile"; reason: unused.
Removed service "App\Service\Report\File\ReportExcelFile"; reason: unused.
Removed service "App\Service\Report\File\ReportTextFile"; reason: unused.
Removed service "App\Service\Report\Filter\IntrastatReportFilter"; reason: unused.
Removed service "App\Service\Report\Filter\OfferReportFilter"; reason: unused.
Removed service "App\Service\Report\Filter\PurchaseOrderReportFilter"; reason: unused.
Removed service "App\Service\Report\Filter\SalesCaseReportFilter"; reason: unused.
Removed service "App\Service\Report\Filter\SupportCaseReportFilter"; reason: unused.
Removed service "App\Service\Security\PasswordHasher"; reason: unused.
Removed service "App\Util\FileUtil"; reason: unused.
Removed service "App\Util\PdfMerger"; reason: unused.
Removed service "App\Validator\UniqueComponentInventoryItemCode"; reason: unused.
Removed service "App\Validator\ValidPurchaseOrderNumber"; reason: unused.
Removed service "App\Validator\ValidSalesItemCode"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.factory.service"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "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.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; 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 "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~dhlJGcV"; 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 "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authentication.manager"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "nucleos_user.user_provider.username"; reason: unused.
Removed service "nucleos_user.user_provider.email"; reason: unused.
Removed service "nucleos_user.mailer.noop"; reason: unused.
Removed service "nucleos_profile.mailer.noop"; reason: unused.
Removed service ".service_locator.vNcB8Ai"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.UkE3SaZ"; reason: unused.
368
Inlined service ".service_locator.7XqAIYT.App\Controller\AddressController" to "App\Controller\AddressController".
Inlined service "App\Service\BankAccountService" to "App\Controller\BankAccountController".
Inlined service ".service_locator.7XqAIYT.App\Controller\BankAccountController" to "App\Controller\BankAccountController".
Inlined service ".service_locator.7XqAIYT.App\Controller\CompanyController" to "App\Controller\CompanyController".
Inlined service "App\Service\ComponentInventoryService" to "App\Controller\ComponentInventoryController".
Inlined service ".service_locator.7XqAIYT.App\Controller\ComponentInventoryController" to "App\Controller\ComponentInventoryController".
Inlined service ".service_locator.7XqAIYT.App\Controller\CurrencyController" to "App\Controller\CurrencyController".
Inlined service "App\Service\NotificationService" to "App\Controller\DefaultController".
Inlined service ".service_locator.7XqAIYT.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service "App\Service\DocumentVersionService" to "App\Controller\DocumentVersionController".
Inlined service ".service_locator.7XqAIYT.App\Controller\DocumentVersionController" to "App\Controller\DocumentVersionController".
Inlined service ".service_locator.7XqAIYT.App\Controller\EndCustomerController" to "App\Controller\EndCustomerController".
Inlined service ".service_locator.7XqAIYT.App\Controller\InvoiceController" to "App\Controller\InvoiceController".
Inlined service "App\Service\LogEntryService" to "App\Controller\LogEntryController".
Inlined service ".service_locator.7XqAIYT.App\Controller\LogEntryController" to "App\Controller\LogEntryController".
Inlined service ".service_locator.7XqAIYT.App\Controller\OfferController" to "App\Controller\OfferController".
Inlined service ".service_locator.7XqAIYT.App\Controller\OrderConfirmationController" to "App\Controller\OrderConfirmationController".
Inlined service "App\Service\PackingListService" to "App\Controller\PackingListController".
Inlined service ".service_locator.7XqAIYT.App\Controller\PackingListController" to "App\Controller\PackingListController".
Inlined service ".service_locator.7XqAIYT.App\Controller\ProductConfigurationItemController" to "App\Controller\ProductConfigurationItemController".
Inlined service "App\Service\ProductImportService" to "App\Controller\ProductController".
Inlined service "App\Service\PriceService" to "App\Controller\ProductController".
Inlined service ".service_locator.7XqAIYT.App\Controller\ProductController" to "App\Controller\ProductController".
Inlined service ".service_locator.7XqAIYT.App\Controller\PurchaseOrderController" to "App\Controller\PurchaseOrderController".
Inlined service "App\Service\Report\DeliveredItemsReport" to "App\Controller\Report\DeliveredItemsReportController".
Inlined service ".service_locator.7XqAIYT.App\Controller\Report\DeliveredItemsReportController" to "App\Controller\Report\DeliveredItemsReportController".
Inlined service "App\Service\Report\FinaReport" to "App\Controller\Report\FinaReportController".
Inlined service ".service_locator.7XqAIYT.App\Controller\Report\FinaReportController" to "App\Controller\Report\FinaReportController".
Inlined service "App\Service\Report\FivaldiReport" to "App\Controller\Report\FivaldiReportController".
Inlined service ".service_locator.7XqAIYT.App\Controller\Report\FivaldiReportController" to "App\Controller\Report\FivaldiReportController".
Inlined service "App\Service\Report\HistoryReport" to "App\Controller\Report\HistoryReportController".
Inlined service ".service_locator.7XqAIYT.App\Controller\Report\HistoryReportController" to "App\Controller\Report\HistoryReportController".
Inlined service "App\Service\Report\IntrastatReport" to "App\Controller\Report\IntrastatReportController".
Inlined service ".service_locator.7XqAIYT.App\Controller\Report\IntrastatReportController" to "App\Controller\Report\IntrastatReportController".
Inlined service "App\Service\Report\LicenseReport" to "App\Controller\Report\LicenseReportController".
Inlined service ".service_locator.7XqAIYT.App\Controller\Report\LicenseReportController" to "App\Controller\Report\LicenseReportController".
Inlined service "App\Service\Report\OfferReport" to "App\Controller\Report\OfferReportController".
Inlined service ".service_locator.7XqAIYT.App\Controller\Report\OfferReportController" to "App\Controller\Report\OfferReportController".
Inlined service "App\Service\Report\ProductSalesMarginReport" to "App\Controller\Report\ProductSalesMarginReportController".
Inlined service ".service_locator.7XqAIYT.App\Controller\Report\ProductSalesMarginReportController" to "App\Controller\Report\ProductSalesMarginReportController".
Inlined service "App\Service\Report\PurchaseOrderReport" to "App\Controller\Report\PurchaseOrderReportController".
Inlined service ".service_locator.7XqAIYT.App\Controller\Report\PurchaseOrderReportController" to "App\Controller\Report\PurchaseOrderReportController".
Inlined service "App\Service\Report\SalesCaseReport" to "App\Controller\Report\SalesCaseReportController".
Inlined service ".service_locator.7XqAIYT.App\Controller\Report\SalesCaseReportController" to "App\Controller\Report\SalesCaseReportController".
Inlined service "App\Service\Report\SupportCaseReport" to "App\Controller\Report\SupportCaseReportController".
Inlined service ".service_locator.7XqAIYT.App\Controller\Report\SupportCaseReportController" to "App\Controller\Report\SupportCaseReportController".
Inlined service ".service_locator.7XqAIYT.App\Controller\SalesCaseController" to "App\Controller\SalesCaseController".
Inlined service ".service_locator.7XqAIYT.App\Controller\SalesItemController" to "App\Controller\SalesItemController".
Inlined service ".service_locator.7XqAIYT.App\Controller\SalesJournalController" to "App\Controller\SalesJournalController".
Inlined service ".service_locator.7XqAIYT.App\Controller\SettingController" to "App\Controller\SettingController".
Inlined service ".service_locator.7XqAIYT.App\Controller\SupplierController" to "App\Controller\SupplierController".
Inlined service ".service_locator.Mvv_P8R.App\Controller\SystemController" to "App\Controller\SystemController".
Inlined service ".service_locator.7XqAIYT.App\Controller\UserController" to "App\Controller\UserController".
Inlined service "App\Service\Invoice\MaventaApi" to "App\Service\InvoiceService".
Inlined service "App\Service\FivaldiService" to "App\Service\Report\FivaldiReport".
Inlined service "nucleos_profile.mailer.simple" to "App\Service\UserService".
Inlined service "App\Service\Report\ReportFactory" to "App\Twig\ReportExtension".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" 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.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.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "session.handler.native_file" to "session.storage.factory.native".
Inlined service ".service_locator.XmPJruK" 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.hxoK2ud" 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 "Nucleos\UserBundle\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..i3M9uJ" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator._wyX1Dp" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" 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.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator._iC_k7V" 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.MoTXJHH" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.loader.native_filesystem" to "twig".
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.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\ReportExtension" to "twig".
Inlined service "App\Twig\SupplierExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "App\Service\SystemService" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.pTeli0u" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" 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.request_matcher.eF7EFFG" to "security.access_map".
Inlined service ".security.request_matcher.Pn7yvdV" 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.firewall.map.config.dev" to "security.firewall.map.context.dev".
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 "monolog.processor.psr_log_message" to "monolog.handler.main".
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_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
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\PriceGroupFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\SettingFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
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_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
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 "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\Authorization\Voter\BankAccountVoter" to "debug.security.voter.App\Security\Authorization\Voter\BankAccountVoter".
Inlined service "App\Security\Authorization\Voter\CompanyVoter" to "debug.security.voter.App\Security\Authorization\Voter\CompanyVoter".
Inlined service "App\Security\Authorization\Voter\InvoiceVoter" to "debug.security.voter.App\Security\Authorization\Voter\InvoiceVoter".
Inlined service "App\Security\Authorization\Voter\OfferVoter" to "debug.security.voter.App\Security\Authorization\Voter\OfferVoter".
Inlined service "App\Security\Authorization\Voter\OrderConfirmationVoter" to "debug.security.voter.App\Security\Authorization\Voter\OrderConfirmationVoter".
Inlined service "App\Security\Authorization\Voter\PackingListVoter" to "debug.security.voter.App\Security\Authorization\Voter\PackingListVoter".
Inlined service "App\Security\Authorization\Voter\PriceGroupVoter" to "debug.security.voter.App\Security\Authorization\Voter\PriceGroupVoter".
Inlined service "App\Security\Authorization\Voter\ProductConfigurationItemVoter" to "debug.security.voter.App\Security\Authorization\Voter\ProductConfigurationItemVoter".
Inlined service "App\Security\Authorization\Voter\PurchaseOrderVoter" to "debug.security.voter.App\Security\Authorization\Voter\PurchaseOrderVoter".
Inlined service "App\Security\Authorization\Voter\ReportVoter" to "debug.security.voter.App\Security\Authorization\Voter\ReportVoter".
Inlined service "App\Security\Authorization\Voter\SettingVoter" to "debug.security.voter.App\Security\Authorization\Voter\SettingVoter".
Inlined service "App\Security\Authorization\Voter\SupplierVoter" to "debug.security.voter.App\Security\Authorization\Voter\SupplierVoter".
Inlined service "App\Security\Authorization\Voter\UserVoter" to "debug.security.voter.App\Security\Authorization\Voter\UserVoter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.Mvv_P8R" to ".service_locator.Mvv_P8R.App\Controller\SystemController".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.UyTQTy5" to ".service_locator.UyTQTy5.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service ".service_locator.lEaEJM5" to "console.command_loader".
Inlined service ".service_locator.UyTQTy5.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "nucleos_user.object_manager" to "Nucleos\UserBundle\Model\UserManager".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
1
Tag "container.decorator" was defined on service(s) "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "debug.argument_resolver.request_attribute", "debug.argument_resolver.request", "debug.argument_resolver.session", "debug.security.user_value_resolver", "debug.argument_resolver.service", "debug.argument_resolver.default", "debug.argument_resolver.variadic", "debug.argument_resolver.not_tagged_controller", ".debug.http_client", "messenger.default_bus", "event_dispatcher", ".container.private.validator", but was never used.