Since symfony/framework-bundle 7.3: Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.
The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour. (DoctrineExtension.php:934 called by DoctrineExtension.php:544, https://github.com/doctrine/DoctrineBundle/pull/1762, package doctrine/doctrine-bundle)
Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement. (DoctrineExtension.php:943 called by DoctrineExtension.php:544, https://github.com/doctrine/DoctrineBundle/pull/1804, package doctrine/doctrine-bundle)
Not setting "doctrine.orm.enable_lazy_ghost_objects" to true is deprecated. (DoctrineExtension.php:1013 called by DoctrineExtension.php:544, https://github.com/doctrine/DoctrineBundle/pull/1568, package doctrine/doctrine-bundle)
Since symfony/dependency-injection 7.4: Service id "EasyCorp\EasyLog\EasyLogHandler" looks like a FQCN but no corresponding class or interface exists. To resolve this ambiguity, please rename this service to a non-FQCN (e.g. using dots), or create the missing class or interface.
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:77 called by App_KernelDevDebugContainer.php:1562, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
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)
Since twig/twig 3.12: Character """ should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 3 in "website/map.html.twig" at line 29.
Since twig/twig 3.12: Character """ should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 2 in "website/map.html.twig" at line 29.
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:77 called by App_KernelDevDebugContainer.php:1562, 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.name AS name_2, t0.title AS title_3, t0.body AS body_4, t0.keywords AS keywords_5, t0.description AS description_6, t0.url AS url_7, t0.target AS target_8, t0.is_home AS is_home_9, t0.rank AS rank_10, t0.is_published AS is_published_11, t0.old_id AS old_id_12, t0.menu_id AS menu_id_13 FROM page t0 WHERE t0.is_home = ? LIMIT 1"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.body AS body_4, t0.keywords AS keywords_5, t0.description AS description_6, t0.url AS url_7, t0.target AS target_8, t0.is_home AS is_home_9, t0.rank AS rank_10, t0.is_published AS is_published_11, t0.old_id AS old_id_12, t0.menu_id AS menu_id_13 FROM page t0 WHERE t0.is_home = ? LIMIT 1"
"params" => [1 => 1]
"types" => [1 => 5]
]
debug
Executing statement:
"SELECT COUNT(f0_.id) AS sclr_0 FROM franchise f0_ WHERE f0_.status IN (?, ?)"
(parameters:
[1 => "a"
2 => "e"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT COUNT(f0_.id) AS sclr_0 FROM franchise f0_ WHERE f0_.status IN (?, ?)"
"params" => [1 => "a"
2 => "e"
]
"types" => [1 => 22 => 2]
]
debug
Executing query:
"SELECT COUNT(s0_.id) AS sclr_0 FROM student s0_"
doctrine
[
"sql" => "SELECT COUNT(s0_.id) AS sclr_0 FROM student s0_"
]
debug
Executing statement:
"SELECT s0_.name AS name_0, COUNT(f1_.id) AS sclr_1 FROM franchise f1_ INNER JOIN state s0_ ON f1_.state_id = s0_.id WHERE f1_.status = ? GROUP BY s0_.name"
(parameters:
[1 => "a"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT s0_.name AS name_0, COUNT(f1_.id) AS sclr_1 FROM franchise f1_ INNER JOIN state s0_ ON f1_.state_id = s0_.id WHERE f1_.status = ? GROUP BY s0_.name"
"params" => [1 => "a"
]
"types" => [1 => 2]
]
critical
Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "frans" does not exist in "default/index.html.twig" at line 128." at index.html.twig line 128
Log messages generated during the compilation of the service container.
Messages
Class
580
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddUserCommand" (parent: .abstract.instanceof.App\Command\AddUserCommand).
Resolving inheritance for ".instanceof.App\Command\AddUserCommand.0.App\Command\AddUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddUserCommand).
Resolving inheritance for "App\Command\AddUserCommand" (parent: .instanceof.App\Command\AddUserCommand.0.App\Command\AddUserCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackfillWalletCurrencyCommand" (parent: .abstract.instanceof.App\Command\BackfillWalletCurrencyCommand).
Resolving inheritance for ".instanceof.App\Command\BackfillWalletCurrencyCommand.0.App\Command\BackfillWalletCurrencyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackfillWalletCurrencyCommand).
Resolving inheritance for "App\Command\BackfillWalletCurrencyCommand" (parent: .instanceof.App\Command\BackfillWalletCurrencyCommand.0.App\Command\BackfillWalletCurrencyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CapturePaymentCommand" (parent: .abstract.instanceof.App\Command\CapturePaymentCommand).
Resolving inheritance for ".instanceof.App\Command\CapturePaymentCommand.0.App\Command\CapturePaymentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CapturePaymentCommand).
Resolving inheritance for "App\Command\CapturePaymentCommand" (parent: .instanceof.App\Command\CapturePaymentCommand.0.App\Command\CapturePaymentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConversionEmailAutomationCommand" (parent: .abstract.instanceof.App\Command\ConversionEmailAutomationCommand).
Resolving inheritance for ".instanceof.App\Command\ConversionEmailAutomationCommand.0.App\Command\ConversionEmailAutomationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConversionEmailAutomationCommand).
Resolving inheritance for "App\Command\ConversionEmailAutomationCommand" (parent: .instanceof.App\Command\ConversionEmailAutomationCommand.0.App\Command\ConversionEmailAutomationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DailyEmailReportCronCommand" (parent: .abstract.instanceof.App\Command\DailyEmailReportCronCommand).
Resolving inheritance for ".instanceof.App\Command\DailyEmailReportCronCommand.0.App\Command\DailyEmailReportCronCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DailyEmailReportCronCommand).
Resolving inheritance for "App\Command\DailyEmailReportCronCommand" (parent: .instanceof.App\Command\DailyEmailReportCronCommand.0.App\Command\DailyEmailReportCronCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DispatchNewRelationFixCommand" (parent: .abstract.instanceof.App\Command\DispatchNewRelationFixCommand).
Resolving inheritance for ".instanceof.App\Command\DispatchNewRelationFixCommand.0.App\Command\DispatchNewRelationFixCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DispatchNewRelationFixCommand).
Resolving inheritance for "App\Command\DispatchNewRelationFixCommand" (parent: .instanceof.App\Command\DispatchNewRelationFixCommand.0.App\Command\DispatchNewRelationFixCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailCommand" (parent: .abstract.instanceof.App\Command\EmailCommand).
Resolving inheritance for ".instanceof.App\Command\EmailCommand.0.App\Command\EmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailCommand).
Resolving inheritance for "App\Command\EmailCommand" (parent: .instanceof.App\Command\EmailCommand.0.App\Command\EmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailCroneCommand" (parent: .abstract.instanceof.App\Command\EmailCroneCommand).
Resolving inheritance for ".instanceof.App\Command\EmailCroneCommand.0.App\Command\EmailCroneCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailCroneCommand).
Resolving inheritance for "App\Command\EmailCroneCommand" (parent: .instanceof.App\Command\EmailCroneCommand.0.App\Command\EmailCroneCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailNotificationMonthlyCronCommand" (parent: .abstract.instanceof.App\Command\EmailNotificationMonthlyCronCommand).
Resolving inheritance for ".instanceof.App\Command\EmailNotificationMonthlyCronCommand.0.App\Command\EmailNotificationMonthlyCronCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailNotificationMonthlyCronCommand).
Resolving inheritance for "App\Command\EmailNotificationMonthlyCronCommand" (parent: .instanceof.App\Command\EmailNotificationMonthlyCronCommand.0.App\Command\EmailNotificationMonthlyCronCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailPendingQueuerCommand" (parent: .abstract.instanceof.App\Command\EmailPendingQueuerCommand).
Resolving inheritance for ".instanceof.App\Command\EmailPendingQueuerCommand.0.App\Command\EmailPendingQueuerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailPendingQueuerCommand).
Resolving inheritance for "App\Command\EmailPendingQueuerCommand" (parent: .instanceof.App\Command\EmailPendingQueuerCommand.0.App\Command\EmailPendingQueuerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailQueueDeleteCommand" (parent: .abstract.instanceof.App\Command\EmailQueueDeleteCommand).
Resolving inheritance for ".instanceof.App\Command\EmailQueueDeleteCommand.0.App\Command\EmailQueueDeleteCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailQueueDeleteCommand).
Resolving inheritance for "App\Command\EmailQueueDeleteCommand" (parent: .instanceof.App\Command\EmailQueueDeleteCommand.0.App\Command\EmailQueueDeleteCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailTemplateFixtureCommand" (parent: .abstract.instanceof.App\Command\EmailTemplateFixtureCommand).
Resolving inheritance for ".instanceof.App\Command\EmailTemplateFixtureCommand.0.App\Command\EmailTemplateFixtureCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailTemplateFixtureCommand).
Resolving inheritance for "App\Command\EmailTemplateFixtureCommand" (parent: .instanceof.App\Command\EmailTemplateFixtureCommand.0.App\Command\EmailTemplateFixtureCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExpireCommand" (parent: .abstract.instanceof.App\Command\ExpireCommand).
Resolving inheritance for ".instanceof.App\Command\ExpireCommand.0.App\Command\ExpireCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExpireCommand).
Resolving inheritance for "App\Command\ExpireCommand" (parent: .instanceof.App\Command\ExpireCommand.0.App\Command\ExpireCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExpireCommingQueuerCommand" (parent: .abstract.instanceof.App\Command\ExpireCommingQueuerCommand).
Resolving inheritance for ".instanceof.App\Command\ExpireCommingQueuerCommand.0.App\Command\ExpireCommingQueuerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExpireCommingQueuerCommand).
Resolving inheritance for "App\Command\ExpireCommingQueuerCommand" (parent: .instanceof.App\Command\ExpireCommingQueuerCommand.0.App\Command\ExpireCommingQueuerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExpiredReminderQueuerCommand" (parent: .abstract.instanceof.App\Command\ExpiredReminderQueuerCommand).
Resolving inheritance for ".instanceof.App\Command\ExpiredReminderQueuerCommand.0.App\Command\ExpiredReminderQueuerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExpiredReminderQueuerCommand).
Resolving inheritance for "App\Command\ExpiredReminderQueuerCommand" (parent: .instanceof.App\Command\ExpiredReminderQueuerCommand.0.App\Command\ExpiredReminderQueuerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixCourseGuidCommand" (parent: .abstract.instanceof.App\Command\FixCourseGuidCommand).
Resolving inheritance for ".instanceof.App\Command\FixCourseGuidCommand.0.App\Command\FixCourseGuidCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixCourseGuidCommand).
Resolving inheritance for "App\Command\FixCourseGuidCommand" (parent: .instanceof.App\Command\FixCourseGuidCommand.0.App\Command\FixCourseGuidCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixDocumentGuidCommand" (parent: .abstract.instanceof.App\Command\FixDocumentGuidCommand).
Resolving inheritance for ".instanceof.App\Command\FixDocumentGuidCommand.0.App\Command\FixDocumentGuidCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixDocumentGuidCommand).
Resolving inheritance for "App\Command\FixDocumentGuidCommand" (parent: .instanceof.App\Command\FixDocumentGuidCommand.0.App\Command\FixDocumentGuidCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixStudentReligionCommand" (parent: .abstract.instanceof.App\Command\FixStudentReligionCommand).
Resolving inheritance for ".instanceof.App\Command\FixStudentReligionCommand.0.App\Command\FixStudentReligionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixStudentReligionCommand).
Resolving inheritance for "App\Command\FixStudentReligionCommand" (parent: .instanceof.App\Command\FixStudentReligionCommand.0.App\Command\FixStudentReligionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixStudentStateCommand" (parent: .abstract.instanceof.App\Command\FixStudentStateCommand).
Resolving inheritance for ".instanceof.App\Command\FixStudentStateCommand.0.App\Command\FixStudentStateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixStudentStateCommand).
Resolving inheritance for "App\Command\FixStudentStateCommand" (parent: .instanceof.App\Command\FixStudentStateCommand.0.App\Command\FixStudentStateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GuidBackfillCommand" (parent: .abstract.instanceof.App\Command\GuidBackfillCommand).
Resolving inheritance for ".instanceof.App\Command\GuidBackfillCommand.0.App\Command\GuidBackfillCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GuidBackfillCommand).
Resolving inheritance for "App\Command\GuidBackfillCommand" (parent: .instanceof.App\Command\GuidBackfillCommand.0.App\Command\GuidBackfillCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PaymentFailFetcherCommand" (parent: .abstract.instanceof.App\Command\PaymentFailFetcherCommand).
Resolving inheritance for ".instanceof.App\Command\PaymentFailFetcherCommand.0.App\Command\PaymentFailFetcherCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PaymentFailFetcherCommand).
Resolving inheritance for "App\Command\PaymentFailFetcherCommand" (parent: .instanceof.App\Command\PaymentFailFetcherCommand.0.App\Command\PaymentFailFetcherCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SmsCommand" (parent: .abstract.instanceof.App\Command\SmsCommand).
Resolving inheritance for ".instanceof.App\Command\SmsCommand.0.App\Command\SmsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SmsCommand).
Resolving inheritance for "App\Command\SmsCommand" (parent: .instanceof.App\Command\SmsCommand.0.App\Command\SmsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SmsCroneCommand" (parent: .abstract.instanceof.App\Command\SmsCroneCommand).
Resolving inheritance for ".instanceof.App\Command\SmsCroneCommand.0.App\Command\SmsCroneCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SmsCroneCommand).
Resolving inheritance for "App\Command\SmsCroneCommand" (parent: .instanceof.App\Command\SmsCroneCommand.0.App\Command\SmsCroneCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VirtualAccountFetcherCommand" (parent: .abstract.instanceof.App\Command\VirtualAccountFetcherCommand).
Resolving inheritance for ".instanceof.App\Command\VirtualAccountFetcherCommand.0.App\Command\VirtualAccountFetcherCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VirtualAccountFetcherCommand).
Resolving inheritance for "App\Command\VirtualAccountFetcherCommand" (parent: .instanceof.App\Command\VirtualAccountFetcherCommand.0.App\Command\VirtualAccountFetcherCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WpCommand" (parent: .abstract.instanceof.App\Command\WpCommand).
Resolving inheritance for ".instanceof.App\Command\WpCommand.0.App\Command\WpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WpCommand).
Resolving inheritance for "App\Command\WpCommand" (parent: .instanceof.App\Command\WpCommand.0.App\Command\WpCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WpSendCommand" (parent: .abstract.instanceof.App\Command\WpSendCommand).
Resolving inheritance for ".instanceof.App\Command\WpSendCommand.0.App\Command\WpSendCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WpSendCommand).
Resolving inheritance for "App\Command\WpSendCommand" (parent: .instanceof.App\Command\WpSendCommand.0.App\Command\WpSendCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminController" (parent: .abstract.instanceof.App\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminController).
Resolving inheritance for ".instanceof.App\Controller\AdminController.0.App\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminController).
Resolving inheritance for "App\Controller\AdminController" (parent: .instanceof.App\Controller\AdminController.0.App\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCountryController" (parent: .abstract.instanceof.App\Controller\AdminCountryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCountryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCountryController).
Resolving inheritance for ".instanceof.App\Controller\AdminCountryController.0.App\Controller\AdminCountryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCountryController).
Resolving inheritance for "App\Controller\AdminCountryController" (parent: .instanceof.App\Controller\AdminCountryController.0.App\Controller\AdminCountryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCourseController" (parent: .abstract.instanceof.App\Controller\AdminCourseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCourseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCourseController).
Resolving inheritance for ".instanceof.App\Controller\AdminCourseController.0.App\Controller\AdminCourseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCourseController).
Resolving inheritance for "App\Controller\AdminCourseController" (parent: .instanceof.App\Controller\AdminCourseController.0.App\Controller\AdminCourseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFranchiseController" (parent: .abstract.instanceof.App\Controller\AdminFranchiseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFranchiseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFranchiseController).
Resolving inheritance for ".instanceof.App\Controller\AdminFranchiseController.0.App\Controller\AdminFranchiseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFranchiseController).
Resolving inheritance for "App\Controller\AdminFranchiseController" (parent: .instanceof.App\Controller\AdminFranchiseController.0.App\Controller\AdminFranchiseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPartnerController" (parent: .abstract.instanceof.App\Controller\AdminPartnerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPartnerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPartnerController).
Resolving inheritance for ".instanceof.App\Controller\AdminPartnerController.0.App\Controller\AdminPartnerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPartnerController).
Resolving inheritance for "App\Controller\AdminPartnerController" (parent: .instanceof.App\Controller\AdminPartnerController.0.App\Controller\AdminPartnerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminStudentKycController" (parent: .abstract.instanceof.App\Controller\AdminStudentKycController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminStudentKycController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminStudentKycController).
Resolving inheritance for ".instanceof.App\Controller\AdminStudentKycController.0.App\Controller\AdminStudentKycController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminStudentKycController).
Resolving inheritance for "App\Controller\AdminStudentKycController" (parent: .instanceof.App\Controller\AdminStudentKycController.0.App\Controller\AdminStudentKycController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminSupportController" (parent: .abstract.instanceof.App\Controller\AdminSupportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminSupportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminSupportController).
Resolving inheritance for ".instanceof.App\Controller\AdminSupportController.0.App\Controller\AdminSupportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminSupportController).
Resolving inheritance for "App\Controller\AdminSupportController" (parent: .instanceof.App\Controller\AdminSupportController.0.App\Controller\AdminSupportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiFranchiseController" (parent: .abstract.instanceof.App\Controller\ApiFranchiseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiFranchiseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiFranchiseController).
Resolving inheritance for ".instanceof.App\Controller\ApiFranchiseController.0.App\Controller\ApiFranchiseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiFranchiseController).
Resolving inheritance for "App\Controller\ApiFranchiseController" (parent: .instanceof.App\Controller\ApiFranchiseController.0.App\Controller\ApiFranchiseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AvenueController" (parent: .abstract.instanceof.App\Controller\AvenueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AvenueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AvenueController).
Resolving inheritance for ".instanceof.App\Controller\AvenueController.0.App\Controller\AvenueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AvenueController).
Resolving inheritance for "App\Controller\AvenueController" (parent: .instanceof.App\Controller\AvenueController.0.App\Controller\AvenueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController" (parent: .abstract.instanceof.App\Controller\BaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController).
Resolving inheritance for "App\Controller\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogCategoryController" (parent: .abstract.instanceof.App\Controller\BlogCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogCategoryController).
Resolving inheritance for ".instanceof.App\Controller\BlogCategoryController.0.App\Controller\BlogCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogCategoryController).
Resolving inheritance for "App\Controller\BlogCategoryController" (parent: .instanceof.App\Controller\BlogCategoryController.0.App\Controller\BlogCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController" (parent: .abstract.instanceof.App\Controller\BlogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController).
Resolving inheritance for ".instanceof.App\Controller\BlogController.0.App\Controller\BlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController).
Resolving inheritance for "App\Controller\BlogController" (parent: .instanceof.App\Controller\BlogController.0.App\Controller\BlogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConversionDashboardController" (parent: .abstract.instanceof.App\Controller\ConversionDashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConversionDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConversionDashboardController).
Resolving inheritance for ".instanceof.App\Controller\ConversionDashboardController.0.App\Controller\ConversionDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConversionDashboardController).
Resolving inheritance for "App\Controller\ConversionDashboardController" (parent: .instanceof.App\Controller\ConversionDashboardController.0.App\Controller\ConversionDashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController" (parent: .abstract.instanceof.App\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController).
Resolving inheritance for ".instanceof.App\Controller\DashboardController.0.App\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController).
Resolving inheritance for "App\Controller\DashboardController" (parent: .instanceof.App\Controller\DashboardController.0.App\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\Controller\DefaultController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.App\Controller\DefaultController.0.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EbookChapterController" (parent: .abstract.instanceof.App\Controller\EbookChapterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EbookChapterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EbookChapterController).
Resolving inheritance for ".instanceof.App\Controller\EbookChapterController.0.App\Controller\EbookChapterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EbookChapterController).
Resolving inheritance for "App\Controller\EbookChapterController" (parent: .instanceof.App\Controller\EbookChapterController.0.App\Controller\EbookChapterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EbookController" (parent: .abstract.instanceof.App\Controller\EbookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EbookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EbookController).
Resolving inheritance for ".instanceof.App\Controller\EbookController.0.App\Controller\EbookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EbookController).
Resolving inheritance for "App\Controller\EbookController" (parent: .instanceof.App\Controller\EbookController.0.App\Controller\EbookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EbookSectionController" (parent: .abstract.instanceof.App\Controller\EbookSectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EbookSectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EbookSectionController).
Resolving inheritance for ".instanceof.App\Controller\EbookSectionController.0.App\Controller\EbookSectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EbookSectionController).
Resolving inheritance for "App\Controller\EbookSectionController" (parent: .instanceof.App\Controller\EbookSectionController.0.App\Controller\EbookSectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailTemplateController" (parent: .abstract.instanceof.App\Controller\EmailTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailTemplateController).
Resolving inheritance for ".instanceof.App\Controller\EmailTemplateController.0.App\Controller\EmailTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailTemplateController).
Resolving inheritance for "App\Controller\EmailTemplateController" (parent: .instanceof.App\Controller\EmailTemplateController.0.App\Controller\EmailTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExpensesController" (parent: .abstract.instanceof.App\Controller\ExpensesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExpensesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExpensesController).
Resolving inheritance for ".instanceof.App\Controller\ExpensesController.0.App\Controller\ExpensesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExpensesController).
Resolving inheritance for "App\Controller\ExpensesController" (parent: .instanceof.App\Controller\ExpensesController.0.App\Controller\ExpensesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FileStoreController" (parent: .abstract.instanceof.App\Controller\FileStoreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FileStoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FileStoreController).
Resolving inheritance for ".instanceof.App\Controller\FileStoreController.0.App\Controller\FileStoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FileStoreController).
Resolving inheritance for "App\Controller\FileStoreController" (parent: .instanceof.App\Controller\FileStoreController.0.App\Controller\FileStoreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Franchise\ApiController" (parent: .abstract.instanceof.App\Controller\Franchise\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Franchise\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Franchise\ApiController).
Resolving inheritance for ".instanceof.App\Controller\Franchise\ApiController.0.App\Controller\Franchise\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Franchise\ApiController).
Resolving inheritance for "App\Controller\Franchise\ApiController" (parent: .instanceof.App\Controller\Franchise\ApiController.0.App\Controller\Franchise\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Franchise\FranchiseController" (parent: .abstract.instanceof.App\Controller\Franchise\FranchiseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Franchise\FranchiseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Franchise\FranchiseController).
Resolving inheritance for ".instanceof.App\Controller\Franchise\FranchiseController.0.App\Controller\Franchise\FranchiseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Franchise\FranchiseController).
Resolving inheritance for "App\Controller\Franchise\FranchiseController" (parent: .instanceof.App\Controller\Franchise\FranchiseController.0.App\Controller\Franchise\FranchiseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FranchiseBlogController" (parent: .abstract.instanceof.App\Controller\FranchiseBlogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FranchiseBlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FranchiseBlogController).
Resolving inheritance for ".instanceof.App\Controller\FranchiseBlogController.0.App\Controller\FranchiseBlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FranchiseBlogController).
Resolving inheritance for "App\Controller\FranchiseBlogController" (parent: .instanceof.App\Controller\FranchiseBlogController.0.App\Controller\FranchiseBlogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FranchiseController" (parent: .abstract.instanceof.App\Controller\FranchiseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FranchiseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FranchiseController).
Resolving inheritance for ".instanceof.App\Controller\FranchiseController.0.App\Controller\FranchiseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FranchiseController).
Resolving inheritance for "App\Controller\FranchiseController" (parent: .instanceof.App\Controller\FranchiseController.0.App\Controller\FranchiseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FranchiseKycController" (parent: .abstract.instanceof.App\Controller\FranchiseKycController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FranchiseKycController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FranchiseKycController).
Resolving inheritance for ".instanceof.App\Controller\FranchiseKycController.0.App\Controller\FranchiseKycController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FranchiseKycController).
Resolving inheritance for "App\Controller\FranchiseKycController" (parent: .instanceof.App\Controller\FranchiseKycController.0.App\Controller\FranchiseKycController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FranchiseStudentKycController" (parent: .abstract.instanceof.App\Controller\FranchiseStudentKycController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FranchiseStudentKycController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FranchiseStudentKycController).
Resolving inheritance for ".instanceof.App\Controller\FranchiseStudentKycController.0.App\Controller\FranchiseStudentKycController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FranchiseStudentKycController).
Resolving inheritance for "App\Controller\FranchiseStudentKycController" (parent: .instanceof.App\Controller\FranchiseStudentKycController.0.App\Controller\FranchiseStudentKycController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FranchiseSupportController" (parent: .abstract.instanceof.App\Controller\FranchiseSupportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FranchiseSupportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FranchiseSupportController).
Resolving inheritance for ".instanceof.App\Controller\FranchiseSupportController.0.App\Controller\FranchiseSupportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FranchiseSupportController).
Resolving inheritance for "App\Controller\FranchiseSupportController" (parent: .instanceof.App\Controller\FranchiseSupportController.0.App\Controller\FranchiseSupportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FranchiseVirtualAccountController" (parent: .abstract.instanceof.App\Controller\FranchiseVirtualAccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FranchiseVirtualAccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FranchiseVirtualAccountController).
Resolving inheritance for ".instanceof.App\Controller\FranchiseVirtualAccountController.0.App\Controller\FranchiseVirtualAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FranchiseVirtualAccountController).
Resolving inheritance for "App\Controller\FranchiseVirtualAccountController" (parent: .instanceof.App\Controller\FranchiseVirtualAccountController.0.App\Controller\FranchiseVirtualAccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GPTApiController" (parent: .abstract.instanceof.App\Controller\GPTApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GPTApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GPTApiController).
Resolving inheritance for ".instanceof.App\Controller\GPTApiController.0.App\Controller\GPTApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GPTApiController).
Resolving inheritance for "App\Controller\GPTApiController" (parent: .instanceof.App\Controller\GPTApiController.0.App\Controller\GPTApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImageController" (parent: .abstract.instanceof.App\Controller\ImageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImageController).
Resolving inheritance for ".instanceof.App\Controller\ImageController.0.App\Controller\ImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImageController).
Resolving inheritance for "App\Controller\ImageController" (parent: .instanceof.App\Controller\ImageController.0.App\Controller\ImageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MenuController" (parent: .abstract.instanceof.App\Controller\MenuController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MenuController).
Resolving inheritance for ".instanceof.App\Controller\MenuController.0.App\Controller\MenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MenuController).
Resolving inheritance for "App\Controller\MenuController" (parent: .instanceof.App\Controller\MenuController.0.App\Controller\MenuController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\FranchiseStudentController" (parent: .abstract.instanceof.App\Controller\Mobile\FranchiseStudentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\FranchiseStudentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\FranchiseStudentController).
Resolving inheritance for ".instanceof.App\Controller\Mobile\FranchiseStudentController.0.App\Controller\Mobile\FranchiseStudentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\FranchiseStudentController).
Resolving inheritance for "App\Controller\Mobile\FranchiseStudentController" (parent: .instanceof.App\Controller\Mobile\FranchiseStudentController.0.App\Controller\Mobile\FranchiseStudentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\MobileController" (parent: .abstract.instanceof.App\Controller\Mobile\MobileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\MobileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\MobileController).
Resolving inheritance for ".instanceof.App\Controller\Mobile\MobileController.0.App\Controller\Mobile\MobileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\MobileController).
Resolving inheritance for "App\Controller\Mobile\MobileController" (parent: .instanceof.App\Controller\Mobile\MobileController.0.App\Controller\Mobile\MobileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\UserController" (parent: .abstract.instanceof.App\Controller\Mobile\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\UserController).
Resolving inheritance for ".instanceof.App\Controller\Mobile\UserController.0.App\Controller\Mobile\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\UserController).
Resolving inheritance for "App\Controller\Mobile\UserController" (parent: .instanceof.App\Controller\Mobile\UserController.0.App\Controller\Mobile\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController" (parent: .abstract.instanceof.App\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController).
Resolving inheritance for ".instanceof.App\Controller\PageController.0.App\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController).
Resolving inheritance for "App\Controller\PageController" (parent: .instanceof.App\Controller\PageController.0.App\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartnerController" (parent: .abstract.instanceof.App\Controller\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartnerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartnerController).
Resolving inheritance for ".instanceof.App\Controller\PartnerController.0.App\Controller\PartnerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartnerController).
Resolving inheritance for "App\Controller\PartnerController" (parent: .instanceof.App\Controller\PartnerController.0.App\Controller\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartnerKycController" (parent: .abstract.instanceof.App\Controller\PartnerKycController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartnerKycController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartnerKycController).
Resolving inheritance for ".instanceof.App\Controller\PartnerKycController.0.App\Controller\PartnerKycController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartnerKycController).
Resolving inheritance for "App\Controller\PartnerKycController" (parent: .instanceof.App\Controller\PartnerKycController.0.App\Controller\PartnerKycController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentGreedyController" (parent: .abstract.instanceof.App\Controller\PaymentGreedyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentGreedyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentGreedyController).
Resolving inheritance for ".instanceof.App\Controller\PaymentGreedyController.0.App\Controller\PaymentGreedyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentGreedyController).
Resolving inheritance for "App\Controller\PaymentGreedyController" (parent: .instanceof.App\Controller\PaymentGreedyController.0.App\Controller\PaymentGreedyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RazorpayController" (parent: .abstract.instanceof.App\Controller\RazorpayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RazorpayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RazorpayController).
Resolving inheritance for ".instanceof.App\Controller\RazorpayController.0.App\Controller\RazorpayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RazorpayController).
Resolving inheritance for "App\Controller\RazorpayController" (parent: .instanceof.App\Controller\RazorpayController.0.App\Controller\RazorpayController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScoPageController" (parent: .abstract.instanceof.App\Controller\ScoPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScoPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScoPageController).
Resolving inheritance for ".instanceof.App\Controller\ScoPageController.0.App\Controller\ScoPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScoPageController).
Resolving inheritance for "App\Controller\ScoPageController" (parent: .instanceof.App\Controller\ScoPageController.0.App\Controller\ScoPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.App\Controller\SecurityController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.App\Controller\SecurityController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SetupController" (parent: .abstract.instanceof.App\Controller\SetupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SetupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SetupController).
Resolving inheritance for ".instanceof.App\Controller\SetupController.0.App\Controller\SetupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SetupController).
Resolving inheritance for "App\Controller\SetupController" (parent: .instanceof.App\Controller\SetupController.0.App\Controller\SetupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController" (parent: .abstract.instanceof.App\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController).
Resolving inheritance for ".instanceof.App\Controller\TestController.0.App\Controller\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController).
Resolving inheritance for "App\Controller\TestController" (parent: .instanceof.App\Controller\TestController.0.App\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnsubscribeController" (parent: .abstract.instanceof.App\Controller\UnsubscribeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnsubscribeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnsubscribeController).
Resolving inheritance for ".instanceof.App\Controller\UnsubscribeController.0.App\Controller\UnsubscribeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnsubscribeController).
Resolving inheritance for "App\Controller\UnsubscribeController" (parent: .instanceof.App\Controller\UnsubscribeController.0.App\Controller\UnsubscribeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UrlLinkMakerController" (parent: .abstract.instanceof.App\Controller\UrlLinkMakerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UrlLinkMakerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UrlLinkMakerController).
Resolving inheritance for ".instanceof.App\Controller\UrlLinkMakerController.0.App\Controller\UrlLinkMakerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UrlLinkMakerController).
Resolving inheritance for "App\Controller\UrlLinkMakerController" (parent: .instanceof.App\Controller\UrlLinkMakerController.0.App\Controller\UrlLinkMakerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website2Controller" (parent: .abstract.instanceof.App\Controller\Website2Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website2Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website2Controller).
Resolving inheritance for ".instanceof.App\Controller\Website2Controller.0.App\Controller\Website2Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website2Controller).
Resolving inheritance for "App\Controller\Website2Controller" (parent: .instanceof.App\Controller\Website2Controller.0.App\Controller\Website2Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebsiteController" (parent: .abstract.instanceof.App\Controller\WebsiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebsiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebsiteController).
Resolving inheritance for ".instanceof.App\Controller\WebsiteController.0.App\Controller\WebsiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebsiteController).
Resolving inheritance for "App\Controller\WebsiteController" (parent: .instanceof.App\Controller\WebsiteController.0.App\Controller\WebsiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WhatsappQueueController" (parent: .abstract.instanceof.App\Controller\WhatsappQueueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WhatsappQueueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WhatsappQueueController).
Resolving inheritance for ".instanceof.App\Controller\WhatsappQueueController.0.App\Controller\WhatsappQueueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WhatsappQueueController).
Resolving inheritance for "App\Controller\WhatsappQueueController" (parent: .instanceof.App\Controller\WhatsappQueueController.0.App\Controller\WhatsappQueueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WhatsappTemplateController" (parent: .abstract.instanceof.App\Controller\WhatsappTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WhatsappTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WhatsappTemplateController).
Resolving inheritance for ".instanceof.App\Controller\WhatsappTemplateController.0.App\Controller\WhatsappTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WhatsappTemplateController).
Resolving inheritance for "App\Controller\WhatsappTemplateController" (parent: .instanceof.App\Controller\WhatsappTemplateController.0.App\Controller\WhatsappTemplateController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlogCategoryType" (parent: .abstract.instanceof.App\Form\BlogCategoryType).
Resolving inheritance for "App\Form\BlogCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlogCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlogType" (parent: .abstract.instanceof.App\Form\BlogType).
Resolving inheritance for "App\Form\BlogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlogType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EbookChapterType" (parent: .abstract.instanceof.App\Form\EbookChapterType).
Resolving inheritance for "App\Form\EbookChapterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EbookChapterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EbookSectionType" (parent: .abstract.instanceof.App\Form\EbookSectionType).
Resolving inheritance for "App\Form\EbookSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EbookSectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EbookType" (parent: .abstract.instanceof.App\Form\EbookType).
Resolving inheritance for "App\Form\EbookType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EbookType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailTemplateType" (parent: .abstract.instanceof.App\Form\EmailTemplateType).
Resolving inheritance for "App\Form\EmailTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExpensesType" (parent: .abstract.instanceof.App\Form\ExpensesType).
Resolving inheritance for "App\Form\ExpensesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExpensesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FileStoreType" (parent: .abstract.instanceof.App\Form\FileStoreType).
Resolving inheritance for "App\Form\FileStoreType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FileStoreType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FranchiseType" (parent: .abstract.instanceof.App\Form\FranchiseType).
Resolving inheritance for "App\Form\FranchiseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FranchiseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MenuType" (parent: .abstract.instanceof.App\Form\MenuType).
Resolving inheritance for "App\Form\MenuType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MenuType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PageType" (parent: .abstract.instanceof.App\Form\PageType).
Resolving inheritance for "App\Form\PageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentGreedyType" (parent: .abstract.instanceof.App\Form\PaymentGreedyType).
Resolving inheritance for "App\Form\PaymentGreedyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentGreedyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ScoPageType" (parent: .abstract.instanceof.App\Form\ScoPageType).
Resolving inheritance for "App\Form\ScoPageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ScoPageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UrlLinkMakerType" (parent: .abstract.instanceof.App\Form\UrlLinkMakerType).
Resolving inheritance for "App\Form\UrlLinkMakerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UrlLinkMakerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WhatsappQueueType" (parent: .abstract.instanceof.App\Form\WhatsappQueueType).
Resolving inheritance for "App\Form\WhatsappQueueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WhatsappQueueType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WhatsappTemplateType" (parent: .abstract.instanceof.App\Form\WhatsappTemplateType).
Resolving inheritance for "App\Form\WhatsappTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WhatsappTemplateType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssessmentBatchRepository" (parent: .abstract.instanceof.App\Repository\AssessmentBatchRepository).
Resolving inheritance for "App\Repository\AssessmentBatchRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssessmentBatchRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssessmentRepository" (parent: .abstract.instanceof.App\Repository\AssessmentRepository).
Resolving inheritance for "App\Repository\AssessmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssessmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogCategoryRepository" (parent: .abstract.instanceof.App\Repository\BlogCategoryRepository).
Resolving inheritance for "App\Repository\BlogCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogImageRepository" (parent: .abstract.instanceof.App\Repository\BlogImageRepository).
Resolving inheritance for "App\Repository\BlogImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogRepository" (parent: .abstract.instanceof.App\Repository\BlogRepository).
Resolving inheritance for "App\Repository\BlogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogRepository).
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\CourseBookMapperRepository" (parent: .abstract.instanceof.App\Repository\CourseBookMapperRepository).
Resolving inheritance for "App\Repository\CourseBookMapperRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseBookMapperRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseCountryFeeRepository" (parent: .abstract.instanceof.App\Repository\CourseCountryFeeRepository).
Resolving inheritance for "App\Repository\CourseCountryFeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseCountryFeeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseCountryRepository" (parent: .abstract.instanceof.App\Repository\CourseCountryRepository).
Resolving inheritance for "App\Repository\CourseCountryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseCountryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseRepository" (parent: .abstract.instanceof.App\Repository\CourseRepository).
Resolving inheritance for "App\Repository\CourseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CvLoggerRepository" (parent: .abstract.instanceof.App\Repository\CvLoggerRepository).
Resolving inheritance for "App\Repository\CvLoggerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CvLoggerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemoTableRepository" (parent: .abstract.instanceof.App\Repository\DemoTableRepository).
Resolving inheritance for "App\Repository\DemoTableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemoTableRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DispatchRepository" (parent: .abstract.instanceof.App\Repository\DispatchRepository).
Resolving inheritance for "App\Repository\DispatchRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DispatchRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EbookChapterRepository" (parent: .abstract.instanceof.App\Repository\EbookChapterRepository).
Resolving inheritance for "App\Repository\EbookChapterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EbookChapterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EbookRepository" (parent: .abstract.instanceof.App\Repository\EbookRepository).
Resolving inheritance for "App\Repository\EbookRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EbookRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EbookSectionRepository" (parent: .abstract.instanceof.App\Repository\EbookSectionRepository).
Resolving inheritance for "App\Repository\EbookSectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EbookSectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailQueueRepository" (parent: .abstract.instanceof.App\Repository\EmailQueueRepository).
Resolving inheritance for "App\Repository\EmailQueueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailQueueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailTemplateRepository" (parent: .abstract.instanceof.App\Repository\EmailTemplateRepository).
Resolving inheritance for "App\Repository\EmailTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EngagementRepository" (parent: .abstract.instanceof.App\Repository\EngagementRepository).
Resolving inheritance for "App\Repository\EngagementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EngagementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpensesRepository" (parent: .abstract.instanceof.App\Repository\ExpensesRepository).
Resolving inheritance for "App\Repository\ExpensesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpensesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FileStoreRepository" (parent: .abstract.instanceof.App\Repository\FileStoreRepository).
Resolving inheritance for "App\Repository\FileStoreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FileStoreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseAddressDocumentRepository" (parent: .abstract.instanceof.App\Repository\FranchiseAddressDocumentRepository).
Resolving inheritance for "App\Repository\FranchiseAddressDocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseAddressDocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseAddressRepository" (parent: .abstract.instanceof.App\Repository\FranchiseAddressRepository).
Resolving inheritance for "App\Repository\FranchiseAddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseAddressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseEnquiryRepository" (parent: .abstract.instanceof.App\Repository\FranchiseEnquiryRepository).
Resolving inheritance for "App\Repository\FranchiseEnquiryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseEnquiryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseKycDocumentRepository" (parent: .abstract.instanceof.App\Repository\FranchiseKycDocumentRepository).
Resolving inheritance for "App\Repository\FranchiseKycDocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseKycDocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseKycRepository" (parent: .abstract.instanceof.App\Repository\FranchiseKycRepository).
Resolving inheritance for "App\Repository\FranchiseKycRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseKycRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseRepository" (parent: .abstract.instanceof.App\Repository\FranchiseRepository).
Resolving inheritance for "App\Repository\FranchiseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseVirtualAccountRepository" (parent: .abstract.instanceof.App\Repository\FranchiseVirtualAccountRepository).
Resolving inheritance for "App\Repository\FranchiseVirtualAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseVirtualAccountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository" (parent: .abstract.instanceof.App\Repository\ImageRepository).
Resolving inheritance for "App\Repository\ImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoginLoggerRepository" (parent: .abstract.instanceof.App\Repository\LoginLoggerRepository).
Resolving inheritance for "App\Repository\LoginLoggerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoginLoggerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OtpRepository" (parent: .abstract.instanceof.App\Repository\OtpRepository).
Resolving inheritance for "App\Repository\OtpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OtpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerKycDocumentRepository" (parent: .abstract.instanceof.App\Repository\PartnerKycDocumentRepository).
Resolving inheritance for "App\Repository\PartnerKycDocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerKycDocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerKycRepository" (parent: .abstract.instanceof.App\Repository\PartnerKycRepository).
Resolving inheritance for "App\Repository\PartnerKycRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerKycRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerRepository" (parent: .abstract.instanceof.App\Repository\PartnerRepository).
Resolving inheritance for "App\Repository\PartnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerWalletRepository" (parent: .abstract.instanceof.App\Repository\PartnerWalletRepository).
Resolving inheritance for "App\Repository\PartnerWalletRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerWalletRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentGreedyRepository" (parent: .abstract.instanceof.App\Repository\PaymentGreedyRepository).
Resolving inheritance for "App\Repository\PaymentGreedyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentGreedyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository" (parent: .abstract.instanceof.App\Repository\PaymentRepository).
Resolving inheritance for "App\Repository\PaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QrListRepository" (parent: .abstract.instanceof.App\Repository\QrListRepository).
Resolving inheritance for "App\Repository\QrListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QrListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScoPageRepository" (parent: .abstract.instanceof.App\Repository\ScoPageRepository).
Resolving inheritance for "App\Repository\ScoPageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScoPageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeoCityRepository" (parent: .abstract.instanceof.App\Repository\SeoCityRepository).
Resolving inheritance for "App\Repository\SeoCityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeoCityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SmsQueueRepository" (parent: .abstract.instanceof.App\Repository\SmsQueueRepository).
Resolving inheritance for "App\Repository\SmsQueueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SmsQueueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatsRepository" (parent: .abstract.instanceof.App\Repository\StatsRepository).
Resolving inheritance for "App\Repository\StatsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentKycDocumentsRepository" (parent: .abstract.instanceof.App\Repository\StudentKycDocumentsRepository).
Resolving inheritance for "App\Repository\StudentKycDocumentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentKycDocumentsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentKycRepository" (parent: .abstract.instanceof.App\Repository\StudentKycRepository).
Resolving inheritance for "App\Repository\StudentKycRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentKycRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentPhotoRepository" (parent: .abstract.instanceof.App\Repository\StudentPhotoRepository).
Resolving inheritance for "App\Repository\StudentPhotoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentPhotoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentRepository" (parent: .abstract.instanceof.App\Repository\StudentRepository).
Resolving inheritance for "App\Repository\StudentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentTimelineRepository" (parent: .abstract.instanceof.App\Repository\StudentTimelineRepository).
Resolving inheritance for "App\Repository\StudentTimelineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentTimelineRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupportRepository" (parent: .abstract.instanceof.App\Repository\SupportRepository).
Resolving inheritance for "App\Repository\SupportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupportTimelineRepository" (parent: .abstract.instanceof.App\Repository\SupportTimelineRepository).
Resolving inheritance for "App\Repository\SupportTimelineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupportTimelineRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UrlLinkMakerRepository" (parent: .abstract.instanceof.App\Repository\UrlLinkMakerRepository).
Resolving inheritance for "App\Repository\UrlLinkMakerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UrlLinkMakerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WalletRepository" (parent: .abstract.instanceof.App\Repository\WalletRepository).
Resolving inheritance for "App\Repository\WalletRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WalletRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WebPageImageRepository" (parent: .abstract.instanceof.App\Repository\WebPageImageRepository).
Resolving inheritance for "App\Repository\WebPageImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WebPageImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WhatsappQueueRepository" (parent: .abstract.instanceof.App\Repository\WhatsappQueueRepository).
Resolving inheritance for "App\Repository\WhatsappQueueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WhatsappQueueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WhatsappTemplateRepository" (parent: .abstract.instanceof.App\Repository\WhatsappTemplateRepository).
Resolving inheritance for "App\Repository\WhatsappTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WhatsappTemplateRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CoreExtension" (parent: .abstract.instanceof.App\Twig\CoreExtension).
Resolving inheritance for "App\Twig\CoreExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CoreExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.adapter.valkey" (parent: cache.adapter.redis).
Resolving inheritance for "cache.adapter.valkey_tag_aware" (parent: cache.adapter.redis_tag_aware).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "assets._default_package_without_version" (parent: assets.path_package).
Resolving inheritance for "cache.http_client.pool" (parent: cache.app).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "limiter.qr_login_generate" (parent: limiter).
Resolving inheritance for "limiter.qr_login_approve" (parent: limiter).
Resolving inheritance for "limiter.qr_login_poll" (parent: limiter).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.admin_area" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.franchise_area" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.franchise_api_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.admin_area" (parent: security.firewall.config).
Resolving inheritance for "security.listener.admin_area.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.admin_area" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.admin_area" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.admin_area" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.admin_area" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.admin_area" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.admin_area.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.admin_area.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.admin_area" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.admin_area" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.admin_area" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.admin_area" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.admin_area" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.admin_area" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin_area" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin_area" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.admin_area" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.admin_area" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin_area" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.franchise_area" (parent: security.firewall.config).
Resolving inheritance for "security.listener.franchise_area.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.franchise_area" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.franchise_area" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.franchise_area" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.franchise_area" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.franchise_area" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.franchise_area.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.franchise_area.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.franchise_area" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.franchise_area" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.franchise_area" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.franchise_area" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.franchise_area" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.franchise_area" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.franchise_area" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.franchise_area" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.franchise_area" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.franchise_area" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.franchise_area" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.franchise_api_area" (parent: security.firewall.config).
Resolving inheritance for "security.listener.franchise_api_area.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.franchise_api_area" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.franchise_api_area" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.franchise_api_area" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.franchise_api_area" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.franchise_api_area" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.franchise_api_area" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.franchise_api_area" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.mobile_franchise_area" (parent: security.firewall.config).
Resolving inheritance for "security.listener.mobile_franchise_area.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.3" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.mobile_franchise_area" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.mobile_franchise_area" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.mobile_franchise_area" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.mobile_franchise_area" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.mobile_franchise_area" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.mobile_franchise_area" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.mobile_franchise_area" (parent: security.firewall.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\ArrayAdapter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Adapter\ArrayAdapter).
Resolving inheritance for "Omines\DataTablesBundle\Adapter\ArrayAdapter" (parent: .instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\ArrayAdapter).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter).
Resolving inheritance for "Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter" (parent: .instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter).
Resolving inheritance for "Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter" (parent: .instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigColumn" (parent: .abstract.instanceof.Omines\DataTablesBundle\Column\TwigColumn).
Resolving inheritance for "Omines\DataTablesBundle\Column\TwigColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigColumn).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigStringColumn" (parent: .abstract.instanceof.Omines\DataTablesBundle\Column\TwigStringColumn).
Resolving inheritance for "Omines\DataTablesBundle\Column\TwigStringColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigStringColumn).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter).
Resolving inheritance for "Omines\DataTablesBundle\Exporter\Excel\ExcelExporter" (parent: .instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelOpenSpoutExporter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Exporter\Excel\ExcelOpenSpoutExporter).
Resolving inheritance for "Omines\DataTablesBundle\Exporter\Excel\ExcelOpenSpoutExporter" (parent: .instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelOpenSpoutExporter).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Csv\CsvExporter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Exporter\Csv\CsvExporter).
Resolving inheritance for "Omines\DataTablesBundle\Exporter\Csv\CsvExporter" (parent: .instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Csv\CsvExporter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Omines\DataTablesBundle\Twig\DataTablesExtension" (parent: .abstract.instanceof.Omines\DataTablesBundle\Twig\DataTablesExtension).
Resolving inheritance for "Omines\DataTablesBundle\Twig\DataTablesExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Omines\DataTablesBundle\Twig\DataTablesExtension).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_decorator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.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.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
297
Removed service "Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper"; 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\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; 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.cli"; reason: private alias.
Removed service "error_renderer.default"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $qr_login_generate.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $qrLoginGenerateLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $qr_login_generate"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $qrLoginGenerateLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $qr_login_approve.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $qrLoginApproveLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $qr_login_approve"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $qrLoginApproveLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $qr_login_poll.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $qrLoginPollLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $qr_login_poll"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $qrLoginPollLimiter"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "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 $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.admin_area"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.admin_area"; reason: private alias.
Removed service "security.authentication.session_strategy.franchise_area"; reason: private alias.
Removed service "security.user_checker.franchise_area"; reason: private alias.
Removed service "security.authentication.session_strategy.franchise_api_area"; reason: private alias.
Removed service "security.user_checker.franchise_api_area"; reason: private alias.
Removed service "security.authentication.session_strategy.mobile_franchise_area"; reason: private alias.
Removed service "security.user_checker.mobile_franchise_area"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "security.firewall_config_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "datatables.renderer"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $lock"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".service_locator.S9tnIXR"; reason: private alias.
Removed service ".service_locator.yqIJAFG"; reason: private alias.
Removed service ".service_locator.v3d_hTt"; reason: private alias.
Removed service ".service_locator.ql_CdRW"; reason: private alias.
Removed service ".service_locator.quNTK59"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "http_client.uri_template.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.admin_area"; reason: private alias.
Removed service "security.firewall.authenticator.franchise_area"; reason: private alias.
Removed service "security.firewall.authenticator.franchise_api_area"; reason: private alias.
Removed service "security.firewall.authenticator.mobile_franchise_area"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "security.event_dispatcher.admin_area"; reason: private alias.
Removed service "security.event_dispatcher.franchise_area"; reason: private alias.
Removed service "security.event_dispatcher.franchise_api_area"; reason: private alias.
Removed service "security.event_dispatcher.mobile_franchise_area"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.c0wzfI4"; reason: private alias.
Removed service ".service_locator.70VJ3rM"; reason: private alias.
Removed service ".service_locator.0EqcPT4"; reason: private alias.
Removed service ".service_locator.BfCPPqt"; reason: private alias.
Removed service ".service_locator.LM0AdJi"; reason: private alias.
Removed service ".service_locator.qde.k9a"; reason: private alias.
Removed service ".service_locator.mo5sXKp"; reason: private alias.
Removed service ".service_locator.LkOrPl6"; reason: private alias.
Removed service ".service_locator.4MfXhWv"; reason: private alias.
Removed service ".service_locator.jh0rhcq"; reason: private alias.
Removed service ".service_locator.1RrCt_e"; reason: private alias.
Removed service ".service_locator.L9UsL2A"; reason: private alias.
Removed service ".service_locator.q5JN.yV"; reason: private alias.
Removed service ".service_locator.49UfRhc"; reason: private alias.
Removed service ".service_locator.oX73ExZ"; reason: private alias.
Removed service ".service_locator.rOiR1RT"; reason: private alias.
Removed service ".service_locator.xvMfA0E"; reason: private alias.
Removed service ".service_locator.dqO.sVK"; reason: private alias.
Removed service ".service_locator.mnohxde"; reason: private alias.
Removed service ".service_locator.1j7Mm2j"; reason: private alias.
Removed service ".service_locator.HzGEdCW"; reason: private alias.
Removed service ".service_locator.UOV1jy9"; reason: private alias.
Removed service ".service_locator.eJguq8F"; reason: private alias.
Removed service ".service_locator.hb.b0ND"; reason: private alias.
Removed service ".service_locator.rxQB89F"; reason: private alias.
Removed service ".service_locator.or7b4rP"; reason: private alias.
Removed service ".service_locator.BsjAMM0"; reason: private alias.
Removed service ".service_locator._2ekI_s"; reason: private alias.
Removed service ".service_locator.2fSkLKl"; reason: private alias.
Removed service ".service_locator.4Bj507E"; reason: private alias.
Removed service ".service_locator.kDRLdhi"; reason: private alias.
Removed service ".service_locator.0xWWaNa"; reason: private alias.
Removed service ".service_locator._KRNttA"; reason: private alias.
Removed service ".service_locator.6bAup8K"; reason: private alias.
Removed service ".service_locator.OHbQGz1"; reason: private alias.
Removed service ".service_locator.aGCPsa4"; reason: private alias.
Removed service ".service_locator.xHo2b.p"; reason: private alias.
Removed service ".service_locator.V_h9SXM"; reason: private alias.
Removed service ".service_locator.0ekWYPZ"; reason: private alias.
Removed service ".service_locator.Q0stLbC"; reason: private alias.
Removed service ".service_locator.udFGzq1"; reason: private alias.
Removed service ".service_locator.drGrFuV"; reason: private alias.
Removed service ".service_locator.dJOW0qh"; reason: private alias.
Removed service ".service_locator.onrxDUI"; reason: private alias.
Removed service ".service_locator.TAjoV8C"; reason: private alias.
Removed service ".service_locator.ciFdcxK"; reason: private alias.
Removed service ".service_locator.DeRI5XU"; reason: private alias.
Removed service ".service_locator.NnynGrQ"; reason: private alias.
Removed service ".service_locator.cEPrLPY"; reason: private alias.
Removed service ".service_locator.toWDQ7F"; reason: private alias.
Removed service ".service_locator.6vWXlgM"; reason: private alias.
Removed service ".service_locator.yw4L3BW"; reason: private alias.
Removed service ".service_locator.5txahni"; reason: private alias.
Removed service ".service_locator.0cFLtMq"; reason: private alias.
Removed service ".service_locator.qDHvexs"; reason: private alias.
Removed service ".service_locator.69RQUku"; reason: private alias.
Removed service ".service_locator.8sdrfEm"; reason: private alias.
Removed service ".service_locator.p0l58sy"; reason: private alias.
Removed service ".service_locator.7SAPTLx"; reason: private alias.
Removed service ".service_locator.dcpqqsV"; reason: private alias.
Removed service ".service_locator.lS7FmFX"; reason: private alias.
Removed service ".service_locator.kCdNXtG"; reason: private alias.
Removed service ".service_locator.O696CZ8"; reason: private alias.
Removed service ".service_locator.4wgkru6"; reason: private alias.
Removed service ".service_locator.aV9UL.p"; reason: private alias.
Removed service ".service_locator._gIaH2J"; reason: private alias.
Removed service ".service_locator.l9rrtvY"; reason: private alias.
Removed service ".service_locator.047JvyE"; reason: private alias.
Removed service ".service_locator.xH9Yu7e"; reason: private alias.
Removed service ".service_locator.sTDeQMa"; reason: private alias.
Removed service ".service_locator.NQyseuo"; reason: private alias.
Removed service ".service_locator.qBrB67i"; reason: private alias.
Removed service ".service_locator.TNFR3gH"; reason: private alias.
Removed service ".service_locator.CCF3Q6b"; reason: private alias.
Removed service ".service_locator.HW2uI37"; reason: private alias.
Removed service ".service_locator.mRzo7FR"; reason: private alias.
Removed service ".service_locator.SdQzuPm"; reason: private alias.
Removed service ".service_locator.EpLuRy4"; reason: private alias.
Removed service ".service_locator.PlPx98x"; reason: private alias.
Removed service ".service_locator.HXB.ZlY"; reason: private alias.
Removed service ".service_locator.VssCe6Y"; reason: private alias.
Removed service ".service_locator.Zl0bbJj"; reason: private alias.
Removed service ".service_locator.YU1i9lx"; reason: private alias.
Removed service ".service_locator.4BhletK"; reason: private alias.
Removed service ".service_locator.tpsIyyB"; reason: private alias.
Removed service ".service_locator.X3hEZae"; reason: private alias.
Removed service ".service_locator.chFcv.i"; reason: private alias.
Removed service ".service_locator.mVFM4br"; reason: private alias.
Removed service ".service_locator.a__jzFs"; reason: private alias.
Removed service ".service_locator.dfvBApO"; reason: private alias.
Removed service ".service_locator.Q2FF2no"; reason: private alias.
Removed service ".service_locator.0ngK9uf"; reason: private alias.
73
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.config_debug" previously pointing to ".service_locator.ryAvHi4" to "container.env_var_processors_locator".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" 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 "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.admin_area" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.admin_area" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.switchuser_listener.franchise_area" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.franchise_area" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.switchuser_listener.franchise_api_area" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.franchise_api_area" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.switchuser_listener.mobile_franchise_area" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.mobile_franchise_area" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Omines\DataTablesBundle\Exporter\DataTableExporterManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Omines\DataTablesBundle\DataTableFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Omines\DataTablesBundle\Twig\DataTablesExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.t7XgBJe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.h9Zyyn_" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.kvOAK9B" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mFBT25N" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.2tX_A8M" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
595
Removed service "App\Entity"; reason: abstract.
Removed service "App\Migrations"; 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.valkey"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.valkey_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service ".abstract.Symfony\Component\Validator\Constraints\AbstractComparisonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\VideoValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_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_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.access_token_handler.oidc.generator"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddUserCommand"; reason: abstract.
Removed service ".instanceof.App\Command\AddUserCommand.0.App\Command\AddUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackfillWalletCurrencyCommand"; reason: abstract.
Removed service ".instanceof.App\Command\BackfillWalletCurrencyCommand.0.App\Command\BackfillWalletCurrencyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BackfillWalletCurrencyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CapturePaymentCommand"; reason: abstract.
Removed service ".instanceof.App\Command\CapturePaymentCommand.0.App\Command\CapturePaymentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CapturePaymentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConversionEmailAutomationCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ConversionEmailAutomationCommand.0.App\Command\ConversionEmailAutomationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ConversionEmailAutomationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DailyEmailReportCronCommand"; reason: abstract.
Removed service ".instanceof.App\Command\DailyEmailReportCronCommand.0.App\Command\DailyEmailReportCronCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DailyEmailReportCronCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DispatchNewRelationFixCommand"; reason: abstract.
Removed service ".instanceof.App\Command\DispatchNewRelationFixCommand.0.App\Command\DispatchNewRelationFixCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DispatchNewRelationFixCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailCommand"; reason: abstract.
Removed service ".instanceof.App\Command\EmailCommand.0.App\Command\EmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailCroneCommand"; reason: abstract.
Removed service ".instanceof.App\Command\EmailCroneCommand.0.App\Command\EmailCroneCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EmailCroneCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailNotificationMonthlyCronCommand"; reason: abstract.
Removed service ".instanceof.App\Command\EmailNotificationMonthlyCronCommand.0.App\Command\EmailNotificationMonthlyCronCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EmailNotificationMonthlyCronCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailPendingQueuerCommand"; reason: abstract.
Removed service ".instanceof.App\Command\EmailPendingQueuerCommand.0.App\Command\EmailPendingQueuerCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EmailPendingQueuerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailQueueDeleteCommand"; reason: abstract.
Removed service ".instanceof.App\Command\EmailQueueDeleteCommand.0.App\Command\EmailQueueDeleteCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EmailQueueDeleteCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailTemplateFixtureCommand"; reason: abstract.
Removed service ".instanceof.App\Command\EmailTemplateFixtureCommand.0.App\Command\EmailTemplateFixtureCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EmailTemplateFixtureCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExpireCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ExpireCommand.0.App\Command\ExpireCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ExpireCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExpireCommingQueuerCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ExpireCommingQueuerCommand.0.App\Command\ExpireCommingQueuerCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ExpireCommingQueuerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExpiredReminderQueuerCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ExpiredReminderQueuerCommand.0.App\Command\ExpiredReminderQueuerCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ExpiredReminderQueuerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixCourseGuidCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FixCourseGuidCommand.0.App\Command\FixCourseGuidCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixCourseGuidCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixDocumentGuidCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FixDocumentGuidCommand.0.App\Command\FixDocumentGuidCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixDocumentGuidCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixStudentReligionCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FixStudentReligionCommand.0.App\Command\FixStudentReligionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixStudentReligionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixStudentStateCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FixStudentStateCommand.0.App\Command\FixStudentStateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixStudentStateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GuidBackfillCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GuidBackfillCommand.0.App\Command\GuidBackfillCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GuidBackfillCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PaymentFailFetcherCommand"; reason: abstract.
Removed service ".instanceof.App\Command\PaymentFailFetcherCommand.0.App\Command\PaymentFailFetcherCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PaymentFailFetcherCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SmsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\SmsCommand.0.App\Command\SmsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SmsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SmsCroneCommand"; reason: abstract.
Removed service ".instanceof.App\Command\SmsCroneCommand.0.App\Command\SmsCroneCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SmsCroneCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VirtualAccountFetcherCommand"; reason: abstract.
Removed service ".instanceof.App\Command\VirtualAccountFetcherCommand.0.App\Command\VirtualAccountFetcherCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\VirtualAccountFetcherCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WpCommand"; reason: abstract.
Removed service ".instanceof.App\Command\WpCommand.0.App\Command\WpCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\WpCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WpSendCommand"; reason: abstract.
Removed service ".instanceof.App\Command\WpSendCommand.0.App\Command\WpSendCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\WpSendCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdminController.0.App\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCountryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCountryController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdminCountryController.0.App\Controller\AdminCountryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminCountryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCourseController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdminCourseController.0.App\Controller\AdminCourseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminCourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFranchiseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFranchiseController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdminFranchiseController.0.App\Controller\AdminFranchiseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminFranchiseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPartnerController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdminPartnerController.0.App\Controller\AdminPartnerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminPartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminStudentKycController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminStudentKycController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdminStudentKycController.0.App\Controller\AdminStudentKycController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminStudentKycController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminSupportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminSupportController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdminSupportController.0.App\Controller\AdminSupportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminSupportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiFranchiseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiFranchiseController"; reason: abstract.
Removed service ".instanceof.App\Controller\ApiFranchiseController.0.App\Controller\ApiFranchiseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApiFranchiseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AvenueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AvenueController"; reason: abstract.
Removed service ".instanceof.App\Controller\AvenueController.0.App\Controller\AvenueController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AvenueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogCategoryController"; reason: abstract.
Removed service ".instanceof.App\Controller\BlogCategoryController.0.App\Controller\BlogCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BlogCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController"; reason: abstract.
Removed service ".instanceof.App\Controller\BlogController.0.App\Controller\BlogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConversionDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConversionDashboardController"; reason: abstract.
Removed service ".instanceof.App\Controller\ConversionDashboardController.0.App\Controller\ConversionDashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ConversionDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.App\Controller\DashboardController.0.App\Controller\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\Controller\DefaultController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EbookChapterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EbookChapterController"; reason: abstract.
Removed service ".instanceof.App\Controller\EbookChapterController.0.App\Controller\EbookChapterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EbookChapterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EbookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EbookController"; reason: abstract.
Removed service ".instanceof.App\Controller\EbookController.0.App\Controller\EbookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EbookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EbookSectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EbookSectionController"; reason: abstract.
Removed service ".instanceof.App\Controller\EbookSectionController.0.App\Controller\EbookSectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EbookSectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailTemplateController"; reason: abstract.
Removed service ".instanceof.App\Controller\EmailTemplateController.0.App\Controller\EmailTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EmailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExpensesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExpensesController"; reason: abstract.
Removed service ".instanceof.App\Controller\ExpensesController.0.App\Controller\ExpensesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExpensesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FileStoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FileStoreController"; reason: abstract.
Removed service ".instanceof.App\Controller\FileStoreController.0.App\Controller\FileStoreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FileStoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Franchise\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Franchise\ApiController"; reason: abstract.
Removed service ".instanceof.App\Controller\Franchise\ApiController.0.App\Controller\Franchise\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Franchise\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Franchise\FranchiseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Franchise\FranchiseController"; reason: abstract.
Removed service ".instanceof.App\Controller\Franchise\FranchiseController.0.App\Controller\Franchise\FranchiseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Franchise\FranchiseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FranchiseBlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FranchiseBlogController"; reason: abstract.
Removed service ".instanceof.App\Controller\FranchiseBlogController.0.App\Controller\FranchiseBlogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FranchiseBlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FranchiseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FranchiseController"; reason: abstract.
Removed service ".instanceof.App\Controller\FranchiseController.0.App\Controller\FranchiseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FranchiseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FranchiseKycController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FranchiseKycController"; reason: abstract.
Removed service ".instanceof.App\Controller\FranchiseKycController.0.App\Controller\FranchiseKycController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FranchiseKycController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FranchiseStudentKycController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FranchiseStudentKycController"; reason: abstract.
Removed service ".instanceof.App\Controller\FranchiseStudentKycController.0.App\Controller\FranchiseStudentKycController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FranchiseStudentKycController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FranchiseSupportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FranchiseSupportController"; reason: abstract.
Removed service ".instanceof.App\Controller\FranchiseSupportController.0.App\Controller\FranchiseSupportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FranchiseSupportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FranchiseVirtualAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FranchiseVirtualAccountController"; reason: abstract.
Removed service ".instanceof.App\Controller\FranchiseVirtualAccountController.0.App\Controller\FranchiseVirtualAccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FranchiseVirtualAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GPTApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GPTApiController"; reason: abstract.
Removed service ".instanceof.App\Controller\GPTApiController.0.App\Controller\GPTApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GPTApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImageController"; reason: abstract.
Removed service ".instanceof.App\Controller\ImageController.0.App\Controller\ImageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MenuController"; reason: abstract.
Removed service ".instanceof.App\Controller\MenuController.0.App\Controller\MenuController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\FranchiseStudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\FranchiseStudentController"; reason: abstract.
Removed service ".instanceof.App\Controller\Mobile\FranchiseStudentController.0.App\Controller\Mobile\FranchiseStudentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\FranchiseStudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\MobileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\MobileController"; reason: abstract.
Removed service ".instanceof.App\Controller\Mobile\MobileController.0.App\Controller\Mobile\MobileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\MobileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\UserController"; reason: abstract.
Removed service ".instanceof.App\Controller\Mobile\UserController.0.App\Controller\Mobile\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController"; reason: abstract.
Removed service ".instanceof.App\Controller\PageController.0.App\Controller\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartnerController"; reason: abstract.
Removed service ".instanceof.App\Controller\PartnerController.0.App\Controller\PartnerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartnerKycController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartnerKycController"; reason: abstract.
Removed service ".instanceof.App\Controller\PartnerKycController.0.App\Controller\PartnerKycController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PartnerKycController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentGreedyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentGreedyController"; reason: abstract.
Removed service ".instanceof.App\Controller\PaymentGreedyController.0.App\Controller\PaymentGreedyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PaymentGreedyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RazorpayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RazorpayController"; reason: abstract.
Removed service ".instanceof.App\Controller\RazorpayController.0.App\Controller\RazorpayController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RazorpayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScoPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScoPageController"; reason: abstract.
Removed service ".instanceof.App\Controller\ScoPageController.0.App\Controller\ScoPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ScoPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.App\Controller\SecurityController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SetupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SetupController"; reason: abstract.
Removed service ".instanceof.App\Controller\SetupController.0.App\Controller\SetupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SetupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.App\Controller\TestController.0.App\Controller\TestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnsubscribeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnsubscribeController"; reason: abstract.
Removed service ".instanceof.App\Controller\UnsubscribeController.0.App\Controller\UnsubscribeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UnsubscribeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UrlLinkMakerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UrlLinkMakerController"; reason: abstract.
Removed service ".instanceof.App\Controller\UrlLinkMakerController.0.App\Controller\UrlLinkMakerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UrlLinkMakerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website2Controller"; reason: abstract.
Removed service ".instanceof.App\Controller\Website2Controller.0.App\Controller\Website2Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebsiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebsiteController"; reason: abstract.
Removed service ".instanceof.App\Controller\WebsiteController.0.App\Controller\WebsiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WebsiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WhatsappQueueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WhatsappQueueController"; reason: abstract.
Removed service ".instanceof.App\Controller\WhatsappQueueController.0.App\Controller\WhatsappQueueController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WhatsappQueueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WhatsappTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WhatsappTemplateController"; reason: abstract.
Removed service ".instanceof.App\Controller\WhatsappTemplateController.0.App\Controller\WhatsappTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WhatsappTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlogCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BlogCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlogType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BlogType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EbookChapterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EbookChapterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EbookSectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EbookSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EbookType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EbookType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EmailTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExpensesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExpensesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FileStoreType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FileStoreType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FranchiseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FranchiseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MenuType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MenuType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentGreedyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PaymentGreedyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ScoPageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ScoPageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UrlLinkMakerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UrlLinkMakerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WhatsappQueueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WhatsappQueueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WhatsappTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WhatsappTemplateType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssessmentBatchRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AssessmentBatchRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssessmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AssessmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlogCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlogImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlogRepository"; 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\CourseBookMapperRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseBookMapperRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseCountryFeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseCountryFeeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseCountryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseCountryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CvLoggerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CvLoggerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DemoTableRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DemoTableRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DispatchRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DispatchRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EbookChapterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EbookChapterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EbookRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EbookRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EbookSectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EbookSectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailQueueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailQueueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EngagementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EngagementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpensesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExpensesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FileStoreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FileStoreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseAddressDocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FranchiseAddressDocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseAddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FranchiseAddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseEnquiryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FranchiseEnquiryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseKycDocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FranchiseKycDocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseKycRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FranchiseKycRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FranchiseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranchiseVirtualAccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FranchiseVirtualAccountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoginLoggerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LoginLoggerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OtpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OtpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerKycDocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PartnerKycDocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerKycRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PartnerKycRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PartnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerWalletRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PartnerWalletRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentGreedyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PaymentGreedyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QrListRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QrListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScoPageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ScoPageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeoCityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SeoCityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SmsQueueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SmsQueueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentKycDocumentsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StudentKycDocumentsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentKycRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StudentKycRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentPhotoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StudentPhotoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StudentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudentTimelineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StudentTimelineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SupportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupportTimelineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SupportTimelineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UrlLinkMakerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UrlLinkMakerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WalletRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WalletRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WebPageImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WebPageImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WhatsappQueueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WhatsappQueueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WhatsappTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WhatsappTemplateRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CoreExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CoreExtension"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\ArrayAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Adapter\ArrayAdapter"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigColumn"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Column\TwigColumn"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigStringColumn"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Column\TwigStringColumn"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelOpenSpoutExporter"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Exporter\Excel\ExcelOpenSpoutExporter"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Csv\CsvExporter"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Exporter\Csv\CsvExporter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Omines\DataTablesBundle\Twig\DataTablesExtension"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Twig\DataTablesExtension"; reason: abstract.
108
Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
Removed service "App\AppBundle\AppBundle"; reason: unused.
Removed service "controller.helper"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "assets._default_package_without_version"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.normalizer.property"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "validator.form.attribute_metadata"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; 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.algorithm_manager_factory"; 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.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.admin_area"; 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 "security.user_checker.chain.franchise_area"; reason: unused.
Removed service "security.user_checker.chain.franchise_api_area"; reason: unused.
Removed service "security.user_checker.chain.mobile_franchise_area"; 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.syslog"; 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 "webpack_encore.cache"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.TJNRSaV.controller.helper"; reason: unused.
Removed service ".service_locator.icAHgqM"; reason: unused.
Removed service ".service_locator.1nWOYVM"; reason: unused.
Removed service ".service_locator..TsK0pF"; reason: unused.
436
Inlined service "App\Service\EmailAutomationService" to "App\Command\ConversionEmailAutomationCommand".
Inlined service ".service_locator.t7XgBJe.App\Controller\AdminController" to "App\Controller\AdminController".
Inlined service ".service_locator.t7XgBJe.App\Controller\AdminCountryController" to "App\Controller\AdminCountryController".
Inlined service ".service_locator.t7XgBJe.App\Controller\AdminCourseController" to "App\Controller\AdminCourseController".
Inlined service ".service_locator.t7XgBJe.App\Controller\AdminFranchiseController" to "App\Controller\AdminFranchiseController".
Inlined service ".service_locator.t7XgBJe.App\Controller\AdminPartnerController" to "App\Controller\AdminPartnerController".
Inlined service ".service_locator.t7XgBJe.App\Controller\AdminStudentKycController" to "App\Controller\AdminStudentKycController".
Inlined service ".service_locator.t7XgBJe.App\Controller\AdminSupportController" to "App\Controller\AdminSupportController".
Inlined service ".service_locator.t7XgBJe.App\Controller\ApiFranchiseController" to "App\Controller\ApiFranchiseController".
Inlined service ".service_locator.t7XgBJe.App\Controller\AvenueController" to "App\Controller\AvenueController".
Inlined service ".service_locator.t7XgBJe.App\Controller\BaseController" to "App\Controller\BaseController".
Inlined service ".service_locator.h9Zyyn_.App\Controller\BlogCategoryController" to "App\Controller\BlogCategoryController".
Inlined service ".service_locator.t7XgBJe.App\Controller\BlogController" to "App\Controller\BlogController".
Inlined service "App\Service\NextBestActionService" to "App\Controller\ConversionDashboardController".
Inlined service "App\Service\RenewalConversionService" to "App\Controller\ConversionDashboardController".
Inlined service "App\Service\ConversionReportingService" to "App\Controller\ConversionDashboardController".
Inlined service "App\Service\AiConversionEmailService" to "App\Controller\ConversionDashboardController".
Inlined service ".service_locator.TJNRSaV.App\Controller\ConversionDashboardController" to "App\Controller\ConversionDashboardController".
Inlined service ".service_locator.t7XgBJe.App\Controller\DashboardController" to "App\Controller\DashboardController".
Inlined service ".service_locator.t7XgBJe.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator.t7XgBJe.App\Controller\EbookChapterController" to "App\Controller\EbookChapterController".
Inlined service ".service_locator.t7XgBJe.App\Controller\EbookController" to "App\Controller\EbookController".
Inlined service ".service_locator.h9Zyyn_.App\Controller\EbookSectionController" to "App\Controller\EbookSectionController".
Inlined service ".service_locator.h9Zyyn_.App\Controller\EmailTemplateController" to "App\Controller\EmailTemplateController".
Inlined service ".service_locator.h9Zyyn_.App\Controller\ExpensesController" to "App\Controller\ExpensesController".
Inlined service ".service_locator.t7XgBJe.App\Controller\FileStoreController" to "App\Controller\FileStoreController".
Inlined service ".service_locator.t7XgBJe.App\Controller\Franchise\ApiController" to "App\Controller\Franchise\ApiController".
Inlined service ".service_locator.t7XgBJe.App\Controller\Franchise\FranchiseController" to "App\Controller\Franchise\FranchiseController".
Inlined service ".service_locator.t7XgBJe.App\Controller\FranchiseBlogController" to "App\Controller\FranchiseBlogController".
Inlined service ".service_locator.t7XgBJe.App\Controller\FranchiseController" to "App\Controller\FranchiseController".
Inlined service ".service_locator.t7XgBJe.App\Controller\FranchiseKycController" to "App\Controller\FranchiseKycController".
Inlined service ".service_locator.t7XgBJe.App\Controller\FranchiseStudentKycController" to "App\Controller\FranchiseStudentKycController".
Inlined service ".service_locator.t7XgBJe.App\Controller\FranchiseSupportController" to "App\Controller\FranchiseSupportController".
Inlined service ".service_locator.t7XgBJe.App\Controller\FranchiseVirtualAccountController" to "App\Controller\FranchiseVirtualAccountController".
Inlined service ".service_locator.TJNRSaV.App\Controller\GPTApiController" to "App\Controller\GPTApiController".
Inlined service ".service_locator.t7XgBJe.App\Controller\ImageController" to "App\Controller\ImageController".
Inlined service ".service_locator.t7XgBJe.App\Controller\MenuController" to "App\Controller\MenuController".
Inlined service ".service_locator.t7XgBJe.App\Controller\Mobile\FranchiseStudentController" to "App\Controller\Mobile\FranchiseStudentController".
Inlined service ".service_locator.t7XgBJe.App\Controller\Mobile\MobileController" to "App\Controller\Mobile\MobileController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Mobile\UserController" to "App\Controller\Mobile\UserController".
Inlined service ".service_locator.t7XgBJe.App\Controller\PageController" to "App\Controller\PageController".
Inlined service ".service_locator.t7XgBJe.App\Controller\PartnerController" to "App\Controller\PartnerController".
Inlined service ".service_locator.t7XgBJe.App\Controller\PartnerKycController" to "App\Controller\PartnerKycController".
Inlined service ".service_locator.t7XgBJe.App\Controller\PaymentGreedyController" to "App\Controller\PaymentGreedyController".
Inlined service ".service_locator.t7XgBJe.App\Controller\RazorpayController" to "App\Controller\RazorpayController".
Inlined service ".service_locator.h9Zyyn_.App\Controller\ScoPageController" to "App\Controller\ScoPageController".
Inlined service ".service_locator.t7XgBJe.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.t7XgBJe.App\Controller\SetupController" to "App\Controller\SetupController".
Inlined service ".service_locator.TJNRSaV.App\Controller\TestController" to "App\Controller\TestController".
Inlined service ".service_locator.t7XgBJe.App\Controller\UnsubscribeController" to "App\Controller\UnsubscribeController".
Inlined service ".service_locator.h9Zyyn_.App\Controller\UrlLinkMakerController" to "App\Controller\UrlLinkMakerController".
Inlined service ".service_locator.t7XgBJe.App\Controller\Website2Controller" to "App\Controller\Website2Controller".
Inlined service ".service_locator.t7XgBJe.App\Controller\WebsiteController" to "App\Controller\WebsiteController".
Inlined service ".service_locator.h9Zyyn_.App\Controller\WhatsappQueueController" to "App\Controller\WhatsappQueueController".
Inlined service ".service_locator.h9Zyyn_.App\Controller\WhatsappTemplateController" to "App\Controller\WhatsappTemplateController".
Inlined service "limiter.qr_login_generate" to "App\Service\QrLoginService".
Inlined service "limiter.qr_login_approve" to "App\Service\QrLoginService".
Inlined service "limiter.qr_login_poll" to "App\Service\QrLoginService".
Inlined service "App\Service\WhatsappLinkGenerator" to "App\Twig\CoreExtension".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.nqEKT7G" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.6eloqTE" 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.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "cache.http_client.pool.recorder_inner" to "cache.http_client.pool".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service ".service_locator.6KVxCv0" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.kvOAK9B.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.services" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.pKCuUXf" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.mFBT25N.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 "container.getenv" to "secrets.decryption_key".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.lock_key" 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.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.number" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "error_handler.error_renderer.default" to "error_handler.error_renderer.serializer".
Inlined service "monolog.logger.lock" to "lock.default.factory".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "limiter.storage.qr_login_generate" to "limiter.qr_login_generate".
Inlined service "limiter.storage.qr_login_approve" to "limiter.qr_login_approve".
Inlined service "limiter.storage.qr_login_poll" to "limiter.qr_login_poll".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.MQ2K9ka" 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.yfLOukb" 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.DA6YX9k" 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.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.0NioFko" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.decorator_helper" to "maker.maker.make_decorator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.n98meg9" 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.NLCpGmx" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
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.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Twig\CoreExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "Omines\DataTablesBundle\Twig\DataTablesExtension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" 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.3DrAUl_.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.lrOaeLx" to "twig.runtime_loader".
Inlined service ".service_locator.1mjVCan" to "security.token_storage".
Inlined service ".service_locator.5ltxHEW" to "security.helper".
Inlined service ".service_locator.OrB1lZE" to "security.helper".
Inlined service ".service_locator.CAsqsY3" to "security.helper".
Inlined service ".service_locator.vmAeGj7" to "security.helper".
Inlined service ".service_locator.vmAeGj7" to "security.helper".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.2NW45VY" to "security.access_map".
Inlined service ".security.request_matcher.B20YXw6" to "security.access_map".
Inlined service ".security.request_matcher.giIHUfx" to "security.access_map".
Inlined service ".security.request_matcher.0Kgs8IR" to "security.access_map".
Inlined service ".security.request_matcher.LfXSAlL" to "security.access_map".
Inlined service ".security.request_matcher.HJpNigk" to "security.access_map".
Inlined service ".security.request_matcher.iHaNXeb" to "security.access_map".
Inlined service ".security.request_matcher.NAAYEdZ" to "security.access_map".
Inlined service ".security.request_matcher.926JpYa" to "security.access_map".
Inlined service ".security.request_matcher.vfbFjPQ" to "security.access_map".
Inlined service ".security.request_matcher.705nCWT" 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.authentication.success_handler.admin_area.form_login" to "security.authenticator.form_login.admin_area".
Inlined service "security.authentication.failure_handler.admin_area.form_login" to "security.authenticator.form_login.admin_area".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.admin_area" to "security.authenticator.remember_me_handler.admin_area".
Inlined service "debug.security.firewall.authenticator.admin_area.inner" to "debug.security.firewall.authenticator.admin_area".
Inlined service "security.exception_listener.admin_area" to "security.firewall.map.context.admin_area".
Inlined service "security.logout_listener.admin_area" to "security.firewall.map.context.admin_area".
Inlined service "security.authentication.success_handler.franchise_area.form_login" to "security.authenticator.form_login.franchise_area".
Inlined service "security.authentication.failure_handler.franchise_area.form_login" to "security.authenticator.form_login.franchise_area".
Inlined service "security.authenticator.remember_me_signature_hasher.franchise_area" to "security.authenticator.remember_me_handler.franchise_area".
Inlined service "debug.security.firewall.authenticator.franchise_area.inner" to "debug.security.firewall.authenticator.franchise_area".
Inlined service "security.exception_listener.franchise_area" to "security.firewall.map.context.franchise_area".
Inlined service "security.logout_listener.franchise_area" to "security.firewall.map.context.franchise_area".
Inlined service "debug.security.firewall.authenticator.franchise_api_area.inner" to "debug.security.firewall.authenticator.franchise_api_area".
Inlined service "security.exception_listener.franchise_api_area" to "security.firewall.map.context.franchise_api_area".
Inlined service ".security.request_matcher.onvLaKI" to ".security.request_matcher.eN1opRd".
Inlined service "debug.security.firewall.authenticator.mobile_franchise_area.inner" to "debug.security.firewall.authenticator.mobile_franchise_area".
Inlined service "security.exception_listener.mobile_franchise_area" to "security.firewall.map.context.mobile_franchise_area".
Inlined service ".security.request_matcher.0ZDzGRQ" to ".security.request_matcher.2NW45VY".
Inlined service ".security.request_matcher.51aedoD" to ".security.request_matcher.B20YXw6".
Inlined service ".security.request_matcher.lBtLGVM" to ".security.request_matcher.giIHUfx".
Inlined service ".security.request_matcher.jQsa3sq" to ".security.request_matcher.0Kgs8IR".
Inlined service ".security.request_matcher.p3rgXFd" to ".security.request_matcher.LfXSAlL".
Inlined service ".security.request_matcher.8NIGMRE" to ".security.request_matcher.HJpNigk".
Inlined service ".security.request_matcher.oKmqEx9" to ".security.request_matcher.iHaNXeb".
Inlined service ".security.request_matcher._X534lZ" to ".security.request_matcher.NAAYEdZ".
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 "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "Omines\DataTablesBundle\Exporter\DataTableExporterCollection" to "Omines\DataTablesBundle\Exporter\DataTableExporterManager".
Inlined service "Omines\DataTablesBundle\Twig\TwigRenderer" to "Omines\DataTablesBundle\DataTableFactory".
Inlined service "Omines\DataTablesBundle\DependencyInjection\Instantiator" to "Omines\DataTablesBundle\DataTableFactory".
Inlined service "Omines\DataTablesBundle\Exporter\DataTableExporterManager" to "Omines\DataTablesBundle\DataTableFactory".
Inlined service "datatables.adapter_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
Inlined service "datatables.column_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
Inlined service "datatables.type_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
Inlined service "datatables.exporter_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service ".service_locator.lEUGOB7" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".service_locator.MXLal1R" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
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 "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_decorator" to "maker.auto_command.make_decorator".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "debug.security.event_dispatcher.admin_area.inner" to "debug.security.event_dispatcher.admin_area".
Inlined service "debug.security.event_dispatcher.franchise_area.inner" to "debug.security.event_dispatcher.franchise_area".
Inlined service "debug.security.event_dispatcher.franchise_api_area.inner" to "debug.security.event_dispatcher.franchise_api_area".
Inlined service "debug.security.event_dispatcher.mobile_franchise_area.inner" to "debug.security.event_dispatcher.mobile_franchise_area".
Inlined service ".service_locator.IzoK_sb" to ".service_locator.IzoK_sb.App\Controller\AdminController::ledger()".
Inlined service ".service_locator.LIc0QHX" to ".service_locator.LIc0QHX.App\Controller\AdminController::studentAction()".
Inlined service ".service_locator.pp_Bi0u" to ".service_locator.pp_Bi0u.App\Controller\AdminController::certifiedsAction()".
Inlined service ".service_locator._gULa3q" to ".service_locator._gULa3q.App\Controller\AdminCountryController::stateIndex()".
Inlined service ".service_locator.Z.ratIU" to ".service_locator.Z.ratIU.App\Controller\AdminFranchiseController::activateFranchise()".
Inlined service ".service_locator.ag2nLYP" to ".service_locator.ag2nLYP.App\Controller\AdminFranchiseController::deleteAction()".
Inlined service ".service_locator.ukOIyg." to ".service_locator.ukOIyg..App\Controller\AdminFranchiseController::emailTest()".
Inlined service ".service_locator.TB_vJZ5" to ".service_locator.TB_vJZ5.App\Controller\AdminPartnerController::partnerWalletList()".
Inlined service ".service_locator.4utKsyo" to ".service_locator.4utKsyo.App\Controller\BlogCategoryController::index()".
Inlined service ".service_locator.xhaIbJ." to ".service_locator.xhaIbJ..App\Controller\EbookController::index()".
Inlined service ".service_locator.CmVmFkh" to ".service_locator.CmVmFkh.App\Controller\EmailTemplateController::index()".
Inlined service ".service_locator.NX.40Dh" to ".service_locator.NX.40Dh.App\Controller\FileStoreController::index()".
Inlined service ".service_locator.kMF7Bq3" to ".service_locator.kMF7Bq3.App\Controller\Franchise\ApiController::students()".
Inlined service ".service_locator.TtJxRIP" to ".service_locator.TtJxRIP.App\Controller\Franchise\ApiController::coursesSelect()".
Inlined service ".service_locator.8ujk8wg" to ".service_locator.8ujk8wg.App\Controller\Franchise\ApiController::franchise_api_student_create()".
Inlined service ".service_locator.mJorLnT" to ".service_locator.mJorLnT.App\Controller\FranchiseController::cvLogAction()".
Inlined service ".service_locator.cxmcugp" to ".service_locator.cxmcugp.App\Controller\FranchiseController::qrChecker()".
Inlined service ".service_locator.CWICl7S" to ".service_locator.CWICl7S.App\Controller\FranchiseController::paymentHistory()".
Inlined service ".service_locator.zcwqMAR" to ".service_locator.zcwqMAR.App\Controller\FranchiseController::studentPayAction()".
Inlined service ".service_locator.yX5hkHm" to ".service_locator.yX5hkHm.App\Controller\FranchiseController::studentEdit()".
Inlined service ".service_locator.wAtajoY" to ".service_locator.wAtajoY.App\Controller\FranchiseController::studentAssessment()".
Inlined service ".service_locator.TY_dzq2" to ".service_locator.TY_dzq2.App\Controller\FranchiseController::certifiedIndex()".
Inlined service ".service_locator.AjzemI1" to ".service_locator.AjzemI1.App\Controller\FranchiseController::franchise_reprint_certificate()".
Inlined service ".service_locator.BpvvcyH" to ".service_locator.BpvvcyH.App\Controller\FranchiseController::newStudentAction()".
Inlined service ".service_locator.3axGDdm" to ".service_locator.3axGDdm.App\Controller\FranchiseController::autoLoginStap2()".
Inlined service ".service_locator.VZ4mNbL" to ".service_locator.VZ4mNbL.App\Controller\FranchiseKycController::franchise_kyc_otp()".
Inlined service ".service_locator.ElipYVW" to ".service_locator.ElipYVW.App\Controller\Mobile\FranchiseStudentController::createStudent()".
Inlined service ".service_locator.aDxMdA7" to ".service_locator.aDxMdA7.App\Controller\Mobile\UserController::getAuth()".
Inlined service ".service_locator.uDqhn1G" to ".service_locator.uDqhn1G.App\Controller\Mobile\UserController::app_user_api_otp_validate()".
Inlined service ".service_locator.YFeMsKM" to ".service_locator.YFeMsKM.App\Controller\Mobile\UserController::app_user_api_franchise_get_balance()".
Inlined service ".service_locator..p9c9.i" to ".service_locator..p9c9.i.App\Controller\PageController::showAction()".
Inlined service ".service_locator.AlN9nhZ" to ".service_locator.AlN9nhZ.App\Controller\PartnerController::addFunds()".
Inlined service ".service_locator.B7hJ9H3" to ".service_locator.B7hJ9H3.App\Controller\PartnerController::franchiseList()".
Inlined service ".service_locator.5KAlixy" to ".service_locator.5KAlixy.App\Controller\PaymentGreedyController::index()".
Inlined service ".service_locator.vxdn7oE" to ".service_locator.vxdn7oE.App\Controller\PaymentGreedyController::show()".
Inlined service ".service_locator.8SIjgmS" to ".service_locator.8SIjgmS.App\Controller\PaymentGreedyController::try()".
Inlined service ".service_locator.tFKTLaE" to ".service_locator.tFKTLaE.App\Controller\RazorpayController::razResponseAction()".
Inlined service ".service_locator.5Zy68h0" to ".service_locator.5Zy68h0.App\Controller\ScoPageController::index()".
Inlined service ".service_locator.MijJA4h" to ".service_locator.MijJA4h.App\Controller\UrlLinkMakerController::index()".
Inlined service ".service_locator.kLgzvDv" to ".service_locator.kLgzvDv.App\Controller\WhatsappTemplateController::index()".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.W55Po6X" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.kvOAK9B" to ".service_locator.kvOAK9B.translation.warmer".
Inlined service ".service_locator.t5iSXey" to ".service_locator.t5iSXey.router.default".
Inlined service ".service_locator.mFBT25N" to ".service_locator.mFBT25N.router.cache_warmer".
Inlined service ".service_locator.3DrAUl_" to ".service_locator.3DrAUl_.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.0POsmEw" to "debug.argument_resolver.inner".
Inlined service ".service_locator.3jeDcG8" to "console.command_loader".
Inlined service ".service_locator.t5iSXey.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "App\Service\FranchisePerformanceService" to "App\Controller\ConversionDashboardController".
Inlined service "App\Service\FranchisePerformanceService" to "App\Controller\ConversionDashboardController".
Inlined service "lock.default.factory" to "App\Service\QrLoginService".
Inlined service "lock.default.factory" to "App\Service\QrLoginService".
Inlined service "lock.default.factory" to "App\Service\QrLoginService".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
2
Tag "container.decorator" was defined on service(s) "http_client.uri_template", "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.admin_area", "debug.security.firewall.authenticator.franchise_area", "debug.security.firewall.authenticator.franchise_api_area", "debug.security.firewall.authenticator.mobile_franchise_area", "debug.security.event_dispatcher.admin_area", "debug.security.event_dispatcher.franchise_area", "debug.security.event_dispatcher.franchise_api_area", "debug.security.event_dispatcher.mobile_franchise_area", "event_dispatcher", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.cache", "monolog.logger.event", "monolog.logger.security", but was never used.
6
Keeping array build parameter ".container.known_envs" for placeholder resolution.
Removing build parameter ".kernel.config_dir".
Keeping array build parameter ".kernel.bundles_definition" for placeholder resolution.
Keeping array build parameter ".serializer.named_serializers" for placeholder resolution.