Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Since lexik/jwt-authentication-bundle 2.16: The "lexik_jwt_authentication.user_identity_field" configuration key is deprecated since version 2.16, use "lexik_jwt_authentication.user_id_claim" or implement "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier()" instead.
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:79 called by App_KernelDevDebugContainer.php:831, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
"SELECT t0.id AS id_1, t0.is_enabled AS is_enabled_2, t0.code AS code_3, t0.flag AS flag_4, t0.currency AS currency_5, t0.phone_code AS phone_code_6, t0.language AS language_7, t0.name AS name_8, t0.name_en AS name_en_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM us_country t0 WHERE t0.code = ? LIMIT 1"
(parameters:
[1 => "us"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.is_enabled AS is_enabled_2, t0.code AS code_3, t0.flag AS flag_4, t0.currency AS currency_5, t0.phone_code AS phone_code_6, t0.language AS language_7, t0.name AS name_8, t0.name_en AS name_en_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM us_country t0 WHERE t0.code = ? LIMIT 1"
"params" => [1 => "us"
]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT u0_.name AS name_0, u0_.slug AS slug_1 FROM us_ad_billing u0_ ORDER BY u0_.id ASC"
doctrine
[
"sql" => "SELECT u0_.name AS name_0, u0_.slug AS slug_1 FROM us_ad_billing u0_ ORDER BY u0_.id ASC"
]
debug
Executing query:
"SELECT u0_.name AS name_0, u0_.slug AS slug_1 FROM us_ad_menu u0_ ORDER BY u0_.id ASC"
doctrine
[
"sql" => "SELECT u0_.name AS name_0, u0_.slug AS slug_1 FROM us_ad_menu u0_ ORDER BY u0_.id ASC"
]
debug
Executing statement:
"SELECT u0_.id AS id_0, u0_.is_enabled AS is_enabled_1, u0_.code AS code_2, u0_.flag AS flag_3, u0_.currency AS currency_4, u0_.phone_code AS phone_code_5, u0_.language AS language_6, u0_.name AS name_7, u0_.name_en AS name_en_8, u0_.created_at AS created_at_9, u0_.updated_at AS updated_at_10 FROM us_country u0_ WHERE LOWER(u0_.code) = ? AND u0_.is_enabled = true LIMIT 1"
(parameters:
[1 => "us"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.id AS id_0, u0_.is_enabled AS is_enabled_1, u0_.code AS code_2, u0_.flag AS flag_3, u0_.currency AS currency_4, u0_.phone_code AS phone_code_5, u0_.language AS language_6, u0_.name AS name_7, u0_.name_en AS name_en_8, u0_.created_at AS created_at_9, u0_.updated_at AS updated_at_10 FROM us_country u0_ WHERE LOWER(u0_.code) = ? AND u0_.is_enabled = true LIMIT 1"
"params" => [1 => "us"
]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.name_en AS name_en_3, t0.slug AS slug_4 FROM us_ad_menu t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.name_en AS name_en_3, t0.slug AS slug_4 FROM us_ad_menu t0"
]
debug
Executing query:
"SELECT u0_.id AS id_0, u0_.is_enabled AS is_enabled_1, u0_.code AS code_2, u0_.flag AS flag_3, u0_.currency AS currency_4, u0_.phone_code AS phone_code_5, u0_.language AS language_6, u0_.name AS name_7, u0_.name_en AS name_en_8, u0_.created_at AS created_at_9, u0_.updated_at AS updated_at_10 FROM us_country u0_ WHERE u0_.is_enabled = true ORDER BY u0_.id ASC"
doctrine
[
"sql" => "SELECT u0_.id AS id_0, u0_.is_enabled AS is_enabled_1, u0_.code AS code_2, u0_.flag AS flag_3, u0_.currency AS currency_4, u0_.phone_code AS phone_code_5, u0_.language AS language_6, u0_.name AS name_7, u0_.name_en AS name_en_8, u0_.created_at AS created_at_9, u0_.updated_at AS updated_at_10 FROM us_country u0_ WHERE u0_.is_enabled = true ORDER BY u0_.id ASC"
]
deprecation
User Deprecated: Since twig/twig 3.14: The "Twig\Environment::mergeGlobals" method is deprecated.
Log messages generated during the compilation of the service container.
Messages
Class
819
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DatabaseBackupCommand" (parent: .abstract.instanceof.App\Command\DatabaseBackupCommand).
Resolving inheritance for "App\Command\DatabaseBackupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DatabaseBackupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Encoder\EncoderInterface.0.App\Common\Encoder\PathEncoder" (parent: .abstract.instanceof.App\Common\Encoder\PathEncoder).
Resolving inheritance for "App\Common\Encoder\PathEncoder" (parent: .instanceof.Symfony\Component\Serializer\Encoder\EncoderInterface.0.App\Common\Encoder\PathEncoder).
Resolving inheritance for ".instanceof.Doctrine\ORM\Id\AbstractIdGenerator.0.App\Common\Manager\CustomIdGenerator" (parent: .abstract.instanceof.App\Common\Manager\CustomIdGenerator).
Resolving inheritance for "App\Common\Manager\CustomIdGenerator" (parent: .instanceof.Doctrine\ORM\Id\AbstractIdGenerator.0.App\Common\Manager\CustomIdGenerator).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\AccountController" (parent: .abstract.instanceof.App\Controller\Api\Access\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\AccountController).
Resolving inheritance for "App\Controller\Api\Access\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\AppController" (parent: .abstract.instanceof.App\Controller\Api\Access\AppController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\AppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\AppController).
Resolving inheritance for "App\Controller\Api\Access\AppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\AppController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\CmdAutoController" (parent: .abstract.instanceof.App\Controller\Api\Access\CmdAutoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\CmdAutoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\CmdAutoController).
Resolving inheritance for "App\Controller\Api\Access\CmdAutoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\CmdAutoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\CountryController" (parent: .abstract.instanceof.App\Controller\Api\Access\CountryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\CountryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\CountryController).
Resolving inheritance for "App\Controller\Api\Access\CountryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\CountryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\PlanController" (parent: .abstract.instanceof.App\Controller\Api\Access\PlanController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\PlanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\PlanController).
Resolving inheritance for "App\Controller\Api\Access\PlanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\PlanController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\PremiumOrangeController" (parent: .abstract.instanceof.App\Controller\Api\Access\PremiumOrangeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\PremiumOrangeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\PremiumOrangeController).
Resolving inheritance for "App\Controller\Api\Access\PremiumOrangeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\PremiumOrangeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\PremiumWaveController" (parent: .abstract.instanceof.App\Controller\Api\Access\PremiumWaveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\PremiumWaveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\PremiumWaveController).
Resolving inheritance for "App\Controller\Api\Access\PremiumWaveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\PremiumWaveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\SponsorController" (parent: .abstract.instanceof.App\Controller\Api\Access\SponsorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\SponsorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\SponsorController).
Resolving inheritance for "App\Controller\Api\Access\SponsorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\SponsorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\AdController" (parent: .abstract.instanceof.App\Controller\Api\Secure\AdController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\AdController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\AdController).
Resolving inheritance for "App\Controller\Api\Secure\AdController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\AdController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\AuthorController" (parent: .abstract.instanceof.App\Controller\Api\Secure\AuthorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\AuthorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\AuthorController).
Resolving inheritance for "App\Controller\Api\Secure\AuthorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\AuthorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\AutoController" (parent: .abstract.instanceof.App\Controller\Api\Secure\AutoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\AutoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\AutoController).
Resolving inheritance for "App\Controller\Api\Secure\AutoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\AutoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\BookingController" (parent: .abstract.instanceof.App\Controller\Api\Secure\BookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\BookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\BookingController).
Resolving inheritance for "App\Controller\Api\Secure\BookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\BookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\CmdAutoController" (parent: .abstract.instanceof.App\Controller\Api\Secure\CmdAutoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\CmdAutoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\CmdAutoController).
Resolving inheritance for "App\Controller\Api\Secure\CmdAutoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\CmdAutoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\ContactInsuranceController" (parent: .abstract.instanceof.App\Controller\Api\Secure\ContactInsuranceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\ContactInsuranceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\ContactInsuranceController).
Resolving inheritance for "App\Controller\Api\Secure\ContactInsuranceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\ContactInsuranceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\ContactRestaurantController" (parent: .abstract.instanceof.App\Controller\Api\Secure\ContactRestaurantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\ContactRestaurantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\ContactRestaurantController).
Resolving inheritance for "App\Controller\Api\Secure\ContactRestaurantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\ContactRestaurantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\NotificationController" (parent: .abstract.instanceof.App\Controller\Api\Secure\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\NotificationController).
Resolving inheritance for "App\Controller\Api\Secure\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\PremiumController" (parent: .abstract.instanceof.App\Controller\Api\Secure\PremiumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\PremiumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\PremiumController).
Resolving inheritance for "App\Controller\Api\Secure\PremiumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\PremiumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\PremiumOrangeController" (parent: .abstract.instanceof.App\Controller\Api\Secure\PremiumOrangeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\PremiumOrangeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\PremiumOrangeController).
Resolving inheritance for "App\Controller\Api\Secure\PremiumOrangeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\PremiumOrangeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\PremiumWaveController" (parent: .abstract.instanceof.App\Controller\Api\Secure\PremiumWaveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\PremiumWaveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\PremiumWaveController).
Resolving inheritance for "App\Controller\Api\Secure\PremiumWaveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\PremiumWaveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\ProfileController" (parent: .abstract.instanceof.App\Controller\Api\Secure\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\ProfileController).
Resolving inheritance for "App\Controller\Api\Secure\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\RecruitmentController" (parent: .abstract.instanceof.App\Controller\Api\Secure\RecruitmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\RecruitmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\RecruitmentController).
Resolving inheritance for "App\Controller\Api\Secure\RecruitmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\RecruitmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\RestaurantController" (parent: .abstract.instanceof.App\Controller\Api\Secure\RestaurantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\RestaurantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\RestaurantController).
Resolving inheritance for "App\Controller\Api\Secure\RestaurantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\RestaurantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketBillController" (parent: .abstract.instanceof.App\Controller\Api\Secure\TicketBillController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketBillController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketBillController).
Resolving inheritance for "App\Controller\Api\Secure\TicketBillController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketBillController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketController" (parent: .abstract.instanceof.App\Controller\Api\Secure\TicketController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketController).
Resolving inheritance for "App\Controller\Api\Secure\TicketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketManagerController" (parent: .abstract.instanceof.App\Controller\Api\Secure\TicketManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketManagerController).
Resolving inheritance for "App\Controller\Api\Secure\TicketManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketManagerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketReceiptController" (parent: .abstract.instanceof.App\Controller\Api\Secure\TicketReceiptController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketReceiptController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketReceiptController).
Resolving inheritance for "App\Controller\Api\Secure\TicketReceiptController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketReceiptController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketerController" (parent: .abstract.instanceof.App\Controller\Api\Secure\TicketerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketerController).
Resolving inheritance for "App\Controller\Api\Secure\TicketerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketingController" (parent: .abstract.instanceof.App\Controller\Api\Secure\TicketingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketingController).
Resolving inheritance for "App\Controller\Api\Secure\TicketingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketingNumberingController" (parent: .abstract.instanceof.App\Controller\Api\Secure\TicketingNumberingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketingNumberingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketingNumberingController).
Resolving inheritance for "App\Controller\Api\Secure\TicketingNumberingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketingNumberingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketingReceiptController" (parent: .abstract.instanceof.App\Controller\Api\Secure\TicketingReceiptController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketingReceiptController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketingReceiptController).
Resolving inheritance for "App\Controller\Api\Secure\TicketingReceiptController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketingReceiptController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketingSubscriptionController" (parent: .abstract.instanceof.App\Controller\Api\Secure\TicketingSubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketingSubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketingSubscriptionController).
Resolving inheritance for "App\Controller\Api\Secure\TicketingSubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketingSubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TransactionController" (parent: .abstract.instanceof.App\Controller\Api\Secure\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TransactionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TransactionController).
Resolving inheritance for "App\Controller\Api\Secure\TransactionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\AccountController" (parent: .abstract.instanceof.App\Controller\Author\Ad\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\AccountController).
Resolving inheritance for "App\Controller\Author\Ad\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\BookingController" (parent: .abstract.instanceof.App\Controller\Author\Ad\BookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\BookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\BookingController).
Resolving inheritance for "App\Controller\Author\Ad\BookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\BookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\DefaultController" (parent: .abstract.instanceof.App\Controller\Author\Ad\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\DefaultController).
Resolving inheritance for "App\Controller\Author\Ad\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\IndexController" (parent: .abstract.instanceof.App\Controller\Author\Ad\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\IndexController).
Resolving inheritance for "App\Controller\Author\Ad\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\NotificationsController" (parent: .abstract.instanceof.App\Controller\Author\Ad\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\NotificationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\NotificationsController).
Resolving inheritance for "App\Controller\Author\Ad\NotificationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\PremiumController" (parent: .abstract.instanceof.App\Controller\Author\Ad\PremiumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\PremiumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\PremiumController).
Resolving inheritance for "App\Controller\Author\Ad\PremiumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\PremiumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\TransactionController" (parent: .abstract.instanceof.App\Controller\Author\Ad\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\TransactionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\TransactionController).
Resolving inheritance for "App\Controller\Author\Ad\TransactionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\AccountController" (parent: .abstract.instanceof.App\Controller\Author\Insurance\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\AccountController).
Resolving inheritance for "App\Controller\Author\Insurance\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\AutoController" (parent: .abstract.instanceof.App\Controller\Author\Insurance\AutoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\AutoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\AutoController).
Resolving inheritance for "App\Controller\Author\Insurance\AutoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\AutoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\CmdAutoController" (parent: .abstract.instanceof.App\Controller\Author\Insurance\CmdAutoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\CmdAutoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\CmdAutoController).
Resolving inheritance for "App\Controller\Author\Insurance\CmdAutoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\CmdAutoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\ContactClientController" (parent: .abstract.instanceof.App\Controller\Author\Insurance\ContactClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\ContactClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\ContactClientController).
Resolving inheritance for "App\Controller\Author\Insurance\ContactClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\ContactClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\ContactPartnerController" (parent: .abstract.instanceof.App\Controller\Author\Insurance\ContactPartnerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\ContactPartnerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\ContactPartnerController).
Resolving inheritance for "App\Controller\Author\Insurance\ContactPartnerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\ContactPartnerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\ContactStaffController" (parent: .abstract.instanceof.App\Controller\Author\Insurance\ContactStaffController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\ContactStaffController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\ContactStaffController).
Resolving inheritance for "App\Controller\Author\Insurance\ContactStaffController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\ContactStaffController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\IndexController" (parent: .abstract.instanceof.App\Controller\Author\Insurance\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\IndexController).
Resolving inheritance for "App\Controller\Author\Insurance\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\LoadController" (parent: .abstract.instanceof.App\Controller\Author\Insurance\LoadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\LoadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\LoadController).
Resolving inheritance for "App\Controller\Author\Insurance\LoadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\LoadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\NewController" (parent: .abstract.instanceof.App\Controller\Author\Insurance\NewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\NewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\NewController).
Resolving inheritance for "App\Controller\Author\Insurance\NewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\NewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\NotificationsController" (parent: .abstract.instanceof.App\Controller\Author\Insurance\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\NotificationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\NotificationsController).
Resolving inheritance for "App\Controller\Author\Insurance\NotificationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\AdController" (parent: .abstract.instanceof.App\Controller\Author\Limited\AdController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\AdController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\AdController).
Resolving inheritance for "App\Controller\Author\Limited\AdController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\AdController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\AppController" (parent: .abstract.instanceof.App\Controller\Author\Limited\AppController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\AppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\AppController).
Resolving inheritance for "App\Controller\Author\Limited\AppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\AppController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\AuthorController" (parent: .abstract.instanceof.App\Controller\Author\Limited\AuthorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\AuthorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\AuthorController).
Resolving inheritance for "App\Controller\Author\Limited\AuthorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\AuthorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\BookingController" (parent: .abstract.instanceof.App\Controller\Author\Limited\BookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\BookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\BookingController).
Resolving inheritance for "App\Controller\Author\Limited\BookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\BookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\CountryController" (parent: .abstract.instanceof.App\Controller\Author\Limited\CountryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\CountryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\CountryController).
Resolving inheritance for "App\Controller\Author\Limited\CountryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\CountryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\DashboardController" (parent: .abstract.instanceof.App\Controller\Author\Limited\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\DashboardController).
Resolving inheritance for "App\Controller\Author\Limited\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\FolderController" (parent: .abstract.instanceof.App\Controller\Author\Limited\FolderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\FolderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\FolderController).
Resolving inheritance for "App\Controller\Author\Limited\FolderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\FolderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\InsuranceController" (parent: .abstract.instanceof.App\Controller\Author\Limited\InsuranceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\InsuranceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\InsuranceController).
Resolving inheritance for "App\Controller\Author\Limited\InsuranceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\InsuranceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\InsuranceCountryController" (parent: .abstract.instanceof.App\Controller\Author\Limited\InsuranceCountryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\InsuranceCountryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\InsuranceCountryController).
Resolving inheritance for "App\Controller\Author\Limited\InsuranceCountryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\InsuranceCountryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\InsuranceLoadController" (parent: .abstract.instanceof.App\Controller\Author\Limited\InsuranceLoadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\InsuranceLoadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\InsuranceLoadController).
Resolving inheritance for "App\Controller\Author\Limited\InsuranceLoadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\InsuranceLoadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\InsuranceNewController" (parent: .abstract.instanceof.App\Controller\Author\Limited\InsuranceNewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\InsuranceNewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\InsuranceNewController).
Resolving inheritance for "App\Controller\Author\Limited\InsuranceNewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\InsuranceNewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\InsurerController" (parent: .abstract.instanceof.App\Controller\Author\Limited\InsurerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\InsurerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\InsurerController).
Resolving inheritance for "App\Controller\Author\Limited\InsurerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\InsurerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\MarketingController" (parent: .abstract.instanceof.App\Controller\Author\Limited\MarketingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\MarketingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\MarketingController).
Resolving inheritance for "App\Controller\Author\Limited\MarketingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\MarketingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\NotificationController" (parent: .abstract.instanceof.App\Controller\Author\Limited\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\NotificationController).
Resolving inheritance for "App\Controller\Author\Limited\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\PlanController" (parent: .abstract.instanceof.App\Controller\Author\Limited\PlanController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\PlanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\PlanController).
Resolving inheritance for "App\Controller\Author\Limited\PlanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\PlanController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\PremiumController" (parent: .abstract.instanceof.App\Controller\Author\Limited\PremiumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\PremiumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\PremiumController).
Resolving inheritance for "App\Controller\Author\Limited\PremiumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\PremiumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\RecruitmentController" (parent: .abstract.instanceof.App\Controller\Author\Limited\RecruitmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\RecruitmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\RecruitmentController).
Resolving inheritance for "App\Controller\Author\Limited\RecruitmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\RecruitmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\RestaurantController" (parent: .abstract.instanceof.App\Controller\Author\Limited\RestaurantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\RestaurantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\RestaurantController).
Resolving inheritance for "App\Controller\Author\Limited\RestaurantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\RestaurantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\RestaurantCountryController" (parent: .abstract.instanceof.App\Controller\Author\Limited\RestaurantCountryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\RestaurantCountryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\RestaurantCountryController).
Resolving inheritance for "App\Controller\Author\Limited\RestaurantCountryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\RestaurantCountryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\RestaurantLoadController" (parent: .abstract.instanceof.App\Controller\Author\Limited\RestaurantLoadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\RestaurantLoadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\RestaurantLoadController).
Resolving inheritance for "App\Controller\Author\Limited\RestaurantLoadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\RestaurantLoadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\RestaurantNewController" (parent: .abstract.instanceof.App\Controller\Author\Limited\RestaurantNewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\RestaurantNewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\RestaurantNewController).
Resolving inheritance for "App\Controller\Author\Limited\RestaurantNewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\RestaurantNewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\RestorerController" (parent: .abstract.instanceof.App\Controller\Author\Limited\RestorerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\RestorerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\RestorerController).
Resolving inheritance for "App\Controller\Author\Limited\RestorerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\RestorerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\SponsorController" (parent: .abstract.instanceof.App\Controller\Author\Limited\SponsorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\SponsorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\SponsorController).
Resolving inheritance for "App\Controller\Author\Limited\SponsorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\SponsorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\SyncController" (parent: .abstract.instanceof.App\Controller\Author\Limited\SyncController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\SyncController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\SyncController).
Resolving inheritance for "App\Controller\Author\Limited\SyncController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\SyncController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\TicketerAdController" (parent: .abstract.instanceof.App\Controller\Author\Limited\TicketerAdController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\TicketerAdController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\TicketerAdController).
Resolving inheritance for "App\Controller\Author\Limited\TicketerAdController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\TicketerAdController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\TicketerController" (parent: .abstract.instanceof.App\Controller\Author\Limited\TicketerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\TicketerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\TicketerController).
Resolving inheritance for "App\Controller\Author\Limited\TicketerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\TicketerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Recruitment\AccountController" (parent: .abstract.instanceof.App\Controller\Author\Recruitment\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Recruitment\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Recruitment\AccountController).
Resolving inheritance for "App\Controller\Author\Recruitment\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Recruitment\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Recruitment\IndexController" (parent: .abstract.instanceof.App\Controller\Author\Recruitment\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Recruitment\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Recruitment\IndexController).
Resolving inheritance for "App\Controller\Author\Recruitment\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Recruitment\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Recruitment\NotificationsController" (parent: .abstract.instanceof.App\Controller\Author\Recruitment\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Recruitment\NotificationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Recruitment\NotificationsController).
Resolving inheritance for "App\Controller\Author\Recruitment\NotificationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Recruitment\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\AccountController" (parent: .abstract.instanceof.App\Controller\Author\Restaurant\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\AccountController).
Resolving inheritance for "App\Controller\Author\Restaurant\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\CartController" (parent: .abstract.instanceof.App\Controller\Author\Restaurant\CartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\CartController).
Resolving inheritance for "App\Controller\Author\Restaurant\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\CartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\CommandController" (parent: .abstract.instanceof.App\Controller\Author\Restaurant\CommandController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\CommandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\CommandController).
Resolving inheritance for "App\Controller\Author\Restaurant\CommandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\CommandController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\ContactClientController" (parent: .abstract.instanceof.App\Controller\Author\Restaurant\ContactClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\ContactClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\ContactClientController).
Resolving inheritance for "App\Controller\Author\Restaurant\ContactClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\ContactClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\ContactPartnerController" (parent: .abstract.instanceof.App\Controller\Author\Restaurant\ContactPartnerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\ContactPartnerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\ContactPartnerController).
Resolving inheritance for "App\Controller\Author\Restaurant\ContactPartnerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\ContactPartnerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\ContactStaffController" (parent: .abstract.instanceof.App\Controller\Author\Restaurant\ContactStaffController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\ContactStaffController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\ContactStaffController).
Resolving inheritance for "App\Controller\Author\Restaurant\ContactStaffController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\ContactStaffController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\IndexController" (parent: .abstract.instanceof.App\Controller\Author\Restaurant\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\IndexController).
Resolving inheritance for "App\Controller\Author\Restaurant\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\LoadController" (parent: .abstract.instanceof.App\Controller\Author\Restaurant\LoadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\LoadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\LoadController).
Resolving inheritance for "App\Controller\Author\Restaurant\LoadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\LoadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\NewController" (parent: .abstract.instanceof.App\Controller\Author\Restaurant\NewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\NewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\NewController).
Resolving inheritance for "App\Controller\Author\Restaurant\NewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\NewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\NotificationsController" (parent: .abstract.instanceof.App\Controller\Author\Restaurant\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\NotificationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\NotificationsController).
Resolving inheritance for "App\Controller\Author\Restaurant\NotificationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\AccountController" (parent: .abstract.instanceof.App\Controller\Author\Shared\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\AccountController).
Resolving inheritance for "App\Controller\Author\Shared\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\ApiController" (parent: .abstract.instanceof.App\Controller\Author\Shared\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\ApiController).
Resolving inheritance for "App\Controller\Author\Shared\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\AuthorController" (parent: .abstract.instanceof.App\Controller\Author\Shared\AuthorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\AuthorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\AuthorController).
Resolving inheritance for "App\Controller\Author\Shared\AuthorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\AuthorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\CountryController" (parent: .abstract.instanceof.App\Controller\Author\Shared\CountryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\CountryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\CountryController).
Resolving inheritance for "App\Controller\Author\Shared\CountryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\CountryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\DefaultController" (parent: .abstract.instanceof.App\Controller\Author\Shared\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\DefaultController).
Resolving inheritance for "App\Controller\Author\Shared\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\IndexController" (parent: .abstract.instanceof.App\Controller\Author\Shared\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\IndexController).
Resolving inheritance for "App\Controller\Author\Shared\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\NotificationsController" (parent: .abstract.instanceof.App\Controller\Author\Shared\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\NotificationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\NotificationsController).
Resolving inheritance for "App\Controller\Author\Shared\NotificationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\PremiumController" (parent: .abstract.instanceof.App\Controller\Author\Shared\PremiumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\PremiumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\PremiumController).
Resolving inheritance for "App\Controller\Author\Shared\PremiumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\PremiumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Default\IndexController" (parent: .abstract.instanceof.App\Controller\Default\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Default\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Default\IndexController).
Resolving inheritance for "App\Controller\Default\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Default\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\AccountController" (parent: .abstract.instanceof.App\Controller\Insurer\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\AccountController).
Resolving inheritance for "App\Controller\Insurer\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\AgencyController" (parent: .abstract.instanceof.App\Controller\Insurer\AgencyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\AgencyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\AgencyController).
Resolving inheritance for "App\Controller\Insurer\AgencyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\AgencyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\AuthorController" (parent: .abstract.instanceof.App\Controller\Insurer\AuthorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\AuthorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\AuthorController).
Resolving inheritance for "App\Controller\Insurer\AuthorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\AuthorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\CommandController" (parent: .abstract.instanceof.App\Controller\Insurer\CommandController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\CommandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\CommandController).
Resolving inheritance for "App\Controller\Insurer\CommandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\CommandController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\DashboardController" (parent: .abstract.instanceof.App\Controller\Insurer\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\DashboardController).
Resolving inheritance for "App\Controller\Insurer\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\GuaranteeController" (parent: .abstract.instanceof.App\Controller\Insurer\GuaranteeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\GuaranteeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\GuaranteeController).
Resolving inheritance for "App\Controller\Insurer\GuaranteeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\GuaranteeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\NotificationsController" (parent: .abstract.instanceof.App\Controller\Insurer\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\NotificationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\NotificationsController).
Resolving inheritance for "App\Controller\Insurer\NotificationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\PremiumController" (parent: .abstract.instanceof.App\Controller\Insurer\PremiumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\PremiumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\PremiumController).
Resolving inheritance for "App\Controller\Insurer\PremiumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\PremiumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\PrintController" (parent: .abstract.instanceof.App\Controller\Insurer\PrintController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\PrintController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\PrintController).
Resolving inheritance for "App\Controller\Insurer\PrintController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\PrintController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\StatsController" (parent: .abstract.instanceof.App\Controller\Insurer\StatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\StatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\StatsController).
Resolving inheritance for "App\Controller\Insurer\StatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\StatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\TransactionController" (parent: .abstract.instanceof.App\Controller\Insurer\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\TransactionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\TransactionController).
Resolving inheritance for "App\Controller\Insurer\TransactionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\AccountController" (parent: .abstract.instanceof.App\Controller\Restorer\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\AccountController).
Resolving inheritance for "App\Controller\Restorer\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\AuthorController" (parent: .abstract.instanceof.App\Controller\Restorer\AuthorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\AuthorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\AuthorController).
Resolving inheritance for "App\Controller\Restorer\AuthorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\AuthorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\CanteenController" (parent: .abstract.instanceof.App\Controller\Restorer\CanteenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\CanteenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\CanteenController).
Resolving inheritance for "App\Controller\Restorer\CanteenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\CanteenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\CommandController" (parent: .abstract.instanceof.App\Controller\Restorer\CommandController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\CommandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\CommandController).
Resolving inheritance for "App\Controller\Restorer\CommandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\CommandController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\DashboardController" (parent: .abstract.instanceof.App\Controller\Restorer\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\DashboardController).
Resolving inheritance for "App\Controller\Restorer\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\MenuController" (parent: .abstract.instanceof.App\Controller\Restorer\MenuController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\MenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\MenuController).
Resolving inheritance for "App\Controller\Restorer\MenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\MenuController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\NotificationsController" (parent: .abstract.instanceof.App\Controller\Restorer\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\NotificationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\NotificationsController).
Resolving inheritance for "App\Controller\Restorer\NotificationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\PremiumController" (parent: .abstract.instanceof.App\Controller\Restorer\PremiumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\PremiumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\PremiumController).
Resolving inheritance for "App\Controller\Restorer\PremiumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\PremiumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\StatsController" (parent: .abstract.instanceof.App\Controller\Restorer\StatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\StatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\StatsController).
Resolving inheritance for "App\Controller\Restorer\StatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\StatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\TransactionController" (parent: .abstract.instanceof.App\Controller\Restorer\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\TransactionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\TransactionController).
Resolving inheritance for "App\Controller\Restorer\TransactionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\AccountController" (parent: .abstract.instanceof.App\Controller\Ticketer\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\AccountController).
Resolving inheritance for "App\Controller\Ticketer\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\AuthorController" (parent: .abstract.instanceof.App\Controller\Ticketer\AuthorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\AuthorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\AuthorController).
Resolving inheritance for "App\Controller\Ticketer\AuthorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\AuthorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\DashboardController" (parent: .abstract.instanceof.App\Controller\Ticketer\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\DashboardController).
Resolving inheritance for "App\Controller\Ticketer\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\PremiumController" (parent: .abstract.instanceof.App\Controller\Ticketer\PremiumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\PremiumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\PremiumController).
Resolving inheritance for "App\Controller\Ticketer\PremiumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\PremiumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\PrintController" (parent: .abstract.instanceof.App\Controller\Ticketer\PrintController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\PrintController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\PrintController).
Resolving inheritance for "App\Controller\Ticketer\PrintController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\PrintController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\TicketController" (parent: .abstract.instanceof.App\Controller\Ticketer\TicketController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\TicketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\TicketController).
Resolving inheritance for "App\Controller\Ticketer\TicketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\TicketController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\TicketingController" (parent: .abstract.instanceof.App\Controller\Ticketer\TicketingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\TicketingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\TicketingController).
Resolving inheritance for "App\Controller\Ticketer\TicketingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\TicketingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\TransactionController" (parent: .abstract.instanceof.App\Controller\Ticketer\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\TransactionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\TransactionController).
Resolving inheritance for "App\Controller\Ticketer\TransactionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\AntiSpamHoneypotListener" (parent: .abstract.instanceof.App\Event\Listener\AntiSpamHoneypotListener).
Resolving inheritance for "App\Event\Listener\AntiSpamHoneypotListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\AntiSpamHoneypotListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\AntiSpamTimeListener" (parent: .abstract.instanceof.App\Event\Listener\AntiSpamTimeListener).
Resolving inheritance for "App\Event\Listener\AntiSpamTimeListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\AntiSpamTimeListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\AuthorRequestListener" (parent: .abstract.instanceof.App\Event\Listener\AuthorRequestListener).
Resolving inheritance for "App\Event\Listener\AuthorRequestListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\AuthorRequestListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\InsurerRequestListener" (parent: .abstract.instanceof.App\Event\Listener\InsurerRequestListener).
Resolving inheritance for "App\Event\Listener\InsurerRequestListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\InsurerRequestListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\RestorerRequestListener" (parent: .abstract.instanceof.App\Event\Listener\RestorerRequestListener).
Resolving inheritance for "App\Event\Listener\RestorerRequestListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\RestorerRequestListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\TicketerRequestListener" (parent: .abstract.instanceof.App\Event\Listener\TicketerRequestListener).
Resolving inheritance for "App\Event\Listener\TicketerRequestListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\TicketerRequestListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\AdSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\AdSubscriber).
Resolving inheritance for "App\Event\Subscriber\AdSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\AdSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\LimitSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\LimitSubscriber).
Resolving inheritance for "App\Event\Subscriber\LimitSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\LimitSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\MercureSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\MercureSubscriber).
Resolving inheritance for "App\Event\Subscriber\MercureSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\MercureSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\NewPartnerSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\NewPartnerSubscriber).
Resolving inheritance for "App\Event\Subscriber\NewPartnerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\NewPartnerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\PageViewSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\PageViewSubscriber).
Resolving inheritance for "App\Event\Subscriber\PageViewSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\PageViewSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\PaymentSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\PaymentSubscriber).
Resolving inheritance for "App\Event\Subscriber\PaymentSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\PaymentSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\RecruitmentNotificationSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\RecruitmentNotificationSubscriber).
Resolving inheritance for "App\Event\Subscriber\RecruitmentNotificationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\RecruitmentNotificationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\RegistrationSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\RegistrationSubscriber).
Resolving inheritance for "App\Event\Subscriber\RegistrationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\RegistrationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdCreateType" (parent: .abstract.instanceof.App\Form\AdCreateType).
Resolving inheritance for "App\Form\AdCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdEditType" (parent: .abstract.instanceof.App\Form\AdEditType).
Resolving inheritance for "App\Form\AdEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlbumType" (parent: .abstract.instanceof.App\Form\AlbumType).
Resolving inheritance for "App\Form\AlbumType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlbumType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuthorAutoType" (parent: .abstract.instanceof.App\Form\AuthorAutoType).
Resolving inheritance for "App\Form\AuthorAutoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuthorAutoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AutoAgencyType" (parent: .abstract.instanceof.App\Form\AutoAgencyType).
Resolving inheritance for "App\Form\AutoAgencyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AutoAgencyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AutoAlbumType" (parent: .abstract.instanceof.App\Form\AutoAlbumType).
Resolving inheritance for "App\Form\AutoAlbumType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AutoAlbumType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AutoGuaranteesType" (parent: .abstract.instanceof.App\Form\AutoGuaranteesType).
Resolving inheritance for "App\Form\AutoGuaranteesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AutoGuaranteesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingMonthlyType" (parent: .abstract.instanceof.App\Form\BookingMonthlyType).
Resolving inheritance for "App\Form\BookingMonthlyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingMonthlyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingType" (parent: .abstract.instanceof.App\Form\BookingType).
Resolving inheritance for "App\Form\BookingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CanteenType" (parent: .abstract.instanceof.App\Form\CanteenType).
Resolving inheritance for "App\Form\CanteenType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CanteenType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DepartmentAutoType" (parent: .abstract.instanceof.App\Form\DepartmentAutoType).
Resolving inheritance for "App\Form\DepartmentAutoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DepartmentAutoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterByDateType" (parent: .abstract.instanceof.App\Form\FilterByDateType).
Resolving inheritance for "App\Form\FilterByDateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterByDateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterManager\CustomFilterManagerType" (parent: .abstract.instanceof.App\Form\FilterManager\CustomFilterManagerType).
Resolving inheritance for "App\Form\FilterManager\CustomFilterManagerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterManager\CustomFilterManagerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterManager\FilterChoiceManagerType" (parent: .abstract.instanceof.App\Form\FilterManager\FilterChoiceManagerType).
Resolving inheritance for "App\Form\FilterManager\FilterChoiceManagerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterManager\FilterChoiceManagerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterManager\FilterManagerType" (parent: .abstract.instanceof.App\Form\FilterManager\FilterManagerType).
Resolving inheritance for "App\Form\FilterManager\FilterManagerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterManager\FilterManagerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FullThirdAutoType" (parent: .abstract.instanceof.App\Form\FullThirdAutoType).
Resolving inheritance for "App\Form\FullThirdAutoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FullThirdAutoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InsuranceCreateType" (parent: .abstract.instanceof.App\Form\InsuranceCreateType).
Resolving inheritance for "App\Form\InsuranceCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InsuranceCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InsuranceEditType" (parent: .abstract.instanceof.App\Form\InsuranceEditType).
Resolving inheritance for "App\Form\InsuranceEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InsuranceEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InsuranceRegisterType" (parent: .abstract.instanceof.App\Form\InsuranceRegisterType).
Resolving inheritance for "App\Form\InsuranceRegisterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InsuranceRegisterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InsurerAuthorEditType" (parent: .abstract.instanceof.App\Form\InsurerAuthorEditType).
Resolving inheritance for "App\Form\InsurerAuthorEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InsurerAuthorEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InsurerGuaranteeAutoType" (parent: .abstract.instanceof.App\Form\InsurerGuaranteeAutoType).
Resolving inheritance for "App\Form\InsurerGuaranteeAutoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InsurerGuaranteeAutoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAdDisabledType" (parent: .abstract.instanceof.App\Form\LimitAdDisabledType).
Resolving inheritance for "App\Form\LimitAdDisabledType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAdDisabledType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAdEditType" (parent: .abstract.instanceof.App\Form\LimitAdEditType).
Resolving inheritance for "App\Form\LimitAdEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAdEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAppNewsType" (parent: .abstract.instanceof.App\Form\LimitAppNewsType).
Resolving inheritance for "App\Form\LimitAppNewsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAppNewsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAppType" (parent: .abstract.instanceof.App\Form\LimitAppType).
Resolving inheritance for "App\Form\LimitAppType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAppType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAuthorEditType" (parent: .abstract.instanceof.App\Form\LimitAuthorEditType).
Resolving inheritance for "App\Form\LimitAuthorEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAuthorEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAuthorGradeType" (parent: .abstract.instanceof.App\Form\LimitAuthorGradeType).
Resolving inheritance for "App\Form\LimitAuthorGradeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAuthorGradeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAutoCategoryType" (parent: .abstract.instanceof.App\Form\LimitAutoCategoryType).
Resolving inheritance for "App\Form\LimitAutoCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAutoCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAutoVehicleType" (parent: .abstract.instanceof.App\Form\LimitAutoVehicleType).
Resolving inheritance for "App\Form\LimitAutoVehicleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAutoVehicleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitBookingType" (parent: .abstract.instanceof.App\Form\LimitBookingType).
Resolving inheritance for "App\Form\LimitBookingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitBookingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitCountryType" (parent: .abstract.instanceof.App\Form\LimitCountryType).
Resolving inheritance for "App\Form\LimitCountryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitCountryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitInsuranceEditType" (parent: .abstract.instanceof.App\Form\LimitInsuranceEditType).
Resolving inheritance for "App\Form\LimitInsuranceEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitInsuranceEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitInsuranceNewImportType" (parent: .abstract.instanceof.App\Form\LimitInsuranceNewImportType).
Resolving inheritance for "App\Form\LimitInsuranceNewImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitInsuranceNewImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitInsurerEditType" (parent: .abstract.instanceof.App\Form\LimitInsurerEditType).
Resolving inheritance for "App\Form\LimitInsurerEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitInsurerEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitInsurerType" (parent: .abstract.instanceof.App\Form\LimitInsurerType).
Resolving inheritance for "App\Form\LimitInsurerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitInsurerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitMarketingAuthorEditType" (parent: .abstract.instanceof.App\Form\LimitMarketingAuthorEditType).
Resolving inheritance for "App\Form\LimitMarketingAuthorEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitMarketingAuthorEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitMarketingAuthorType" (parent: .abstract.instanceof.App\Form\LimitMarketingAuthorType).
Resolving inheritance for "App\Form\LimitMarketingAuthorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitMarketingAuthorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitNewsType" (parent: .abstract.instanceof.App\Form\LimitNewsType).
Resolving inheritance for "App\Form\LimitNewsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitNewsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitPlanType" (parent: .abstract.instanceof.App\Form\LimitPlanType).
Resolving inheritance for "App\Form\LimitPlanType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitPlanType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitRecruitmentProfileType" (parent: .abstract.instanceof.App\Form\LimitRecruitmentProfileType).
Resolving inheritance for "App\Form\LimitRecruitmentProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitRecruitmentProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitRestaurantNewImportType" (parent: .abstract.instanceof.App\Form\LimitRestaurantNewImportType).
Resolving inheritance for "App\Form\LimitRestaurantNewImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitRestaurantNewImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitRestorerEditType" (parent: .abstract.instanceof.App\Form\LimitRestorerEditType).
Resolving inheritance for "App\Form\LimitRestorerEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitRestorerEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitSponsorType" (parent: .abstract.instanceof.App\Form\LimitSponsorType).
Resolving inheritance for "App\Form\LimitSponsorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitSponsorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitTicketPrinterCreateAdType" (parent: .abstract.instanceof.App\Form\LimitTicketPrinterCreateAdType).
Resolving inheritance for "App\Form\LimitTicketPrinterCreateAdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitTicketPrinterCreateAdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitTicketPrinterEditAdType" (parent: .abstract.instanceof.App\Form\LimitTicketPrinterEditAdType).
Resolving inheritance for "App\Form\LimitTicketPrinterEditAdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitTicketPrinterEditAdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitTicketerType" (parent: .abstract.instanceof.App\Form\LimitTicketerType).
Resolving inheritance for "App\Form\LimitTicketerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitTicketerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NotificationType" (parent: .abstract.instanceof.App\Form\NotificationType).
Resolving inheritance for "App\Form\NotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NotificationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OpinionType" (parent: .abstract.instanceof.App\Form\OpinionType).
Resolving inheritance for "App\Form\OpinionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OpinionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OptionAutoType" (parent: .abstract.instanceof.App\Form\OptionAutoType).
Resolving inheritance for "App\Form\OptionAutoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OptionAutoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PartnerAuthorGradeType" (parent: .abstract.instanceof.App\Form\PartnerAuthorGradeType).
Resolving inheritance for "App\Form\PartnerAuthorGradeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PartnerAuthorGradeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordType" (parent: .abstract.instanceof.App\Form\PasswordType).
Resolving inheritance for "App\Form\PasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordUpdateType" (parent: .abstract.instanceof.App\Form\PasswordUpdateType).
Resolving inheritance for "App\Form\PasswordUpdateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordUpdateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PrintAutoType" (parent: .abstract.instanceof.App\Form\PrintAutoType).
Resolving inheritance for "App\Form\PrintAutoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PrintAutoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileType" (parent: .abstract.instanceof.App\Form\ProfileType).
Resolving inheritance for "App\Form\ProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecoverConfirmType" (parent: .abstract.instanceof.App\Form\RecoverConfirmType).
Resolving inheritance for "App\Form\RecoverConfirmType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecoverConfirmType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecoverType" (parent: .abstract.instanceof.App\Form\RecoverType).
Resolving inheritance for "App\Form\RecoverType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecoverType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecruitmentProfileType" (parent: .abstract.instanceof.App\Form\RecruitmentProfileType).
Resolving inheritance for "App\Form\RecruitmentProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecruitmentProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecruitmentType" (parent: .abstract.instanceof.App\Form\RecruitmentType).
Resolving inheritance for "App\Form\RecruitmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecruitmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationConfirmType" (parent: .abstract.instanceof.App\Form\RegistrationConfirmType).
Resolving inheritance for "App\Form\RegistrationConfirmType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationConfirmType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType" (parent: .abstract.instanceof.App\Form\RegistrationType).
Resolving inheritance for "App\Form\RegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RestaurantMenuBatchType" (parent: .abstract.instanceof.App\Form\RestaurantMenuBatchType).
Resolving inheritance for "App\Form\RestaurantMenuBatchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RestaurantMenuBatchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RestaurantMenuType" (parent: .abstract.instanceof.App\Form\RestaurantMenuType).
Resolving inheritance for "App\Form\RestaurantMenuType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RestaurantMenuType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RestaurantRegisterType" (parent: .abstract.instanceof.App\Form\RestaurantRegisterType).
Resolving inheritance for "App\Form\RestaurantRegisterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RestaurantRegisterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RestaurantType" (parent: .abstract.instanceof.App\Form\RestaurantType).
Resolving inheritance for "App\Form\RestaurantType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RestaurantType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RestorerAuthorEditType" (parent: .abstract.instanceof.App\Form\RestorerAuthorEditType).
Resolving inheritance for "App\Form\RestorerAuthorEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RestorerAuthorEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RestorerNewCommandType" (parent: .abstract.instanceof.App\Form\RestorerNewCommandType).
Resolving inheritance for "App\Form\RestorerNewCommandType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RestorerNewCommandType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TelephoneType" (parent: .abstract.instanceof.App\Form\TelephoneType).
Resolving inheritance for "App\Form\TelephoneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TelephoneType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketBillType" (parent: .abstract.instanceof.App\Form\TicketBillType).
Resolving inheritance for "App\Form\TicketBillType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketBillType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketPrintBillType" (parent: .abstract.instanceof.App\Form\TicketPrintBillType).
Resolving inheritance for "App\Form\TicketPrintBillType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketPrintBillType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketReceiptType" (parent: .abstract.instanceof.App\Form\TicketReceiptType).
Resolving inheritance for "App\Form\TicketReceiptType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketReceiptType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketerManagerUpdateType" (parent: .abstract.instanceof.App\Form\TicketerManagerUpdateType).
Resolving inheritance for "App\Form\TicketerManagerUpdateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketerManagerUpdateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketerOptionType" (parent: .abstract.instanceof.App\Form\TicketerOptionType).
Resolving inheritance for "App\Form\TicketerOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketerOptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketerPrinterUpdateType" (parent: .abstract.instanceof.App\Form\TicketerPrinterUpdateType).
Resolving inheritance for "App\Form\TicketerPrinterUpdateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketerPrinterUpdateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketerProfileType" (parent: .abstract.instanceof.App\Form\TicketerProfileType).
Resolving inheritance for "App\Form\TicketerProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketerProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketerType" (parent: .abstract.instanceof.App\Form\TicketerType).
Resolving inheritance for "App\Form\TicketerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingCreateType" (parent: .abstract.instanceof.App\Form\TicketingCreateType).
Resolving inheritance for "App\Form\TicketingCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingEditType" (parent: .abstract.instanceof.App\Form\TicketingEditType).
Resolving inheritance for "App\Form\TicketingEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingNumberingBatchType" (parent: .abstract.instanceof.App\Form\TicketingNumberingBatchType).
Resolving inheritance for "App\Form\TicketingNumberingBatchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingNumberingBatchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingNumberingCreateType" (parent: .abstract.instanceof.App\Form\TicketingNumberingCreateType).
Resolving inheritance for "App\Form\TicketingNumberingCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingNumberingCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingNumberingEditType" (parent: .abstract.instanceof.App\Form\TicketingNumberingEditType).
Resolving inheritance for "App\Form\TicketingNumberingEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingNumberingEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingReceiptBatchType" (parent: .abstract.instanceof.App\Form\TicketingReceiptBatchType).
Resolving inheritance for "App\Form\TicketingReceiptBatchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingReceiptBatchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingSubscriptionBatchType" (parent: .abstract.instanceof.App\Form\TicketingSubscriptionBatchType).
Resolving inheritance for "App\Form\TicketingSubscriptionBatchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingSubscriptionBatchType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdAlbumRepository" (parent: .abstract.instanceof.App\Repository\AdAlbumRepository).
Resolving inheritance for "App\Repository\AdAlbumRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdAlbumRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdBillingRepository" (parent: .abstract.instanceof.App\Repository\AdBillingRepository).
Resolving inheritance for "App\Repository\AdBillingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdBillingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdBookingRepository" (parent: .abstract.instanceof.App\Repository\AdBookingRepository).
Resolving inheritance for "App\Repository\AdBookingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdBookingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdMenuRepository" (parent: .abstract.instanceof.App\Repository\AdMenuRepository).
Resolving inheritance for "App\Repository\AdMenuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdMenuRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdPlanRepository" (parent: .abstract.instanceof.App\Repository\AdPlanRepository).
Resolving inheritance for "App\Repository\AdPlanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdPlanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdRepository" (parent: .abstract.instanceof.App\Repository\AdRepository).
Resolving inheritance for "App\Repository\AdRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdSubMenuRepository" (parent: .abstract.instanceof.App\Repository\AdSubMenuRepository).
Resolving inheritance for "App\Repository\AdSubMenuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdSubMenuRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdSubscribeRepository" (parent: .abstract.instanceof.App\Repository\AdSubscribeRepository).
Resolving inheritance for "App\Repository\AdSubscribeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdSubscribeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdTransactionRepository" (parent: .abstract.instanceof.App\Repository\AdTransactionRepository).
Resolving inheritance for "App\Repository\AdTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdTransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppNewsRepository" (parent: .abstract.instanceof.App\Repository\AppNewsRepository).
Resolving inheritance for "App\Repository\AppNewsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppNewsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppRepository" (parent: .abstract.instanceof.App\Repository\AppRepository).
Resolving inheritance for "App\Repository\AppRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuthorRepository" (parent: .abstract.instanceof.App\Repository\AuthorRepository).
Resolving inheritance for "App\Repository\AuthorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuthorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoAgencyRepository" (parent: .abstract.instanceof.App\Repository\AutoAgencyRepository).
Resolving inheritance for "App\Repository\AutoAgencyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoAgencyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoAlbumRepository" (parent: .abstract.instanceof.App\Repository\AutoAlbumRepository).
Resolving inheritance for "App\Repository\AutoAlbumRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoAlbumRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoCategoryRepository" (parent: .abstract.instanceof.App\Repository\AutoCategoryRepository).
Resolving inheritance for "App\Repository\AutoCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoCmdGuaranteeRepository" (parent: .abstract.instanceof.App\Repository\AutoCmdGuaranteeRepository).
Resolving inheritance for "App\Repository\AutoCmdGuaranteeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoCmdGuaranteeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoCmdRepository" (parent: .abstract.instanceof.App\Repository\AutoCmdRepository).
Resolving inheritance for "App\Repository\AutoCmdRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoCmdRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoDepartmentRepository" (parent: .abstract.instanceof.App\Repository\AutoDepartmentRepository).
Resolving inheritance for "App\Repository\AutoDepartmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoDepartmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoEnergyRepository" (parent: .abstract.instanceof.App\Repository\AutoEnergyRepository).
Resolving inheritance for "App\Repository\AutoEnergyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoEnergyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoGuaranteeRepository" (parent: .abstract.instanceof.App\Repository\AutoGuaranteeRepository).
Resolving inheritance for "App\Repository\AutoGuaranteeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoGuaranteeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoPeriodRepository" (parent: .abstract.instanceof.App\Repository\AutoPeriodRepository).
Resolving inheritance for "App\Repository\AutoPeriodRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoPeriodRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoPlaceRepository" (parent: .abstract.instanceof.App\Repository\AutoPlaceRepository).
Resolving inheritance for "App\Repository\AutoPlaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoPlaceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoPowerRepository" (parent: .abstract.instanceof.App\Repository\AutoPowerRepository).
Resolving inheritance for "App\Repository\AutoPowerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoPowerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoRegionRepository" (parent: .abstract.instanceof.App\Repository\AutoRegionRepository).
Resolving inheritance for "App\Repository\AutoRegionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoRegionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoVehicleRepository" (parent: .abstract.instanceof.App\Repository\AutoVehicleRepository).
Resolving inheritance for "App\Repository\AutoVehicleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoVehicleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanteenCmdRepository" (parent: .abstract.instanceof.App\Repository\CanteenCmdRepository).
Resolving inheritance for "App\Repository\CanteenCmdRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanteenCmdRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanteenDepartmentRepository" (parent: .abstract.instanceof.App\Repository\CanteenDepartmentRepository).
Resolving inheritance for "App\Repository\CanteenDepartmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanteenDepartmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanteenRegionRepository" (parent: .abstract.instanceof.App\Repository\CanteenRegionRepository).
Resolving inheritance for "App\Repository\CanteenRegionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanteenRegionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanteenRepository" (parent: .abstract.instanceof.App\Repository\CanteenRepository).
Resolving inheritance for "App\Repository\CanteenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanteenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryInsuranceRepository" (parent: .abstract.instanceof.App\Repository\CountryInsuranceRepository).
Resolving inheritance for "App\Repository\CountryInsuranceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryInsuranceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryOrangeMoneyRepository" (parent: .abstract.instanceof.App\Repository\CountryOrangeMoneyRepository).
Resolving inheritance for "App\Repository\CountryOrangeMoneyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryOrangeMoneyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryPaypalRepository" (parent: .abstract.instanceof.App\Repository\CountryPaypalRepository).
Resolving inheritance for "App\Repository\CountryPaypalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryPaypalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository" (parent: .abstract.instanceof.App\Repository\CountryRepository).
Resolving inheritance for "App\Repository\CountryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRestaurantRepository" (parent: .abstract.instanceof.App\Repository\CountryRestaurantRepository).
Resolving inheritance for "App\Repository\CountryRestaurantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRestaurantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryWaveRepository" (parent: .abstract.instanceof.App\Repository\CountryWaveRepository).
Resolving inheritance for "App\Repository\CountryWaveRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryWaveRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InsurancePlanRepository" (parent: .abstract.instanceof.App\Repository\InsurancePlanRepository).
Resolving inheritance for "App\Repository\InsurancePlanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InsurancePlanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InsuranceRepository" (parent: .abstract.instanceof.App\Repository\InsuranceRepository).
Resolving inheritance for "App\Repository\InsuranceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InsuranceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InsuranceTransactionRepository" (parent: .abstract.instanceof.App\Repository\InsuranceTransactionRepository).
Resolving inheritance for "App\Repository\InsuranceTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InsuranceTransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InsurerRepository" (parent: .abstract.instanceof.App\Repository\InsurerRepository).
Resolving inheritance for "App\Repository\InsurerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InsurerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository" (parent: .abstract.instanceof.App\Repository\NotificationRepository).
Resolving inheritance for "App\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecruitmentCategoryRepository" (parent: .abstract.instanceof.App\Repository\RecruitmentCategoryRepository).
Resolving inheritance for "App\Repository\RecruitmentCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecruitmentCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecruitmentProfileRepository" (parent: .abstract.instanceof.App\Repository\RecruitmentProfileRepository).
Resolving inheritance for "App\Repository\RecruitmentProfileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecruitmentProfileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecruitmentRepository" (parent: .abstract.instanceof.App\Repository\RecruitmentRepository).
Resolving inheritance for "App\Repository\RecruitmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecruitmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecruitmentSubscribeRepository" (parent: .abstract.instanceof.App\Repository\RecruitmentSubscribeRepository).
Resolving inheritance for "App\Repository\RecruitmentSubscribeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecruitmentSubscribeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RestaurantCmdMenuRepository" (parent: .abstract.instanceof.App\Repository\RestaurantCmdMenuRepository).
Resolving inheritance for "App\Repository\RestaurantCmdMenuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RestaurantCmdMenuRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RestaurantMenuRepository" (parent: .abstract.instanceof.App\Repository\RestaurantMenuRepository).
Resolving inheritance for "App\Repository\RestaurantMenuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RestaurantMenuRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RestaurantPlanRepository" (parent: .abstract.instanceof.App\Repository\RestaurantPlanRepository).
Resolving inheritance for "App\Repository\RestaurantPlanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RestaurantPlanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RestaurantRepository" (parent: .abstract.instanceof.App\Repository\RestaurantRepository).
Resolving inheritance for "App\Repository\RestaurantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RestaurantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RestaurantTransactionRepository" (parent: .abstract.instanceof.App\Repository\RestaurantTransactionRepository).
Resolving inheritance for "App\Repository\RestaurantTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RestaurantTransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RestorerRepository" (parent: .abstract.instanceof.App\Repository\RestorerRepository).
Resolving inheritance for "App\Repository\RestorerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RestorerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SponsorRepository" (parent: .abstract.instanceof.App\Repository\SponsorRepository).
Resolving inheritance for "App\Repository\SponsorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SponsorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketBillListRepository" (parent: .abstract.instanceof.App\Repository\TicketBillListRepository).
Resolving inheritance for "App\Repository\TicketBillListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketBillListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketBillRepository" (parent: .abstract.instanceof.App\Repository\TicketBillRepository).
Resolving inheritance for "App\Repository\TicketBillRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketBillRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketColorRepository" (parent: .abstract.instanceof.App\Repository\TicketColorRepository).
Resolving inheritance for "App\Repository\TicketColorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketColorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketPrinterAdRepository" (parent: .abstract.instanceof.App\Repository\TicketPrinterAdRepository).
Resolving inheritance for "App\Repository\TicketPrinterAdRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketPrinterAdRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketReceiptRepository" (parent: .abstract.instanceof.App\Repository\TicketReceiptRepository).
Resolving inheritance for "App\Repository\TicketReceiptRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketReceiptRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketerPlanRepository" (parent: .abstract.instanceof.App\Repository\TicketerPlanRepository).
Resolving inheritance for "App\Repository\TicketerPlanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketerPlanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketerRepository" (parent: .abstract.instanceof.App\Repository\TicketerRepository).
Resolving inheritance for "App\Repository\TicketerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketerTransactionRepository" (parent: .abstract.instanceof.App\Repository\TicketerTransactionRepository).
Resolving inheritance for "App\Repository\TicketerTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketerTransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketingRepository" (parent: .abstract.instanceof.App\Repository\TicketingRepository).
Resolving inheritance for "App\Repository\TicketingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketingRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Service\Twig\AntiSpamHoneypotFormExtension" (parent: .abstract.instanceof.App\Service\Twig\AntiSpamHoneypotFormExtension).
Resolving inheritance for "App\Service\Twig\AntiSpamHoneypotFormExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Service\Twig\AntiSpamHoneypotFormExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Service\Twig\AntiSpamTimeFormExtension" (parent: .abstract.instanceof.App\Service\Twig\AntiSpamTimeFormExtension).
Resolving inheritance for "App\Service\Twig\AntiSpamTimeFormExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Service\Twig\AntiSpamTimeFormExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigAssetExtension" (parent: .abstract.instanceof.App\Service\Twig\TwigAssetExtension).
Resolving inheritance for "App\Service\Twig\TwigAssetExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigAssetExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigExtension" (parent: .abstract.instanceof.App\Service\Twig\TwigExtension).
Resolving inheritance for "App\Service\Twig\TwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigImageExtension" (parent: .abstract.instanceof.App\Service\Twig\TwigImageExtension).
Resolving inheritance for "App\Service\Twig\TwigImageExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigImageExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigPaymentExtension" (parent: .abstract.instanceof.App\Service\Twig\TwigPaymentExtension).
Resolving inheritance for "App\Service\Twig\TwigPaymentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigPaymentExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigPrefixExtension" (parent: .abstract.instanceof.App\Service\Twig\TwigPrefixExtension).
Resolving inheritance for "App\Service\Twig\TwigPrefixExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigPrefixExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigRepositoryExtension" (parent: .abstract.instanceof.App\Service\Twig\TwigRepositoryExtension).
Resolving inheritance for "App\Service\Twig\TwigRepositoryExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigRepositoryExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigTimeExtension" (parent: .abstract.instanceof.App\Service\Twig\TwigTimeExtension).
Resolving inheritance for "App\Service\Twig\TwigTimeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigTimeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigUrlExtension" (parent: .abstract.instanceof.App\Service\Twig\TwigUrlExtension).
Resolving inheritance for "App\Service\Twig\TwigUrlExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigUrlExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.array).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "vite_cache_pool" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.api_login_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.api_secure_provider" (parent: lexik_jwt_authentication.security.jwt_user_provider).
Resolving inheritance for "security.user.provider.concrete.main_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_access" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.manager.api_access" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api_access" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api_access" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api_access" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_access" (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.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.api_login" (parent: security.listener.session).
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_secure" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api_secure.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.api_secure" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.jwt.api_secure" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.api_secure" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api_secure" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api_secure" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api_secure" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_secure" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.2" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.cache.expired_links" (parent: cache.app).
Resolving inheritance for "security.authenticator.expired_login_link_storage.main" (parent: security.authenticator.expired_login_link_storage).
Resolving inheritance for "security.authenticator.login_link_signature_hasher.main" (parent: security.authenticator.abstract_login_link_signature_hasher).
Resolving inheritance for "security.authenticator.login_link_handler.main" (parent: security.authenticator.abstract_login_link_handler).
Resolving inheritance for "security.authenticator.login_link.main" (parent: security.authenticator.login_link).
Resolving inheritance for "security.authentication.success_handler.main.login_link" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.main.login_link" (parent: App\Security\AuthenticationSuccessHandler).
Resolving inheritance for "security.authentication.failure_handler.main.login_link" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
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 "Endroid\QrCode\Builder\BuilderRegistry" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "endroid_qr_code.default_builder" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
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).
186
Removed service "App\Service\Notification\Mercure\PublisherInterface"; reason: private alias.
Removed service "App\Service\Security\AntiSpamTimeProviderInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\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 "Symfony\Contracts\Cache\TagAwareCacheInterface $viteCachePool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $viteCachePool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $viteCachePool"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "notifier.logger_notification_listener"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; 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 "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.api_access"; reason: private alias.
Removed service "security.user_checker.api_access"; 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_secure"; reason: private alias.
Removed service "security.user_checker.api_secure"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\LoginLink\LoginLinkHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; 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 "Endroid\QrCode\Builder\BuilderInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderRegistryInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface $defaultQrCodeBuilder"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; 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 $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".service_locator.DsAwGbB"; reason: private alias.
Removed service ".service_locator.o.uf2zi"; reason: private alias.
Removed service ".service_locator.aklrieb"; reason: private alias.
Removed service ".service_locator.DaAmbdw"; reason: private alias.
Removed service ".service_locator.BFrsqsn"; reason: private alias.
Removed service ".service_locator.4Oei_76"; reason: private alias.
Removed service ".service_locator.6F6KbbV"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.TqPPCUC"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api_access"; reason: private alias.
Removed service "security.firewall.authenticator.api_login"; reason: private alias.
Removed service "security.firewall.authenticator.api_secure"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.HOZA_DP"; reason: private alias.
Removed service ".service_locator.bwPe_xA"; reason: private alias.
Removed service ".service_locator.7NIAq8D"; reason: private alias.
Removed service ".service_locator.YgT_N.y"; reason: private alias.
Removed service ".service_locator.k0KBf69"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator.4BUnCup"; reason: private alias.
Removed service ".service_locator.BlxN3Cw"; reason: private alias.
89
Changed reference of service "App\Common\Encoder\PathEncoder" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Api\Access\CmdAutoController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Api\Access\PremiumOrangeController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Api\Access\PremiumWaveController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Api\Secure\CmdAutoController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Api\Secure\PremiumController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Api\Secure\PremiumOrangeController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Api\Secure\PremiumWaveController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Author\Insurance\CmdAutoController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Author\Insurance\IndexController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Author\Insurance\LoadController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Author\Insurance\NewController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Author\Insurance\NewController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Author\Limited\InsuranceNewController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Author\Limited\RestaurantNewController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Author\Restaurant\CommandController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Author\Restaurant\IndexController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Author\Restaurant\NewController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Author\Restaurant\NewController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Author\Shared\PremiumController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Insurer\AgencyController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Restorer\CanteenController" previously pointing to "router.default" to "router".
Changed reference of service "App\Event\Listener\AdPaymentListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Event\Listener\InsuranceAccessSecuredListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Event\Listener\InsurancePaymentListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Event\Listener\RestaurantAccessSecuredListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Event\Listener\RestaurantPaymentListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Event\Listener\SwitchUserSecuredListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Event\Listener\TicketAccessSecuredListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Event\Listener\TicketPaymentListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Event\Subscriber\AdSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Event\Subscriber\MercureSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Event\Subscriber\NewPartnerSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Event\Subscriber\PageViewSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\AuthenticationEntryPoint" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\AuthenticationSuccessHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\AuthenticationSuccessHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\Authenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\Authenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Twig\TwigImageExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Twig\TwigUrlExtension" previously pointing to "router.default" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
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 "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "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.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.jwt.api_secure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.abstract_login_link_handler" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.login_link_handler.main" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.success_handler.main.login_link" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.success_handler.main.login_link" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "router.default" to "router".
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.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_failure" previously pointing to "translator.data_collector" to "translator".
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 "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 "Endroid\QrCodeBundle\Twig\QrCodeRuntime" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.oVtL8a6" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
860
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "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 "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.authenticator.login_link"; reason: abstract.
Removed service "security.authenticator.abstract_login_link_handler"; reason: abstract.
Removed service "security.authenticator.expired_login_link_storage"; 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 "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DatabaseBackupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DatabaseBackupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Encoder\EncoderInterface.0.App\Common\Encoder\PathEncoder"; reason: abstract.
Removed service ".abstract.instanceof.App\Common\Encoder\PathEncoder"; reason: abstract.
Removed service ".instanceof.Doctrine\ORM\Id\AbstractIdGenerator.0.App\Common\Manager\CustomIdGenerator"; reason: abstract.
Removed service ".abstract.instanceof.App\Common\Manager\CustomIdGenerator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Access\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\AppController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\AppController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Access\AppController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\CmdAutoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\CmdAutoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Access\CmdAutoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\CountryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\CountryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Access\CountryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\PlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\PlanController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Access\PlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\PremiumOrangeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\PremiumOrangeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Access\PremiumOrangeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\PremiumWaveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\PremiumWaveController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Access\PremiumWaveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Access\SponsorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Access\SponsorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Access\SponsorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\AdController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\AdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\AdController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\AuthorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\AuthorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\AuthorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\AutoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\AutoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\AutoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\BookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\CmdAutoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\CmdAutoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\CmdAutoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\ContactInsuranceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\ContactInsuranceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\ContactInsuranceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\ContactRestaurantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\ContactRestaurantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\ContactRestaurantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\PremiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\PremiumController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\PremiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\PremiumOrangeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\PremiumOrangeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\PremiumOrangeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\PremiumWaveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\PremiumWaveController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\PremiumWaveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\RecruitmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\RecruitmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\RecruitmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\RestaurantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\RestaurantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\RestaurantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketBillController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketBillController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\TicketBillController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketManagerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\TicketManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketReceiptController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketReceiptController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\TicketReceiptController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\TicketerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\TicketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketingNumberingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketingNumberingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\TicketingNumberingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketingReceiptController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketingReceiptController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\TicketingReceiptController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TicketingSubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TicketingSubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\TicketingSubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Secure\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Secure\TransactionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Secure\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Ad\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\BookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Ad\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Ad\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Ad\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\NotificationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Ad\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\PremiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\PremiumController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Ad\PremiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Ad\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Ad\TransactionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Ad\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Insurance\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\AutoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\AutoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Insurance\AutoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\CmdAutoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\CmdAutoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Insurance\CmdAutoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\ContactClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\ContactClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Insurance\ContactClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\ContactPartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\ContactPartnerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Insurance\ContactPartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\ContactStaffController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\ContactStaffController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Insurance\ContactStaffController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Insurance\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\LoadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\LoadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Insurance\LoadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\NewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\NewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Insurance\NewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Insurance\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Insurance\NotificationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Insurance\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\AdController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\AdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\AdController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\AppController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\AppController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\AppController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\AuthorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\AuthorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\AuthorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\BookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\CountryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\CountryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\CountryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\FolderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\FolderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\FolderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\InsuranceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\InsuranceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\InsuranceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\InsuranceCountryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\InsuranceCountryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\InsuranceCountryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\InsuranceLoadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\InsuranceLoadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\InsuranceLoadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\InsuranceNewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\InsuranceNewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\InsuranceNewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\InsurerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\InsurerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\InsurerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\MarketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\MarketingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\MarketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\PlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\PlanController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\PlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\PremiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\PremiumController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\PremiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\RecruitmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\RecruitmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\RecruitmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\RestaurantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\RestaurantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\RestaurantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\RestaurantCountryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\RestaurantCountryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\RestaurantCountryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\RestaurantLoadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\RestaurantLoadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\RestaurantLoadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\RestaurantNewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\RestaurantNewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\RestaurantNewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\RestorerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\RestorerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\RestorerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\SponsorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\SponsorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\SponsorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\SyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\SyncController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\SyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\TicketerAdController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\TicketerAdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\TicketerAdController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Limited\TicketerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Limited\TicketerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Limited\TicketerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Recruitment\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Recruitment\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Recruitment\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Recruitment\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Recruitment\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Recruitment\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Recruitment\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Recruitment\NotificationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Recruitment\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Restaurant\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\CartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Restaurant\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\CommandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\CommandController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Restaurant\CommandController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\ContactClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\ContactClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Restaurant\ContactClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\ContactPartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\ContactPartnerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Restaurant\ContactPartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\ContactStaffController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\ContactStaffController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Restaurant\ContactStaffController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Restaurant\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\LoadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\LoadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Restaurant\LoadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\NewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\NewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Restaurant\NewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Restaurant\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Restaurant\NotificationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Restaurant\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Shared\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Shared\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\AuthorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\AuthorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Shared\AuthorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\CountryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\CountryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Shared\CountryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Shared\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Shared\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\NotificationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Shared\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Author\Shared\PremiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Author\Shared\PremiumController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Author\Shared\PremiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Default\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Default\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Default\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Insurer\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\AgencyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\AgencyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Insurer\AgencyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\AuthorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\AuthorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Insurer\AuthorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\CommandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\CommandController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Insurer\CommandController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Insurer\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\GuaranteeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\GuaranteeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Insurer\GuaranteeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\NotificationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Insurer\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\PremiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\PremiumController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Insurer\PremiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\PrintController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\PrintController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Insurer\PrintController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\StatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\StatsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Insurer\StatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Insurer\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Insurer\TransactionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Insurer\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Restorer\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\AuthorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\AuthorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Restorer\AuthorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\CanteenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\CanteenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Restorer\CanteenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\CommandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\CommandController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Restorer\CommandController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Restorer\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\MenuController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Restorer\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\NotificationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Restorer\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\PremiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\PremiumController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Restorer\PremiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\StatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\StatsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Restorer\StatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Restorer\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Restorer\TransactionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Restorer\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ticketer\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\AuthorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\AuthorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ticketer\AuthorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ticketer\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\PremiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\PremiumController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ticketer\PremiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\PrintController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\PrintController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ticketer\PrintController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\TicketController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ticketer\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\TicketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\TicketingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ticketer\TicketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ticketer\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ticketer\TransactionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ticketer\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\AntiSpamHoneypotListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Listener\AntiSpamHoneypotListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\AntiSpamTimeListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Listener\AntiSpamTimeListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\AuthorRequestListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Listener\AuthorRequestListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\InsurerRequestListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Listener\InsurerRequestListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\RestorerRequestListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Listener\RestorerRequestListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\TicketerRequestListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Listener\TicketerRequestListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\AdSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\AdSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\LimitSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\LimitSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\MercureSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\MercureSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\NewPartnerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\NewPartnerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\PageViewSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\PageViewSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\PaymentSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\PaymentSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\RecruitmentNotificationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\RecruitmentNotificationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\RegistrationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\RegistrationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlbumType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AlbumType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuthorAutoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AuthorAutoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AutoAgencyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AutoAgencyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AutoAlbumType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AutoAlbumType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AutoGuaranteesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AutoGuaranteesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingMonthlyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BookingMonthlyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BookingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CanteenType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CanteenType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DepartmentAutoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DepartmentAutoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterByDateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FilterByDateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterManager\CustomFilterManagerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FilterManager\CustomFilterManagerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterManager\FilterChoiceManagerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FilterManager\FilterChoiceManagerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterManager\FilterManagerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FilterManager\FilterManagerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FullThirdAutoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FullThirdAutoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InsuranceCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InsuranceCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InsuranceEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InsuranceEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InsuranceRegisterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InsuranceRegisterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InsurerAuthorEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InsurerAuthorEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InsurerGuaranteeAutoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InsurerGuaranteeAutoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAdDisabledType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitAdDisabledType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAdEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitAdEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAppNewsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitAppNewsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAppType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitAppType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAuthorEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitAuthorEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAuthorGradeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitAuthorGradeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAutoCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitAutoCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitAutoVehicleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitAutoVehicleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitBookingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitBookingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitCountryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitCountryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitInsuranceEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitInsuranceEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitInsuranceNewImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitInsuranceNewImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitInsurerEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitInsurerEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitInsurerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitInsurerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitMarketingAuthorEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitMarketingAuthorEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitMarketingAuthorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitMarketingAuthorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitNewsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitNewsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitPlanType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitPlanType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitRecruitmentProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitRecruitmentProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitRestaurantNewImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitRestaurantNewImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitRestorerEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitRestorerEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitSponsorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitSponsorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitTicketPrinterCreateAdType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitTicketPrinterCreateAdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitTicketPrinterEditAdType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitTicketPrinterEditAdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LimitTicketerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LimitTicketerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NotificationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NotificationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OpinionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OpinionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OptionAutoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OptionAutoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PartnerAuthorGradeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PartnerAuthorGradeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordUpdateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PasswordUpdateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PrintAutoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PrintAutoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecoverConfirmType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RecoverConfirmType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecoverType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RecoverType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecruitmentProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RecruitmentProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecruitmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RecruitmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationConfirmType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RegistrationConfirmType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RestaurantMenuBatchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RestaurantMenuBatchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RestaurantMenuType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RestaurantMenuType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RestaurantRegisterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RestaurantRegisterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RestaurantType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RestaurantType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RestorerAuthorEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RestorerAuthorEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RestorerNewCommandType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RestorerNewCommandType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TelephoneType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TelephoneType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketBillType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketBillType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketPrintBillType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketPrintBillType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketReceiptType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketReceiptType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketerManagerUpdateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketerManagerUpdateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketerOptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketerOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketerPrinterUpdateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketerPrinterUpdateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketerProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketerProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketingCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketingEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingNumberingBatchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketingNumberingBatchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingNumberingCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketingNumberingCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingNumberingEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketingNumberingEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingReceiptBatchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketingReceiptBatchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketingSubscriptionBatchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketingSubscriptionBatchType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdAlbumRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdAlbumRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdBillingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdBillingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdBookingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdBookingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdMenuRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdMenuRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdPlanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdPlanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdSubMenuRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdSubMenuRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdSubscribeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdSubscribeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdTransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdTransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppNewsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AppNewsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AppRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuthorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AuthorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoAgencyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AutoAgencyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoAlbumRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AutoAlbumRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AutoCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoCmdGuaranteeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AutoCmdGuaranteeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoCmdRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AutoCmdRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoDepartmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AutoDepartmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoEnergyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AutoEnergyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoGuaranteeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AutoGuaranteeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoPeriodRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AutoPeriodRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoPlaceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AutoPlaceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoPowerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AutoPowerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoRegionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AutoRegionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AutoVehicleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AutoVehicleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanteenCmdRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CanteenCmdRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanteenDepartmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CanteenDepartmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanteenRegionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CanteenRegionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CanteenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CanteenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryInsuranceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CountryInsuranceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryOrangeMoneyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CountryOrangeMoneyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryPaypalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CountryPaypalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CountryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRestaurantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CountryRestaurantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryWaveRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CountryWaveRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InsurancePlanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InsurancePlanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InsuranceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InsuranceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InsuranceTransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InsuranceTransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InsurerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InsurerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecruitmentCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RecruitmentCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecruitmentProfileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RecruitmentProfileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecruitmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RecruitmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecruitmentSubscribeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RecruitmentSubscribeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RestaurantCmdMenuRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RestaurantCmdMenuRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RestaurantMenuRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RestaurantMenuRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RestaurantPlanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RestaurantPlanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RestaurantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RestaurantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RestaurantTransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RestaurantTransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RestorerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RestorerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SponsorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SponsorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketBillListRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TicketBillListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketBillRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TicketBillRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketColorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TicketColorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketPrinterAdRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TicketPrinterAdRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketReceiptRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TicketReceiptRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketerPlanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TicketerPlanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TicketerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketerTransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TicketerTransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TicketingRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Service\Twig\AntiSpamHoneypotFormExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Twig\AntiSpamHoneypotFormExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Service\Twig\AntiSpamTimeFormExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Twig\AntiSpamTimeFormExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigAssetExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Twig\TwigAssetExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Twig\TwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigImageExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Twig\TwigImageExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigPaymentExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Twig\TwigPaymentExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigPrefixExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Twig\TwigPrefixExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigRepositoryExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Twig\TwigRepositoryExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigTimeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Twig\TwigTimeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TwigUrlExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Twig\TwigUrlExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
187
Removed service "App\Common\Exception\OngoingPasswordResetException"; reason: unused.
Removed service "App\Common\Exception\TokenExpiredException"; reason: unused.
Removed service "App\Common\Exception\TooManyBadCredentialsException"; reason: unused.
Removed service "App\Common\Exception\UserBannedException"; reason: unused.
Removed service "App\Common\Exception\UserNotFoundException"; reason: unused.
Removed service "App\Common\Manager\RandomManager"; reason: unused.
Removed service "App\Event\Dispatching\AdCreatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\AdDeletedEvent"; reason: unused.
Removed service "App\Event\Dispatching\AdUpdatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitAdBookingUpdatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitAdEnabledEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitAdMarketingAuthorCreatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitAdMarketingAuthorDeletedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitAdMarketingAuthorUpdatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitAdPlanCreatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitAdPlanDeletedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitAdPlanUpdatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitAdRankedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitAdUpdatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitAuthorEnabledEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitAuthorGradedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitAuthorIntermediateEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitAuthorUpdatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitCountryEnabledEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitInsurancePlanCreatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitInsurancePlanDeletedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitInsurancePlanUpdatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitInsuranceUpdatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitInsurerLockedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitRecruitmentDeletedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitRecruitmentEnabledEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitRecruitmentRankedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitRecruitmentUpdatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitRestaurantPlanCreatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitRestaurantPlanDeletedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitRestaurantPlanUpdatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitRestorerLockedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitTicketerAdCreatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitTicketerAdDeletedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitTicketerAdUpdatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitTicketerLockedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitTicketerPlanCreatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitTicketerPlanDeletedEvent"; reason: unused.
Removed service "App\Event\Dispatching\LimitTicketerPlanUpdatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\NewInsuranceEvent"; reason: unused.
Removed service "App\Event\Dispatching\NewRestaurantEvent"; reason: unused.
Removed service "App\Event\Dispatching\NotificationCreatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\NotificationReadEvent"; reason: unused.
Removed service "App\Event\Dispatching\PaymentAdEvent"; reason: unused.
Removed service "App\Event\Dispatching\PaymentInsuranceEvent"; reason: unused.
Removed service "App\Event\Dispatching\PaymentRestaurantEvent"; reason: unused.
Removed service "App\Event\Dispatching\PaymentTicketerEvent"; reason: unused.
Removed service "App\Event\Dispatching\RecruitmentCreatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\RecruitmentDeletedEvent"; reason: unused.
Removed service "App\Event\Dispatching\RecruitmentNotifiedEvent"; reason: unused.
Removed service "App\Event\Dispatching\RecruitmentUpdatedEvent"; reason: unused.
Removed service "App\Event\Dispatching\RegistrationEvent"; reason: unused.
Removed service "App\Security\AuthenticationSuccessHandler"; reason: unused.
Removed service "App\Service\Geoip\lib\GeoIp"; reason: unused.
Removed service "App\Service\Geoip\lib\GeoIpDNSRecord"; reason: unused.
Removed service "App\Service\Geoip\lib\GeoIpRecord"; reason: unused.
Removed service "App\Service\Geoip\lib\GeoIpRegionVars"; reason: unused.
Removed service "App\Service\Notification\Mercure\Update"; reason: unused.
Removed service "App\Service\Premium\Exception\PaymentFailedException"; reason: unused.
Removed service "App\Service\Premium\Exception\PaymentPlanMissMatchException"; reason: unused.
Removed service "App\Service\Premium\Payment\Payment"; reason: unused.
Removed service "App\Service\Premium\Payment\Paypal\PaypalPayment"; reason: unused.
Removed service "App\Service\Security\AdPayment"; reason: unused.
Removed service "App\Service\Security\InsuranceAccessSecured"; reason: unused.
Removed service "App\Service\Security\InsurancePayment"; reason: unused.
Removed service "App\Service\Security\PasswordProtectPDF"; reason: unused.
Removed service "App\Service\Security\RestaurantAccessSecured"; reason: unused.
Removed service "App\Service\Security\RestaurantPayment"; reason: unused.
Removed service "App\Service\Security\SwitchUserSecured"; reason: unused.
Removed service "App\Service\Security\TicketAccessSecured"; reason: unused.
Removed service "App\Service\Security\TicketPayment"; reason: unused.
Removed service "App\Service\Sms\Exceptions\OrangeSdkException"; reason: unused.
Removed service "App\Service\Sms\OrangeSdk"; reason: unused.
Removed service "App\Service\Twig\TimeHelper"; reason: unused.
Removed service "App\Service\Upload\AppUploader"; reason: unused.
Removed service "App\Service\Upload\RecruitmentUploader"; reason: unused.
Removed service "App\SiteConfig"; reason: unused.
Removed service "paypal_production_environment"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "translation.extractor.visitor.trans_method"; reason: unused.
Removed service "translation.extractor.visitor.translatable_message"; reason: unused.
Removed service "translation.extractor.visitor.constraint"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "chatter.transports"; reason: unused.
Removed service "chatter.transport_factory"; reason: unused.
Removed service "chatter.messenger.chat_handler"; reason: unused.
Removed service "texter.transports"; reason: unused.
Removed service "texter.transport_factory"; reason: unused.
Removed service "texter.messenger.sms_handler"; reason: unused.
Removed service "texter.messenger.push_handler"; reason: unused.
Removed service "notifier.transport_factory.null"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug.stopwatch"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "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 "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~Y7MakA2"; 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 "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.api_access"; reason: unused.
Removed service "security.user_checker.chain.api_login"; reason: unused.
Removed service "security.user_checker.chain.api_secure"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.abstract_login_link_signature_hasher"; 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 "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~jWOcQKB"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "Endroid\QrCode\Writer\BinaryWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\DebugWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\EpsWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\GifWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\PdfWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\SvgWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\WebPWriter"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.XuGQNwM"; reason: unused.
Removed service ".service_locator.Ar70cHn"; reason: unused.
406
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Access\AccountController" to "App\Controller\Api\Access\AccountController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Access\AppController" to "App\Controller\Api\Access\AppController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Access\CmdAutoController" to "App\Controller\Api\Access\CmdAutoController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Access\CountryController" to "App\Controller\Api\Access\CountryController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Access\PlanController" to "App\Controller\Api\Access\PlanController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Access\PremiumOrangeController" to "App\Controller\Api\Access\PremiumOrangeController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Access\PremiumWaveController" to "App\Controller\Api\Access\PremiumWaveController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Access\SponsorController" to "App\Controller\Api\Access\SponsorController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\AdController" to "App\Controller\Api\Secure\AdController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\AuthorController" to "App\Controller\Api\Secure\AuthorController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\AutoController" to "App\Controller\Api\Secure\AutoController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\BookingController" to "App\Controller\Api\Secure\BookingController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\CmdAutoController" to "App\Controller\Api\Secure\CmdAutoController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\ContactInsuranceController" to "App\Controller\Api\Secure\ContactInsuranceController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\ContactRestaurantController" to "App\Controller\Api\Secure\ContactRestaurantController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\NotificationController" to "App\Controller\Api\Secure\NotificationController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\PremiumController" to "App\Controller\Api\Secure\PremiumController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\PremiumOrangeController" to "App\Controller\Api\Secure\PremiumOrangeController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\PremiumWaveController" to "App\Controller\Api\Secure\PremiumWaveController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\ProfileController" to "App\Controller\Api\Secure\ProfileController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\RecruitmentController" to "App\Controller\Api\Secure\RecruitmentController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\RestaurantController" to "App\Controller\Api\Secure\RestaurantController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\TicketBillController" to "App\Controller\Api\Secure\TicketBillController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\TicketController" to "App\Controller\Api\Secure\TicketController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\TicketManagerController" to "App\Controller\Api\Secure\TicketManagerController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\TicketReceiptController" to "App\Controller\Api\Secure\TicketReceiptController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\TicketerController" to "App\Controller\Api\Secure\TicketerController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\TicketingController" to "App\Controller\Api\Secure\TicketingController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\TicketingNumberingController" to "App\Controller\Api\Secure\TicketingNumberingController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\TicketingReceiptController" to "App\Controller\Api\Secure\TicketingReceiptController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\TicketingSubscriptionController" to "App\Controller\Api\Secure\TicketingSubscriptionController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Api\Secure\TransactionController" to "App\Controller\Api\Secure\TransactionController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Ad\AccountController" to "App\Controller\Author\Ad\AccountController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Ad\BookingController" to "App\Controller\Author\Ad\BookingController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Ad\DefaultController" to "App\Controller\Author\Ad\DefaultController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Ad\IndexController" to "App\Controller\Author\Ad\IndexController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Ad\NotificationsController" to "App\Controller\Author\Ad\NotificationsController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Ad\PremiumController" to "App\Controller\Author\Ad\PremiumController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Ad\TransactionController" to "App\Controller\Author\Ad\TransactionController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Insurance\AccountController" to "App\Controller\Author\Insurance\AccountController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Insurance\AutoController" to "App\Controller\Author\Insurance\AutoController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Insurance\CmdAutoController" to "App\Controller\Author\Insurance\CmdAutoController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Insurance\ContactClientController" to "App\Controller\Author\Insurance\ContactClientController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Insurance\ContactPartnerController" to "App\Controller\Author\Insurance\ContactPartnerController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Insurance\ContactStaffController" to "App\Controller\Author\Insurance\ContactStaffController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Insurance\IndexController" to "App\Controller\Author\Insurance\IndexController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Insurance\LoadController" to "App\Controller\Author\Insurance\LoadController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Insurance\NewController" to "App\Controller\Author\Insurance\NewController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Insurance\NotificationsController" to "App\Controller\Author\Insurance\NotificationsController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\AdController" to "App\Controller\Author\Limited\AdController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\AppController" to "App\Controller\Author\Limited\AppController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\AuthorController" to "App\Controller\Author\Limited\AuthorController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\BookingController" to "App\Controller\Author\Limited\BookingController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\CountryController" to "App\Controller\Author\Limited\CountryController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\DashboardController" to "App\Controller\Author\Limited\DashboardController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\FolderController" to "App\Controller\Author\Limited\FolderController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\InsuranceController" to "App\Controller\Author\Limited\InsuranceController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\InsuranceCountryController" to "App\Controller\Author\Limited\InsuranceCountryController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\InsuranceLoadController" to "App\Controller\Author\Limited\InsuranceLoadController".
Inlined service "App\Service\Upload\PartnerInsuranceUploader" to "App\Controller\Author\Limited\InsuranceNewController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\InsuranceNewController" to "App\Controller\Author\Limited\InsuranceNewController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\InsurerController" to "App\Controller\Author\Limited\InsurerController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\MarketingController" to "App\Controller\Author\Limited\MarketingController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\NotificationController" to "App\Controller\Author\Limited\NotificationController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\PlanController" to "App\Controller\Author\Limited\PlanController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\PremiumController" to "App\Controller\Author\Limited\PremiumController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\RecruitmentController" to "App\Controller\Author\Limited\RecruitmentController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\RestaurantController" to "App\Controller\Author\Limited\RestaurantController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\RestaurantCountryController" to "App\Controller\Author\Limited\RestaurantCountryController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\RestaurantLoadController" to "App\Controller\Author\Limited\RestaurantLoadController".
Inlined service "App\Service\Upload\PartnerRestaurantUploader" to "App\Controller\Author\Limited\RestaurantNewController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\RestaurantNewController" to "App\Controller\Author\Limited\RestaurantNewController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\RestorerController" to "App\Controller\Author\Limited\RestorerController".
Inlined service "App\Service\Upload\SponsorUploader" to "App\Controller\Author\Limited\SponsorController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\SponsorController" to "App\Controller\Author\Limited\SponsorController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\SyncController" to "App\Controller\Author\Limited\SyncController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\TicketerAdController" to "App\Controller\Author\Limited\TicketerAdController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Limited\TicketerController" to "App\Controller\Author\Limited\TicketerController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Recruitment\AccountController" to "App\Controller\Author\Recruitment\AccountController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Recruitment\IndexController" to "App\Controller\Author\Recruitment\IndexController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Recruitment\NotificationsController" to "App\Controller\Author\Recruitment\NotificationsController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Restaurant\AccountController" to "App\Controller\Author\Restaurant\AccountController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Restaurant\CartController" to "App\Controller\Author\Restaurant\CartController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Restaurant\CommandController" to "App\Controller\Author\Restaurant\CommandController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Restaurant\ContactClientController" to "App\Controller\Author\Restaurant\ContactClientController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Restaurant\ContactPartnerController" to "App\Controller\Author\Restaurant\ContactPartnerController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Restaurant\ContactStaffController" to "App\Controller\Author\Restaurant\ContactStaffController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Restaurant\IndexController" to "App\Controller\Author\Restaurant\IndexController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Restaurant\LoadController" to "App\Controller\Author\Restaurant\LoadController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Restaurant\NewController" to "App\Controller\Author\Restaurant\NewController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Restaurant\NotificationsController" to "App\Controller\Author\Restaurant\NotificationsController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Shared\AccountController" to "App\Controller\Author\Shared\AccountController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Shared\ApiController" to "App\Controller\Author\Shared\ApiController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Shared\AuthorController" to "App\Controller\Author\Shared\AuthorController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Shared\CountryController" to "App\Controller\Author\Shared\CountryController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Shared\DefaultController" to "App\Controller\Author\Shared\DefaultController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Shared\IndexController" to "App\Controller\Author\Shared\IndexController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Shared\NotificationsController" to "App\Controller\Author\Shared\NotificationsController".
Inlined service "App\Service\Premium\Payment\Paypal\PaypalService" to "App\Controller\Author\Shared\PremiumController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Author\Shared\PremiumController" to "App\Controller\Author\Shared\PremiumController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Default\IndexController" to "App\Controller\Default\IndexController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Insurer\AccountController" to "App\Controller\Insurer\AccountController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Insurer\AgencyController" to "App\Controller\Insurer\AgencyController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Insurer\AuthorController" to "App\Controller\Insurer\AuthorController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Insurer\CommandController" to "App\Controller\Insurer\CommandController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Insurer\DashboardController" to "App\Controller\Insurer\DashboardController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Insurer\GuaranteeController" to "App\Controller\Insurer\GuaranteeController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Insurer\NotificationsController" to "App\Controller\Insurer\NotificationsController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Insurer\PremiumController" to "App\Controller\Insurer\PremiumController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Insurer\PrintController" to "App\Controller\Insurer\PrintController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Insurer\StatsController" to "App\Controller\Insurer\StatsController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Insurer\TransactionController" to "App\Controller\Insurer\TransactionController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Restorer\AccountController" to "App\Controller\Restorer\AccountController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Restorer\AuthorController" to "App\Controller\Restorer\AuthorController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Restorer\CanteenController" to "App\Controller\Restorer\CanteenController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Restorer\CommandController" to "App\Controller\Restorer\CommandController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Restorer\DashboardController" to "App\Controller\Restorer\DashboardController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Restorer\MenuController" to "App\Controller\Restorer\MenuController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Restorer\NotificationsController" to "App\Controller\Restorer\NotificationsController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Restorer\PremiumController" to "App\Controller\Restorer\PremiumController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Restorer\StatsController" to "App\Controller\Restorer\StatsController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Restorer\TransactionController" to "App\Controller\Restorer\TransactionController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Ticketer\AccountController" to "App\Controller\Ticketer\AccountController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Ticketer\AuthorController" to "App\Controller\Ticketer\AuthorController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Ticketer\DashboardController" to "App\Controller\Ticketer\DashboardController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Ticketer\PremiumController" to "App\Controller\Ticketer\PremiumController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Ticketer\PrintController" to "App\Controller\Ticketer\PrintController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Ticketer\TicketController" to "App\Controller\Ticketer\TicketController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Ticketer\TicketingController" to "App\Controller\Ticketer\TicketingController".
Inlined service ".service_locator.oVtL8a6.App\Controller\Ticketer\TransactionController" to "App\Controller\Ticketer\TransactionController".
Inlined service "App\Service\Notification\NewsAdminService" to "App\Event\Subscriber\LimitSubscriber".
Inlined service "App\Service\Notification\Mercure\CookieGenerator" to "App\Event\Subscriber\MercureSubscriber".
Inlined service "App\Service\Notification\Mercure\Publisher" to "App\Event\Subscriber\MercureSubscriber".
Inlined service "App\Form\DataTransformer\FrenchToDateTimeImmutableTransformer" to "App\Form\AuthorAutoType".
Inlined service "lexik_jwt_authentication.handler.authentication_success" to "App\Security\ApiAuthenticator".
Inlined service "lexik_jwt_authentication.handler.authentication_failure" to "App\Security\ApiAuthenticator".
Inlined service "App\Service\Premium\Payment\OrangeMoney\Rsa2048" to "App\Service\Premium\Payment\OrangeMoney\OrangeMoneyService".
Inlined service "PayPalCheckoutSdk\Core\PayPalHttpClient" to "App\Service\Premium\Payment\Paypal\PaypalService".
Inlined service "Endroid\QrCode\Builder\Builder" to "App\Service\Security\QrcodeService".
Inlined service "paypal_sandbox_environment" to "PayPalCheckoutSdk\Core\PayPalHttpClient".
Inlined service "argument_metadata_factory" to "argument_resolver".
Inlined service ".service_locator.d2ZEtNx" to "argument_resolver".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service ".service_locator.enZ21AK" to "argument_resolver.service".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "controller_resolver" to "http_kernel".
Inlined service "argument_resolver" to "http_kernel".
Inlined service ".service_locator.Xbsa8iG" to "container.get_routing_condition_service".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.ko1v.HH" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
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 "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator..6hZeC_" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "App\Common\Encoder\PathEncoder" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "vite_cache_pool.recorder_inner" to "vite_cache_pool".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.mUr5k9x" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.F9PKc.7" to "validator.validator_factory".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Service\Twig\TwigAssetExtension" to "twig".
Inlined service "App\Service\Twig\TwigExtension" to "twig".
Inlined service "App\Service\Twig\TwigImageExtension" to "twig".
Inlined service "App\Service\Twig\TwigPaymentExtension" to "twig".
Inlined service "App\Service\Twig\TwigPrefixExtension" to "twig".
Inlined service "App\Service\Twig\TwigRepositoryExtension" to "twig".
Inlined service "App\Service\Twig\TwigTimeExtension" to "twig".
Inlined service "App\Service\Twig\TwigUrlExtension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.8QzOt3J" to "twig.runtime_loader".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "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.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.VexRM3n" 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.4E5gxB5" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.LrCXAmX" to "security.helper".
Inlined service ".service_locator.68QAZW9" to "security.helper".
Inlined service ".service_locator.hoP4fKU" to "security.helper".
Inlined service ".service_locator.kN99OHr" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.e70_BE1" to "security.access_map".
Inlined service ".security.request_matcher.LKMjuto" to "security.access_map".
Inlined service ".security.request_matcher._HR_cdt" to "security.access_map".
Inlined service ".security.request_matcher.kgqd1B0" to "security.access_map".
Inlined service ".security.request_matcher.N638Ahn" to "security.access_map".
Inlined service ".security.request_matcher.Mz_pxqs" to "security.access_map".
Inlined service ".security.request_matcher.Bs7fT.P" to "security.access_map".
Inlined service ".security.request_matcher.0wZN_f8" 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.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.8JZorQq" to ".security.request_matcher.myrUOVE".
Inlined service "debug.security.firewall.authenticator.api_access.inner" to "debug.security.firewall.authenticator.api_access".
Inlined service "security.exception_listener.api_access" to "security.firewall.map.context.api_access".
Inlined service "security.firewall.map.config.api_access" to "security.firewall.map.context.api_access".
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_secure".
Inlined service "debug.security.firewall.authenticator.api_secure.inner" to "debug.security.firewall.authenticator.api_secure".
Inlined service "security.exception_listener.api_secure" to "security.firewall.map.context.api_secure".
Inlined service "security.firewall.map.config.api_secure" to "security.firewall.map.context.api_secure".
Inlined service "security.authenticator.cache.expired_links.recorder_inner" to "security.authenticator.cache.expired_links".
Inlined service ".service_locator.l20hGei" to "security.authenticator.firewall_aware_login_link_handler".
Inlined service "security.authenticator.expired_login_link_storage.main" to "security.authenticator.login_link_signature_hasher.main".
Inlined service "security.authenticator.login_link_signature_hasher.main" to "security.authenticator.login_link_handler.main".
Inlined service "security.authentication.success_handler.main.login_link" to "security.authenticator.login_link.main".
Inlined service "security.authentication.failure_handler.main.login_link" to "security.authenticator.login_link.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "App\Security\AuthenticationEntryPoint" to "security.exception_listener.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.okoM3ad" to ".security.request_matcher.e70_BE1".
Inlined service ".security.request_matcher.rl8FFGQ" to ".security.request_matcher.LKMjuto".
Inlined service ".security.request_matcher.67X3tNV" to ".security.request_matcher._HR_cdt".
Inlined service ".security.request_matcher.9CATZj7" to ".security.request_matcher.kgqd1B0".
Inlined service ".security.request_matcher.mdq.mv9" to ".security.request_matcher.N638Ahn".
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 "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 "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.FkhkXB3" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.HqbIzDc" to ".service_locator.HqbIzDc.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service ".service_locator.lLwFydY" to "console.command_loader".
Inlined service "cache.default_marshaller" to "vite_cache_pool.recorder_inner".
Inlined service ".service_locator.HqbIzDc.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "App\Security\AccessDeniedHandler" to "security.firewall.map.context.main".
Inlined service "App\Security\AccessDeniedHandler" to "security.firewall.map.context.main".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api_access", "debug.security.firewall.authenticator.api_login", "debug.security.firewall.authenticator.api_secure", "debug.security.firewall.authenticator.main", ".debug.http_client", but was never used.