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 "Doctrine\DBAL\Driver::getSchemaManager()" might add "AbstractSchemaManager" as a native return type declaration in the future. Do the same in implementation "App\Repository\Doctrine\DBAL\Platforms\CustomPostgreSQLDriver" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\DBAL\Platforms\AbstractPlatform::getListNamespacesSQL()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Repository\Doctrine\DBAL\Platforms\PostgreSqlPlatform" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Doctrine\DBAL\Platforms\PostgreSQLPlatform::getListSequencesSQL()" method is considered internal The method should be only used from within the {@see AbstractSchemaManager} class hierarchy. It may change without further notice. You should not extend it from "App\Repository\Doctrine\DBAL\Platforms\PostgreSqlPlatform".
Method "Doctrine\DBAL\Platforms\AbstractPlatform::getListTablesSQL()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Repository\Doctrine\DBAL\Platforms\PostgreSqlPlatform" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.4: Not setting the "framework.messenger.reset_on_message" configuration option is deprecated, it will default to "true" in version 6.0.
Since sonata-project/block-bundle 5.0: The "http_cache" option is deprecated and not doing anything anymore since sonata-project/block-bundle 5.0. It will be removed in 6.0.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Command\DebugCommand" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Command\ImportDataCommand" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Command\Reporting\CustomerInvoiceReportCommand" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Command\Reporting\RevenueReportCommand" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Command\Utils\GenerateAdminCommand" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Command\Utils\GenerateRepositoryCommand" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Controller\Admin\Parking\ParkingCRUDController" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Controller\Mock\ParkingBucurestiMockController" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Extension\Twig\AppTwigExtension" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\MessageHandler\Report\ReportMessageHandler" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Service\External\Google\GoogleCloudStorageService" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Service\External\Notification\SendgridService" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Service\External\ParkingProvider\Implementation\ParkingBucurestiProviderImpl" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Service\External\ParkingProvider\Implementation\ParkingDmuProviderImpl" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Service\External\ParkingProvider\Implementation\ParkingParkoCostProviderImpl" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Service\External\ParkingProvider\Implementation\ParkingParkoProviderImpl" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Service\Utils\DompdfService" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Service\Utils\Office\ExcelFileManager" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the ".service_locator.H_5dZOt" service.
Setting the code, the model class and the base controller name with the constructor is deprecated since sonata-project/admin-bundle version 4.8 and will not be possible in 5.0 version. Use the `code`, `model_class` and `controller` attribute of the `sonata.admin` tag or the method "setCode()", "setModelClass()" and "setBaseControllerName()" instead.
Since gesdinet/jwt-refresh-token-bundle 1.0: The "Gesdinet\JWTRefreshTokenBundle\Entity\AbstractRefreshToken" class is deprecated, use "Gesdinet\JWTRefreshTokenBundle\Model\AbstractRefreshToken" instead.
The "Symfony\Component\Validator\Constraint::__sleep()" method is considered internal. It may change without further notice. You should not extend it from "Sonata\Form\Validator\Constraints\InlineConstraint".
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views/Form/datepicker.html.twig at line 24.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views/Form/datepicker.html.twig at line 55.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views/Form/datepicker.html.twig at line 72.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Form/Type/sonata_type_model_autocomplete.html.twig at line 11.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Form/filter_admin_fields.html.twig at line 34.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Form/filter_admin_fields.html.twig at line 63.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 69.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 102.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 182.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 199.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 250.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 270.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 298.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 388.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 409.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 431.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 445.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Menu/sonata_menu.html.twig at line 24.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Menu/sonata_menu.html.twig at line 38.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Menu/sonata_menu.html.twig at line 53.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_trans.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_boolean.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_time.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_percent.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_choice.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_datetime.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/list_enum.html.twig at line 22.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/list_choice.html.twig at line 22.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_enum.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_show_compare.html.twig at line 15.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_list.html.twig at line 81.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_date.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/list_boolean.html.twig at line 19.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_currency.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_url.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_show_field.html.twig at line 14.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_show_field.html.twig at line 27.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_show_field.html.twig at line 46.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_list_field.html.twig at line 23.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/action_buttons.html.twig at line 11.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_email.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_array_macro.html.twig at line 19.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_html.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/standard_layout.html.twig at line 122.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/standard_layout.html.twig at line 163.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/standard_layout.html.twig at line 175.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Block/block_admin_preview.html.twig at line 46.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/admin-bundle/src/Resources/views/Breadcrumb/breadcrumb.html.twig at line 1.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/user-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 13.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/user-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 32.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/qport-backend/vendor/sonata-project/media-bundle/src/Resources/views/MediaAdmin/edit.html.twig at line 15.
Since twig/twig 3.12: The "tag" constructor argument of the "Sonata\Twig\Node\TemplateBoxNode" class is deprecated and ignored (check which TokenParser class set it to "sonata_template_box"), the tag is now automatically set by the Parser when needed.
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://pay.qport.app.egovernment.ro/.well-known/sg-hosted-ping"" at /var/www/qport-backend/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135
Log messages generated during the compilation of the service container.
Messages
Class
288
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Billing\InvoiceBillingUpdateCustomerCodeCommand" (parent: .abstract.instanceof.App\Command\Billing\InvoiceBillingUpdateCustomerCodeCommand).
Resolving inheritance for "App\Command\Billing\InvoiceBillingUpdateCustomerCodeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Billing\InvoiceBillingUpdateCustomerCodeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Billing\IssueParkingInvoicesCommand" (parent: .abstract.instanceof.App\Command\Billing\IssueParkingInvoicesCommand).
Resolving inheritance for "App\Command\Billing\IssueParkingInvoicesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Billing\IssueParkingInvoicesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Billing\SendParkingInvoiceEmailCommand" (parent: .abstract.instanceof.App\Command\Billing\SendParkingInvoiceEmailCommand).
Resolving inheritance for "App\Command\Billing\SendParkingInvoiceEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Billing\SendParkingInvoiceEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DebugCommand" (parent: .abstract.instanceof.App\Command\DebugCommand).
Resolving inheritance for "App\Command\DebugCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DebugCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportDataCommand" (parent: .abstract.instanceof.App\Command\ImportDataCommand).
Resolving inheritance for "App\Command\ImportDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Reporting\CustomerInvoiceReportCommand" (parent: .abstract.instanceof.App\Command\Reporting\CustomerInvoiceReportCommand).
Resolving inheritance for "App\Command\Reporting\CustomerInvoiceReportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Reporting\CustomerInvoiceReportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Reporting\RevenueReportCommand" (parent: .abstract.instanceof.App\Command\Reporting\RevenueReportCommand).
Resolving inheritance for "App\Command\Reporting\RevenueReportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Reporting\RevenueReportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTestEmailCommand" (parent: .abstract.instanceof.App\Command\SendTestEmailCommand).
Resolving inheritance for "App\Command\SendTestEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTestEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Utils\GenerateAdminCommand" (parent: .abstract.instanceof.App\Command\Utils\GenerateAdminCommand).
Resolving inheritance for "App\Command\Utils\GenerateAdminCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Utils\GenerateAdminCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Utils\GenerateRepositoryCommand" (parent: .abstract.instanceof.App\Command\Utils\GenerateRepositoryCommand).
Resolving inheritance for "App\Command\Utils\GenerateRepositoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Utils\GenerateRepositoryCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Billing\InvoiceCRUDController" (parent: .abstract.instanceof.App\Controller\Admin\Billing\InvoiceCRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Billing\InvoiceCRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Billing\InvoiceCRUDController).
Resolving inheritance for "App\Controller\Admin\Billing\InvoiceCRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Billing\InvoiceCRUDController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Parking\DynamicCRUDController" (parent: .abstract.instanceof.App\Controller\Admin\Parking\DynamicCRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Parking\DynamicCRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Parking\DynamicCRUDController).
Resolving inheritance for "App\Controller\Admin\Parking\DynamicCRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Parking\DynamicCRUDController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Parking\ParkingCRUDController" (parent: .abstract.instanceof.App\Controller\Admin\Parking\ParkingCRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Parking\ParkingCRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Parking\ParkingCRUDController).
Resolving inheritance for "App\Controller\Admin\Parking\ParkingCRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Parking\ParkingCRUDController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Report\InvoiceReportCRUDController" (parent: .abstract.instanceof.App\Controller\Admin\Report\InvoiceReportCRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Report\InvoiceReportCRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Report\InvoiceReportCRUDController).
Resolving inheritance for "App\Controller\Admin\Report\InvoiceReportCRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Report\InvoiceReportCRUDController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ads\AdsReferralController" (parent: .abstract.instanceof.App\Controller\Ads\AdsReferralController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ads\AdsReferralController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ads\AdsReferralController).
Resolving inheritance for "App\Controller\Ads\AdsReferralController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ads\AdsReferralController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bariers\CmpbMainController" (parent: .abstract.instanceof.App\Controller\Bariers\CmpbMainController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bariers\CmpbMainController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bariers\CmpbMainController).
Resolving inheritance for "App\Controller\Bariers\CmpbMainController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bariers\CmpbMainController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bariers\CostinestiMainController" (parent: .abstract.instanceof.App\Controller\Bariers\CostinestiMainController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bariers\CostinestiMainController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bariers\CostinestiMainController).
Resolving inheritance for "App\Controller\Bariers\CostinestiMainController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bariers\CostinestiMainController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bariers\Sector4MainController" (parent: .abstract.instanceof.App\Controller\Bariers\Sector4MainController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bariers\Sector4MainController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bariers\Sector4MainController).
Resolving inheritance for "App\Controller\Bariers\Sector4MainController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bariers\Sector4MainController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cloud\CloudCronController" (parent: .abstract.instanceof.App\Controller\Cloud\CloudCronController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cloud\CloudCronController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cloud\CloudCronController).
Resolving inheritance for "App\Controller\Cloud\CloudCronController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cloud\CloudCronController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DebugController" (parent: .abstract.instanceof.App\Controller\DebugController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DebugController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DebugController).
Resolving inheritance for "App\Controller\DebugController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DebugController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\ExternalAccessController" (parent: .abstract.instanceof.App\Controller\External\ExternalAccessController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\ExternalAccessController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\ExternalAccessController).
Resolving inheritance for "App\Controller\External\ExternalAccessController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\ExternalAccessController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mock\ParkingBucurestiMockController" (parent: .abstract.instanceof.App\Controller\Mock\ParkingBucurestiMockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mock\ParkingBucurestiMockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mock\ParkingBucurestiMockController).
Resolving inheritance for "App\Controller\Mock\ParkingBucurestiMockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mock\ParkingBucurestiMockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Parking\ParkingController" (parent: .abstract.instanceof.App\Controller\Parking\ParkingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Parking\ParkingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Parking\ParkingController).
Resolving inheritance for "App\Controller\Parking\ParkingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Parking\ParkingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Parking\VignetteRegistrationController" (parent: .abstract.instanceof.App\Controller\Parking\VignetteRegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Parking\VignetteRegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Parking\VignetteRegistrationController).
Resolving inheritance for "App\Controller\Parking\VignetteRegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Parking\VignetteRegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParkingProvider\ParkingBucurestiApiController" (parent: .abstract.instanceof.App\Controller\ParkingProvider\ParkingBucurestiApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParkingProvider\ParkingBucurestiApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParkingProvider\ParkingBucurestiApiController).
Resolving inheritance for "App\Controller\ParkingProvider\ParkingBucurestiApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParkingProvider\ParkingBucurestiApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\MobilPayController" (parent: .abstract.instanceof.App\Controller\Payment\MobilPayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\MobilPayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\MobilPayController).
Resolving inheritance for "App\Controller\Payment\MobilPayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\MobilPayController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\ParkingPaymentController" (parent: .abstract.instanceof.App\Controller\Payment\ParkingPaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\ParkingPaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\ParkingPaymentController).
Resolving inheritance for "App\Controller\Payment\ParkingPaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\ParkingPaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\PaymentController" (parent: .abstract.instanceof.App\Controller\Payment\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\PaymentController).
Resolving inheritance for "App\Controller\Payment\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\RedirectController" (parent: .abstract.instanceof.App\Controller\Payment\RedirectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\RedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\RedirectController).
Resolving inheritance for "App\Controller\Payment\RedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\RedirectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\RevolutPayController" (parent: .abstract.instanceof.App\Controller\Payment\RevolutPayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\RevolutPayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\RevolutPayController).
Resolving inheritance for "App\Controller\Payment\RevolutPayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\RevolutPayController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Location\CityFixtures" (parent: .abstract.instanceof.App\DataFixtures\Location\CityFixtures).
Resolving inheritance for "App\DataFixtures\Location\CityFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Location\CityFixtures).
Resolving inheritance for ".instanceof.App\EventListener\Doctrine\PlaceLifecycleHookListener.0.App\EventListener\Doctrine\PlaceLifecycleHookListener" (parent: .abstract.instanceof.App\EventListener\Doctrine\PlaceLifecycleHookListener).
Resolving inheritance for "App\EventListener\Doctrine\PlaceLifecycleHookListener" (parent: .instanceof.App\EventListener\Doctrine\PlaceLifecycleHookListener.0.App\EventListener\Doctrine\PlaceLifecycleHookListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Parking\ParkingEventSubscriber" (parent: .abstract.instanceof.App\EventListener\Parking\ParkingEventSubscriber).
Resolving inheritance for "App\EventListener\Parking\ParkingEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Parking\ParkingEventSubscriber).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Extension\Twig\AppTwigExtension" (parent: .abstract.instanceof.App\Extension\Twig\AppTwigExtension).
Resolving inheritance for "App\Extension\Twig\AppTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Extension\Twig\AppTwigExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\InvoiceMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\InvoiceMessageHandler).
Resolving inheritance for "App\MessageHandler\InvoiceMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\InvoiceMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\NotificationMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\NotificationMessageHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\NotificationMessageHandler.0.App\MessageHandler\NotificationMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\NotificationMessageHandler).
Resolving inheritance for "App\MessageHandler\NotificationMessageHandler" (parent: .instanceof.App\MessageHandler\NotificationMessageHandler.0.App\MessageHandler\NotificationMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\Parking\ProviderParkingMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\Parking\ProviderParkingMessageHandler).
Resolving inheritance for "App\MessageHandler\Parking\ProviderParkingMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\Parking\ProviderParkingMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\Report\ReportMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\Report\ReportMessageHandler).
Resolving inheritance for "App\MessageHandler\Report\ReportMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\Report\ReportMessageHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Billing\InvoiceBillingInfoRepository" (parent: .abstract.instanceof.App\Repository\Billing\InvoiceBillingInfoRepository).
Resolving inheritance for "App\Repository\Billing\InvoiceBillingInfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Billing\InvoiceBillingInfoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Billing\InvoiceProductRepository" (parent: .abstract.instanceof.App\Repository\Billing\InvoiceProductRepository).
Resolving inheritance for "App\Repository\Billing\InvoiceProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Billing\InvoiceProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Billing\InvoiceRepository" (parent: .abstract.instanceof.App\Repository\Billing\InvoiceRepository).
Resolving inheritance for "App\Repository\Billing\InvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Billing\InvoiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Billing\UserBillingInfoRepository" (parent: .abstract.instanceof.App\Repository\Billing\UserBillingInfoRepository).
Resolving inheritance for "App\Repository\Billing\UserBillingInfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Billing\UserBillingInfoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\IdentificationCodeRepository" (parent: .abstract.instanceof.App\Repository\Config\IdentificationCodeRepository).
Resolving inheritance for "App\Repository\Config\IdentificationCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\IdentificationCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Connection\ExternalConnectionRepository" (parent: .abstract.instanceof.App\Repository\Connection\ExternalConnectionRepository).
Resolving inheritance for "App\Repository\Connection\ExternalConnectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Connection\ExternalConnectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\DynamicParkingRepository" (parent: .abstract.instanceof.App\Repository\External\DynamicParkingRepository).
Resolving inheritance for "App\Repository\External\DynamicParkingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\DynamicParkingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\DynamicParkingTransactionRepository" (parent: .abstract.instanceof.App\Repository\External\DynamicParkingTransactionRepository).
Resolving inheritance for "App\Repository\External\DynamicParkingTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\DynamicParkingTransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\ExternalProductRepository" (parent: .abstract.instanceof.App\Repository\External\ExternalProductRepository).
Resolving inheritance for "App\Repository\External\ExternalProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\ExternalProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Location\AreaRepository" (parent: .abstract.instanceof.App\Repository\Location\AreaRepository).
Resolving inheritance for "App\Repository\Location\AreaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Location\AreaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Location\CityRepository" (parent: .abstract.instanceof.App\Repository\Location\CityRepository).
Resolving inheritance for "App\Repository\Location\CityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Location\CityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Location\PlaceConfigRepository" (parent: .abstract.instanceof.App\Repository\Location\PlaceConfigRepository).
Resolving inheritance for "App\Repository\Location\PlaceConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Location\PlaceConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Location\PlaceRepository" (parent: .abstract.instanceof.App\Repository\Location\PlaceRepository).
Resolving inheritance for "App\Repository\Location\PlaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Location\PlaceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\ExternalLogRepository" (parent: .abstract.instanceof.App\Repository\Log\ExternalLogRepository).
Resolving inheritance for "App\Repository\Log\ExternalLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\ExternalLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\RequestLogRepository" (parent: .abstract.instanceof.App\Repository\Log\RequestLogRepository).
Resolving inheritance for "App\Repository\Log\RequestLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\RequestLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\WebhookLogRepository" (parent: .abstract.instanceof.App\Repository\Log\WebhookLogRepository).
Resolving inheritance for "App\Repository\Log\WebhookLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\WebhookLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\EmailNotificationRepository" (parent: .abstract.instanceof.App\Repository\Notification\EmailNotificationRepository).
Resolving inheritance for "App\Repository\Notification\EmailNotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\EmailNotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\PushNotificationRepository" (parent: .abstract.instanceof.App\Repository\Notification\PushNotificationRepository).
Resolving inheritance for "App\Repository\Notification\PushNotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\PushNotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Parking\ParkingRepository" (parent: .abstract.instanceof.App\Repository\Parking\ParkingRepository).
Resolving inheritance for "App\Repository\Parking\ParkingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Parking\ParkingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Parking\Provider\ExternalParkingRepository" (parent: .abstract.instanceof.App\Repository\Parking\Provider\ExternalParkingRepository).
Resolving inheritance for "App\Repository\Parking\Provider\ExternalParkingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Parking\Provider\ExternalParkingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Parking\Provider\ParkingProviderRepository" (parent: .abstract.instanceof.App\Repository\Parking\Provider\ParkingProviderRepository).
Resolving inheritance for "App\Repository\Parking\Provider\ParkingProviderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Parking\Provider\ParkingProviderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Parking\VignetteRegistrationRepository" (parent: .abstract.instanceof.App\Repository\Parking\VignetteRegistrationRepository).
Resolving inheritance for "App\Repository\Parking\VignetteRegistrationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Parking\VignetteRegistrationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\PaymentOptionRepository" (parent: .abstract.instanceof.App\Repository\Payment\PaymentOptionRepository).
Resolving inheritance for "App\Repository\Payment\PaymentOptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\PaymentOptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\TransactionLinkRepository" (parent: .abstract.instanceof.App\Repository\Payment\TransactionLinkRepository).
Resolving inheritance for "App\Repository\Payment\TransactionLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\TransactionLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\TransactionRepository" (parent: .abstract.instanceof.App\Repository\Payment\TransactionRepository).
Resolving inheritance for "App\Repository\Payment\TransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\TransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\InvoiceReportRepository" (parent: .abstract.instanceof.App\Repository\Report\InvoiceReportRepository).
Resolving inheritance for "App\Repository\Report\InvoiceReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\InvoiceReportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Schedule\ScheduleRepository" (parent: .abstract.instanceof.App\Repository\Schedule\ScheduleRepository).
Resolving inheritance for "App\Repository\Schedule\ScheduleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Schedule\ScheduleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserRepository" (parent: .abstract.instanceof.App\Repository\User\UserRepository).
Resolving inheritance for "App\Repository\User\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserRepository).
Resolving inheritance for ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.App\Service\Framework\ExtendedParamConverter" (parent: .abstract.instanceof.App\Service\Framework\ExtendedParamConverter).
Resolving inheritance for "App\Service\Framework\ExtendedParamConverter" (parent: .instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.App\Service\Framework\ExtendedParamConverter).
Resolving inheritance for ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.App\Service\Framework\RequestQueryParamConverter" (parent: .abstract.instanceof.App\Service\Framework\RequestQueryParamConverter).
Resolving inheritance for "App\Service\Framework\RequestQueryParamConverter" (parent: .instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.App\Service\Framework\RequestQueryParamConverter).
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.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.parking_generate_invoice" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.email_notification" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.parking_provider_check_status" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.report_generate_invoice_report" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.parking_provider_register" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.parking_provider_extend" (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.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_login" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api_login.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.json_login.api_login" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.api_login.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.api_login.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.api_login.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.api_login.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.manager.api_login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api_login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api_login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api_login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
Resolving inheritance for "security.listener.admin.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.admin" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.admin" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.admin" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.admin" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.admin.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.admin.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.admin" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.admin" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.admin" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.admin" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.admin" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.admin" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_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 "maker.auto_command.make_sonata_admin" (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.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
1
Skipping service "ReCaptcha\ReCaptcha": Class or interface "ReCaptcha\ReCaptcha" cannot be loaded.
217
Removing method "setDompdfService" of service "App\Controller\Admin\Billing\InvoiceCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setInvoiceRepository" of service "App\Controller\Admin\Billing\InvoiceCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "App\Controller\Admin\Billing\InvoiceCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDynamicParkingTransactionRepository" of service "App\Controller\Admin\Parking\DynamicCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\Admin\Parking\DynamicCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setExternalConnectionRepository" of service "App\Controller\Admin\Parking\DynamicCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setGlobalParkingService" of service "App\Controller\Admin\Parking\DynamicCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setMessageBus" of service "App\Controller\Admin\Parking\DynamicCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestLogger" of service "App\Controller\Admin\Parking\DynamicCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRevolutPayService" of service "App\Controller\Admin\Parking\DynamicCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTransactionRepository" of service "App\Controller\Admin\Parking\DynamicCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBillingService" of service "App\Controller\Admin\Parking\ParkingCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDBFManager" of service "App\Controller\Admin\Parking\ParkingCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDompdfService" of service "App\Controller\Admin\Parking\ParkingCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\Admin\Parking\ParkingCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setGlobalParkingService" of service "App\Controller\Admin\Parking\ParkingCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setInvoiceProductRepository" of service "App\Controller\Admin\Parking\ParkingCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setInvoiceReportRepository" of service "App\Controller\Admin\Parking\ParkingCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setMessageBus" of service "App\Controller\Admin\Parking\ParkingCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingProviderService" of service "App\Controller\Admin\Parking\ParkingCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingRepository" of service "App\Controller\Admin\Parking\ParkingCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingService" of service "App\Controller\Admin\Parking\ParkingCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setProjectDirParameter" of service "App\Controller\Admin\Parking\ParkingCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestLogger" of service "App\Controller\Admin\Parking\ParkingCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRevolutPayService" of service "App\Controller\Admin\Parking\ParkingCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTransactionRepository" of service "App\Controller\Admin\Parking\ParkingCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSonataFileProvider" of service "App\Controller\Admin\Report\InvoiceReportCRUDController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\Ads\AdsReferralController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\Controller\Ads\AdsReferralController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "App\Controller\Ads\AdsReferralController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setValidator" of service "App\Controller\Ads\AdsReferralController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBillingService" of service "App\Controller\Bariers\CmpbMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setCmpbMainService" of service "App\Controller\Bariers\CmpbMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setCsrfTokenManager" of service "App\Controller\Bariers\CmpbMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDebugService" of service "App\Controller\Bariers\CmpbMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDynamicDownloadService" of service "App\Controller\Bariers\CmpbMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDynamicParkingRepository" of service "App\Controller\Bariers\CmpbMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDynamicParkingTransactionRepository" of service "App\Controller\Bariers\CmpbMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\Bariers\CmpbMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEnvironment" of service "App\Controller\Bariers\CmpbMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setExternalConnectionRepository" of service "App\Controller\Bariers\CmpbMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setExternalProductRepository" of service "App\Controller\Bariers\CmpbMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setGlobalParkingService" of service "App\Controller\Bariers\CmpbMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\Controller\Bariers\CmpbMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setMessageBus" of service "App\Controller\Bariers\CmpbMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestLogRepository" of service "App\Controller\Bariers\CmpbMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "App\Controller\Bariers\CmpbMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setValidator" of service "App\Controller\Bariers\CmpbMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBillingService" of service "App\Controller\Bariers\CostinestiMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setCsrfTokenManager" of service "App\Controller\Bariers\CostinestiMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDebugService" of service "App\Controller\Bariers\CostinestiMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDynamicDownloadService" of service "App\Controller\Bariers\CostinestiMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDynamicParkingRepository" of service "App\Controller\Bariers\CostinestiMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDynamicParkingTransactionRepository" of service "App\Controller\Bariers\CostinestiMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\Bariers\CostinestiMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEnvironment" of service "App\Controller\Bariers\CostinestiMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setExternalConnectionRepository" of service "App\Controller\Bariers\CostinestiMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setExternalProductRepository" of service "App\Controller\Bariers\CostinestiMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setGlobalParkingService" of service "App\Controller\Bariers\CostinestiMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\Controller\Bariers\CostinestiMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setMessageBus" of service "App\Controller\Bariers\CostinestiMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingService" of service "App\Controller\Bariers\CostinestiMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestLogRepository" of service "App\Controller\Bariers\CostinestiMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "App\Controller\Bariers\CostinestiMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setValidator" of service "App\Controller\Bariers\CostinestiMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setcostinestiMainService" of service "App\Controller\Bariers\CostinestiMainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBillingService" of service "App\Controller\Bariers\Sector4MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setCsrfTokenManager" of service "App\Controller\Bariers\Sector4MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDebugService" of service "App\Controller\Bariers\Sector4MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDynamicDownloadService" of service "App\Controller\Bariers\Sector4MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDynamicParkingRepository" of service "App\Controller\Bariers\Sector4MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDynamicParkingTransactionRepository" of service "App\Controller\Bariers\Sector4MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\Bariers\Sector4MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEnvironment" of service "App\Controller\Bariers\Sector4MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setExternalConnectionRepository" of service "App\Controller\Bariers\Sector4MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setExternalProductRepository" of service "App\Controller\Bariers\Sector4MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setGlobalParkingService" of service "App\Controller\Bariers\Sector4MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\Controller\Bariers\Sector4MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setMessageBus" of service "App\Controller\Bariers\Sector4MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestLogRepository" of service "App\Controller\Bariers\Sector4MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSector4MainService" of service "App\Controller\Bariers\Sector4MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "App\Controller\Bariers\Sector4MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setValidator" of service "App\Controller\Bariers\Sector4MainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\Cloud\CloudCronController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setExcelFileManager" of service "App\Controller\Cloud\CloudCronController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\Controller\Cloud\CloudCronController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingRepository" of service "App\Controller\Cloud\CloudCronController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "App\Controller\Cloud\CloudCronController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setValidator" of service "App\Controller\Cloud\CloudCronController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setCsrfTokenManager" of service "App\Controller\DebugController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDompdfService" of service "App\Controller\DebugController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\DebugController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEnvironment" of service "App\Controller\DebugController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setInvoiceRepository" of service "App\Controller\DebugController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\Controller\DebugController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setMessageBus" of service "App\Controller\DebugController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingProviderService" of service "App\Controller\DebugController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingRepository" of service "App\Controller\DebugController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingService" of service "App\Controller\DebugController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPlaceRepository" of service "App\Controller\DebugController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "App\Controller\DebugController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setUserRepository" of service "App\Controller\DebugController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setValidator" of service "App\Controller\DebugController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBillingService" of service "App\Controller\External\ExternalAccessController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDynamicParkingTransactionRepository" of service "App\Controller\External\ExternalAccessController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\External\ExternalAccessController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setExternalConnectionRepository" of service "App\Controller\External\ExternalAccessController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setGlobalParkingService" of service "App\Controller\External\ExternalAccessController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\Controller\External\ExternalAccessController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingProviderService" of service "App\Controller\External\ExternalAccessController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingRepository" of service "App\Controller\External\ExternalAccessController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRevolutPayService" of service "App\Controller\External\ExternalAccessController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "App\Controller\External\ExternalAccessController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTransactionRepository" of service "App\Controller\External\ExternalAccessController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setValidator" of service "App\Controller\External\ExternalAccessController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\HomeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\Controller\HomeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "App\Controller\HomeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setValidator" of service "App\Controller\HomeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setCache" of service "App\Controller\Mock\ParkingBucurestiMockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEnvironment" of service "App\Controller\Mock\ParkingBucurestiMockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\Controller\Mock\ParkingBucurestiMockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingProviderRepository" of service "App\Controller\Mock\ParkingBucurestiMockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingRepository" of service "App\Controller\Mock\ParkingBucurestiMockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPlaceRepository" of service "App\Controller\Mock\ParkingBucurestiMockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setProjectDirParameter" of service "App\Controller\Mock\ParkingBucurestiMockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "App\Controller\Mock\ParkingBucurestiMockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\ParkingProvider\ParkingBucurestiApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\Controller\ParkingProvider\ParkingBucurestiApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingProviderRepository" of service "App\Controller\ParkingProvider\ParkingBucurestiApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingProviderService" of service "App\Controller\ParkingProvider\ParkingBucurestiApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingRepository" of service "App\Controller\ParkingProvider\ParkingBucurestiApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "App\Controller\ParkingProvider\ParkingBucurestiApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setValidator" of service "App\Controller\ParkingProvider\ParkingBucurestiApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAreaRepository" of service "App\Controller\Parking\ParkingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\Parking\ParkingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEnvironment" of service "App\Controller\Parking\ParkingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setGlobalParkingService" of service "App\Controller\Parking\ParkingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\Controller\Parking\ParkingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingProviderRepository" of service "App\Controller\Parking\ParkingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingProviderService" of service "App\Controller\Parking\ParkingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingRepository" of service "App\Controller\Parking\ParkingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingService" of service "App\Controller\Parking\ParkingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPlaceRepository" of service "App\Controller\Parking\ParkingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSector4MainService" of service "App\Controller\Parking\ParkingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "App\Controller\Parking\ParkingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Parking\ParkingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setValidator" of service "App\Controller\Parking\ParkingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setCsrfTokenManager" of service "App\Controller\Parking\VignetteRegistrationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEmailService" of service "App\Controller\Parking\VignetteRegistrationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\Parking\VignetteRegistrationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setGoogleCloudStorageService" of service "App\Controller\Parking\VignetteRegistrationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\Controller\Parking\VignetteRegistrationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "App\Controller\Parking\VignetteRegistrationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Parking\VignetteRegistrationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setValidator" of service "App\Controller\Parking\VignetteRegistrationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Controller\Parking\VignetteRegistrationController::vignetteRegistration": no corresponding services exist for the referenced types.
Removing method "setDynamicParkingTransactionRepository" of service "App\Controller\Payment\MobilPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\Payment\MobilPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\Payment\MobilPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\Controller\Payment\MobilPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setMessageBus" of service "App\Controller\Payment\MobilPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setMobilPayService" of service "App\Controller\Payment\MobilPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingRepository" of service "App\Controller\Payment\MobilPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingService" of service "App\Controller\Payment\MobilPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "App\Controller\Payment\MobilPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTransactionLinkRepository" of service "App\Controller\Payment\MobilPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTransactionRepository" of service "App\Controller\Payment\MobilPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setValidator" of service "App\Controller\Payment\MobilPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Controller\Payment\ParkingPaymentController::paymentReturnStatus": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Payment\ParkingPaymentController::paymentTransactionStatus": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Payment\ParkingPaymentController::paymentTransactionStatusCheck": no corresponding services exist for the referenced types.
Removing method "setBillingService" of service "App\Controller\Payment\ParkingPaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setCsrfTokenManager" of service "App\Controller\Payment\ParkingPaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDebugService" of service "App\Controller\Payment\ParkingPaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\Payment\ParkingPaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEnvironment" of service "App\Controller\Payment\ParkingPaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\Controller\Payment\ParkingPaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setMessageBus" of service "App\Controller\Payment\ParkingPaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingProviderService" of service "App\Controller\Payment\ParkingPaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingRepository" of service "App\Controller\Payment\ParkingPaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingService" of service "App\Controller\Payment\ParkingPaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPaymentOptionRepository" of service "App\Controller\Payment\ParkingPaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRevolutPayService" of service "App\Controller\Payment\ParkingPaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "App\Controller\Payment\ParkingPaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Payment\ParkingPaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setUserRepository" of service "App\Controller\Payment\ParkingPaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setUserService" of service "App\Controller\Payment\ParkingPaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setValidator" of service "App\Controller\Payment\ParkingPaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\Payment\PaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\Payment\PaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\Controller\Payment\PaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setMessageBus" of service "App\Controller\Payment\PaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingRepository" of service "App\Controller\Payment\PaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingService" of service "App\Controller\Payment\PaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "App\Controller\Payment\PaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTransactionRepository" of service "App\Controller\Payment\PaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setValidator" of service "App\Controller\Payment\PaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setCsrfTokenManager" of service "App\Controller\Payment\RedirectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\Payment\RedirectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEnvironment" of service "App\Controller\Payment\RedirectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setGlobalParkingService" of service "App\Controller\Payment\RedirectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\Controller\Payment\RedirectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "App\Controller\Payment\RedirectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setValidator" of service "App\Controller\Payment\RedirectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDynamicParkingTransactionRepository" of service "App\Controller\Payment\RevolutPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\Payment\RevolutPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\Payment\RevolutPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "App\Controller\Payment\RevolutPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setMessageBus" of service "App\Controller\Payment\RevolutPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingRepository" of service "App\Controller\Payment\RevolutPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParkingService" of service "App\Controller\Payment\RevolutPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRevolutPayService" of service "App\Controller\Payment\RevolutPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "App\Controller\Payment\RevolutPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTransactionLinkRepository" of service "App\Controller\Payment\RevolutPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTransactionRepository" of service "App\Controller\Payment\RevolutPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setValidator" of service "App\Controller\Payment\RevolutPayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
332
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Http\Message\MessageFactory"; reason: private alias.
Removed service "Http\Message\RequestFactory"; reason: private alias.
Removed service "Http\Message\ResponseFactory"; reason: private alias.
Removed service "Http\Message\StreamFactory"; reason: private alias.
Removed service "Http\Message\UriFactory"; reason: private alias.
Removed service "Sonata\MediaBundle\Model\MediaManagerInterface"; reason: private alias.
Removed service "Sonata\MediaBundle\Provider\FileProviderInterface"; 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 "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; 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 "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\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.sonata_user_bundle"; reason: private alias.
Removed service "security.authentication.session_strategy.api_login"; reason: private alias.
Removed service "security.user_checker.api_login"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.admin"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.admin"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
Removed service "fos_rest.validator"; reason: private alias.
Removed service "Sonata\Exporter\Exporter"; reason: private alias.
Removed service "Sonata\Exporter\ExporterInterface"; reason: private alias.
Removed service "Sonata\BlockBundle\Templating\Helper\BlockHelper"; reason: private alias.
Removed service "sonata.block.context_manager"; reason: private alias.
Removed service "sonata.block.renderer"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\Pool"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\FilterFactoryInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\BreadcrumbsBuilderInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Translator\LabelTranslatorStrategyInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Model\AuditManagerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Search\SearchHandlerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\Persister\FilterPersisterInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Request\AdminFetcherInterface"; reason: private alias.
Removed service "sonata.admin.twig.extension"; reason: private alias.
Removed service "sonata.templates.twig.extension"; reason: private alias.
Removed service "sonata.admin.group.extension"; reason: private alias.
Removed service "sonata.security.twig.extension"; reason: private alias.
Removed service "sonata.canonicalize.twig.extension"; reason: private alias.
Removed service "sonata.xeditable.twig.extension"; reason: private alias.
Removed service "sonata.render_element.twig.extension"; reason: private alias.
Removed service "Sonata\AdminBundle\Bridge\Exporter\AdminExporter"; reason: private alias.
Removed service "sonata.admin.security.handler"; reason: private alias.
Removed service "Sonata\AdminBundle\Util\AdminObjectAclManipulator"; reason: private alias.
Removed service "sonata.user.mailer"; reason: private alias.
Removed service "Sonata\MediaBundle\Provider\Pool"; reason: private alias.
Removed service "sonata.media.admin.media.manager"; reason: private alias.
Removed service "sonata.media.http.client"; reason: private alias.
Removed service "sonata.media.http.message_factory"; reason: private alias.
Removed service "sonata.media.adapter.image.default"; reason: private alias.
Removed service "sonata.media.resizer.default"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGeneratorInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Model\RefreshTokenManagerInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ExtractorInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $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 $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service "fos_rest.serializer"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.object_manager"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.user_checker"; reason: private alias.
Removed service ".service_locator.c111yiB"; reason: private alias.
Removed service ".service_locator.hdsdn.D"; reason: private alias.
Removed service ".service_locator.XjkWN3W"; reason: private alias.
Removed service ".service_locator.1suT7bb"; reason: private alias.
Removed service ".service_locator.159tZGh"; reason: private alias.
Removed service ".service_locator.9L433w3"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.31Xjgzg"; reason: private alias.
Removed service ".service_locator.40vWaoe"; reason: private alias.
Removed service ".service_locator.vDZDoAx"; reason: private alias.
Removed service ".service_locator.iwbSJYz"; reason: private alias.
Removed service ".service_locator.exVd1p8"; reason: private alias.
Removed service ".service_locator.GN_CdoA"; reason: private alias.
Removed service ".service_locator.GKIk3wz"; reason: private alias.
Removed service ".service_locator.dclIYFT"; reason: private alias.
Removed service ".service_locator.fLLFP2j"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.L4tiEKR"; reason: private alias.
Removed service ".service_locator.ai831Oa"; reason: private alias.
Removed service ".service_locator.RPwOJSP"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "App\Service\Framework\ApiViewHandler.inner"; reason: private alias.
Removed service "fos_rest.converter.request_body"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api_login"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.admin"; 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 "sonata.admin.argument_resolver.admin"; reason: private alias.
Removed service "sonata.admin.argument_resolver.proxy_query"; 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.7BM_M5c"; reason: private alias.
Removed service ".service_locator.PNFtflX"; reason: private alias.
Removed service ".service_locator.SvTuz_p"; reason: private alias.
Removed service ".service_locator.aTiBH86"; reason: private alias.
Removed service ".service_locator.bInR.ll"; reason: private alias.
Removed service ".service_locator.PRde8zP"; reason: private alias.
Removed service ".service_locator.mn2hVjJ"; reason: private alias.
Removed service ".service_locator.i0bP2u."; reason: private alias.
Removed service ".service_locator.Bubzx0X"; reason: private alias.
Removed service ".service_locator.rqzFG9a"; reason: private alias.
Removed service ".service_locator.G2uLwCm"; reason: private alias.
Removed service ".service_locator.9GHIqsO"; reason: private alias.
Removed service ".service_locator.PHBEPZY"; reason: private alias.
Removed service ".service_locator.hvDcw0o"; reason: private alias.
Removed service ".service_locator.zEiWfOc"; reason: private alias.
Removed service ".service_locator.LwheG3d"; reason: private alias.
Removed service ".service_locator.RX8ZCQy"; reason: private alias.
Removed service ".service_locator.fKYU7Yz"; reason: private alias.
Removed service ".service_locator._KweK4U"; reason: private alias.
Removed service ".service_locator.0kHuSLs"; reason: private alias.
Removed service ".service_locator.dSgNBfl"; reason: private alias.
Removed service ".service_locator.a.pz9i4"; reason: private alias.
Removed service ".service_locator.mxMDuyd"; reason: private alias.
Removed service ".service_locator.NYeE_LH"; reason: private alias.
Removed service ".service_locator.6u2lGWO"; reason: private alias.
Removed service ".service_locator.hVj713g"; reason: private alias.
Removed service ".service_locator.cjDnOJh"; reason: private alias.
Removed service ".service_locator.IyzMCjO"; reason: private alias.
Removed service ".service_locator.4Nh8kgC"; reason: private alias.
Removed service ".service_locator.rlAhYHz"; reason: private alias.
Removed service ".service_locator.eH9JHss"; reason: private alias.
Removed service ".service_locator.DXoqeL8"; reason: private alias.
Removed service ".service_locator.1mWNVVz"; reason: private alias.
Removed service ".service_locator.g9p1Oxr"; reason: private alias.
Removed service ".service_locator.cLOm2Im"; reason: private alias.
Removed service ".service_locator.qnPGwjT"; reason: private alias.
Removed service ".service_locator.zNNV6eM"; reason: private alias.
Removed service ".service_locator.iBR8H8l"; reason: private alias.
Removed service ".service_locator.IzVU5OG"; reason: private alias.
Removed service ".service_locator.Gg9_lHH"; reason: private alias.
Removed service ".service_locator.r1VmAMU"; reason: private alias.
Removed service ".service_locator.Xq8UaFK"; reason: private alias.
Removed service ".service_locator.zGp.ftX"; reason: private alias.
Removed service ".service_locator.426yQGu"; reason: private alias.
Removed service ".service_locator.KVNrYAT"; reason: private alias.
Removed service ".service_locator.YnLuHGH"; reason: private alias.
Removed service ".service_locator.T15N98b"; reason: private alias.
Removed service ".service_locator.Fm0Z9.b"; reason: private alias.
Removed service ".service_locator.lA2B_6U"; reason: private alias.
Removed service ".service_locator.bSSW2.B"; reason: private alias.
Removed service ".service_locator.oSZyXsf"; reason: private alias.
Removed service ".service_locator.wJgGw8Y"; reason: private alias.
Removed service ".service_locator.Chx0bJR"; reason: private alias.
Removed service ".service_locator.W4WV_6C"; reason: private alias.
Removed service ".service_locator.lgxIwnp"; reason: private alias.
Removed service ".service_locator.0qUWfh."; reason: private alias.
Removed service ".service_locator.PlgZY3o"; reason: private alias.
Removed service ".service_locator.26FaBrL"; reason: private alias.
Removed service ".service_locator.rSGHvyQ"; reason: private alias.
Removed service ".service_locator.vZaQKzS"; 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.
242
Changed reference of service "sonata.user.admin.user" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.location.area" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.location.place" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.location.place_config" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.location.city" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.payment.payment_option" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.schedule.schedule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.schedule.schedule_day" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.schedule.schedule_day_interval" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.operator.operator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.parking.parking" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.parking.dynamicparkingtransaction" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.parking.externallogs" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.parking.external_parking" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.parking.provider.parking_provide" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.location.county" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.location.country" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.location.place_address" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.log.request_log" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.notification.email_notification_admin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.notification.push_notification_admin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.billing.invoice_product_admin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.billing.invoice_admin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.notification.messenger_message_admin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.report.invoice_report_admin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.admin.billing.invoice_billing_info_admin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\Parking\DynamicCRUDController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Admin\Parking\ParkingCRUDController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Ads\AdsReferralController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Bariers\CmpbMainController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Bariers\CmpbMainController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Bariers\CostinestiMainController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Bariers\CostinestiMainController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Bariers\Sector4MainController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Bariers\Sector4MainController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Cloud\CloudCronController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\DebugController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\DebugController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\External\ExternalAccessController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\HomeController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Parking\ParkingController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Parking\ParkingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Parking\VignetteRegistrationController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Parking\VignetteRegistrationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ParkingProvider\ParkingBucurestiApiController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Payment\MobilPayController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Payment\MobilPayController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Payment\MobilPayController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Payment\ParkingPaymentController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Payment\ParkingPaymentController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Payment\ParkingPaymentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Payment\PaymentController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Payment\PaymentController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Payment\PaymentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Payment\RedirectController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Payment\RevolutPayController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Payment\RevolutPayController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Payment\RevolutPayController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\EventListener\Parking\ParkingEventSubscriber" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\EventListener\RequestListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Extension\Twig\AppTwigExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\MessageHandler\InvoiceMessageHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\MessageHandler\Parking\ProviderParkingMessageHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Data\Barriers\CmpbMainService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Data\Costinesti\CostinestiMainService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Data\Costinesti\CostinestiMainService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Data\Dmu\Sector4MainService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Data\Download\DynamicDownloadService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Data\Download\DynamicDownloadService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Data\Parking\ParkingService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Data\Parking\ParkingService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\External\ParkingProvider\Implementation\ParkingBucurestiProviderImpl" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Service\External\ParkingProvider\Implementation\ParkingBucurestiProviderImpl" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\External\ParkingProvider\Implementation\ParkingDmuProviderImpl" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Service\External\ParkingProvider\Implementation\ParkingDmuProviderImpl" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\External\ParkingProvider\Implementation\ParkingParkoCostProviderImpl" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Service\External\ParkingProvider\Implementation\ParkingParkoCostProviderImpl" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\External\ParkingProvider\Implementation\ParkingParkoProviderImpl" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Service\External\ParkingProvider\Implementation\ParkingParkoProviderImpl" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Framework\ExtendedParamConverter" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Service\Framework\RequestQueryParamConverter" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Service\Global\GlobalParkingService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Global\GlobalParkingService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Utils\DebugService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Utils\DebugService" previously pointing to "router.default" to "router".
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 "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 "security.authenticator.json_login.api_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.api_login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api_login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api_login.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.switchuser_listener.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "fos_rest.view_handler.default" previously pointing to "router.default" to "router".
Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
Changed reference of service "fos_rest.view_response_listener" previously pointing to "App\Service\Framework\ApiViewHandler" to "fos_rest.view_handler".
Changed reference of service "fos_rest.allowed_methods_loader" previously pointing to "router.default" to "router".
Changed reference of service "sonata.form.type.date_range" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_range" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.date_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.date_range_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_range_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.equal" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.block.templating.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.action.set_object_field_value" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.admin.event.extension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.menu_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.route.default_generator" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.twig.xeditable_runtime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.admin_roles_builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.security_roles_builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.action.login" previously pointing to "router.default" to "router".
Changed reference of service "sonata.user.action.login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.mailer.default" previously pointing to "router.default" to "router".
Changed reference of service "sonata.user.action.request" previously pointing to "router.default" to "router".
Changed reference of service "sonata.user.action.reset" previously pointing to "router.default" to "router".
Changed reference of service "sonata.user.action.reset" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.public_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.forbidden_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.superadmin_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.session_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.connected_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.media" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.gallery" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.gallery_item" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "gesdinet.jwtrefreshtoken" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.success_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.kfzAe_1" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.foPrRcS" previously pointing to "App\Service\Framework\ApiViewHandler" to "fos_rest.view_handler".
Changed reference of service ".service_locator.zjQkmuM" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.q2ji3lu" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HTSrQlZ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 ".service_locator.3CTLkIg" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.3CTLkIg" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.3CTLkIg" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.3CTLkIg" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.u9KuSDP" previously pointing to "App\Service\Framework\ApiViewHandler" to "fos_rest.view_handler".
Changed reference of service ".service_locator.u9KuSDP" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.u9KuSDP" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.u9KuSDP" 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.UfWeBZF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.UfWeBZF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.UfWeBZF" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.UfWeBZF" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.rmPXjC3" 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 "App\Service\Framework\ExtendedParamConverter.inner" previously pointing to "debug.validator" to "validator".
Changed reference of service "fos_rest.view_handler" previously pointing to "debug.validator" to "validator".
249
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 "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Billing\InvoiceBillingUpdateCustomerCodeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Billing\InvoiceBillingUpdateCustomerCodeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Billing\IssueParkingInvoicesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Billing\IssueParkingInvoicesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Billing\SendParkingInvoiceEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Billing\SendParkingInvoiceEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DebugCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DebugCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Reporting\CustomerInvoiceReportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Reporting\CustomerInvoiceReportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Reporting\RevenueReportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Reporting\RevenueReportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTestEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendTestEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Utils\GenerateAdminCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Utils\GenerateAdminCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Utils\GenerateRepositoryCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Utils\GenerateRepositoryCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Billing\InvoiceCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Billing\InvoiceCRUDController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Billing\InvoiceCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Parking\DynamicCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Parking\DynamicCRUDController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Parking\DynamicCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Parking\ParkingCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Parking\ParkingCRUDController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Parking\ParkingCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Report\InvoiceReportCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Report\InvoiceReportCRUDController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Report\InvoiceReportCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ads\AdsReferralController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ads\AdsReferralController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ads\AdsReferralController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bariers\CmpbMainController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bariers\CmpbMainController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Bariers\CmpbMainController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bariers\CostinestiMainController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bariers\CostinestiMainController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Bariers\CostinestiMainController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bariers\Sector4MainController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bariers\Sector4MainController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Bariers\Sector4MainController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cloud\CloudCronController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cloud\CloudCronController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cloud\CloudCronController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DebugController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DebugController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DebugController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\ExternalAccessController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\ExternalAccessController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\External\ExternalAccessController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mock\ParkingBucurestiMockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mock\ParkingBucurestiMockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mock\ParkingBucurestiMockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Parking\ParkingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Parking\ParkingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Parking\ParkingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Parking\VignetteRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Parking\VignetteRegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Parking\VignetteRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParkingProvider\ParkingBucurestiApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParkingProvider\ParkingBucurestiApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ParkingProvider\ParkingBucurestiApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\MobilPayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\MobilPayController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Payment\MobilPayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\ParkingPaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\ParkingPaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Payment\ParkingPaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Payment\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\RedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\RedirectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Payment\RedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\RevolutPayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\RevolutPayController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Payment\RevolutPayController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Location\CityFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Location\CityFixtures"; reason: abstract.
Removed service ".instanceof.App\EventListener\Doctrine\PlaceLifecycleHookListener.0.App\EventListener\Doctrine\PlaceLifecycleHookListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Doctrine\PlaceLifecycleHookListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Parking\ParkingEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Parking\ParkingEventSubscriber"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Extension\Twig\AppTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Extension\Twig\AppTwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\InvoiceMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\InvoiceMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\NotificationMessageHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\NotificationMessageHandler.0.App\MessageHandler\NotificationMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\NotificationMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\Parking\ProviderParkingMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Parking\ProviderParkingMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\Report\ReportMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Report\ReportMessageHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Billing\InvoiceBillingInfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Billing\InvoiceBillingInfoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Billing\InvoiceProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Billing\InvoiceProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Billing\InvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Billing\InvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Billing\UserBillingInfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Billing\UserBillingInfoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\IdentificationCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Config\IdentificationCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Connection\ExternalConnectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Connection\ExternalConnectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\DynamicParkingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\DynamicParkingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\DynamicParkingTransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\DynamicParkingTransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\ExternalProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\ExternalProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Location\AreaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Location\AreaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Location\CityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Location\CityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Location\PlaceConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Location\PlaceConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Location\PlaceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Location\PlaceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\ExternalLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\ExternalLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\RequestLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\RequestLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\WebhookLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\WebhookLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\EmailNotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Notification\EmailNotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\PushNotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Notification\PushNotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Parking\ParkingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Parking\ParkingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Parking\Provider\ExternalParkingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Parking\Provider\ExternalParkingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Parking\Provider\ParkingProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Parking\Provider\ParkingProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Parking\VignetteRegistrationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Parking\VignetteRegistrationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\PaymentOptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Payment\PaymentOptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\TransactionLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Payment\TransactionLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\TransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Payment\TransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\InvoiceReportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Report\InvoiceReportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Schedule\ScheduleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Schedule\ScheduleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\UserRepository"; reason: abstract.
Removed service ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.App\Service\Framework\ExtendedParamConverter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Framework\ExtendedParamConverter"; reason: abstract.
Removed service ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.App\Service\Framework\RequestQueryParamConverter"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Framework\RequestQueryParamConverter"; reason: abstract.
225
Removed service "nyholm.psr7.psr17_factory"; reason: unused.
Removed service "nyholm.psr7.httplug_factory"; reason: unused.
Removed service "App\Admin\Billing\InvoiceAdmin"; reason: unused.
Removed service "App\Admin\Billing\InvoiceBillingInfoAdmin"; reason: unused.
Removed service "App\Admin\Billing\InvoiceProductAdmin"; reason: unused.
Removed service "App\Admin\Location\AreaAdmin"; reason: unused.
Removed service "App\Admin\Location\CityAdmin"; reason: unused.
Removed service "App\Admin\Location\CountryAdmin"; reason: unused.
Removed service "App\Admin\Location\CountyAdmin"; reason: unused.
Removed service "App\Admin\Location\PlaceAddressAdmin"; reason: unused.
Removed service "App\Admin\Location\PlaceAdmin"; reason: unused.
Removed service "App\Admin\Location\PlaceConfigAdmin"; reason: unused.
Removed service "App\Admin\Log\ExternalLogAdmin"; reason: unused.
Removed service "App\Admin\Log\RequestLogAdmin"; reason: unused.
Removed service "App\Admin\Notification\EmailNotificationAdmin"; reason: unused.
Removed service "App\Admin\Notification\MessengerMessageAdmin"; reason: unused.
Removed service "App\Admin\Notification\PushNotificationAdmin"; reason: unused.
Removed service "App\Admin\Operator\OperatorAdmin"; reason: unused.
Removed service "App\Admin\Parking\DynamicParkingTransactionAdmin"; reason: unused.
Removed service "App\Admin\Parking\ParkingAdmin"; reason: unused.
Removed service "App\Admin\Parking\Provider\ExternalParkingAdmin"; reason: unused.
Removed service "App\Admin\Parking\Provider\ParkingProviderAdmin"; reason: unused.
Removed service "App\Admin\Parking\VignetteRegistrationAdmin"; reason: unused.
Removed service "App\Admin\Payment\PaymentOptionAdmin"; reason: unused.
Removed service "App\Admin\Report\InvoiceReportAdmin"; reason: unused.
Removed service "App\Admin\Schedule\ScheduleAdmin"; reason: unused.
Removed service "App\Admin\Schedule\ScheduleDayAdmin"; reason: unused.
Removed service "App\Admin\Schedule\ScheduleDayIntervalAdmin"; reason: unused.
Removed service "App\Admin\Sonata\SonataUserAdmin"; reason: unused.
Removed service "App\Event\ParkingEvent"; reason: unused.
Removed service "App\Events\ParkingEvent"; reason: unused.
Removed service "App\Repository\Doctrine\DBAL\Platforms\CustomPostgreSQLDriver"; reason: unused.
Removed service "App\Repository\Doctrine\DBAL\Platforms\CustomPostgreSQLSchemaManager"; reason: unused.
Removed service "App\Repository\Doctrine\DBAL\Platforms\PostgreSqlPlatform"; reason: unused.
Removed service "App\Service\External\MobilPay\MobilpayGlobal"; reason: unused.
Removed service "App\Service\External\MobilPay\Payment\Invoice\MobilpayPaymentInvoice"; reason: unused.
Removed service "App\Service\External\MobilPay\Payment\Invoice\MobilpayPaymentInvoiceItem"; reason: unused.
Removed service "App\Service\External\MobilPay\Payment\MobilpayPaymentAddress"; reason: unused.
Removed service "App\Service\External\MobilPay\Payment\MobilpayPaymentExchangeRate"; reason: unused.
Removed service "App\Service\External\MobilPay\Payment\Request\MobilpayPaymentRequest"; reason: unused.
Removed service "App\Service\External\MobilPay\Payment\Request\MobilpayPaymentRequestCard"; reason: unused.
Removed service "App\Service\External\MobilPay\Payment\Request\MobilpayPaymentRequestNotify"; reason: unused.
Removed service "App\Service\External\MobilPay\Payment\Request\MobilpayPaymentRequestSms"; reason: unused.
Removed service "App\Service\External\ParkingProvider\Protocol\PPAuthResponse"; reason: unused.
Removed service "App\Service\External\ParkingProvider\Protocol\PPErrorResponse"; reason: unused.
Removed service "App\Service\Utils\GeocodingUtils"; reason: unused.
Removed service "App\Service\Utils\Office\ExcelColumnDTO"; reason: unused.
Removed service "ReCaptcha\ReCaptcha"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "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.attribute_bag"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~UMC1wvq"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.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 "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "fos_rest.view_handler.jsonp"; reason: unused.
Removed service "fos_rest.serializer.jms"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
Removed service "fos_rest.decoder.jsontoform"; reason: unused.
Removed service "sonata.admin.label.strategy.bc"; reason: unused.
Removed service "sonata.admin.label.strategy.noop"; reason: unused.
Removed service "sonata.admin.label.strategy.form_component"; reason: unused.
Removed service "sonata.admin.filter_persister.session"; reason: unused.
Removed service "sonata.admin.security.handler.noop"; reason: unused.
Removed service "sonata.admin.security.handler.acl"; reason: unused.
Removed service "sonata.admin.entity_manager"; reason: unused.
Removed service "sonata.media.adapter.image.imagick"; reason: unused.
Removed service "sonata.media.adapter.image.gmagick"; reason: unused.
Removed service "sonata.media.formatter.twig"; reason: unused.
Removed service "sonata.media.security.public_strategy"; reason: unused.
Removed service "sonata.media.security.forbidden_strategy"; reason: unused.
Removed service "sonata.media.security.session_strategy"; reason: unused.
Removed service "sonata.media.security.connected_strategy"; reason: unused.
Removed service "nelmio_api_doc.type_describer.chain"; reason: unused.
Removed service "nelmio_api_doc.type_describer.array"; reason: unused.
Removed service "nelmio_api_doc.type_describer.bool"; reason: unused.
Removed service "nelmio_api_doc.type_describer.class"; reason: unused.
Removed service "nelmio_api_doc.type_describer.dictionary"; reason: unused.
Removed service "nelmio_api_doc.type_describer.float"; reason: unused.
Removed service "nelmio_api_doc.type_describer.integer"; reason: unused.
Removed service "nelmio_api_doc.type_describer.intersection"; reason: unused.
Removed service "nelmio_api_doc.type_describer.list"; reason: unused.
Removed service "nelmio_api_doc.type_describer.mixed"; reason: unused.
Removed service "nelmio_api_doc.type_describer.nullable"; reason: unused.
Removed service "nelmio_api_doc.type_describer.object"; reason: unused.
Removed service "nelmio_api_doc.type_describer.string"; reason: unused.
Removed service "nelmio_api_doc.type_describer.union"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~zKfykRC"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.success_handler"; reason: unused.
Removed service ".service_locator.KjuhRdy"; reason: unused.
Removed service ".service_locator.sVVdmNj"; reason: unused.
Removed service ".service_locator.hT2Kv93"; reason: unused.
Removed service ".service_locator.aKM6MDa"; reason: unused.
Removed service ".service_locator.kfzAe_1"; reason: unused.
Removed service ".service_locator.wF1ua0s"; reason: unused.
Removed service ".service_locator.17CmDtK"; reason: unused.
Removed service ".service_locator.gOfcrwA"; reason: unused.
Removed service ".service_locator.keyNKyu"; reason: unused.
Removed service ".service_locator.cAgQCfT"; reason: unused.
Removed service ".service_locator.Xd.25Eq"; reason: unused.
Removed service ".service_locator.2PsnQDv"; reason: unused.
Removed service ".service_locator.uFXY6w4"; reason: unused.
Removed service ".service_locator.z5uTvYQ"; reason: unused.
Removed service ".service_locator.8yUHFrZ"; reason: unused.
Removed service ".service_locator.cmgBGs1"; reason: unused.
Removed service ".service_locator.hMDn4Qz"; reason: unused.
Removed service ".service_locator.Q_IwrE5"; reason: unused.
Removed service ".service_locator.H_5dZOt"; reason: unused.
Removed service ".service_locator.tecYent"; reason: unused.
Removed service ".service_locator.B2N.LKQ"; reason: unused.
Removed service ".service_locator.zjQkmuM"; reason: unused.
Removed service ".service_locator.lRI1OiU"; reason: unused.
Removed service ".service_locator.kTcdk9J"; reason: unused.
Removed service ".service_locator.6H7qA2B"; reason: unused.
Removed service ".service_locator.wi56AAo"; reason: unused.
Removed service ".service_locator._hjaS6w"; reason: unused.
Removed service ".service_locator.AjG8ZRp"; reason: unused.
Removed service ".service_locator.MKn3o3M"; reason: unused.
Removed service ".service_locator.LislTg3"; reason: unused.
Removed service ".service_locator.mCsTeVi"; reason: unused.
Removed service ".service_locator.nbSwB85"; reason: unused.
Removed service ".service_locator.YN6S_ma"; reason: unused.
Removed service ".service_locator.dlncm0i"; reason: unused.
Removed service ".service_locator.RzpM5sZ"; reason: unused.
Removed service ".service_locator.cXkTl8R"; reason: unused.
Removed service ".service_locator.5.WN0I2"; reason: unused.
Removed service ".service_locator.q2ji3lu"; reason: unused.
Removed service ".service_locator.8XejkSz"; reason: unused.
Removed service ".service_locator.gdO_KnE"; reason: unused.
Removed service ".service_locator.GFdZaIU"; reason: unused.
Removed service ".service_locator.zV7IP82"; reason: unused.
Removed service ".service_locator.xqd7Cjb"; reason: unused.
Removed service ".service_locator.HTSrQlZ"; reason: unused.
Removed service ".service_locator._0Tz_x2"; reason: unused.
Removed service ".service_locator.ZoN35YD"; reason: unused.
Removed service ".service_locator.vE8qCu3"; reason: unused.
Removed service ".service_locator.UrNbK8a"; reason: unused.
Removed service ".service_locator.jGqcYTh"; 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.
Removed service ".service_locator.nLgZj7R"; reason: unused.
Removed service ".service_locator.0y6XQX_"; reason: unused.
464
Inlined service ".service_locator.3CTLkIg.App\Controller\Admin\Billing\InvoiceCRUDController" to "App\Controller\Admin\Billing\InvoiceCRUDController".
Inlined service ".service_locator.3CTLkIg.App\Controller\Admin\Parking\DynamicCRUDController" to "App\Controller\Admin\Parking\DynamicCRUDController".
Inlined service ".service_locator.3CTLkIg.App\Controller\Admin\Parking\ParkingCRUDController" to "App\Controller\Admin\Parking\ParkingCRUDController".
Inlined service ".service_locator.3CTLkIg.App\Controller\Admin\Report\InvoiceReportCRUDController" to "App\Controller\Admin\Report\InvoiceReportCRUDController".
Inlined service ".service_locator.u9KuSDP.App\Controller\Ads\AdsReferralController" to "App\Controller\Ads\AdsReferralController".
Inlined service ".service_locator.u9KuSDP.App\Controller\Bariers\CmpbMainController" to "App\Controller\Bariers\CmpbMainController".
Inlined service "App\Service\Data\Barriers\CmpbMainService" to "App\Controller\Bariers\CmpbMainController".
Inlined service ".service_locator.u9KuSDP.App\Controller\Bariers\CostinestiMainController" to "App\Controller\Bariers\CostinestiMainController".
Inlined service ".service_locator.u9KuSDP.App\Controller\Bariers\Sector4MainController" to "App\Controller\Bariers\Sector4MainController".
Inlined service ".service_locator.u9KuSDP.App\Controller\Cloud\CloudCronController" to "App\Controller\Cloud\CloudCronController".
Inlined service ".service_locator.u9KuSDP.App\Controller\DebugController" to "App\Controller\DebugController".
Inlined service ".service_locator.u9KuSDP.App\Controller\External\ExternalAccessController" to "App\Controller\External\ExternalAccessController".
Inlined service ".service_locator.u9KuSDP.App\Controller\HomeController" to "App\Controller\HomeController".
Inlined service ".service_locator.u9KuSDP.App\Controller\Mock\ParkingBucurestiMockController" to "App\Controller\Mock\ParkingBucurestiMockController".
Inlined service "cache.app.taggable" to "App\Controller\Mock\ParkingBucurestiMockController".
Inlined service ".service_locator.u9KuSDP.App\Controller\Parking\ParkingController" to "App\Controller\Parking\ParkingController".
Inlined service ".service_locator.u9KuSDP.App\Controller\Parking\VignetteRegistrationController" to "App\Controller\Parking\VignetteRegistrationController".
Inlined service "App\Service\External\Google\GoogleCloudStorageService" to "App\Controller\Parking\VignetteRegistrationController".
Inlined service ".service_locator.u9KuSDP.App\Controller\ParkingProvider\ParkingBucurestiApiController" to "App\Controller\ParkingProvider\ParkingBucurestiApiController".
Inlined service ".service_locator.u9KuSDP.App\Controller\Payment\MobilPayController" to "App\Controller\Payment\MobilPayController".
Inlined service ".service_locator.u9KuSDP.App\Controller\Payment\ParkingPaymentController" to "App\Controller\Payment\ParkingPaymentController".
Inlined service ".service_locator.u9KuSDP.App\Controller\Payment\PaymentController" to "App\Controller\Payment\PaymentController".
Inlined service ".service_locator.u9KuSDP.App\Controller\Payment\RedirectController" to "App\Controller\Payment\RedirectController".
Inlined service ".service_locator.u9KuSDP.App\Controller\Payment\RevolutPayController" to "App\Controller\Payment\RevolutPayController".
Inlined service "App\Service\Data\Location\PlaceService" to "App\EventListener\Doctrine\PlaceLifecycleHookListener".
Inlined service "App\Service\Framework\RequestService" to "App\EventListener\RequestListener".
Inlined service "App\Service\External\ParkingProvider\Implementation\ParkingBucurestiProviderImpl" to "App\Service\External\ParkingProvider\ParkingProviderFactory".
Inlined service "App\Service\External\ParkingProvider\Implementation\ParkingParkoProviderImpl" to "App\Service\External\ParkingProvider\ParkingProviderFactory".
Inlined service "App\Service\External\ParkingProvider\Implementation\ParkingDmuProviderImpl" to "App\Service\External\ParkingProvider\ParkingProviderFactory".
Inlined service "App\Service\External\ParkingProvider\Implementation\ParkingParkoCostProviderImpl" to "App\Service\External\ParkingProvider\ParkingProviderFactory".
Inlined service "App\Service\External\ParkingProvider\ParkingProviderFactory" to "App\Service\External\ParkingProvider\ParkingProviderService".
Inlined service "App\Service\Framework\ExtendedParamConverter.inner" to "App\Service\Framework\ExtendedParamConverter".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache.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 "sonata.admin.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 "sonata.admin.route_loader" 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 "fos_rest.serializer.form_error_normalizer" 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 "App\Service\Utils\CircularReferenceHandler" to "serializer.normalizer.object".
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 "Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler" 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.84y7wYJ" 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 "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "sonata.user.validator.user_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.saqaed9" 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.T5UGuNS" 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 "sonata.block.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.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\Extension\Twig\AppTwigExtension" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "sonata.twig.extension.wrapping" to "twig".
Inlined service "sonata.twig.status_extension" to "twig".
Inlined service "sonata.twig.template_extension" to "twig".
Inlined service "sonata.form.twig.canonicalize_extension" to "twig".
Inlined service "sonata.block.twig.extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "sonata.admin.twig.sonata_admin_extension" to "twig".
Inlined service "sonata.admin.twig.template_registry_extension" to "twig".
Inlined service "sonata.admin.twig.group_extension" to "twig".
Inlined service "sonata.admin.twig.icon_extension" to "twig".
Inlined service "sonata.admin.twig.security_extension" to "twig".
Inlined service "sonata.admin.twig.canonicalize_extension" to "twig".
Inlined service "sonata.admin.twig.xeditable_extension" to "twig".
Inlined service "sonata.admin.twig.render_element_extension" to "twig".
Inlined service "sonata.admin.twig.breadcrumbs_extension" to "twig".
Inlined service "sonata.user.roles_matrix_extension" to "twig".
Inlined service "sonata.media.twig.extension" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "sonata.block.twig.global" to "twig".
Inlined service "sonata.user.twig.global" to "twig".
Inlined service "sonata.media.twig.global" 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 "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.m9SfGeC" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "App\Service\Framework\ExtendedParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "App\Service\Framework\RequestQueryParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "App\Service\Framework\RequestQueryParamConverter" to "sensio_framework_extra.converter.manager".
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 "App\Service\Framework\ExtendedParamConverter" 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 "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.QX5vGCK" 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.xW2aBsD" 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.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service ".service_locator.F8GUT.n" to "doctrine.orm.default_entity_listener_resolver".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.eKXDm4f" to "security.access_map".
Inlined service ".security.request_matcher.DtPA6tq" to "security.access_map".
Inlined service ".security.request_matcher.sW49kSx" to "security.access_map".
Inlined service ".security.request_matcher.K_GxRfk" to "security.access_map".
Inlined service ".security.request_matcher.hLm53Uu" to "security.access_map".
Inlined service ".security.request_matcher.7oxTYJm" to "security.access_map".
Inlined service ".security.request_matcher.xtQ1sGe" to "security.access_map".
Inlined service ".security.request_matcher._pRcrzc" to "security.access_map".
Inlined service ".security.request_matcher.Ud1TEPV" to "security.access_map".
Inlined service ".security.request_matcher.i0nnAHt" to "security.access_map".
Inlined service ".security.request_matcher.YVkcBei" to "security.access_map".
Inlined service ".security.request_matcher.D2XdegB" to "security.access_map".
Inlined service ".security.request_matcher.eoJuNvA" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
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.api_login.json_login" to "security.authenticator.json_login.api_login".
Inlined service "security.authentication.failure_handler.api_login.json_login" to "security.authenticator.json_login.api_login".
Inlined service "debug.security.firewall.authenticator.api_login.inner" to "debug.security.firewall.authenticator.api_login".
Inlined service "security.exception_listener.api_login" to "security.firewall.map.context.api_login".
Inlined service "security.firewall.map.config.api_login" to "security.firewall.map.context.api_login".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.api".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "security.authentication.session_strategy" to "security.listener.session.admin".
Inlined service "security.authentication.success_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "security.authentication.failure_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.admin" to "security.authenticator.remember_me_handler.admin".
Inlined service "debug.security.firewall.authenticator.admin.inner" to "debug.security.firewall.authenticator.admin".
Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.logout_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
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 "fos_rest.request.param_fetcher.reader" to "fos_rest.request.param_fetcher".
Inlined service ".service_locator.CE6DdyV" to "fos_rest.decoder_provider".
Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.80d797a15a43c90f1e349920e9d8b7d830a3ffe5a375510a754810bbc25093e6a019b4c8" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.2432e83048427dc8f11b940a6bcff723487fb9f0d780232170a5c588f73bf33daf39191b" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.f796c20f6928eb53b55f5ee6dad984551bdccfbfe9c33ce715ebcdc32991c364bd223b83" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request.param_fetcher" to "fos_rest.param_fetcher_listener".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Location\CityFixtures" to "doctrine.fixtures.loader".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.chain".
Inlined service "sonata.exporter.writer.csv" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.json" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xls" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xlsx" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xml" to "sonata.exporter.exporter".
Inlined service ".service_locator.pBWaIXu" to "sonata.block.manager".
Inlined service "sonata.block.loader.chain" to "sonata.block.context_manager.default".
Inlined service "sonata.block.exception.strategy.manager" to "sonata.block.renderer.default".
Inlined service "sonata.block.loader.service" to "sonata.block.loader.chain".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service ".service_locator.7yMjEo0" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
Inlined service "sonata.admin.form.data_transformer_resolver" to "sonata.admin.action.set_object_field_value".
Inlined service "sonata.admin.search.handler" to "sonata.admin.block.search_result".
Inlined service "sonata.admin.manipulator.acl.admin" to "sonata.admin.command.setup_acl".
Inlined service ".service_locator.Or4Lacs" to "sonata.admin.pool".
Inlined service ".service_locator.ejIbxXf" to "sonata.admin.builder.filter.factory".
Inlined service ".service_locator.Xbsa8iG" to "sonata.admin.audit.manager".
Inlined service ".service_locator.3CTLkIg.sonata.admin.controller.crud" to "sonata.admin.controller.crud".
Inlined service "sonata.admin.form.data_transformer.boolean_to_string" to "sonata.admin.form.data_transformer_resolver".
Inlined service "sonata.admin.guesser.orm_list_chain" to "sonata.admin.builder.orm_list".
Inlined service "sonata.admin.guesser.orm_list" to "sonata.admin.guesser.orm_list_chain".
Inlined service "sonata.admin.guesser.orm_show_chain" to "sonata.admin.builder.orm_show".
Inlined service "sonata.admin.guesser.orm_show" to "sonata.admin.guesser.orm_show_chain".
Inlined service "sonata.admin.builder.filter.factory" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid_chain" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid" to "sonata.admin.guesser.orm_datagrid_chain".
Inlined service "sonata.user.admin_roles_builder" to "sonata.user.matrix_roles_builder".
Inlined service "security.authentication_utils" to "sonata.user.action.login".
Inlined service "mailer.mailer" to "sonata.user.mailer.default".
Inlined service "sonata.user.mailer.default" to "sonata.user.action.request".
Inlined service "sonata.user.util.token_generator" to "sonata.user.action.request".
Inlined service "sonata.media.security.superadmin_strategy" to "sonata.media.pool".
Inlined service "sonata.media.provider.youtube" to "sonata.media.pool".
Inlined service "sonata.media.provider.dailymotion" to "sonata.media.pool".
Inlined service "sonata.media.provider.vimeo" to "sonata.media.pool".
Inlined service "sonata.media.resizer.crop" to "sonata.media.thumbnail.format".
Inlined service "sonata.media.resizer.square" to "sonata.media.thumbnail.format".
Inlined service "sonata.media.thumbnail.file" to "sonata.media.provider.file".
Inlined service "sonata.media.metadata.noop" to "sonata.media.metadata.proxy".
Inlined service ".service_locator.UfWeBZF.sonata.media.controller.media.admin" to "sonata.media.controller.media.admin".
Inlined service ".service_locator.3CTLkIg.sonata.media.controller.gallery.admin" to "sonata.media.controller.gallery.admin".
Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.swagger.processor.nullable_property" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.open_api.generator" to "nelmio_api_doc.generator.default".
Inlined service "monolog.logger.nelmio_api_doc" to "nelmio_api_doc.generator.default".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_body" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_parameter" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_cookie" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "lexik_jwt_authentication.handler.authentication_success" to "gesdinet.jwtrefreshtoken".
Inlined service "lexik_jwt_authentication.handler.authentication_failure" to "gesdinet.jwtrefreshtoken".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_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 "sonata.admin.maker" to "maker.auto_command.make_sonata_admin".
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.sonata.admin.argument_resolver.admin.inner" to "debug.sonata.admin.argument_resolver.admin".
Inlined service "debug.sonata.admin.argument_resolver.proxy_query.inner" to "debug.sonata.admin.argument_resolver.proxy_query".
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 "App\MessageHandler\InvoiceMessageHandler" to ".messenger.method_on_object_wrapper.OEJf3wS".
Inlined service "App\MessageHandler\NotificationMessageHandler" to ".messenger.method_on_object_wrapper.cf0_Vzk".
Inlined service "App\MessageHandler\Report\ReportMessageHandler" to ".messenger.method_on_object_wrapper.cAIJEWn".
Inlined service ".messenger.method_on_object_wrapper.OEJf3wS" to ".messenger.handler_descriptor._Mj_HQc".
Inlined service ".messenger.method_on_object_wrapper.cf0_Vzk" to ".messenger.handler_descriptor.V_EkApV".
Inlined service ".messenger.method_on_object_wrapper.eqTwsaa" to ".messenger.handler_descriptor.wj9Y3bd".
Inlined service ".messenger.method_on_object_wrapper.wR4Xqfm" to ".messenger.handler_descriptor.Mdu1DKY".
Inlined service ".messenger.method_on_object_wrapper.xgVnnvm" to ".messenger.handler_descriptor.9PXS587".
Inlined service ".messenger.method_on_object_wrapper.cAIJEWn" to ".messenger.handler_descriptor.e7xZerH".
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 "doctrine.dbal.well_known_schema_asset_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
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 "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.gOdCe1K" to ".service_locator.gOdCe1K.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 ".service_locator.UfWeBZF" to ".service_locator.UfWeBZF.sonata.media.controller.media.admin".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "security.authenticator.manager.api_login" to "debug.security.firewall.authenticator.api_login.inner".
Inlined service "security.authenticator.manager.api" to "debug.security.firewall.authenticator.api.inner".
Inlined service "security.authenticator.manager.admin" to "debug.security.firewall.authenticator.admin.inner".
Inlined service ".service_locator.MGe14eu" to "console.command_loader".
Inlined service ".service_locator.gOdCe1K.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 "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
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.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "sonata.media.http.base_client" to "sonata.media.pool".
Inlined service "sonata.media.http.base_message_factory" to "sonata.media.pool".
Inlined service "sonata.media.http.base_client" to "sonata.media.pool".
Inlined service "sonata.media.http.base_message_factory" to "sonata.media.pool".
Inlined service "sonata.media.http.base_client" to "sonata.media.pool".
Inlined service "sonata.media.http.base_message_factory" to "sonata.media.pool".
3
Tag "container.decorator" was defined on service(s) "debug.controller_resolver", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api_login", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.admin", "debug.argument_resolver.request_attribute", "debug.argument_resolver.request", "debug.argument_resolver.session", "debug.security.user_value_resolver", "debug.sonata.admin.argument_resolver.admin", "debug.sonata.admin.argument_resolver.proxy_query", "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.
Tag "sonata.status.renderer" was defined on service(s) "sonata.twig.flashmessage.manager", but was never used.
Tag "sonata.admin.template_registry" was defined on service(s) "sonata.user.admin.user.template_registry", "app.admin.location.area.template_registry", "app.admin.location.place.template_registry", "app.admin.location.place_config.template_registry", "app.admin.location.city.template_registry", "app.admin.payment.payment_option.template_registry", "app.admin.schedule.schedule.template_registry", "app.admin.schedule.schedule_day.template_registry", "app.admin.schedule.schedule_day_interval.template_registry", "app.admin.operator.operator.template_registry", "app.admin.parking.parking.template_registry", "app.admin.parking.dynamicparkingtransaction.template_registry", "app.admin.parking.externallogs.template_registry", "app.admin.parking.external_parking.template_registry", "app.admin.parking.provider.parking_provide.template_registry", "app.admin.location.county.template_registry", "app.admin.location.country.template_registry", "app.admin.location.place_address.template_registry", "app.admin.log.request_log.template_registry", "app.admin.notification.email_notification_admin.template_registry", "app.admin.notification.push_notification_admin.template_registry", "app.admin.billing.invoice_product_admin.template_registry", "app.admin.billing.invoice_admin.template_registry", "app.admin.notification.messenger_message_admin.template_registry", "app.admin.report.invoice_report_admin.template_registry", "app.admin.billing.invoice_billing_info_admin.template_registry", "sonata.media.admin.media.template_registry", "sonata.media.admin.gallery.template_registry", "sonata.media.admin.gallery_item.template_registry", but was never used.