Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\FindReplaceCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\ScanTwigExtensionsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\General\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\World\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of Zend\Config::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface::start()" might add "Response" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
App\Service\HW\Message\Recipient implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Return type of GAS\Message\RecipientList::count() should either be compatible with ArrayObject::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of GAS\Message\RecipientList::serialize() should either be compatible with ArrayObject::serialize(): string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "ArrayObject::serialize()" might add "string" as a native return type declaration in the future. Do the same in child class "GAS\Message\RecipientList" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ArrayObject::count()" might add "int" as a native return type declaration in the future. Do the same in child class "GAS\Message\RecipientList" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\Mysqli::_connect()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Service\HW\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\AbstractAdapter::fetchRow()" might add "array" as a native return type declaration in the future. Do the same in child class "App\Service\HW\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\AbstractAdapter::fetchAll()" might add "array" as a native return type declaration in the future. Do the same in child class "App\Service\HW\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\AbstractAdapter::insert()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Service\HW\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\AbstractAdapter::update()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Service\HW\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\AbstractAdapter::delete()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Service\HW\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\AbstractAdapter::select()" might add "Zend_Db_Select" as a native return type declaration in the future. Do the same in child class "App\Service\HW\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\AbstractAdapter::query()" might add "Zend_Db_Statement_Interface" as a native return type declaration in the future. Do the same in child class "App\Service\HW\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Service\StaticHwBridgeService" class uses "Symfony\Component\DependencyInjection\ContainerAwareTrait" that is deprecated since Symfony 6.4, use dependency injection instead.
Method "Zend\Auth\Adapter\DbTable::_authenticateCreateSelect()" might add "Zend_Db_Select" as a native return type declaration in the future. Do the same in child class "GAS\AuthAdapterDbTable" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\Mysqli::_connect()" might add "void" as a native return type declaration in the future. Do the same in child class "GAS\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\AbstractAdapter::fetchRow()" might add "array" as a native return type declaration in the future. Do the same in child class "GAS\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\AbstractAdapter::fetchAll()" might add "array" as a native return type declaration in the future. Do the same in child class "GAS\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\AbstractAdapter::insert()" might add "int" as a native return type declaration in the future. Do the same in child class "GAS\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\AbstractAdapter::update()" might add "int" as a native return type declaration in the future. Do the same in child class "GAS\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\AbstractAdapter::delete()" might add "int" as a native return type declaration in the future. Do the same in child class "GAS\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\AbstractAdapter::query()" might add "Zend_Db_Statement_Interface" as a native return type declaration in the future. Do the same in child class "GAS\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\Mysqli::_quote()" might add "string" as a native return type declaration in the future. Do the same in child class "GAS\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\AbstractAdapter::quote()" might add "mixed" as a native return type declaration in the future. Do the same in child class "GAS\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\Mysqli::prepare()" might add "Zend_Db_Statement_Mysqli" as a native return type declaration in the future. Do the same in child class "GAS\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Zend\Db\Adapter\AbstractAdapter::select()" might add "Zend_Db_Select" as a native return type declaration in the future. Do the same in child class "GAS\SQLAdapter" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Method "GAS\ModelBase::setData()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Models\UserModel" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead.
The "Symfony\Bridge\Twig\NodeVisitor\TranslationNodeVisitor" class extends "Twig\NodeVisitor\AbstractNodeVisitor" that is deprecated since 3.9 (to be removed in 4.0).
The "Symfony\Bridge\Twig\NodeVisitor\TranslationDefaultDomainNodeVisitor" class extends "Twig\NodeVisitor\AbstractNodeVisitor" that is deprecated since 3.9 (to be removed in 4.0).
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://test123.holy-war.net/.git/HEAD"" at RouterListener.php line 127
Log messages generated during the compilation of the service container.
Messages
Class
946
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddUseStatementCommand" (parent: .abstract.instanceof.App\Command\AddUseStatementCommand).
Resolving inheritance for "App\Command\AddUseStatementCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddUseStatementCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BatchAddUseStatementCommand" (parent: .abstract.instanceof.App\Command\BatchAddUseStatementCommand).
Resolving inheritance for "App\Command\BatchAddUseStatementCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BatchAddUseStatementCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExtractPhpClassesCommand" (parent: .abstract.instanceof.App\Command\ExtractPhpClassesCommand).
Resolving inheritance for "App\Command\ExtractPhpClassesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExtractPhpClassesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FindReplaceCommand" (parent: .abstract.instanceof.App\Command\FindReplaceCommand).
Resolving inheritance for "App\Command\FindReplaceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FindReplaceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixPsrCommand" (parent: .abstract.instanceof.App\Command\FixPsrCommand).
Resolving inheritance for "App\Command\FixPsrCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixPsrCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ForcePSR4FileNameCommand" (parent: .abstract.instanceof.App\Command\ForcePSR4FileNameCommand).
Resolving inheritance for "App\Command\ForcePSR4FileNameCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ForcePSR4FileNameCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RegexCommentConstructorCommand" (parent: .abstract.instanceof.App\Command\RegexCommentConstructorCommand).
Resolving inheritance for "App\Command\RegexCommentConstructorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RegexCommentConstructorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReorderTranslationsCommand" (parent: .abstract.instanceof.App\Command\ReorderTranslationsCommand).
Resolving inheritance for "App\Command\ReorderTranslationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReorderTranslationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScanTwigExtensionsCommand" (parent: .abstract.instanceof.App\Command\ScanTwigExtensionsCommand).
Resolving inheritance for "App\Command\ScanTwigExtensionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScanTwigExtensionsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdsController" (parent: .abstract.instanceof.App\Controller\AdsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdsController).
Resolving inheritance for "App\Controller\AdsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Assault\OneOnOneController" (parent: .abstract.instanceof.App\Controller\Assault\OneOnOneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Assault\OneOnOneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Assault\OneOnOneController).
Resolving inheritance for "App\Controller\Assault\OneOnOneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Assault\OneOnOneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthController" (parent: .abstract.instanceof.App\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthController).
Resolving inheritance for "App\Controller\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Battle\BattleCitybattleController" (parent: .abstract.instanceof.App\Controller\Battle\BattleCitybattleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Battle\BattleCitybattleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Battle\BattleCitybattleController).
Resolving inheritance for "App\Controller\Battle\BattleCitybattleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Battle\BattleCitybattleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Battle\BattleClanbattleController" (parent: .abstract.instanceof.App\Controller\Battle\BattleClanbattleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Battle\BattleClanbattleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Battle\BattleClanbattleController).
Resolving inheritance for "App\Controller\Battle\BattleClanbattleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Battle\BattleClanbattleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Battle\BattleHealingController" (parent: .abstract.instanceof.App\Controller\Battle\BattleHealingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Battle\BattleHealingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Battle\BattleHealingController).
Resolving inheritance for "App\Controller\Battle\BattleHealingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Battle\BattleHealingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Battle\BattleHolybattleController" (parent: .abstract.instanceof.App\Controller\Battle\BattleHolybattleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Battle\BattleHolybattleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Battle\BattleHolybattleController).
Resolving inheritance for "App\Controller\Battle\BattleHolybattleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Battle\BattleHolybattleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Battle\BattleReportController" (parent: .abstract.instanceof.App\Controller\Battle\BattleReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Battle\BattleReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Battle\BattleReportController).
Resolving inheritance for "App\Controller\Battle\BattleReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Battle\BattleReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BillingController" (parent: .abstract.instanceof.App\Controller\BillingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BillingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BillingController).
Resolving inheritance for "App\Controller\BillingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BillingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BusyController" (parent: .abstract.instanceof.App\Controller\BusyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BusyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BusyController).
Resolving inheritance for "App\Controller\BusyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BusyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Char\CharAttributesController" (parent: .abstract.instanceof.App\Controller\Char\CharAttributesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Char\CharAttributesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Char\CharAttributesController).
Resolving inheritance for "App\Controller\Char\CharAttributesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Char\CharAttributesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Char\CharDiplomacyController" (parent: .abstract.instanceof.App\Controller\Char\CharDiplomacyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Char\CharDiplomacyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Char\CharDiplomacyController).
Resolving inheritance for "App\Controller\Char\CharDiplomacyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Char\CharDiplomacyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Char\CharInventoryController" (parent: .abstract.instanceof.App\Controller\Char\CharInventoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Char\CharInventoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Char\CharInventoryController).
Resolving inheritance for "App\Controller\Char\CharInventoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Char\CharInventoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Char\CharNotebookController" (parent: .abstract.instanceof.App\Controller\Char\CharNotebookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Char\CharNotebookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Char\CharNotebookController).
Resolving inheritance for "App\Controller\Char\CharNotebookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Char\CharNotebookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Char\CharProfileController" (parent: .abstract.instanceof.App\Controller\Char\CharProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Char\CharProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Char\CharProfileController).
Resolving inheritance for "App\Controller\Char\CharProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Char\CharProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Char\CharStatisticController" (parent: .abstract.instanceof.App\Controller\Char\CharStatisticController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Char\CharStatisticController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Char\CharStatisticController).
Resolving inheritance for "App\Controller\Char\CharStatisticController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Char\CharStatisticController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanAdministrationController" (parent: .abstract.instanceof.App\Controller\Clan\ClanAdministrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanAdministrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanAdministrationController).
Resolving inheritance for "App\Controller\Clan\ClanAdministrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanAdministrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanDiplomacyController" (parent: .abstract.instanceof.App\Controller\Clan\ClanDiplomacyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanDiplomacyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanDiplomacyController).
Resolving inheritance for "App\Controller\Clan\ClanDiplomacyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanDiplomacyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanNoticeboardController" (parent: .abstract.instanceof.App\Controller\Clan\ClanNoticeboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanNoticeboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanNoticeboardController).
Resolving inheritance for "App\Controller\Clan\ClanNoticeboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanNoticeboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanOverviewController" (parent: .abstract.instanceof.App\Controller\Clan\ClanOverviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanOverviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanOverviewController).
Resolving inheritance for "App\Controller\Clan\ClanOverviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanOverviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanTerritoryController" (parent: .abstract.instanceof.App\Controller\Clan\ClanTerritoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanTerritoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanTerritoryController).
Resolving inheritance for "App\Controller\Clan\ClanTerritoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanTerritoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanTreasuryController" (parent: .abstract.instanceof.App\Controller\Clan\ClanTreasuryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanTreasuryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanTreasuryController).
Resolving inheritance for "App\Controller\Clan\ClanTreasuryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanTreasuryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanWarfareController" (parent: .abstract.instanceof.App\Controller\Clan\ClanWarfareController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanWarfareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanWarfareController).
Resolving inheritance for "App\Controller\Clan\ClanWarfareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanWarfareController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConnectController" (parent: .abstract.instanceof.App\Controller\ConnectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConnectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConnectController).
Resolving inheritance for "App\Controller\ConnectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConnectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConnectsecureController" (parent: .abstract.instanceof.App\Controller\ConnectsecureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConnectsecureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConnectsecureController).
Resolving inheritance for "App\Controller\ConnectsecureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConnectsecureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cronjob\CronjobAdminController" (parent: .abstract.instanceof.App\Controller\Cronjob\CronjobAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cronjob\CronjobAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cronjob\CronjobAdminController).
Resolving inheritance for "App\Controller\Cronjob\CronjobAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cronjob\CronjobAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cronjob\CronjobIndexController" (parent: .abstract.instanceof.App\Controller\Cronjob\CronjobIndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cronjob\CronjobIndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cronjob\CronjobIndexController).
Resolving inheritance for "App\Controller\Cronjob\CronjobIndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cronjob\CronjobIndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cronjob\CronjobOnetimeController" (parent: .abstract.instanceof.App\Controller\Cronjob\CronjobOnetimeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cronjob\CronjobOnetimeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cronjob\CronjobOnetimeController).
Resolving inheritance for "App\Controller\Cronjob\CronjobOnetimeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cronjob\CronjobOnetimeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DownloadsController" (parent: .abstract.instanceof.App\Controller\DownloadsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DownloadsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DownloadsController).
Resolving inheritance for "App\Controller\DownloadsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DownloadsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ErrorController" (parent: .abstract.instanceof.App\Controller\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ErrorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ErrorController).
Resolving inheritance for "App\Controller\ErrorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ForumController" (parent: .abstract.instanceof.App\Controller\ForumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ForumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ForumController).
Resolving inheritance for "App\Controller\ForumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ForumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GameBaseController" (parent: .abstract.instanceof.App\Controller\GameBaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GameBaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GameBaseController).
Resolving inheritance for "App\Controller\GameBaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GameBaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GameBaseSecureController" (parent: .abstract.instanceof.App\Controller\GameBaseSecureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GameBaseSecureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GameBaseSecureController).
Resolving inheritance for "App\Controller\GameBaseSecureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GameBaseSecureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GameBaseToolsSecureController" (parent: .abstract.instanceof.App\Controller\GameBaseToolsSecureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GameBaseToolsSecureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GameBaseToolsSecureController).
Resolving inheritance for "App\Controller\GameBaseToolsSecureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GameBaseToolsSecureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Highscore\HighscoreHalloffameController" (parent: .abstract.instanceof.App\Controller\Highscore\HighscoreHalloffameController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Highscore\HighscoreHalloffameController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Highscore\HighscoreHalloffameController).
Resolving inheritance for "App\Controller\Highscore\HighscoreHalloffameController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Highscore\HighscoreHalloffameController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Highscore\HighscoreOverviewController" (parent: .abstract.instanceof.App\Controller\Highscore\HighscoreOverviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Highscore\HighscoreOverviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Highscore\HighscoreOverviewController).
Resolving inheritance for "App\Controller\Highscore\HighscoreOverviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Highscore\HighscoreOverviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\House\HouseIndexController" (parent: .abstract.instanceof.App\Controller\House\HouseIndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\House\HouseIndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\House\HouseIndexController).
Resolving inheritance for "App\Controller\House\HouseIndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\House\HouseIndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\House\HouseStrangerhouseController" (parent: .abstract.instanceof.App\Controller\House\HouseStrangerhouseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\House\HouseStrangerhouseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\House\HouseStrangerhouseController).
Resolving inheritance for "App\Controller\House\HouseStrangerhouseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\House\HouseStrangerhouseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController" (parent: .abstract.instanceof.App\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController).
Resolving inheritance for "App\Controller\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InformationController" (parent: .abstract.instanceof.App\Controller\InformationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InformationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InformationController).
Resolving inheritance for "App\Controller\InformationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InformationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaintenanceController" (parent: .abstract.instanceof.App\Controller\MaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaintenanceController).
Resolving inheritance for "App\Controller\MaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MasterController" (parent: .abstract.instanceof.App\Controller\MasterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MasterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MasterController).
Resolving inheritance for "App\Controller\MasterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MasterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageArchiveController" (parent: .abstract.instanceof.App\Controller\Message\MessageArchiveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageArchiveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageArchiveController).
Resolving inheritance for "App\Controller\Message\MessageArchiveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageArchiveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageComposeController" (parent: .abstract.instanceof.App\Controller\Message\MessageComposeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageComposeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageComposeController).
Resolving inheritance for "App\Controller\Message\MessageComposeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageComposeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageDeleteController" (parent: .abstract.instanceof.App\Controller\Message\MessageDeleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageDeleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageDeleteController).
Resolving inheritance for "App\Controller\Message\MessageDeleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageDeleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageIndexController" (parent: .abstract.instanceof.App\Controller\Message\MessageIndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageIndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageIndexController).
Resolving inheritance for "App\Controller\Message\MessageIndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageIndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageProxyController" (parent: .abstract.instanceof.App\Controller\Message\MessageProxyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageProxyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageProxyController).
Resolving inheritance for "App\Controller\Message\MessageProxyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageProxyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageShowboxController" (parent: .abstract.instanceof.App\Controller\Message\MessageShowboxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageShowboxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageShowboxController).
Resolving inheritance for "App\Controller\Message\MessageShowboxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageShowboxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageViewController" (parent: .abstract.instanceof.App\Controller\Message\MessageViewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageViewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageViewController).
Resolving inheritance for "App\Controller\Message\MessageViewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageViewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NasController" (parent: .abstract.instanceof.App\Controller\NasController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NasController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NasController).
Resolving inheritance for "App\Controller\NasController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NasController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Premium\PremiumIndexController" (parent: .abstract.instanceof.App\Controller\Premium\PremiumIndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Premium\PremiumIndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Premium\PremiumIndexController).
Resolving inheritance for "App\Controller\Premium\PremiumIndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Premium\PremiumIndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProceedsController" (parent: .abstract.instanceof.App\Controller\ProceedsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProceedsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProceedsController).
Resolving inheritance for "App\Controller\ProceedsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProceedsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegisterController" (parent: .abstract.instanceof.App\Controller\RegisterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegisterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegisterController).
Resolving inheritance for "App\Controller\RegisterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegisterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecureControllerAction" (parent: .abstract.instanceof.App\Controller\SecureControllerAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecureControllerAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecureControllerAction).
Resolving inheritance for "App\Controller\SecureControllerAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecureControllerAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecureToolsControllerAction" (parent: .abstract.instanceof.App\Controller\SecureToolsControllerAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecureToolsControllerAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecureToolsControllerAction).
Resolving inheritance for "App\Controller\SecureToolsControllerAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecureToolsControllerAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShoutboxController" (parent: .abstract.instanceof.App\Controller\ShoutboxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShoutboxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShoutboxController).
Resolving inheritance for "App\Controller\ShoutboxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShoutboxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SupportController" (parent: .abstract.instanceof.App\Controller\SupportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SupportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SupportController).
Resolving inheritance for "App\Controller\SupportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SupportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tester\TesterAuxController" (parent: .abstract.instanceof.App\Controller\Tester\TesterAuxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tester\TesterAuxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tester\TesterAuxController).
Resolving inheritance for "App\Controller\Tester\TesterAuxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tester\TesterAuxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tester\TesterFusionController" (parent: .abstract.instanceof.App\Controller\Tester\TesterFusionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tester\TesterFusionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tester\TesterFusionController).
Resolving inheritance for "App\Controller\Tester\TesterFusionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tester\TesterFusionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tester\TesterMultipotionsController" (parent: .abstract.instanceof.App\Controller\Tester\TesterMultipotionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tester\TesterMultipotionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tester\TesterMultipotionsController).
Resolving inheritance for "App\Controller\Tester\TesterMultipotionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tester\TesterMultipotionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tester\TesterSimulationController" (parent: .abstract.instanceof.App\Controller\Tester\TesterSimulationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tester\TesterSimulationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tester\TesterSimulationController).
Resolving inheritance for "App\Controller\Tester\TesterSimulationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tester\TesterSimulationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tester\TesterTournamentController" (parent: .abstract.instanceof.App\Controller\Tester\TesterTournamentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tester\TesterTournamentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tester\TesterTournamentController).
Resolving inheritance for "App\Controller\Tester\TesterTournamentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tester\TesterTournamentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestsController" (parent: .abstract.instanceof.App\Controller\TestsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestsController).
Resolving inheritance for "App\Controller\TestsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\BaseMarketingController" (parent: .abstract.instanceof.App\Controller\Tools\BaseMarketingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\BaseMarketingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\BaseMarketingController).
Resolving inheritance for "App\Controller\Tools\BaseMarketingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\BaseMarketingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\BaseServerController" (parent: .abstract.instanceof.App\Controller\Tools\BaseServerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\BaseServerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\BaseServerController).
Resolving inheritance for "App\Controller\Tools\BaseServerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\BaseServerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\BaseTestingController" (parent: .abstract.instanceof.App\Controller\Tools\BaseTestingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\BaseTestingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\BaseTestingController).
Resolving inheritance for "App\Controller\Tools\BaseTestingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\BaseTestingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\BaseUserController" (parent: .abstract.instanceof.App\Controller\Tools\BaseUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\BaseUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\BaseUserController).
Resolving inheritance for "App\Controller\Tools\BaseUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\BaseUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsAdminfeaturesController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsAdminfeaturesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsAdminfeaturesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsAdminfeaturesController).
Resolving inheritance for "App\Controller\Tools\ToolsAdminfeaturesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsAdminfeaturesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsAlertController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsAlertController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsAlertController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsAlertController).
Resolving inheritance for "App\Controller\Tools\ToolsAlertController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsAlertController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsArenateamController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsArenateamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsArenateamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsArenateamController).
Resolving inheritance for "App\Controller\Tools\ToolsArenateamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsArenateamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsAuthController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsAuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsAuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsAuthController).
Resolving inheritance for "App\Controller\Tools\ToolsAuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsAuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsBaseMarketingController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsBaseMarketingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsBaseMarketingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsBaseMarketingController).
Resolving inheritance for "App\Controller\Tools\ToolsBaseMarketingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsBaseMarketingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsBaseUserController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsBaseUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsBaseUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsBaseUserController).
Resolving inheritance for "App\Controller\Tools\ToolsBaseUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsBaseUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsCitybattleController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsCitybattleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsCitybattleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsCitybattleController).
Resolving inheritance for "App\Controller\Tools\ToolsCitybattleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsCitybattleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsClanController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsClanController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsClanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsClanController).
Resolving inheritance for "App\Controller\Tools\ToolsClanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsClanController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsClanbattleController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsClanbattleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsClanbattleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsClanbattleController).
Resolving inheritance for "App\Controller\Tools\ToolsClanbattleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsClanbattleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsCommunityController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsCommunityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsCommunityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsCommunityController).
Resolving inheritance for "App\Controller\Tools\ToolsCommunityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsCommunityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsFinancesController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsFinancesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsFinancesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsFinancesController).
Resolving inheritance for "App\Controller\Tools\ToolsFinancesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsFinancesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsGroupsController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsGroupsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsGroupsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsGroupsController).
Resolving inheritance for "App\Controller\Tools\ToolsGroupsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsGroupsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsHolybattleController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsHolybattleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsHolybattleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsHolybattleController).
Resolving inheritance for "App\Controller\Tools\ToolsHolybattleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsHolybattleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsIndexController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsIndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsIndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsIndexController).
Resolving inheritance for "App\Controller\Tools\ToolsIndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsIndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsItemsController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsItemsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsItemsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsItemsController).
Resolving inheritance for "App\Controller\Tools\ToolsItemsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsItemsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsKeyvaluestoreController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsKeyvaluestoreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsKeyvaluestoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsKeyvaluestoreController).
Resolving inheritance for "App\Controller\Tools\ToolsKeyvaluestoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsKeyvaluestoreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsLogsController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsLogsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsLogsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsLogsController).
Resolving inheritance for "App\Controller\Tools\ToolsLogsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsLogsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsMarketingController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsMarketingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsMarketingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsMarketingController).
Resolving inheritance for "App\Controller\Tools\ToolsMarketingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsMarketingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsMerchantController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsMerchantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsMerchantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsMerchantController).
Resolving inheritance for "App\Controller\Tools\ToolsMerchantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsMerchantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsRemoteController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsRemoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsRemoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsRemoteController).
Resolving inheritance for "App\Controller\Tools\ToolsRemoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsRemoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsStatisticController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsStatisticController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsStatisticController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsStatisticController).
Resolving inheritance for "App\Controller\Tools\ToolsStatisticController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsStatisticController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsSupportController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsSupportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsSupportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsSupportController).
Resolving inheritance for "App\Controller\Tools\ToolsSupportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsSupportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsTournamentController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsTournamentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsTournamentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsTournamentController).
Resolving inheritance for "App\Controller\Tools\ToolsTournamentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsTournamentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsUserController" (parent: .abstract.instanceof.App\Controller\Tools\ToolsUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsUserController).
Resolving inheritance for "App\Controller\Tools\ToolsUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\Tavern\TavernHouseofluckController" (parent: .abstract.instanceof.App\Controller\Town\Tavern\TavernHouseofluckController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\Tavern\TavernHouseofluckController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\Tavern\TavernHouseofluckController).
Resolving inheritance for "App\Controller\Town\Tavern\TavernHouseofluckController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\Tavern\TavernHouseofluckController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\Tavern\TavernLuckyhoodController" (parent: .abstract.instanceof.App\Controller\Town\Tavern\TavernLuckyhoodController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\Tavern\TavernLuckyhoodController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\Tavern\TavernLuckyhoodController).
Resolving inheritance for "App\Controller\Town\Tavern\TavernLuckyhoodController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\Tavern\TavernLuckyhoodController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownAlchemistController" (parent: .abstract.instanceof.App\Controller\Town\TownAlchemistController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownAlchemistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownAlchemistController).
Resolving inheritance for "App\Controller\Town\TownAlchemistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownAlchemistController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownArenaController" (parent: .abstract.instanceof.App\Controller\Town\TownArenaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownArenaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownArenaController).
Resolving inheritance for "App\Controller\Town\TownArenaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownArenaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownBlacksmithController" (parent: .abstract.instanceof.App\Controller\Town\TownBlacksmithController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownBlacksmithController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownBlacksmithController).
Resolving inheritance for "App\Controller\Town\TownBlacksmithController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownBlacksmithController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownClanarenaController" (parent: .abstract.instanceof.App\Controller\Town\TownClanarenaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownClanarenaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownClanarenaController).
Resolving inheritance for "App\Controller\Town\TownClanarenaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownClanarenaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownFarmController" (parent: .abstract.instanceof.App\Controller\Town\TownFarmController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownFarmController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownFarmController).
Resolving inheritance for "App\Controller\Town\TownFarmController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownFarmController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownMarketController" (parent: .abstract.instanceof.App\Controller\Town\TownMarketController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownMarketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownMarketController).
Resolving inheritance for "App\Controller\Town\TownMarketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownMarketController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownMercAuctionController" (parent: .abstract.instanceof.App\Controller\Town\TownMercAuctionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownMercAuctionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownMercAuctionController).
Resolving inheritance for "App\Controller\Town\TownMercAuctionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownMercAuctionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownOverviewController" (parent: .abstract.instanceof.App\Controller\Town\TownOverviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownOverviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownOverviewController).
Resolving inheritance for "App\Controller\Town\TownOverviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownOverviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownTavernController" (parent: .abstract.instanceof.App\Controller\Town\TownTavernController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownTavernController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownTavernController).
Resolving inheritance for "App\Controller\Town\TownTavernController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownTavernController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownTeamarenaController" (parent: .abstract.instanceof.App\Controller\Town\TownTeamarenaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownTeamarenaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownTeamarenaController).
Resolving inheritance for "App\Controller\Town\TownTeamarenaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownTeamarenaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownTournamentController" (parent: .abstract.instanceof.App\Controller\Town\TownTournamentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownTournamentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownTournamentController).
Resolving inheritance for "App\Controller\Town\TownTournamentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownTournamentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WelcomeController" (parent: .abstract.instanceof.App\Controller\WelcomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WelcomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WelcomeController).
Resolving inheritance for "App\Controller\WelcomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WelcomeController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ControllerSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ControllerSubscriber).
Resolving inheritance for "App\EventSubscriber\ControllerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ControllerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\EventAttributesSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\EventAttributesSubscriber).
Resolving inheritance for "App\EventSubscriber\EventAttributesSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\EventAttributesSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LocaleSubscriber).
Resolving inheritance for "App\EventSubscriber\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Bundle\MakerBundle\MakerInterface.0.App\Maker\RepositoryMaker" (parent: .abstract.instanceof.App\Maker\RepositoryMaker).
Resolving inheritance for "App\Maker\RepositoryMaker" (parent: .instanceof.Symfony\Bundle\MakerBundle\MakerInterface.0.App\Maker\RepositoryMaker).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\AlchemistView" (parent: .abstract.instanceof.App\Twig\Extensions\AlchemistView).
Resolving inheritance for "App\Twig\Extensions\AlchemistView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\AlchemistView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ArenaTeamBattleView" (parent: .abstract.instanceof.App\Twig\Extensions\ArenaTeamBattleView).
Resolving inheritance for "App\Twig\Extensions\ArenaTeamBattleView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ArenaTeamBattleView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ArenaTeamView" (parent: .abstract.instanceof.App\Twig\Extensions\ArenaTeamView).
Resolving inheritance for "App\Twig\Extensions\ArenaTeamView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ArenaTeamView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ArenaView" (parent: .abstract.instanceof.App\Twig\Extensions\ArenaView).
Resolving inheritance for "App\Twig\Extensions\ArenaView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ArenaView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\AssaultView" (parent: .abstract.instanceof.App\Twig\Extensions\AssaultView).
Resolving inheritance for "App\Twig\Extensions\AssaultView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\AssaultView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\CaveView" (parent: .abstract.instanceof.App\Twig\Extensions\CaveView).
Resolving inheritance for "App\Twig\Extensions\CaveView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\CaveView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\CharView" (parent: .abstract.instanceof.App\Twig\Extensions\CharView).
Resolving inheritance for "App\Twig\Extensions\CharView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\CharView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\CityBattleView" (parent: .abstract.instanceof.App\Twig\Extensions\CityBattleView).
Resolving inheritance for "App\Twig\Extensions\CityBattleView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\CityBattleView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\CityView" (parent: .abstract.instanceof.App\Twig\Extensions\CityView).
Resolving inheritance for "App\Twig\Extensions\CityView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\CityView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ClanBattleView" (parent: .abstract.instanceof.App\Twig\Extensions\ClanBattleView).
Resolving inheritance for "App\Twig\Extensions\ClanBattleView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ClanBattleView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ClanView" (parent: .abstract.instanceof.App\Twig\Extensions\ClanView).
Resolving inheritance for "App\Twig\Extensions\ClanView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ClanView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ClanarenaView" (parent: .abstract.instanceof.App\Twig\Extensions\ClanarenaView).
Resolving inheritance for "App\Twig\Extensions\ClanarenaView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ClanarenaView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\Content" (parent: .abstract.instanceof.App\Twig\Extensions\Content).
Resolving inheritance for "App\Twig\Extensions\Content" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\Content).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\DiplomacyView" (parent: .abstract.instanceof.App\Twig\Extensions\DiplomacyView).
Resolving inheritance for "App\Twig\Extensions\DiplomacyView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\DiplomacyView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\FarmView" (parent: .abstract.instanceof.App\Twig\Extensions\FarmView).
Resolving inheritance for "App\Twig\Extensions\FarmView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\FarmView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HTMLBase" (parent: .abstract.instanceof.App\Twig\Extensions\HTMLBase).
Resolving inheritance for "App\Twig\Extensions\HTMLBase" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HTMLBase).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HighscoreView" (parent: .abstract.instanceof.App\Twig\Extensions\HighscoreView).
Resolving inheritance for "App\Twig\Extensions\HighscoreView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HighscoreView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HistoryView" (parent: .abstract.instanceof.App\Twig\Extensions\HistoryView).
Resolving inheritance for "App\Twig\Extensions\HistoryView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HistoryView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HolyBattleView" (parent: .abstract.instanceof.App\Twig\Extensions\HolyBattleView).
Resolving inheritance for "App\Twig\Extensions\HolyBattleView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HolyBattleView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HouseofluckView" (parent: .abstract.instanceof.App\Twig\Extensions\HouseofluckView).
Resolving inheritance for "App\Twig\Extensions\HouseofluckView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HouseofluckView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\InfoBoxView" (parent: .abstract.instanceof.App\Twig\Extensions\InfoBoxView).
Resolving inheritance for "App\Twig\Extensions\InfoBoxView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\InfoBoxView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\InventoryView" (parent: .abstract.instanceof.App\Twig\Extensions\InventoryView).
Resolving inheritance for "App\Twig\Extensions\InventoryView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\InventoryView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\JSC" (parent: .abstract.instanceof.App\Twig\Extensions\JSC).
Resolving inheritance for "App\Twig\Extensions\JSC" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\JSC).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\LuckyhoodView" (parent: .abstract.instanceof.App\Twig\Extensions\LuckyhoodView).
Resolving inheritance for "App\Twig\Extensions\LuckyhoodView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\LuckyhoodView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\MarketField1View" (parent: .abstract.instanceof.App\Twig\Extensions\MarketField1View).
Resolving inheritance for "App\Twig\Extensions\MarketField1View" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\MarketField1View).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\MarketField2View" (parent: .abstract.instanceof.App\Twig\Extensions\MarketField2View).
Resolving inheritance for "App\Twig\Extensions\MarketField2View" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\MarketField2View).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\MarketField3View" (parent: .abstract.instanceof.App\Twig\Extensions\MarketField3View).
Resolving inheritance for "App\Twig\Extensions\MarketField3View" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\MarketField3View).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\MercAuctionView" (parent: .abstract.instanceof.App\Twig\Extensions\MercAuctionView).
Resolving inheritance for "App\Twig\Extensions\MercAuctionView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\MercAuctionView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\MessageView" (parent: .abstract.instanceof.App\Twig\Extensions\MessageView).
Resolving inheritance for "App\Twig\Extensions\MessageView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\MessageView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\Popup" (parent: .abstract.instanceof.App\Twig\Extensions\Popup).
Resolving inheritance for "App\Twig\Extensions\Popup" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\Popup).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\PopupView" (parent: .abstract.instanceof.App\Twig\Extensions\PopupView).
Resolving inheritance for "App\Twig\Extensions\PopupView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\PopupView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\PremiumView" (parent: .abstract.instanceof.App\Twig\Extensions\PremiumView).
Resolving inheritance for "App\Twig\Extensions\PremiumView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\PremiumView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ProceedsView" (parent: .abstract.instanceof.App\Twig\Extensions\ProceedsView).
Resolving inheritance for "App\Twig\Extensions\ProceedsView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ProceedsView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\RavageView" (parent: .abstract.instanceof.App\Twig\Extensions\RavageView).
Resolving inheritance for "App\Twig\Extensions\RavageView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\RavageView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\SITEBase" (parent: .abstract.instanceof.App\Twig\Extensions\SITEBase).
Resolving inheritance for "App\Twig\Extensions\SITEBase" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\SITEBase).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\SQLServiceView" (parent: .abstract.instanceof.App\Twig\Extensions\SQLServiceView).
Resolving inheritance for "App\Twig\Extensions\SQLServiceView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\SQLServiceView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ShoutboxView" (parent: .abstract.instanceof.App\Twig\Extensions\ShoutboxView).
Resolving inheritance for "App\Twig\Extensions\ShoutboxView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ShoutboxView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\Sprintf" (parent: .abstract.instanceof.App\Twig\Extensions\Sprintf).
Resolving inheritance for "App\Twig\Extensions\Sprintf" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\Sprintf).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\SupportMailsView" (parent: .abstract.instanceof.App\Twig\Extensions\SupportMailsView).
Resolving inheritance for "App\Twig\Extensions\SupportMailsView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\SupportMailsView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TavernView" (parent: .abstract.instanceof.App\Twig\Extensions\TavernView).
Resolving inheritance for "App\Twig\Extensions\TavernView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TavernView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TesterSimulationView" (parent: .abstract.instanceof.App\Twig\Extensions\TesterSimulationView).
Resolving inheritance for "App\Twig\Extensions\TesterSimulationView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TesterSimulationView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TestsTournamentView" (parent: .abstract.instanceof.App\Twig\Extensions\TestsTournamentView).
Resolving inheritance for "App\Twig\Extensions\TestsTournamentView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TestsTournamentView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsAdminFeaturesView" (parent: .abstract.instanceof.App\Twig\Extensions\ToolsAdminFeaturesView).
Resolving inheritance for "App\Twig\Extensions\ToolsAdminFeaturesView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsAdminFeaturesView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsAlertView" (parent: .abstract.instanceof.App\Twig\Extensions\ToolsAlertView).
Resolving inheritance for "App\Twig\Extensions\ToolsAlertView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsAlertView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsArenaTeamView" (parent: .abstract.instanceof.App\Twig\Extensions\ToolsArenaTeamView).
Resolving inheritance for "App\Twig\Extensions\ToolsArenaTeamView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsArenaTeamView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsBattleView" (parent: .abstract.instanceof.App\Twig\Extensions\ToolsBattleView).
Resolving inheritance for "App\Twig\Extensions\ToolsBattleView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsBattleView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsClanView" (parent: .abstract.instanceof.App\Twig\Extensions\ToolsClanView).
Resolving inheritance for "App\Twig\Extensions\ToolsClanView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsClanView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsCommunityView" (parent: .abstract.instanceof.App\Twig\Extensions\ToolsCommunityView).
Resolving inheritance for "App\Twig\Extensions\ToolsCommunityView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsCommunityView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsDimBattleView" (parent: .abstract.instanceof.App\Twig\Extensions\ToolsDimBattleView).
Resolving inheritance for "App\Twig\Extensions\ToolsDimBattleView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsDimBattleView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsFinancesView" (parent: .abstract.instanceof.App\Twig\Extensions\ToolsFinancesView).
Resolving inheritance for "App\Twig\Extensions\ToolsFinancesView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsFinancesView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsHolyBattleView" (parent: .abstract.instanceof.App\Twig\Extensions\ToolsHolyBattleView).
Resolving inheritance for "App\Twig\Extensions\ToolsHolyBattleView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsHolyBattleView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsItemView" (parent: .abstract.instanceof.App\Twig\Extensions\ToolsItemView).
Resolving inheritance for "App\Twig\Extensions\ToolsItemView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsItemView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsLogView" (parent: .abstract.instanceof.App\Twig\Extensions\ToolsLogView).
Resolving inheritance for "App\Twig\Extensions\ToolsLogView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsLogView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsMarketingView" (parent: .abstract.instanceof.App\Twig\Extensions\ToolsMarketingView).
Resolving inheritance for "App\Twig\Extensions\ToolsMarketingView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsMarketingView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsServerView" (parent: .abstract.instanceof.App\Twig\Extensions\ToolsServerView).
Resolving inheritance for "App\Twig\Extensions\ToolsServerView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsServerView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsStatisticView" (parent: .abstract.instanceof.App\Twig\Extensions\ToolsStatisticView).
Resolving inheritance for "App\Twig\Extensions\ToolsStatisticView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsStatisticView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsTournamentView" (parent: .abstract.instanceof.App\Twig\Extensions\ToolsTournamentView).
Resolving inheritance for "App\Twig\Extensions\ToolsTournamentView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsTournamentView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsUserView" (parent: .abstract.instanceof.App\Twig\Extensions\ToolsUserView).
Resolving inheritance for "App\Twig\Extensions\ToolsUserView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsUserView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsView" (parent: .abstract.instanceof.App\Twig\Extensions\ToolsView).
Resolving inheritance for "App\Twig\Extensions\ToolsView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TournamentBetView" (parent: .abstract.instanceof.App\Twig\Extensions\TournamentBetView).
Resolving inheritance for "App\Twig\Extensions\TournamentBetView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TournamentBetView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TownView" (parent: .abstract.instanceof.App\Twig\Extensions\TownView).
Resolving inheritance for "App\Twig\Extensions\TownView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TownView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TutorialView" (parent: .abstract.instanceof.App\Twig\Extensions\TutorialView).
Resolving inheritance for "App\Twig\Extensions\TutorialView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TutorialView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\VendorView" (parent: .abstract.instanceof.App\Twig\Extensions\VendorView).
Resolving inheritance for "App\Twig\Extensions\VendorView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\VendorView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\WelcomeView" (parent: .abstract.instanceof.App\Twig\Extensions\WelcomeView).
Resolving inheritance for "App\Twig\Extensions\WelcomeView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\WelcomeView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\WorldView" (parent: .abstract.instanceof.App\Twig\Extensions\WorldView).
Resolving inheritance for "App\Twig\Extensions\WorldView" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\WorldView).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GasExtension" (parent: .abstract.instanceof.App\Twig\GasExtension).
Resolving inheritance for "App\Twig\GasExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GasExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\HwExtension" (parent: .abstract.instanceof.App\Twig\HwExtension).
Resolving inheritance for "App\Twig\HwExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\HwExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PureExtension" (parent: .abstract.instanceof.App\Twig\PureExtension).
Resolving inheritance for "App\Twig\PureExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PureExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ToolsExtension" (parent: .abstract.instanceof.App\Twig\ToolsExtension).
Resolving inheritance for "App\Twig\ToolsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ToolsExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.hw_general_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_general_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_general_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_general_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_general_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_1fu_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_1fu_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_1fu_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_1fu_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_1fu_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_2fu_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_2fu_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_2fu_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_2fu_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_2fu_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_3fu_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_3fu_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_3fu_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_3fu_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_3fu_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_4fu_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_4fu_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_4fu_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_4fu_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_4fu_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_5fu_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_5fu_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_5fu_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_5fu_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_5fu_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_6fu_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_6fu_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_6fu_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_6fu_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_6fu_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_1in_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_1in_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_1in_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_1in_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_1in_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_1in_ex_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_1in_ex_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_1in_ex_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_1in_ex_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_1in_ex_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_2in_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_2in_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_2in_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_2in_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_2in_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_2in_ex_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_2in_ex_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_2in_ex_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_2in_ex_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_2in_ex_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_3in_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_3in_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_3in_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_3in_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_3in_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_3in_ex_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_3in_ex_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_3in_ex_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_3in_ex_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_3in_ex_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_4in_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_4in_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_4in_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_4in_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_4in_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_4in_ex_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_4in_ex_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_4in_ex_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_4in_ex_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_4in_ex_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_5in_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_5in_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_5in_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_5in_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_5in_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_5in_ex_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_5in_ex_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_5in_ex_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_5in_ex_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_5in_ex_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_6in_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_6in_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_6in_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_6in_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_6in_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_6in_ex_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_6in_ex_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_6in_ex_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_6in_ex_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_6in_ex_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_7in_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_7in_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_7in_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_7in_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_7in_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_7in_ex_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_7in_ex_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_7in_ex_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_7in_ex_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_7in_ex_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_8in_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_8in_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_8in_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_8in_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_8in_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_8in_ex_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_8in_ex_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_8in_ex_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_8in_ex_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_8in_ex_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_9in_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_9in_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_9in_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_9in_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_9in_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_9in_ex_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_9in_ex_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_9in_ex_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_9in_ex_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_9in_ex_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_10in_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_10in_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_10in_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_10in_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_10in_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_10in_ex_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_10in_ex_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_10in_ex_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_10in_ex_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_10in_ex_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_11in_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_11in_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_11in_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_11in_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_11in_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_11in_ex_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_11in_ex_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_11in_ex_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_11in_ex_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_11in_ex_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_12in_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_12in_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_12in_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_12in_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_12in_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_12in_ex_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_12in_ex_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_12in_ex_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_12in_ex_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_12in_ex_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_13in_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_13in_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_13in_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_13in_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_13in_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_13in_ex_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_13in_ex_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_13in_ex_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_13in_ex_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_13in_ex_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_14in_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_14in_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_14in_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_14in_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_14in_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_14in_ex_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_14in_ex_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_14in_ex_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_14in_ex_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_14in_ex_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.hw_holybattle1_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.hw_holybattle1_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.hw_holybattle1_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.hw_holybattle1_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.hw_holybattle1_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.hw_general_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_general_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_general_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_1fu_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_1fu_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_1fu_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_2fu_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_2fu_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_2fu_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_3fu_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_3fu_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_3fu_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_4fu_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_4fu_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_4fu_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_5fu_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_5fu_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_5fu_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_6fu_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_6fu_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_6fu_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_1in_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_1in_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_1in_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_1in_ex_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_1in_ex_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_1in_ex_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_2in_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_2in_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_2in_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_2in_ex_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_2in_ex_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_2in_ex_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_3in_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_3in_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_3in_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_3in_ex_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_3in_ex_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_3in_ex_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_4in_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_4in_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_4in_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_4in_ex_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_4in_ex_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_4in_ex_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_5in_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_5in_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_5in_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_5in_ex_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_5in_ex_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_5in_ex_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_6in_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_6in_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_6in_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_6in_ex_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_6in_ex_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_6in_ex_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_7in_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_7in_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_7in_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_7in_ex_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_7in_ex_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_7in_ex_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_8in_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_8in_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_8in_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_8in_ex_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_8in_ex_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_8in_ex_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_9in_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_9in_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_9in_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_9in_ex_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_9in_ex_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_9in_ex_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_10in_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_10in_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_10in_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_10in_ex_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_10in_ex_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_10in_ex_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_11in_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_11in_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_11in_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_11in_ex_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_11in_ex_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_11in_ex_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_12in_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_12in_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_12in_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_12in_ex_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_12in_ex_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_12in_ex_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_13in_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_13in_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_13in_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_13in_ex_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_13in_ex_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_13in_ex_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_14in_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_14in_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_14in_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_14in_ex_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_14in_ex_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_14in_ex_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.hw_holybattle1_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.hw_holybattle1_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.hw_holybattle1_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.users_in_memory" (parent: security.user.provider.in_memory).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.tools" (parent: security.firewall.config).
Resolving inheritance for "security.listener.tools.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.tools" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.tools" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.tools" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.tools" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.tools" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.tools.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.tools.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.tools" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.tools" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.tools" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.tools" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.tools" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "maker.auto_command.make_hw_repos" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_general" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_general" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_1fu" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_1fu" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_2fu" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_2fu" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_3fu" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_3fu" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_4fu" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_4fu" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_5fu" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_5fu" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_6fu" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_6fu" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_1in" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_1in" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_1in_ex" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_1in_ex" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_2in" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_2in" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_2in_ex" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_2in_ex" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_3in" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_3in" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_3in_ex" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_3in_ex" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_4in" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_4in" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_4in_ex" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_4in_ex" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_5in" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_5in" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_5in_ex" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_5in_ex" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_6in" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_6in" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_6in_ex" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_6in_ex" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_7in" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_7in" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_7in_ex" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_7in_ex" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_8in" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_8in" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_8in_ex" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_8in_ex" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_9in" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_9in" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_9in_ex" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_9in_ex" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_10in" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_10in" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_10in_ex" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_10in_ex" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_11in" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_11in" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_11in_ex" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_11in_ex" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_12in" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_12in" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_12in_ex" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_12in_ex" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_13in" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_13in" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_13in_ex" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_13in_ex" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_14in" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_14in" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_14in_ex" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_14in_ex" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.hw_holybattle1" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.hw_holybattle1" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
8
Skipping service "App\Service\HW\CronjobDeleteUsersFurge": Class or interface "App\Service\HW\CronjobDeleteUsersFurge" cannot be loaded.
Skipping service "App\Service\HW\DateHelper": Class or interface "App\Service\HW\DateHelper" cannot be loaded.
Skipping service "App\Service\HW\Db\CombinedSignedInt": Class or interface "App\Service\HW\Db\CombinedSignedInt" cannot be loaded.
Skipping service "App\Service\HW\Tournament\LeagueResult": Class or interface "App\Service\HW\Tournament\LeagueResult" cannot be loaded.
Skipping service "GAS\GameClassic": Class or interface "GAS\GameClassic" cannot be loaded.
Skipping service "GAS\ModelBaseExtended": Class or interface "GAS\ModelBaseExtended" cannot be loaded.
Skipping service "GAS\SuperLog": Class or interface "GAS\SuperLog" cannot be loaded.
Skipping service "GAS\ValueObject": Class or interface "GAS\ValueObject" cannot be loaded.
556
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\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "notifier.logger_notification_listener"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "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 $hw_generalConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hwGeneralConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_1fuConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw1fuConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_2fuConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw2fuConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_3fuConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw3fuConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_4fuConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw4fuConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_5fuConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw5fuConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_6fuConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw6fuConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_1inConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw1inConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_1in_exConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw1inExConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_2inConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw2inConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_2in_exConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw2inExConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_3inConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw3inConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_3in_exConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw3inExConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_4inConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw4inConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_4in_exConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw4inExConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_5inConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw5inConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_5in_exConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw5inExConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_6inConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw6inConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_6in_exConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw6inExConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_7inConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw7inConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_7in_exConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw7inExConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_8inConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw8inConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_8in_exConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw8inExConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_9inConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw9inConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_9in_exConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw9inExConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_10inConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw10inConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_10in_exConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw10inExConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_11inConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw11inConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_11in_exConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw11inExConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_12inConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw12inConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_12in_exConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw12inExConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_13inConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw13inConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_13in_exConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw13inExConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_14inConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw14inConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_14in_exConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hw14inExConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $hw_holybattle1Connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $hwHolybattle1Connection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.hw_general_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_general_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_general_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_generalEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hwGeneralEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_general_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_1fu_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_1fu_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_1fu_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_1fuEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw1fuEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_1fu_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_2fu_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_2fu_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_2fu_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_2fuEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw2fuEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_2fu_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_3fu_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_3fu_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_3fu_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_3fuEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw3fuEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_3fu_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_4fu_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_4fu_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_4fu_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_4fuEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw4fuEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_4fu_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_5fu_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_5fu_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_5fu_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_5fuEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw5fuEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_5fu_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_6fu_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_6fu_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_6fu_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_6fuEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw6fuEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_6fu_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_1in_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_1in_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_1in_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_1inEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw1inEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_1in_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_1in_ex_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_1in_ex_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_1in_ex_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_1in_exEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw1inExEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_1in_ex_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_2in_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_2in_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_2in_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_2inEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw2inEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_2in_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_2in_ex_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_2in_ex_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_2in_ex_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_2in_exEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw2inExEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_2in_ex_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_3in_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_3in_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_3in_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_3inEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw3inEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_3in_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_3in_ex_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_3in_ex_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_3in_ex_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_3in_exEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw3inExEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_3in_ex_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_4in_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_4in_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_4in_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_4inEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw4inEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_4in_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_4in_ex_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_4in_ex_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_4in_ex_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_4in_exEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw4inExEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_4in_ex_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_5in_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_5in_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_5in_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_5inEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw5inEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_5in_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_5in_ex_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_5in_ex_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_5in_ex_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_5in_exEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw5inExEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_5in_ex_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_6in_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_6in_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_6in_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_6inEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw6inEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_6in_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_6in_ex_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_6in_ex_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_6in_ex_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_6in_exEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw6inExEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_6in_ex_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_7in_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_7in_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_7in_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_7inEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw7inEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_7in_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_7in_ex_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_7in_ex_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_7in_ex_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_7in_exEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw7inExEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_7in_ex_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_8in_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_8in_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_8in_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_8inEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw8inEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_8in_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_8in_ex_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_8in_ex_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_8in_ex_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_8in_exEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw8inExEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_8in_ex_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_9in_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_9in_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_9in_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_9inEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw9inEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_9in_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_9in_ex_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_9in_ex_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_9in_ex_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_9in_exEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw9inExEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_9in_ex_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_10in_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_10in_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_10in_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_10inEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw10inEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_10in_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_10in_ex_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_10in_ex_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_10in_ex_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_10in_exEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw10inExEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_10in_ex_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_11in_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_11in_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_11in_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_11inEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw11inEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_11in_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_11in_ex_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_11in_ex_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_11in_ex_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_11in_exEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw11inExEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_11in_ex_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_12in_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_12in_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_12in_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_12inEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw12inEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_12in_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_12in_ex_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_12in_ex_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_12in_ex_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_12in_exEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw12inExEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_12in_ex_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_13in_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_13in_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_13in_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_13inEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw13inEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_13in_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_13in_ex_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_13in_ex_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_13in_ex_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_13in_exEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw13inExEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_13in_ex_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_14in_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_14in_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_14in_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_14inEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw14inEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_14in_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_14in_ex_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_14in_ex_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_14in_ex_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_14in_exEntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hw14inExEntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_14in_ex_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.hw_holybattle1_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.hw_holybattle1_result_cache"; reason: private alias.
Removed service "doctrine.orm.hw_holybattle1_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $hw_holybattle1EntityManager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $hwHolybattle1EntityManager"; reason: private alias.
Removed service "doctrine.orm.hw_holybattle1_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.hw_user_provider"; reason: private alias.
Removed service "security.authentication.session_strategy.tools"; reason: private alias.
Removed service "security.user_checker.tools"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "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 "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".service_locator.rJyldqZ"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.F99C.8N"; reason: private alias.
Removed service ".service_locator.VQrsYRJ"; reason: private alias.
Removed service ".service_locator.JnFB..R"; reason: private alias.
Removed service ".service_locator.BFrsqsn"; reason: private alias.
Removed service ".service_locator.Za9MpXe"; reason: private alias.
Removed service ".service_locator.Ipu6VHB"; reason: private alias.
Removed service ".service_locator.8y_NAEq"; reason: private alias.
Removed service ".service_locator.q8.qvkn"; reason: private alias.
Removed service ".service_locator.hVtvNzX"; reason: private alias.
Removed service ".service_locator.a1lKWi."; reason: private alias.
Removed service ".service_locator...AH8at"; reason: private alias.
Removed service ".service_locator.hntk1i9"; reason: private alias.
Removed service ".service_locator.xzu4adk"; reason: private alias.
Removed service ".service_locator.Vk.4GSU"; reason: private alias.
Removed service ".service_locator.KIik4hk"; reason: private alias.
Removed service ".service_locator.ylIthtw"; reason: private alias.
Removed service ".service_locator.I1cJfR7"; reason: private alias.
Removed service ".service_locator.s3k9p5T"; reason: private alias.
Removed service ".service_locator.cUHVrqz"; reason: private alias.
Removed service ".service_locator.T3DjjcO"; reason: private alias.
Removed service ".service_locator._RtMRg3"; reason: private alias.
Removed service ".service_locator.ih6T6J3"; reason: private alias.
Removed service ".service_locator.3jGrbRu"; reason: private alias.
Removed service ".service_locator.LBbwYMe"; reason: private alias.
Removed service ".service_locator._Q2InSx"; reason: private alias.
Removed service ".service_locator.JM47h4s"; reason: private alias.
Removed service ".service_locator.4y43TkF"; reason: private alias.
Removed service ".service_locator.mtbYhXv"; reason: private alias.
Removed service ".service_locator.yrUIbxs"; reason: private alias.
Removed service ".service_locator.cbgaYFl"; reason: private alias.
Removed service ".service_locator.RmNXIYg"; reason: private alias.
Removed service ".service_locator.rL5pBPt"; reason: private alias.
Removed service ".service_locator.3p.zjOh"; reason: private alias.
Removed service ".service_locator._1sWQKL"; reason: private alias.
Removed service ".service_locator..oAwCyh"; reason: private alias.
Removed service ".service_locator.VSVjjEB"; reason: private alias.
Removed service ".service_locator.O23CYyP"; reason: private alias.
Removed service ".service_locator.Sshqtxh"; reason: private alias.
Removed service ".service_locator.BfxsH0l"; reason: private alias.
Removed service ".service_locator.NaTo9xo"; reason: private alias.
Removed service ".service_locator._O5Xj2W"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.D12YB8o"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.tools"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.hw_general_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_1fu_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_2fu_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_3fu_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_4fu_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_5fu_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_6fu_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_1in_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_1in_ex_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_2in_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_2in_ex_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_3in_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_3in_ex_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_4in_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_4in_ex_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_5in_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_5in_ex_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_6in_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_6in_ex_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_7in_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_7in_ex_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_8in_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_8in_ex_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_9in_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_9in_ex_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_10in_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_10in_ex_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_11in_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_11in_ex_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_12in_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_12in_ex_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_13in_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_13in_ex_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_14in_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_14in_ex_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.hw_holybattle1_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.tools"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.Xbsa8iG"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.5zFIIEs"; reason: private alias.
Removed service ".service_locator.NdXVlN4"; reason: private alias.
Removed service ".service_locator.KCoGCS4"; reason: private alias.
Removed service ".service_locator.UHuQE_1"; reason: private alias.
Removed service ".service_locator..MtC7IV"; reason: private alias.
Removed service ".service_locator.WBQ6.fj"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator.4r7xybM"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator.BlxN3Cw"; reason: private alias.
292
Changed reference of service "App\Controller\AdsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AdsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Assault\OneOnOneController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Assault\OneOnOneController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\AuthController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AuthController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Battle\BattleCitybattleController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Battle\BattleCitybattleController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Battle\BattleClanbattleController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Battle\BattleClanbattleController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Battle\BattleHealingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Battle\BattleHealingController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Battle\BattleHolybattleController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Battle\BattleHolybattleController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Battle\BattleReportController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Battle\BattleReportController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\BillingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\BillingController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\BusyController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\BusyController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Char\CharAttributesController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Char\CharAttributesController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Char\CharDiplomacyController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Char\CharDiplomacyController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Char\CharInventoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Char\CharInventoryController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Char\CharNotebookController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Char\CharNotebookController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Char\CharProfileController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Char\CharProfileController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Char\CharStatisticController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Char\CharStatisticController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Clan\ClanAdministrationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Clan\ClanAdministrationController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Clan\ClanDiplomacyController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Clan\ClanDiplomacyController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Clan\ClanNoticeboardController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Clan\ClanNoticeboardController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Clan\ClanOverviewController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Clan\ClanOverviewController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Clan\ClanTerritoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Clan\ClanTerritoryController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Clan\ClanTreasuryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Clan\ClanTreasuryController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Clan\ClanWarfareController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Clan\ClanWarfareController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\ConnectController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ConnectController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\ConnectsecureController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ConnectsecureController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Cronjob\CronjobAdminController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Cronjob\CronjobAdminController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Cronjob\CronjobIndexController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Cronjob\CronjobIndexController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Cronjob\CronjobOnetimeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Cronjob\CronjobOnetimeController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\DownloadsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DownloadsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\ErrorController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ErrorController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\ForumController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ForumController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\GameBaseController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\GameBaseController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\GameBaseSecureController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\GameBaseSecureController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\GameBaseToolsSecureController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\GameBaseToolsSecureController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Highscore\HighscoreHalloffameController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Highscore\HighscoreHalloffameController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Highscore\HighscoreOverviewController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Highscore\HighscoreOverviewController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\House\HouseIndexController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\House\HouseIndexController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\House\HouseStrangerhouseController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\House\HouseStrangerhouseController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\IndexController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\IndexController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\InformationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\InformationController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\MaintenanceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MaintenanceController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\MasterController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MasterController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Message\MessageArchiveController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Message\MessageArchiveController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Message\MessageComposeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Message\MessageComposeController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Message\MessageDeleteController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Message\MessageDeleteController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Message\MessageIndexController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Message\MessageIndexController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Message\MessageProxyController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Message\MessageProxyController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Message\MessageShowboxController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Message\MessageShowboxController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Message\MessageViewController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Message\MessageViewController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Premium\PremiumIndexController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Premium\PremiumIndexController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\ProceedsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProceedsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\RegisterController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\RegisterController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\SecureControllerAction" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SecureControllerAction" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\SecureToolsControllerAction" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SecureToolsControllerAction" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\ShoutboxController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ShoutboxController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\SupportController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SupportController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tester\TesterAuxController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tester\TesterAuxController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tester\TesterFusionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tester\TesterFusionController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tester\TesterMultipotionsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tester\TesterMultipotionsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tester\TesterSimulationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tester\TesterSimulationController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tester\TesterTournamentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tester\TesterTournamentController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\TestsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\TestsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\BaseMarketingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\BaseMarketingController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\BaseServerController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\BaseServerController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\BaseTestingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\BaseTestingController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\BaseUserController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\BaseUserController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsAdminfeaturesController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsAdminfeaturesController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsAlertController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsAlertController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsArenateamController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsArenateamController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsAuthController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsAuthController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsBaseMarketingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsBaseMarketingController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsBaseUserController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsBaseUserController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsCitybattleController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsCitybattleController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsClanController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsClanController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsClanbattleController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsClanbattleController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsCommunityController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsCommunityController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsFinancesController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsFinancesController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsGroupsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsGroupsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsHolybattleController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsHolybattleController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsIndexController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsIndexController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsItemsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsItemsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsKeyvaluestoreController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsKeyvaluestoreController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsLogsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsLogsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsMarketingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsMarketingController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsMerchantController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsMerchantController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsRemoteController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsRemoteController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsStatisticController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsStatisticController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsSupportController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsSupportController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsTournamentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsTournamentController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Tools\ToolsUserController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Tools\ToolsUserController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Town\Tavern\TavernHouseofluckController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Town\Tavern\TavernHouseofluckController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Town\Tavern\TavernLuckyhoodController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Town\Tavern\TavernLuckyhoodController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Town\TownAlchemistController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Town\TownAlchemistController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Town\TownArenaController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Town\TownArenaController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Town\TownBlacksmithController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Town\TownBlacksmithController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Town\TownClanarenaController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Town\TownClanarenaController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Town\TownFarmController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Town\TownFarmController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Town\TownMarketController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Town\TownMarketController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Town\TownMercAuctionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Town\TownMercAuctionController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Town\TownOverviewController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Town\TownOverviewController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Town\TownTavernController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Town\TownTavernController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Town\TownTeamarenaController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Town\TownTeamarenaController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Town\TownTournamentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Town\TownTournamentController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\WelcomeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\WelcomeController" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "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 "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 "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.u5Hi8o6" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.P2tPItg" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
644
Removed service "App\Models"; reason: abstract.
Removed service "GAS\adodb-time"; reason: abstract.
Removed service "GAS\Affiliate"; reason: abstract.
Removed service "GAS\Cache"; reason: abstract.
Removed service "GAS\Connect"; reason: abstract.
Removed service "GAS\DataStore"; reason: abstract.
Removed service "GAS\Db"; reason: abstract.
Removed service "GAS\File"; reason: abstract.
Removed service "GAS\Fusion"; reason: abstract.
Removed service "GAS\Initializer"; reason: abstract.
Removed service "GAS\Message"; reason: abstract.
Removed service "GAS\ML"; reason: abstract.
Removed service "GAS\Test"; reason: abstract.
Removed service "GAS\Translation"; reason: abstract.
Removed service "GAS\User"; reason: abstract.
Removed service "GAS\View"; reason: abstract.
Removed service "GAS\ORM"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddUseStatementCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddUseStatementCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BatchAddUseStatementCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BatchAddUseStatementCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExtractPhpClassesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ExtractPhpClassesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FindReplaceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FindReplaceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixPsrCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixPsrCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ForcePSR4FileNameCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ForcePSR4FileNameCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RegexCommentConstructorCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RegexCommentConstructorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReorderTranslationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ReorderTranslationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScanTwigExtensionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ScanTwigExtensionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Assault\OneOnOneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Assault\OneOnOneController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Assault\OneOnOneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Battle\BattleCitybattleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Battle\BattleCitybattleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Battle\BattleCitybattleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Battle\BattleClanbattleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Battle\BattleClanbattleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Battle\BattleClanbattleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Battle\BattleHealingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Battle\BattleHealingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Battle\BattleHealingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Battle\BattleHolybattleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Battle\BattleHolybattleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Battle\BattleHolybattleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Battle\BattleReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Battle\BattleReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Battle\BattleReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BillingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BillingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BillingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BusyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BusyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BusyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Char\CharAttributesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Char\CharAttributesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Char\CharAttributesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Char\CharDiplomacyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Char\CharDiplomacyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Char\CharDiplomacyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Char\CharInventoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Char\CharInventoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Char\CharInventoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Char\CharNotebookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Char\CharNotebookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Char\CharNotebookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Char\CharProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Char\CharProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Char\CharProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Char\CharStatisticController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Char\CharStatisticController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Char\CharStatisticController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanAdministrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanAdministrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Clan\ClanAdministrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanDiplomacyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanDiplomacyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Clan\ClanDiplomacyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanNoticeboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanNoticeboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Clan\ClanNoticeboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanOverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanOverviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Clan\ClanOverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanTerritoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanTerritoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Clan\ClanTerritoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanTreasuryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanTreasuryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Clan\ClanTreasuryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clan\ClanWarfareController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clan\ClanWarfareController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Clan\ClanWarfareController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConnectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ConnectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConnectsecureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConnectsecureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ConnectsecureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cronjob\CronjobAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cronjob\CronjobAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cronjob\CronjobAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cronjob\CronjobIndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cronjob\CronjobIndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cronjob\CronjobIndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cronjob\CronjobOnetimeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cronjob\CronjobOnetimeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cronjob\CronjobOnetimeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DownloadsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DownloadsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DownloadsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ErrorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ForumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ForumController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ForumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GameBaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GameBaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GameBaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GameBaseSecureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GameBaseSecureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GameBaseSecureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GameBaseToolsSecureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GameBaseToolsSecureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GameBaseToolsSecureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Highscore\HighscoreHalloffameController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Highscore\HighscoreHalloffameController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Highscore\HighscoreHalloffameController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Highscore\HighscoreOverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Highscore\HighscoreOverviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Highscore\HighscoreOverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\House\HouseIndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\House\HouseIndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\House\HouseIndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\House\HouseStrangerhouseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\House\HouseStrangerhouseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\House\HouseStrangerhouseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InformationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InformationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InformationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MasterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MasterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MasterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageArchiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageArchiveController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Message\MessageArchiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageComposeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageComposeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Message\MessageComposeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageDeleteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Message\MessageDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageIndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageIndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Message\MessageIndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageProxyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageProxyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Message\MessageProxyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageShowboxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageShowboxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Message\MessageShowboxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Message\MessageViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Message\MessageViewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Message\MessageViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NasController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NasController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NasController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Premium\PremiumIndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Premium\PremiumIndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Premium\PremiumIndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProceedsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProceedsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProceedsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegisterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegisterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegisterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecureControllerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecureControllerAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecureControllerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecureToolsControllerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecureToolsControllerAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecureToolsControllerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShoutboxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShoutboxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ShoutboxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SupportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SupportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SupportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tester\TesterAuxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tester\TesterAuxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tester\TesterAuxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tester\TesterFusionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tester\TesterFusionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tester\TesterFusionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tester\TesterMultipotionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tester\TesterMultipotionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tester\TesterMultipotionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tester\TesterSimulationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tester\TesterSimulationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tester\TesterSimulationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tester\TesterTournamentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tester\TesterTournamentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tester\TesterTournamentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TestsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\BaseMarketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\BaseMarketingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\BaseMarketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\BaseServerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\BaseServerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\BaseServerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\BaseTestingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\BaseTestingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\BaseTestingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\BaseUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\BaseUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\BaseUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsAdminfeaturesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsAdminfeaturesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsAdminfeaturesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsAlertController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsAlertController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsAlertController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsArenateamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsArenateamController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsArenateamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsAuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsAuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsAuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsBaseMarketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsBaseMarketingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsBaseMarketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsBaseUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsBaseUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsBaseUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsCitybattleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsCitybattleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsCitybattleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsClanController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsClanController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsClanController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsClanbattleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsClanbattleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsClanbattleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsCommunityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsCommunityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsCommunityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsFinancesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsFinancesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsFinancesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsGroupsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsGroupsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsGroupsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsHolybattleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsHolybattleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsHolybattleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsIndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsIndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsIndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsItemsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsItemsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsItemsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsKeyvaluestoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsKeyvaluestoreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsKeyvaluestoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsLogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsLogsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsLogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsMarketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsMarketingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsMarketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsMerchantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsMerchantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsMerchantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsRemoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsRemoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsRemoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsStatisticController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsStatisticController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsStatisticController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsSupportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsSupportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsSupportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsTournamentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsTournamentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsTournamentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\ToolsUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\ToolsUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\ToolsUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\Tavern\TavernHouseofluckController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\Tavern\TavernHouseofluckController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Town\Tavern\TavernHouseofluckController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\Tavern\TavernLuckyhoodController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\Tavern\TavernLuckyhoodController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Town\Tavern\TavernLuckyhoodController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownAlchemistController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownAlchemistController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Town\TownAlchemistController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownArenaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownArenaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Town\TownArenaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownBlacksmithController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownBlacksmithController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Town\TownBlacksmithController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownClanarenaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownClanarenaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Town\TownClanarenaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownFarmController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownFarmController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Town\TownFarmController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownMarketController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownMarketController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Town\TownMarketController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownMercAuctionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownMercAuctionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Town\TownMercAuctionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownOverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownOverviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Town\TownOverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownTavernController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownTavernController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Town\TownTavernController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownTeamarenaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownTeamarenaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Town\TownTeamarenaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Town\TownTournamentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Town\TownTournamentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Town\TownTournamentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WelcomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WelcomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WelcomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ControllerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ControllerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\EventAttributesSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\EventAttributesSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\MakerBundle\MakerInterface.0.App\Maker\RepositoryMaker"; reason: abstract.
Removed service ".abstract.instanceof.App\Maker\RepositoryMaker"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\AlchemistView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\AlchemistView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ArenaTeamBattleView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ArenaTeamBattleView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ArenaTeamView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ArenaTeamView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ArenaView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ArenaView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\AssaultView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\AssaultView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\CaveView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\CaveView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\CharView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\CharView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\CityBattleView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\CityBattleView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\CityView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\CityView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ClanBattleView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ClanBattleView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ClanView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ClanView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ClanarenaView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ClanarenaView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\Content"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\Content"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\DiplomacyView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\DiplomacyView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\FarmView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\FarmView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HTMLBase"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\HTMLBase"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HighscoreView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\HighscoreView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HistoryView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\HistoryView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HolyBattleView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\HolyBattleView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HouseofluckView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\HouseofluckView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\InfoBoxView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\InfoBoxView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\InventoryView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\InventoryView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\JSC"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\JSC"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\LuckyhoodView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\LuckyhoodView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\MarketField1View"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\MarketField1View"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\MarketField2View"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\MarketField2View"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\MarketField3View"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\MarketField3View"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\MercAuctionView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\MercAuctionView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\MessageView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\MessageView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\Popup"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\Popup"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\PopupView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\PopupView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\PremiumView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\PremiumView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ProceedsView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ProceedsView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\RavageView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\RavageView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\SITEBase"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\SITEBase"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\SQLServiceView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\SQLServiceView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ShoutboxView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ShoutboxView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\Sprintf"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\Sprintf"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\SupportMailsView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\SupportMailsView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TavernView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\TavernView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TesterSimulationView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\TesterSimulationView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TestsTournamentView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\TestsTournamentView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsAdminFeaturesView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ToolsAdminFeaturesView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsAlertView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ToolsAlertView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsArenaTeamView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ToolsArenaTeamView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsBattleView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ToolsBattleView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsClanView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ToolsClanView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsCommunityView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ToolsCommunityView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsDimBattleView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ToolsDimBattleView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsFinancesView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ToolsFinancesView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsHolyBattleView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ToolsHolyBattleView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsItemView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ToolsItemView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsLogView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ToolsLogView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsMarketingView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ToolsMarketingView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsServerView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ToolsServerView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsStatisticView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ToolsStatisticView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsTournamentView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ToolsTournamentView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsUserView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ToolsUserView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\ToolsView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\ToolsView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TournamentBetView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\TournamentBetView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TownView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\TownView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\TutorialView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\TutorialView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\VendorView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\VendorView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\WelcomeView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\WelcomeView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\WorldView"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\WorldView"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GasExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\GasExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\HwExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\HwExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PureExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\PureExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ToolsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ToolsExtension"; reason: abstract.
497
Removed service "App\Controller\Tools\ToolsBaseServerController"; reason: unused.
Removed service "App\Controller\Tools\ToolsBaseTestingController"; reason: unused.
Removed service "App\Controller\Tools\ToolsChangeworldController"; reason: unused.
Removed service "App\Controller\Tools\ToolsServerController"; reason: unused.
Removed service "App\Controller\Tools\ToolsTestingController"; reason: unused.
Removed service "App\Entity\General\Aktionen"; reason: unused.
Removed service "App\Entity\General\Alertlog"; reason: unused.
Removed service "App\Entity\General\Alerts"; reason: unused.
Removed service "App\Entity\General\Announcements"; reason: unused.
Removed service "App\Entity\General\Bonuscampaign"; reason: unused.
Removed service "App\Entity\General\Cancelations"; reason: unused.
Removed service "App\Entity\General\CitiesMuster"; reason: unused.
Removed service "App\Entity\General\Clanhistory"; reason: unused.
Removed service "App\Entity\General\Comercialscripts"; reason: unused.
Removed service "App\Entity\General\Deleted"; reason: unused.
Removed service "App\Entity\General\Deletedclan"; reason: unused.
Removed service "App\Entity\General\Epinfailure"; reason: unused.
Removed service "App\Entity\General\Merchant"; reason: unused.
Removed service "App\Entity\General\Merchantcountries"; reason: unused.
Removed service "App\Entity\General\Merchanthistory"; reason: unused.
Removed service "App\Entity\General\Mindmatics"; reason: unused.
Removed service "App\Entity\General\News"; reason: unused.
Removed service "App\Entity\General\Shoutboxtoollog"; reason: unused.
Removed service "App\Entity\General\Supportcase"; reason: unused.
Removed service "App\Entity\General\Supportmail"; reason: unused.
Removed service "App\Entity\General\Supportmessage"; reason: unused.
Removed service "App\Entity\General\User"; reason: unused.
Removed service "App\Entity\General\Usergroups"; reason: unused.
Removed service "App\Entity\General\Votingsites"; reason: unused.
Removed service "App\Entity\General\Welcomemessages"; reason: unused.
Removed service "App\Entity\Holybattle\Cities"; reason: unused.
Removed service "App\Entity\Holybattle\Citybattle"; reason: unused.
Removed service "App\Entity\Holybattle\Holybattle"; reason: unused.
Removed service "App\Entity\World\Apptext"; reason: unused.
Removed service "App\Entity\World\Arena"; reason: unused.
Removed service "App\Entity\World\Arenateambattle"; reason: unused.
Removed service "App\Entity\World\Arenateamdescr"; reason: unused.
Removed service "App\Entity\World\Arenateams"; reason: unused.
Removed service "App\Entity\World\Arenateamuser"; reason: unused.
Removed service "App\Entity\World\Auctiondescr"; reason: unused.
Removed service "App\Entity\World\Buffuser"; reason: unused.
Removed service "App\Entity\World\Cave"; reason: unused.
Removed service "App\Entity\World\Clan"; reason: unused.
Removed service "App\Entity\World\Clanallies"; reason: unused.
Removed service "App\Entity\World\Clanarenabattle"; reason: unused.
Removed service "App\Entity\World\Clanbattle"; reason: unused.
Removed service "App\Entity\World\Clandescr"; reason: unused.
Removed service "App\Entity\World\Clanevents"; reason: unused.
Removed service "App\Entity\World\Clanuser"; reason: unused.
Removed service "App\Entity\World\Companionuser"; reason: unused.
Removed service "App\Entity\World\Friend"; reason: unused.
Removed service "App\Entity\World\Halloffame"; reason: unused.
Removed service "App\Entity\World\Marketpotions"; reason: unused.
Removed service "App\Entity\World\Mercauction"; reason: unused.
Removed service "App\Entity\World\Notebook"; reason: unused.
Removed service "App\Entity\World\Objectauction"; reason: unused.
Removed service "App\Entity\World\Objectuser"; reason: unused.
Removed service "App\Entity\World\Objekt"; reason: unused.
Removed service "App\Entity\World\Perk"; reason: unused.
Removed service "App\Entity\World\PerkCityRelation"; reason: unused.
Removed service "App\Entity\World\Potions"; reason: unused.
Removed service "App\Entity\World\Ticket"; reason: unused.
Removed service "App\Entity\World\Ticketoptions"; reason: unused.
Removed service "App\Entity\World\User"; reason: unused.
Removed service "App\Entity\World\Userattack"; reason: unused.
Removed service "App\Entity\World\Userdescription"; reason: unused.
Removed service "App\Entity\World\Userevents"; reason: unused.
Removed service "App\Entity\WorldEx\Holgame"; reason: unused.
Removed service "App\Entity\WorldEx\Holplayer"; reason: unused.
Removed service "App\Entity\WorldEx\Penalty"; reason: unused.
Removed service "App\Entity\WorldEx\ShoutboxAr"; reason: unused.
Removed service "App\Entity\WorldEx\ShoutboxArenateam"; reason: unused.
Removed service "App\Entity\WorldEx\ShoutboxClan"; reason: unused.
Removed service "App\Entity\WorldEx\ShoutboxDe"; reason: unused.
Removed service "App\Entity\WorldEx\ShoutboxEn"; reason: unused.
Removed service "App\Entity\WorldEx\ShoutboxEs"; reason: unused.
Removed service "App\Entity\WorldEx\ShoutboxEx"; reason: unused.
Removed service "App\Entity\WorldEx\ShoutboxFr"; reason: unused.
Removed service "App\Entity\WorldEx\ShoutboxIgnore"; reason: unused.
Removed service "App\Entity\WorldEx\ShoutboxIt"; reason: unused.
Removed service "App\Entity\WorldEx\ShoutboxNl"; reason: unused.
Removed service "App\Entity\WorldEx\ShoutboxPl"; reason: unused.
Removed service "App\Entity\WorldEx\ShoutboxPt"; reason: unused.
Removed service "App\Entity\WorldEx\ShoutboxRu"; reason: unused.
Removed service "App\Entity\WorldEx\ShoutboxTr"; reason: unused.
Removed service "App\Entity\WorldEx\Ticket"; reason: unused.
Removed service "App\Entity\WorldEx\Usermail"; reason: unused.
Removed service "App\GlobalVariables"; reason: unused.
Removed service "App\Repository\General\UserRepository"; reason: unused.
Removed service "App\Repository\World\UserRepository"; reason: unused.
Removed service "App\Security\LoginFormAuthenticator"; reason: unused.
Removed service "App\Service\HW\Alert"; reason: unused.
Removed service "App\Service\HW\Ally"; reason: unused.
Removed service "App\Service\HW\Arena"; reason: unused.
Removed service "App\Service\HW\ArenaTeam"; reason: unused.
Removed service "App\Service\HW\ArenaTeamBattle"; reason: unused.
Removed service "App\Service\HW\ArenaTeamBattleAction"; reason: unused.
Removed service "App\Service\HW\ArenaTeamBattleUser"; reason: unused.
Removed service "App\Service\HW\ArenaTeamMember"; reason: unused.
Removed service "App\Service\HW\ArenaUser"; reason: unused.
Removed service "App\Service\HW\Assault"; reason: unused.
Removed service "App\Service\HW\AssaultSimulation"; reason: unused.
Removed service "App\Service\HW\AssaultUser"; reason: unused.
Removed service "App\Service\HW\Battle"; reason: unused.
Removed service "App\Service\HW\BattleAction"; reason: unused.
Removed service "App\Service\HW\BattleScheduleHelper"; reason: unused.
Removed service "App\Service\HW\BattleUser"; reason: unused.
Removed service "App\Service\HW\Billing\Allopass_Data"; reason: unused.
Removed service "App\Service\HW\Billing\Bonus_Data"; reason: unused.
Removed service "App\Service\HW\Billing\BulkMerchant_Data"; reason: unused.
Removed service "App\Service\HW\Billing\CCTwopay_Data"; reason: unused.
Removed service "App\Service\HW\Billing\Cashu_Data"; reason: unused.
Removed service "App\Service\HW\Billing\Dealunited_Data"; reason: unused.
Removed service "App\Service\HW\Billing\EBT_Data"; reason: unused.
Removed service "App\Service\HW\Billing\EPin_Data"; reason: unused.
Removed service "App\Service\HW\Billing\FG_Data"; reason: unused.
Removed service "App\Service\HW\Billing\MB_Data"; reason: unused.
Removed service "App\Service\HW\Billing\MMMO_Data"; reason: unused.
Removed service "App\Service\HW\Billing\MMPN_Data"; reason: unused.
Removed service "App\Service\HW\Billing\MassTool_Data"; reason: unused.
Removed service "App\Service\HW\Billing\MicroStorno_Data"; reason: unused.
Removed service "App\Service\HW\Billing\Micro_Data"; reason: unused.
Removed service "App\Service\HW\Billing\Mopay_Data"; reason: unused.
Removed service "App\Service\HW\Billing\Onebip_Data"; reason: unused.
Removed service "App\Service\HW\Billing\Onecard_Data"; reason: unused.
Removed service "App\Service\HW\Billing\P24MB_Data"; reason: unused.
Removed service "App\Service\HW\Billing\PP_Data"; reason: unused.
Removed service "App\Service\HW\Billing\PSCHandler"; reason: unused.
Removed service "App\Service\HW\Billing\PSC_Data"; reason: unused.
Removed service "App\Service\HW\Billing\PSC_Data2"; reason: unused.
Removed service "App\Service\HW\Billing\PSC_DataUSD"; reason: unused.
Removed service "App\Service\HW\Billing\PaymentHandler"; reason: unused.
Removed service "App\Service\HW\Billing\PostDataObject"; reason: unused.
Removed service "App\Service\HW\Billing\PscConnector"; reason: unused.
Removed service "App\Service\HW\Billing\Qiwi_Data"; reason: unused.
Removed service "App\Service\HW\Billing\TPay_Data"; reason: unused.
Removed service "App\Service\HW\Billing\Twopay_Data"; reason: unused.
Removed service "App\Service\HW\Billing\Ukash_Data"; reason: unused.
Removed service "App\Service\HW\Billing\V2Mopay_Data"; reason: unused.
Removed service "App\Service\HW\Billing\Wallie_Data"; reason: unused.
Removed service "App\Service\HW\Billing\WebMoney_Data"; reason: unused.
Removed service "App\Service\HW\Billing\Webbilling_Data"; reason: unused.
Removed service "App\Service\HW\Billing\XsollaHelper"; reason: unused.
Removed service "App\Service\HW\Billing\Yandex_Data"; reason: unused.
Removed service "App\Service\HW\BonusCampaign"; reason: unused.
Removed service "App\Service\HW\Cave"; reason: unused.
Removed service "App\Service\HW\City"; reason: unused.
Removed service "App\Service\HW\CityBattle"; reason: unused.
Removed service "App\Service\HW\CityBattleEvent"; reason: unused.
Removed service "App\Service\HW\CityCache"; reason: unused.
Removed service "App\Service\HW\Clan"; reason: unused.
Removed service "App\Service\HW\ClanArenaBattle"; reason: unused.
Removed service "App\Service\HW\ClanArenaBattleAction"; reason: unused.
Removed service "App\Service\HW\ClanArenaBattleUser"; reason: unused.
Removed service "App\Service\HW\ClanDeleted"; reason: unused.
Removed service "App\Service\HW\ClanMember"; reason: unused.
Removed service "App\Service\HW\ClanUtility"; reason: unused.
Removed service "App\Service\HW\Commercial"; reason: unused.
Removed service "App\Service\HW\Companion"; reason: unused.
Removed service "App\Service\HW\CompanionModel"; reason: unused.
Removed service "App\Service\HW\CronjobDeleteUsersFurge"; reason: unused.
Removed service "App\Service\HW\Cronjobs\AbstractCronjobHelper"; reason: unused.
Removed service "App\Service\HW\Cronjobs\CronjobCalculateClanArena"; reason: unused.
Removed service "App\Service\HW\Cronjobs\CronjobClanInactivity"; reason: unused.
Removed service "App\Service\HW\Cronjobs\CronjobDeleteOldClanArenaSearches"; reason: unused.
Removed service "App\Service\HW\Cronjobs\CronjobSpam"; reason: unused.
Removed service "App\Service\HW\DateHelper"; reason: unused.
Removed service "App\Service\HW\Db\CombinedSignedInt"; reason: unused.
Removed service "App\Service\HW\Debug"; reason: unused.
Removed service "App\Service\HW\Description"; reason: unused.
Removed service "App\Service\HW\DownloadPathBuilder"; reason: unused.
Removed service "App\Service\HW\DummyCompanion"; reason: unused.
Removed service "App\Service\HW\DummyTicketOption"; reason: unused.
Removed service "App\Service\HW\DummyUser"; reason: unused.
Removed service "App\Service\HW\Equipment"; reason: unused.
Removed service "App\Service\HW\Event"; reason: unused.
Removed service "App\Service\HW\Farm"; reason: unused.
Removed service "App\Service\HW\Filter"; reason: unused.
Removed service "App\Service\HW\Friend"; reason: unused.
Removed service "App\Service\HW\HOFFeat"; reason: unused.
Removed service "App\Service\HW\Highscore"; reason: unused.
Removed service "App\Service\HW\HolyBattle"; reason: unused.
Removed service "App\Service\HW\HolyBattleAction"; reason: unused.
Removed service "App\Service\HW\HolyBattleUser"; reason: unused.
Removed service "App\Service\HW\Houseofluck"; reason: unused.
Removed service "App\Service\HW\HouseofluckNPC"; reason: unused.
Removed service "App\Service\HW\HouseofluckPlayer"; reason: unused.
Removed service "App\Service\HW\HouseofluckPlayers"; reason: unused.
Removed service "App\Service\HW\InventarItem"; reason: unused.
Removed service "App\Service\HW\InventarItems"; reason: unused.
Removed service "App\Service\HW\InventarMultipotions"; reason: unused.
Removed service "App\Service\HW\InventarSChes"; reason: unused.
Removed service "App\Service\HW\InventarSComp"; reason: unused.
Removed service "App\Service\HW\InventarSHead"; reason: unused.
Removed service "App\Service\HW\InventarSHeal"; reason: unused.
Removed service "App\Service\HW\InventarSHealFacade"; reason: unused.
Removed service "App\Service\HW\InventarSShld"; reason: unused.
Removed service "App\Service\HW\InventarSWeap"; reason: unused.
Removed service "App\Service\HW\InventarUWeap"; reason: unused.
Removed service "App\Service\HW\Lang"; reason: unused.
Removed service "App\Service\HW\Log"; reason: unused.
Removed service "App\Service\HW\Logger"; reason: unused.
Removed service "App\Service\HW\Market"; reason: unused.
Removed service "App\Service\HW\MarketItem"; reason: unused.
Removed service "App\Service\HW\MarketItems"; reason: unused.
Removed service "App\Service\HW\MarketMultiPotion"; reason: unused.
Removed service "App\Service\HW\MarketMultipotions"; reason: unused.
Removed service "App\Service\HW\MarketParameters"; reason: unused.
Removed service "App\Service\HW\MarketSChes"; reason: unused.
Removed service "App\Service\HW\MarketSComp"; reason: unused.
Removed service "App\Service\HW\MarketSHead"; reason: unused.
Removed service "App\Service\HW\MarketSHeal"; reason: unused.
Removed service "App\Service\HW\MarketSHealFacade"; reason: unused.
Removed service "App\Service\HW\MarketSShld"; reason: unused.
Removed service "App\Service\HW\MarketSWeap"; reason: unused.
Removed service "App\Service\HW\MercAuction"; reason: unused.
Removed service "App\Service\HW\Message\Message"; reason: unused.
Removed service "App\Service\HW\Message\Recipient"; reason: unused.
Removed service "App\Service\HW\Message\RecipientList"; reason: unused.
Removed service "App\Service\HW\MultipotionGroup"; reason: unused.
Removed service "App\Service\HW\NewsEntry"; reason: unused.
Removed service "App\Service\HW\Notebook"; reason: unused.
Removed service "App\Service\HW\NpcClan"; reason: unused.
Removed service "App\Service\HW\NpcCompanion"; reason: unused.
Removed service "App\Service\HW\NpcUser"; reason: unused.
Removed service "App\Service\HW\ObjectModel"; reason: unused.
Removed service "App\Service\HW\ObjectSChes"; reason: unused.
Removed service "App\Service\HW\ObjectSComp"; reason: unused.
Removed service "App\Service\HW\ObjectSHead"; reason: unused.
Removed service "App\Service\HW\ObjectSHeal"; reason: unused.
Removed service "App\Service\HW\ObjectSHealFacade"; reason: unused.
Removed service "App\Service\HW\ObjectSShld"; reason: unused.
Removed service "App\Service\HW\ObjectSWeap"; reason: unused.
Removed service "App\Service\HW\ObjectUWeap"; reason: unused.
Removed service "App\Service\HW\Objectloader"; reason: unused.
Removed service "App\Service\HW\Objekt"; reason: unused.
Removed service "App\Service\HW\Op"; reason: unused.
Removed service "App\Service\HW\Orm\ArenaTeam"; reason: unused.
Removed service "App\Service\HW\Orm\ArenaTeamMember"; reason: unused.
Removed service "App\Service\HW\Orm\Clan"; reason: unused.
Removed service "App\Service\HW\Orm\User"; reason: unused.
Removed service "App\Service\HW\Orm\UserCorpse"; reason: unused.
Removed service "App\Service\HW\Penalty"; reason: unused.
Removed service "App\Service\HW\Perk"; reason: unused.
Removed service "App\Service\HW\PerkHelper"; reason: unused.
Removed service "App\Service\HW\PostBlock"; reason: unused.
Removed service "App\Service\HW\Proceeds"; reason: unused.
Removed service "App\Service\HW\Ravage"; reason: unused.
Removed service "App\Service\HW\SQLAdapter"; reason: unused.
Removed service "App\Service\HW\SQLProfiler"; reason: unused.
Removed service "App\Service\HW\SSLConnectionWrapper"; reason: unused.
Removed service "App\Service\HW\SectorVector"; reason: unused.
Removed service "App\Service\HW\ServerState"; reason: unused.
Removed service "App\Service\HW\SupportCase"; reason: unused.
Removed service "App\Service\HW\SupportMails"; reason: unused.
Removed service "App\Service\HW\Ticket"; reason: unused.
Removed service "App\Service\HW\TicketMerchant"; reason: unused.
Removed service "App\Service\HW\TicketOption"; reason: unused.
Removed service "App\Service\HW\ToolsSqlHelper"; reason: unused.
Removed service "App\Service\HW\Tournament"; reason: unused.
Removed service "App\Service\HW\Tournament\DummyLeague"; reason: unused.
Removed service "App\Service\HW\Tournament\GladiatorFightRunner"; reason: unused.
Removed service "App\Service\HW\Tournament\GroupFightRunner"; reason: unused.
Removed service "App\Service\HW\Tournament\GroupLeague"; reason: unused.
Removed service "App\Service\HW\Tournament\GroupLeagueRunner"; reason: unused.
Removed service "App\Service\HW\Tournament\GroupRegistration"; reason: unused.
Removed service "App\Service\HW\Tournament\League"; reason: unused.
Removed service "App\Service\HW\Tournament\LeagueResult"; reason: unused.
Removed service "App\Service\HW\Tournament\LeagueRunner"; reason: unused.
Removed service "App\Service\HW\Tournament\MatchMaker"; reason: unused.
Removed service "App\Service\HW\Tournament\SimpleMatchMaker"; reason: unused.
Removed service "App\Service\HW\Tournament\TestTournamentAction"; reason: unused.
Removed service "App\Service\HW\Tournament\TournamentAction"; reason: unused.
Removed service "App\Service\HW\Tournament\TournamentUser"; reason: unused.
Removed service "App\Service\HW\TournamentBet"; reason: unused.
Removed service "App\Service\HW\Tracker"; reason: unused.
Removed service "App\Service\HW\UserAdvertiser"; reason: unused.
Removed service "App\Service\HW\UserCorpse"; reason: unused.
Removed service "App\Service\HW\Utility"; reason: unused.
Removed service "App\Service\HW\VirtualCompanion"; reason: unused.
Removed service "App\Service\HW\WelcomeNews"; reason: unused.
Removed service "App\Service\HW\World"; reason: unused.
Removed service "App\Service\HW\WorldInfo"; reason: unused.
Removed service "App\Service\LangService"; reason: unused.
Removed service "App\Service\StaticHwBridgeService"; reason: unused.
Removed service "App\Utils\StripTags"; reason: unused.
Removed service "GAS\BitConfig"; reason: unused.
Removed service "GAS\Game"; reason: unused.
Removed service "GAS\Image"; reason: unused.
Removed service "GAS\KeyValueStore"; reason: unused.
Removed service "GAS\Lang"; reason: unused.
Removed service "GAS\AuthAdapterDbTable"; reason: unused.
Removed service "GAS\CommonErrorCodes"; reason: unused.
Removed service "GAS\CsvParser"; reason: unused.
Removed service "GAS\DateHelper"; reason: unused.
Removed service "GAS\DateObject"; reason: unused.
Removed service "GAS\Debug"; reason: unused.
Removed service "GAS\Feedback"; reason: unused.
Removed service "GAS\FileStripper"; reason: unused.
Removed service "GAS\Filter"; reason: unused.
Removed service "GAS\GameClassic"; reason: unused.
Removed service "GAS\Js"; reason: unused.
Removed service "GAS\Log"; reason: unused.
Removed service "GAS\LogConfig"; reason: unused.
Removed service "GAS\LogViewer"; reason: unused.
Removed service "GAS\ModelBaseExtended"; reason: unused.
Removed service "GAS\PHP"; reason: unused.
Removed service "GAS\SQLAdapter"; reason: unused.
Removed service "GAS\Sitter"; reason: unused.
Removed service "GAS\SuperLog"; reason: unused.
Removed service "GAS\Utility"; reason: unused.
Removed service "GAS\ValueObject"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.native_php_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport_factory"; reason: unused.
Removed service "messenger.transport.sync.factory"; reason: unused.
Removed service "messenger.transport.in_memory.factory"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "messenger.transport.doctrine.factory"; reason: unused.
Removed service ".1_ServiceLocator~ep8Q1XC"; 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 "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.tools"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_failure"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.chain_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.authorization_header_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_general"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_general"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_1fu"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_1fu"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_2fu"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_2fu"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_3fu"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_3fu"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_4fu"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_4fu"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_5fu"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_5fu"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_6fu"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_6fu"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_1in"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_1in"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_1in_ex"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_1in_ex"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_2in"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_2in"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_2in_ex"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_2in_ex"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_3in"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_3in"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_3in_ex"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_3in_ex"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_4in"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_4in"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_4in_ex"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_4in_ex"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_5in"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_5in"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_5in_ex"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_5in_ex"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_6in"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_6in"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_6in_ex"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_6in_ex"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_7in"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_7in"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_7in_ex"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_7in_ex"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_8in"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_8in"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_8in_ex"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_8in_ex"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_9in"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_9in"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_9in_ex"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_9in_ex"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_10in"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_10in"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_10in_ex"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_10in_ex"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_11in"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_11in"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_11in_ex"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_11in_ex"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_12in"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_12in"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_12in_ex"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_12in_ex"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_13in"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_13in"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_13in_ex"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_13in_ex"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_14in"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_14in"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_14in_ex"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_14in_ex"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.hw_holybattle1"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.hw_holybattle1"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.0TACwl3"; reason: unused.
868
Inlined service "App\Command\BatchAddUseStatementArray" to "App\Command\BatchAddUseStatementCommand".
Inlined service ".service_locator.u5Hi8o6.App\Controller\AdsController" to "App\Controller\AdsController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Assault\OneOnOneController" to "App\Controller\Assault\OneOnOneController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\AuthController" to "App\Controller\AuthController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Battle\BattleCitybattleController" to "App\Controller\Battle\BattleCitybattleController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Battle\BattleClanbattleController" to "App\Controller\Battle\BattleClanbattleController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Battle\BattleHealingController" to "App\Controller\Battle\BattleHealingController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Battle\BattleHolybattleController" to "App\Controller\Battle\BattleHolybattleController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Battle\BattleReportController" to "App\Controller\Battle\BattleReportController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\BillingController" to "App\Controller\BillingController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\BusyController" to "App\Controller\BusyController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Char\CharAttributesController" to "App\Controller\Char\CharAttributesController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Char\CharDiplomacyController" to "App\Controller\Char\CharDiplomacyController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Char\CharInventoryController" to "App\Controller\Char\CharInventoryController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Char\CharNotebookController" to "App\Controller\Char\CharNotebookController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Char\CharProfileController" to "App\Controller\Char\CharProfileController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Char\CharStatisticController" to "App\Controller\Char\CharStatisticController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Clan\ClanAdministrationController" to "App\Controller\Clan\ClanAdministrationController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Clan\ClanDiplomacyController" to "App\Controller\Clan\ClanDiplomacyController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Clan\ClanNoticeboardController" to "App\Controller\Clan\ClanNoticeboardController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Clan\ClanOverviewController" to "App\Controller\Clan\ClanOverviewController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Clan\ClanTerritoryController" to "App\Controller\Clan\ClanTerritoryController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Clan\ClanTreasuryController" to "App\Controller\Clan\ClanTreasuryController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Clan\ClanWarfareController" to "App\Controller\Clan\ClanWarfareController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\ConnectController" to "App\Controller\ConnectController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\ConnectsecureController" to "App\Controller\ConnectsecureController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Cronjob\CronjobAdminController" to "App\Controller\Cronjob\CronjobAdminController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Cronjob\CronjobIndexController" to "App\Controller\Cronjob\CronjobIndexController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Cronjob\CronjobOnetimeController" to "App\Controller\Cronjob\CronjobOnetimeController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\DownloadsController" to "App\Controller\DownloadsController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\ErrorController" to "App\Controller\ErrorController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\ForumController" to "App\Controller\ForumController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\GameBaseController" to "App\Controller\GameBaseController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\GameBaseSecureController" to "App\Controller\GameBaseSecureController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\GameBaseToolsSecureController" to "App\Controller\GameBaseToolsSecureController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Highscore\HighscoreHalloffameController" to "App\Controller\Highscore\HighscoreHalloffameController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Highscore\HighscoreOverviewController" to "App\Controller\Highscore\HighscoreOverviewController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\House\HouseIndexController" to "App\Controller\House\HouseIndexController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\House\HouseStrangerhouseController" to "App\Controller\House\HouseStrangerhouseController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\IndexController" to "App\Controller\IndexController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\InformationController" to "App\Controller\InformationController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\MaintenanceController" to "App\Controller\MaintenanceController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\MasterController" to "App\Controller\MasterController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Message\MessageArchiveController" to "App\Controller\Message\MessageArchiveController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Message\MessageComposeController" to "App\Controller\Message\MessageComposeController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Message\MessageDeleteController" to "App\Controller\Message\MessageDeleteController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Message\MessageIndexController" to "App\Controller\Message\MessageIndexController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Message\MessageProxyController" to "App\Controller\Message\MessageProxyController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Message\MessageShowboxController" to "App\Controller\Message\MessageShowboxController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Message\MessageViewController" to "App\Controller\Message\MessageViewController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\NasController" to "App\Controller\NasController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Premium\PremiumIndexController" to "App\Controller\Premium\PremiumIndexController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\ProceedsController" to "App\Controller\ProceedsController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\RegisterController" to "App\Controller\RegisterController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\SecureControllerAction" to "App\Controller\SecureControllerAction".
Inlined service ".service_locator.u5Hi8o6.App\Controller\SecureToolsControllerAction" to "App\Controller\SecureToolsControllerAction".
Inlined service ".service_locator.u5Hi8o6.App\Controller\ShoutboxController" to "App\Controller\ShoutboxController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\SupportController" to "App\Controller\SupportController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tester\TesterAuxController" to "App\Controller\Tester\TesterAuxController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tester\TesterFusionController" to "App\Controller\Tester\TesterFusionController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tester\TesterMultipotionsController" to "App\Controller\Tester\TesterMultipotionsController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tester\TesterSimulationController" to "App\Controller\Tester\TesterSimulationController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tester\TesterTournamentController" to "App\Controller\Tester\TesterTournamentController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\TestsController" to "App\Controller\TestsController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\BaseMarketingController" to "App\Controller\Tools\BaseMarketingController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\BaseServerController" to "App\Controller\Tools\BaseServerController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\BaseTestingController" to "App\Controller\Tools\BaseTestingController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\BaseUserController" to "App\Controller\Tools\BaseUserController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsAdminfeaturesController" to "App\Controller\Tools\ToolsAdminfeaturesController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsAlertController" to "App\Controller\Tools\ToolsAlertController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsArenateamController" to "App\Controller\Tools\ToolsArenateamController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsAuthController" to "App\Controller\Tools\ToolsAuthController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsBaseMarketingController" to "App\Controller\Tools\ToolsBaseMarketingController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsBaseUserController" to "App\Controller\Tools\ToolsBaseUserController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsCitybattleController" to "App\Controller\Tools\ToolsCitybattleController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsClanController" to "App\Controller\Tools\ToolsClanController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsClanbattleController" to "App\Controller\Tools\ToolsClanbattleController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsCommunityController" to "App\Controller\Tools\ToolsCommunityController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsFinancesController" to "App\Controller\Tools\ToolsFinancesController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsGroupsController" to "App\Controller\Tools\ToolsGroupsController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsHolybattleController" to "App\Controller\Tools\ToolsHolybattleController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsIndexController" to "App\Controller\Tools\ToolsIndexController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsItemsController" to "App\Controller\Tools\ToolsItemsController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsKeyvaluestoreController" to "App\Controller\Tools\ToolsKeyvaluestoreController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsLogsController" to "App\Controller\Tools\ToolsLogsController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsMarketingController" to "App\Controller\Tools\ToolsMarketingController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsMerchantController" to "App\Controller\Tools\ToolsMerchantController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsRemoteController" to "App\Controller\Tools\ToolsRemoteController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsStatisticController" to "App\Controller\Tools\ToolsStatisticController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsSupportController" to "App\Controller\Tools\ToolsSupportController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsTournamentController" to "App\Controller\Tools\ToolsTournamentController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Tools\ToolsUserController" to "App\Controller\Tools\ToolsUserController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Town\Tavern\TavernHouseofluckController" to "App\Controller\Town\Tavern\TavernHouseofluckController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Town\Tavern\TavernLuckyhoodController" to "App\Controller\Town\Tavern\TavernLuckyhoodController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Town\TownAlchemistController" to "App\Controller\Town\TownAlchemistController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Town\TownArenaController" to "App\Controller\Town\TownArenaController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Town\TownBlacksmithController" to "App\Controller\Town\TownBlacksmithController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Town\TownClanarenaController" to "App\Controller\Town\TownClanarenaController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Town\TownFarmController" to "App\Controller\Town\TownFarmController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Town\TownMarketController" to "App\Controller\Town\TownMarketController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Town\TownMercAuctionController" to "App\Controller\Town\TownMercAuctionController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Town\TownOverviewController" to "App\Controller\Town\TownOverviewController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Town\TownTavernController" to "App\Controller\Town\TownTavernController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Town\TownTeamarenaController" to "App\Controller\Town\TownTeamarenaController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\Town\TownTournamentController" to "App\Controller\Town\TownTournamentController".
Inlined service ".service_locator.u5Hi8o6.App\Controller\WelcomeController" to "App\Controller\WelcomeController".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.routable_message_bus" to "console.command.messenger_consume_messages".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_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.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.y4dplYt" 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.hw_general_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_1fu_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_2fu_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_3fu_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_4fu_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_5fu_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_6fu_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_1in_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_1in_ex_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_2in_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_2in_ex_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_3in_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_3in_ex_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_4in_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_4in_ex_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_5in_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_5in_ex_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_6in_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_6in_ex_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_7in_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_7in_ex_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_8in_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_8in_ex_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_9in_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_9in_ex_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_10in_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_10in_ex_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_11in_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_11in_ex_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_12in_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_12in_ex_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_13in_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_13in_ex_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_14in_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_14in_ex_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.hw_holybattle1_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.F9PKc.7" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.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.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service ".service_locator.jjhCkic" to "doctrine.dbal.hw_general_connection.event_manager".
Inlined service "doctrine.dbal.hw_general_connection.configuration" to "doctrine.dbal.hw_general_connection".
Inlined service ".service_locator.B8sh_LT" to "doctrine.dbal.hw_1fu_connection.event_manager".
Inlined service "doctrine.dbal.hw_1fu_connection.configuration" to "doctrine.dbal.hw_1fu_connection".
Inlined service ".service_locator.4u4JkVz" to "doctrine.dbal.hw_2fu_connection.event_manager".
Inlined service "doctrine.dbal.hw_2fu_connection.configuration" to "doctrine.dbal.hw_2fu_connection".
Inlined service ".service_locator.Bhhcchi" to "doctrine.dbal.hw_3fu_connection.event_manager".
Inlined service "doctrine.dbal.hw_3fu_connection.configuration" to "doctrine.dbal.hw_3fu_connection".
Inlined service ".service_locator.pfmEAl6" to "doctrine.dbal.hw_4fu_connection.event_manager".
Inlined service "doctrine.dbal.hw_4fu_connection.configuration" to "doctrine.dbal.hw_4fu_connection".
Inlined service ".service_locator.zVwZeGE" to "doctrine.dbal.hw_5fu_connection.event_manager".
Inlined service "doctrine.dbal.hw_5fu_connection.configuration" to "doctrine.dbal.hw_5fu_connection".
Inlined service ".service_locator.eTMt5Uq" to "doctrine.dbal.hw_6fu_connection.event_manager".
Inlined service "doctrine.dbal.hw_6fu_connection.configuration" to "doctrine.dbal.hw_6fu_connection".
Inlined service ".service_locator.rdkq3j9" to "doctrine.dbal.hw_1in_connection.event_manager".
Inlined service "doctrine.dbal.hw_1in_connection.configuration" to "doctrine.dbal.hw_1in_connection".
Inlined service ".service_locator.RwaPhUc" to "doctrine.dbal.hw_1in_ex_connection.event_manager".
Inlined service "doctrine.dbal.hw_1in_ex_connection.configuration" to "doctrine.dbal.hw_1in_ex_connection".
Inlined service ".service_locator.OWyRfNO" to "doctrine.dbal.hw_2in_connection.event_manager".
Inlined service "doctrine.dbal.hw_2in_connection.configuration" to "doctrine.dbal.hw_2in_connection".
Inlined service ".service_locator.Ap48elp" to "doctrine.dbal.hw_2in_ex_connection.event_manager".
Inlined service "doctrine.dbal.hw_2in_ex_connection.configuration" to "doctrine.dbal.hw_2in_ex_connection".
Inlined service ".service_locator.EPLJhsf" to "doctrine.dbal.hw_3in_connection.event_manager".
Inlined service "doctrine.dbal.hw_3in_connection.configuration" to "doctrine.dbal.hw_3in_connection".
Inlined service ".service_locator.zRsz9NU" to "doctrine.dbal.hw_3in_ex_connection.event_manager".
Inlined service "doctrine.dbal.hw_3in_ex_connection.configuration" to "doctrine.dbal.hw_3in_ex_connection".
Inlined service ".service_locator.3EHu36R" to "doctrine.dbal.hw_4in_connection.event_manager".
Inlined service "doctrine.dbal.hw_4in_connection.configuration" to "doctrine.dbal.hw_4in_connection".
Inlined service ".service_locator.q8Zuq9l" to "doctrine.dbal.hw_4in_ex_connection.event_manager".
Inlined service "doctrine.dbal.hw_4in_ex_connection.configuration" to "doctrine.dbal.hw_4in_ex_connection".
Inlined service ".service_locator.Y5NlH0V" to "doctrine.dbal.hw_5in_connection.event_manager".
Inlined service "doctrine.dbal.hw_5in_connection.configuration" to "doctrine.dbal.hw_5in_connection".
Inlined service ".service_locator.RYWnTyX" to "doctrine.dbal.hw_5in_ex_connection.event_manager".
Inlined service "doctrine.dbal.hw_5in_ex_connection.configuration" to "doctrine.dbal.hw_5in_ex_connection".
Inlined service ".service_locator.HE3VDdh" to "doctrine.dbal.hw_6in_connection.event_manager".
Inlined service "doctrine.dbal.hw_6in_connection.configuration" to "doctrine.dbal.hw_6in_connection".
Inlined service ".service_locator.KUG8QxN" to "doctrine.dbal.hw_6in_ex_connection.event_manager".
Inlined service "doctrine.dbal.hw_6in_ex_connection.configuration" to "doctrine.dbal.hw_6in_ex_connection".
Inlined service ".service_locator.M_Hrn9d" to "doctrine.dbal.hw_7in_connection.event_manager".
Inlined service "doctrine.dbal.hw_7in_connection.configuration" to "doctrine.dbal.hw_7in_connection".
Inlined service ".service_locator.7CzK0ht" to "doctrine.dbal.hw_7in_ex_connection.event_manager".
Inlined service "doctrine.dbal.hw_7in_ex_connection.configuration" to "doctrine.dbal.hw_7in_ex_connection".
Inlined service ".service_locator.XnoIW.B" to "doctrine.dbal.hw_8in_connection.event_manager".
Inlined service "doctrine.dbal.hw_8in_connection.configuration" to "doctrine.dbal.hw_8in_connection".
Inlined service ".service_locator.unZP9VN" to "doctrine.dbal.hw_8in_ex_connection.event_manager".
Inlined service "doctrine.dbal.hw_8in_ex_connection.configuration" to "doctrine.dbal.hw_8in_ex_connection".
Inlined service ".service_locator._OxGNia" to "doctrine.dbal.hw_9in_connection.event_manager".
Inlined service "doctrine.dbal.hw_9in_connection.configuration" to "doctrine.dbal.hw_9in_connection".
Inlined service ".service_locator.Tt3jaoM" to "doctrine.dbal.hw_9in_ex_connection.event_manager".
Inlined service "doctrine.dbal.hw_9in_ex_connection.configuration" to "doctrine.dbal.hw_9in_ex_connection".
Inlined service ".service_locator.MJIBBXi" to "doctrine.dbal.hw_10in_connection.event_manager".
Inlined service "doctrine.dbal.hw_10in_connection.configuration" to "doctrine.dbal.hw_10in_connection".
Inlined service ".service_locator.FN8RP7r" to "doctrine.dbal.hw_10in_ex_connection.event_manager".
Inlined service "doctrine.dbal.hw_10in_ex_connection.configuration" to "doctrine.dbal.hw_10in_ex_connection".
Inlined service ".service_locator.kaIXgPu" to "doctrine.dbal.hw_11in_connection.event_manager".
Inlined service "doctrine.dbal.hw_11in_connection.configuration" to "doctrine.dbal.hw_11in_connection".
Inlined service ".service_locator.Mi_enAM" to "doctrine.dbal.hw_11in_ex_connection.event_manager".
Inlined service "doctrine.dbal.hw_11in_ex_connection.configuration" to "doctrine.dbal.hw_11in_ex_connection".
Inlined service ".service_locator.fVaPFPC" to "doctrine.dbal.hw_12in_connection.event_manager".
Inlined service "doctrine.dbal.hw_12in_connection.configuration" to "doctrine.dbal.hw_12in_connection".
Inlined service ".service_locator.Tv8QEMu" to "doctrine.dbal.hw_12in_ex_connection.event_manager".
Inlined service "doctrine.dbal.hw_12in_ex_connection.configuration" to "doctrine.dbal.hw_12in_ex_connection".
Inlined service ".service_locator.xedWXdc" to "doctrine.dbal.hw_13in_connection.event_manager".
Inlined service "doctrine.dbal.hw_13in_connection.configuration" to "doctrine.dbal.hw_13in_connection".
Inlined service ".service_locator.5Q1mkS5" to "doctrine.dbal.hw_13in_ex_connection.event_manager".
Inlined service "doctrine.dbal.hw_13in_ex_connection.configuration" to "doctrine.dbal.hw_13in_ex_connection".
Inlined service ".service_locator.stzabeU" to "doctrine.dbal.hw_14in_connection.event_manager".
Inlined service "doctrine.dbal.hw_14in_connection.configuration" to "doctrine.dbal.hw_14in_connection".
Inlined service ".service_locator.ZLX6D3p" to "doctrine.dbal.hw_14in_ex_connection.event_manager".
Inlined service "doctrine.dbal.hw_14in_ex_connection.configuration" to "doctrine.dbal.hw_14in_ex_connection".
Inlined service ".service_locator.xYZ4Y82" to "doctrine.dbal.hw_holybattle1_connection.event_manager".
Inlined service "doctrine.dbal.hw_holybattle1_connection.configuration" to "doctrine.dbal.hw_holybattle1_connection".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.hw_general.metadata" to "doctrine.orm.hw_general_configuration".
Inlined service ".doctrine.orm.hw_general_metadata_driver" to "doctrine.orm.hw_general_configuration".
Inlined service "doctrine.orm.hw_general_entity_listener_resolver" to "doctrine.orm.hw_general_configuration".
Inlined service "cache.doctrine.orm.hw_general.result.recorder_inner" to "cache.doctrine.orm.hw_general.result".
Inlined service "cache.doctrine.orm.hw_general.query.recorder_inner" to "cache.doctrine.orm.hw_general.query".
Inlined service "doctrine.orm.hw_general_configuration" to "doctrine.orm.hw_general_entity_manager".
Inlined service "doctrine.orm.hw_general_manager_configurator" to "doctrine.orm.hw_general_entity_manager".
Inlined service "cache.doctrine.orm.hw_1fu.metadata" to "doctrine.orm.hw_1fu_configuration".
Inlined service ".doctrine.orm.hw_1fu_metadata_driver" to "doctrine.orm.hw_1fu_configuration".
Inlined service "doctrine.orm.hw_1fu_entity_listener_resolver" to "doctrine.orm.hw_1fu_configuration".
Inlined service "cache.doctrine.orm.hw_1fu.result.recorder_inner" to "cache.doctrine.orm.hw_1fu.result".
Inlined service "cache.doctrine.orm.hw_1fu.query.recorder_inner" to "cache.doctrine.orm.hw_1fu.query".
Inlined service "doctrine.orm.hw_1fu_configuration" to "doctrine.orm.hw_1fu_entity_manager".
Inlined service "doctrine.orm.hw_1fu_manager_configurator" to "doctrine.orm.hw_1fu_entity_manager".
Inlined service "cache.doctrine.orm.hw_2fu.metadata" to "doctrine.orm.hw_2fu_configuration".
Inlined service ".doctrine.orm.hw_2fu_metadata_driver" to "doctrine.orm.hw_2fu_configuration".
Inlined service "doctrine.orm.hw_2fu_entity_listener_resolver" to "doctrine.orm.hw_2fu_configuration".
Inlined service "cache.doctrine.orm.hw_2fu.result.recorder_inner" to "cache.doctrine.orm.hw_2fu.result".
Inlined service "cache.doctrine.orm.hw_2fu.query.recorder_inner" to "cache.doctrine.orm.hw_2fu.query".
Inlined service "doctrine.orm.hw_2fu_configuration" to "doctrine.orm.hw_2fu_entity_manager".
Inlined service "doctrine.orm.hw_2fu_manager_configurator" to "doctrine.orm.hw_2fu_entity_manager".
Inlined service "cache.doctrine.orm.hw_3fu.metadata" to "doctrine.orm.hw_3fu_configuration".
Inlined service ".doctrine.orm.hw_3fu_metadata_driver" to "doctrine.orm.hw_3fu_configuration".
Inlined service "doctrine.orm.hw_3fu_entity_listener_resolver" to "doctrine.orm.hw_3fu_configuration".
Inlined service "cache.doctrine.orm.hw_3fu.result.recorder_inner" to "cache.doctrine.orm.hw_3fu.result".
Inlined service "cache.doctrine.orm.hw_3fu.query.recorder_inner" to "cache.doctrine.orm.hw_3fu.query".
Inlined service "doctrine.orm.hw_3fu_configuration" to "doctrine.orm.hw_3fu_entity_manager".
Inlined service "doctrine.orm.hw_3fu_manager_configurator" to "doctrine.orm.hw_3fu_entity_manager".
Inlined service "cache.doctrine.orm.hw_4fu.metadata" to "doctrine.orm.hw_4fu_configuration".
Inlined service ".doctrine.orm.hw_4fu_metadata_driver" to "doctrine.orm.hw_4fu_configuration".
Inlined service "doctrine.orm.hw_4fu_entity_listener_resolver" to "doctrine.orm.hw_4fu_configuration".
Inlined service "cache.doctrine.orm.hw_4fu.result.recorder_inner" to "cache.doctrine.orm.hw_4fu.result".
Inlined service "cache.doctrine.orm.hw_4fu.query.recorder_inner" to "cache.doctrine.orm.hw_4fu.query".
Inlined service "doctrine.orm.hw_4fu_configuration" to "doctrine.orm.hw_4fu_entity_manager".
Inlined service "doctrine.orm.hw_4fu_manager_configurator" to "doctrine.orm.hw_4fu_entity_manager".
Inlined service "cache.doctrine.orm.hw_5fu.metadata" to "doctrine.orm.hw_5fu_configuration".
Inlined service ".doctrine.orm.hw_5fu_metadata_driver" to "doctrine.orm.hw_5fu_configuration".
Inlined service "doctrine.orm.hw_5fu_entity_listener_resolver" to "doctrine.orm.hw_5fu_configuration".
Inlined service "cache.doctrine.orm.hw_5fu.result.recorder_inner" to "cache.doctrine.orm.hw_5fu.result".
Inlined service "cache.doctrine.orm.hw_5fu.query.recorder_inner" to "cache.doctrine.orm.hw_5fu.query".
Inlined service "doctrine.orm.hw_5fu_configuration" to "doctrine.orm.hw_5fu_entity_manager".
Inlined service "doctrine.orm.hw_5fu_manager_configurator" to "doctrine.orm.hw_5fu_entity_manager".
Inlined service "cache.doctrine.orm.hw_6fu.metadata" to "doctrine.orm.hw_6fu_configuration".
Inlined service ".doctrine.orm.hw_6fu_metadata_driver" to "doctrine.orm.hw_6fu_configuration".
Inlined service "doctrine.orm.hw_6fu_entity_listener_resolver" to "doctrine.orm.hw_6fu_configuration".
Inlined service "cache.doctrine.orm.hw_6fu.result.recorder_inner" to "cache.doctrine.orm.hw_6fu.result".
Inlined service "cache.doctrine.orm.hw_6fu.query.recorder_inner" to "cache.doctrine.orm.hw_6fu.query".
Inlined service "doctrine.orm.hw_6fu_configuration" to "doctrine.orm.hw_6fu_entity_manager".
Inlined service "doctrine.orm.hw_6fu_manager_configurator" to "doctrine.orm.hw_6fu_entity_manager".
Inlined service "cache.doctrine.orm.hw_1in.metadata" to "doctrine.orm.hw_1in_configuration".
Inlined service ".doctrine.orm.hw_1in_metadata_driver" to "doctrine.orm.hw_1in_configuration".
Inlined service "doctrine.orm.hw_1in_entity_listener_resolver" to "doctrine.orm.hw_1in_configuration".
Inlined service "cache.doctrine.orm.hw_1in.result.recorder_inner" to "cache.doctrine.orm.hw_1in.result".
Inlined service "cache.doctrine.orm.hw_1in.query.recorder_inner" to "cache.doctrine.orm.hw_1in.query".
Inlined service "doctrine.orm.hw_1in_configuration" to "doctrine.orm.hw_1in_entity_manager".
Inlined service "doctrine.orm.hw_1in_manager_configurator" to "doctrine.orm.hw_1in_entity_manager".
Inlined service "cache.doctrine.orm.hw_1in_ex.metadata" to "doctrine.orm.hw_1in_ex_configuration".
Inlined service ".doctrine.orm.hw_1in_ex_metadata_driver" to "doctrine.orm.hw_1in_ex_configuration".
Inlined service "doctrine.orm.hw_1in_ex_entity_listener_resolver" to "doctrine.orm.hw_1in_ex_configuration".
Inlined service "cache.doctrine.orm.hw_1in_ex.result.recorder_inner" to "cache.doctrine.orm.hw_1in_ex.result".
Inlined service "cache.doctrine.orm.hw_1in_ex.query.recorder_inner" to "cache.doctrine.orm.hw_1in_ex.query".
Inlined service "doctrine.orm.hw_1in_ex_configuration" to "doctrine.orm.hw_1in_ex_entity_manager".
Inlined service "doctrine.orm.hw_1in_ex_manager_configurator" to "doctrine.orm.hw_1in_ex_entity_manager".
Inlined service "cache.doctrine.orm.hw_2in.metadata" to "doctrine.orm.hw_2in_configuration".
Inlined service ".doctrine.orm.hw_2in_metadata_driver" to "doctrine.orm.hw_2in_configuration".
Inlined service "doctrine.orm.hw_2in_entity_listener_resolver" to "doctrine.orm.hw_2in_configuration".
Inlined service "cache.doctrine.orm.hw_2in.result.recorder_inner" to "cache.doctrine.orm.hw_2in.result".
Inlined service "cache.doctrine.orm.hw_2in.query.recorder_inner" to "cache.doctrine.orm.hw_2in.query".
Inlined service "doctrine.orm.hw_2in_configuration" to "doctrine.orm.hw_2in_entity_manager".
Inlined service "doctrine.orm.hw_2in_manager_configurator" to "doctrine.orm.hw_2in_entity_manager".
Inlined service "cache.doctrine.orm.hw_2in_ex.metadata" to "doctrine.orm.hw_2in_ex_configuration".
Inlined service ".doctrine.orm.hw_2in_ex_metadata_driver" to "doctrine.orm.hw_2in_ex_configuration".
Inlined service "doctrine.orm.hw_2in_ex_entity_listener_resolver" to "doctrine.orm.hw_2in_ex_configuration".
Inlined service "cache.doctrine.orm.hw_2in_ex.result.recorder_inner" to "cache.doctrine.orm.hw_2in_ex.result".
Inlined service "cache.doctrine.orm.hw_2in_ex.query.recorder_inner" to "cache.doctrine.orm.hw_2in_ex.query".
Inlined service "doctrine.orm.hw_2in_ex_configuration" to "doctrine.orm.hw_2in_ex_entity_manager".
Inlined service "doctrine.orm.hw_2in_ex_manager_configurator" to "doctrine.orm.hw_2in_ex_entity_manager".
Inlined service "cache.doctrine.orm.hw_3in.metadata" to "doctrine.orm.hw_3in_configuration".
Inlined service ".doctrine.orm.hw_3in_metadata_driver" to "doctrine.orm.hw_3in_configuration".
Inlined service "doctrine.orm.hw_3in_entity_listener_resolver" to "doctrine.orm.hw_3in_configuration".
Inlined service "cache.doctrine.orm.hw_3in.result.recorder_inner" to "cache.doctrine.orm.hw_3in.result".
Inlined service "cache.doctrine.orm.hw_3in.query.recorder_inner" to "cache.doctrine.orm.hw_3in.query".
Inlined service "doctrine.orm.hw_3in_configuration" to "doctrine.orm.hw_3in_entity_manager".
Inlined service "doctrine.orm.hw_3in_manager_configurator" to "doctrine.orm.hw_3in_entity_manager".
Inlined service "cache.doctrine.orm.hw_3in_ex.metadata" to "doctrine.orm.hw_3in_ex_configuration".
Inlined service ".doctrine.orm.hw_3in_ex_metadata_driver" to "doctrine.orm.hw_3in_ex_configuration".
Inlined service "doctrine.orm.hw_3in_ex_entity_listener_resolver" to "doctrine.orm.hw_3in_ex_configuration".
Inlined service "cache.doctrine.orm.hw_3in_ex.result.recorder_inner" to "cache.doctrine.orm.hw_3in_ex.result".
Inlined service "cache.doctrine.orm.hw_3in_ex.query.recorder_inner" to "cache.doctrine.orm.hw_3in_ex.query".
Inlined service "doctrine.orm.hw_3in_ex_configuration" to "doctrine.orm.hw_3in_ex_entity_manager".
Inlined service "doctrine.orm.hw_3in_ex_manager_configurator" to "doctrine.orm.hw_3in_ex_entity_manager".
Inlined service "cache.doctrine.orm.hw_4in.metadata" to "doctrine.orm.hw_4in_configuration".
Inlined service ".doctrine.orm.hw_4in_metadata_driver" to "doctrine.orm.hw_4in_configuration".
Inlined service "doctrine.orm.hw_4in_entity_listener_resolver" to "doctrine.orm.hw_4in_configuration".
Inlined service "cache.doctrine.orm.hw_4in.result.recorder_inner" to "cache.doctrine.orm.hw_4in.result".
Inlined service "cache.doctrine.orm.hw_4in.query.recorder_inner" to "cache.doctrine.orm.hw_4in.query".
Inlined service "doctrine.orm.hw_4in_configuration" to "doctrine.orm.hw_4in_entity_manager".
Inlined service "doctrine.orm.hw_4in_manager_configurator" to "doctrine.orm.hw_4in_entity_manager".
Inlined service "cache.doctrine.orm.hw_4in_ex.metadata" to "doctrine.orm.hw_4in_ex_configuration".
Inlined service ".doctrine.orm.hw_4in_ex_metadata_driver" to "doctrine.orm.hw_4in_ex_configuration".
Inlined service "doctrine.orm.hw_4in_ex_entity_listener_resolver" to "doctrine.orm.hw_4in_ex_configuration".
Inlined service "cache.doctrine.orm.hw_4in_ex.result.recorder_inner" to "cache.doctrine.orm.hw_4in_ex.result".
Inlined service "cache.doctrine.orm.hw_4in_ex.query.recorder_inner" to "cache.doctrine.orm.hw_4in_ex.query".
Inlined service "doctrine.orm.hw_4in_ex_configuration" to "doctrine.orm.hw_4in_ex_entity_manager".
Inlined service "doctrine.orm.hw_4in_ex_manager_configurator" to "doctrine.orm.hw_4in_ex_entity_manager".
Inlined service "cache.doctrine.orm.hw_5in.metadata" to "doctrine.orm.hw_5in_configuration".
Inlined service ".doctrine.orm.hw_5in_metadata_driver" to "doctrine.orm.hw_5in_configuration".
Inlined service "doctrine.orm.hw_5in_entity_listener_resolver" to "doctrine.orm.hw_5in_configuration".
Inlined service "cache.doctrine.orm.hw_5in.result.recorder_inner" to "cache.doctrine.orm.hw_5in.result".
Inlined service "cache.doctrine.orm.hw_5in.query.recorder_inner" to "cache.doctrine.orm.hw_5in.query".
Inlined service "doctrine.orm.hw_5in_configuration" to "doctrine.orm.hw_5in_entity_manager".
Inlined service "doctrine.orm.hw_5in_manager_configurator" to "doctrine.orm.hw_5in_entity_manager".
Inlined service "cache.doctrine.orm.hw_5in_ex.metadata" to "doctrine.orm.hw_5in_ex_configuration".
Inlined service ".doctrine.orm.hw_5in_ex_metadata_driver" to "doctrine.orm.hw_5in_ex_configuration".
Inlined service "doctrine.orm.hw_5in_ex_entity_listener_resolver" to "doctrine.orm.hw_5in_ex_configuration".
Inlined service "cache.doctrine.orm.hw_5in_ex.result.recorder_inner" to "cache.doctrine.orm.hw_5in_ex.result".
Inlined service "cache.doctrine.orm.hw_5in_ex.query.recorder_inner" to "cache.doctrine.orm.hw_5in_ex.query".
Inlined service "doctrine.orm.hw_5in_ex_configuration" to "doctrine.orm.hw_5in_ex_entity_manager".
Inlined service "doctrine.orm.hw_5in_ex_manager_configurator" to "doctrine.orm.hw_5in_ex_entity_manager".
Inlined service "cache.doctrine.orm.hw_6in.metadata" to "doctrine.orm.hw_6in_configuration".
Inlined service ".doctrine.orm.hw_6in_metadata_driver" to "doctrine.orm.hw_6in_configuration".
Inlined service "doctrine.orm.hw_6in_entity_listener_resolver" to "doctrine.orm.hw_6in_configuration".
Inlined service "cache.doctrine.orm.hw_6in.result.recorder_inner" to "cache.doctrine.orm.hw_6in.result".
Inlined service "cache.doctrine.orm.hw_6in.query.recorder_inner" to "cache.doctrine.orm.hw_6in.query".
Inlined service "doctrine.orm.hw_6in_configuration" to "doctrine.orm.hw_6in_entity_manager".
Inlined service "doctrine.orm.hw_6in_manager_configurator" to "doctrine.orm.hw_6in_entity_manager".
Inlined service "cache.doctrine.orm.hw_6in_ex.metadata" to "doctrine.orm.hw_6in_ex_configuration".
Inlined service ".doctrine.orm.hw_6in_ex_metadata_driver" to "doctrine.orm.hw_6in_ex_configuration".
Inlined service "doctrine.orm.hw_6in_ex_entity_listener_resolver" to "doctrine.orm.hw_6in_ex_configuration".
Inlined service "cache.doctrine.orm.hw_6in_ex.result.recorder_inner" to "cache.doctrine.orm.hw_6in_ex.result".
Inlined service "cache.doctrine.orm.hw_6in_ex.query.recorder_inner" to "cache.doctrine.orm.hw_6in_ex.query".
Inlined service "doctrine.orm.hw_6in_ex_configuration" to "doctrine.orm.hw_6in_ex_entity_manager".
Inlined service "doctrine.orm.hw_6in_ex_manager_configurator" to "doctrine.orm.hw_6in_ex_entity_manager".
Inlined service "cache.doctrine.orm.hw_7in.metadata" to "doctrine.orm.hw_7in_configuration".
Inlined service ".doctrine.orm.hw_7in_metadata_driver" to "doctrine.orm.hw_7in_configuration".
Inlined service "doctrine.orm.hw_7in_entity_listener_resolver" to "doctrine.orm.hw_7in_configuration".
Inlined service "cache.doctrine.orm.hw_7in.result.recorder_inner" to "cache.doctrine.orm.hw_7in.result".
Inlined service "cache.doctrine.orm.hw_7in.query.recorder_inner" to "cache.doctrine.orm.hw_7in.query".
Inlined service "doctrine.orm.hw_7in_configuration" to "doctrine.orm.hw_7in_entity_manager".
Inlined service "doctrine.orm.hw_7in_manager_configurator" to "doctrine.orm.hw_7in_entity_manager".
Inlined service "cache.doctrine.orm.hw_7in_ex.metadata" to "doctrine.orm.hw_7in_ex_configuration".
Inlined service ".doctrine.orm.hw_7in_ex_metadata_driver" to "doctrine.orm.hw_7in_ex_configuration".
Inlined service "doctrine.orm.hw_7in_ex_entity_listener_resolver" to "doctrine.orm.hw_7in_ex_configuration".
Inlined service "cache.doctrine.orm.hw_7in_ex.result.recorder_inner" to "cache.doctrine.orm.hw_7in_ex.result".
Inlined service "cache.doctrine.orm.hw_7in_ex.query.recorder_inner" to "cache.doctrine.orm.hw_7in_ex.query".
Inlined service "doctrine.orm.hw_7in_ex_configuration" to "doctrine.orm.hw_7in_ex_entity_manager".
Inlined service "doctrine.orm.hw_7in_ex_manager_configurator" to "doctrine.orm.hw_7in_ex_entity_manager".
Inlined service "cache.doctrine.orm.hw_8in.metadata" to "doctrine.orm.hw_8in_configuration".
Inlined service ".doctrine.orm.hw_8in_metadata_driver" to "doctrine.orm.hw_8in_configuration".
Inlined service "doctrine.orm.hw_8in_entity_listener_resolver" to "doctrine.orm.hw_8in_configuration".
Inlined service "cache.doctrine.orm.hw_8in.result.recorder_inner" to "cache.doctrine.orm.hw_8in.result".
Inlined service "cache.doctrine.orm.hw_8in.query.recorder_inner" to "cache.doctrine.orm.hw_8in.query".
Inlined service "doctrine.orm.hw_8in_configuration" to "doctrine.orm.hw_8in_entity_manager".
Inlined service "doctrine.orm.hw_8in_manager_configurator" to "doctrine.orm.hw_8in_entity_manager".
Inlined service "cache.doctrine.orm.hw_8in_ex.metadata" to "doctrine.orm.hw_8in_ex_configuration".
Inlined service ".doctrine.orm.hw_8in_ex_metadata_driver" to "doctrine.orm.hw_8in_ex_configuration".
Inlined service "doctrine.orm.hw_8in_ex_entity_listener_resolver" to "doctrine.orm.hw_8in_ex_configuration".
Inlined service "cache.doctrine.orm.hw_8in_ex.result.recorder_inner" to "cache.doctrine.orm.hw_8in_ex.result".
Inlined service "cache.doctrine.orm.hw_8in_ex.query.recorder_inner" to "cache.doctrine.orm.hw_8in_ex.query".
Inlined service "doctrine.orm.hw_8in_ex_configuration" to "doctrine.orm.hw_8in_ex_entity_manager".
Inlined service "doctrine.orm.hw_8in_ex_manager_configurator" to "doctrine.orm.hw_8in_ex_entity_manager".
Inlined service "cache.doctrine.orm.hw_9in.metadata" to "doctrine.orm.hw_9in_configuration".
Inlined service ".doctrine.orm.hw_9in_metadata_driver" to "doctrine.orm.hw_9in_configuration".
Inlined service "doctrine.orm.hw_9in_entity_listener_resolver" to "doctrine.orm.hw_9in_configuration".
Inlined service "cache.doctrine.orm.hw_9in.result.recorder_inner" to "cache.doctrine.orm.hw_9in.result".
Inlined service "cache.doctrine.orm.hw_9in.query.recorder_inner" to "cache.doctrine.orm.hw_9in.query".
Inlined service "doctrine.orm.hw_9in_configuration" to "doctrine.orm.hw_9in_entity_manager".
Inlined service "doctrine.orm.hw_9in_manager_configurator" to "doctrine.orm.hw_9in_entity_manager".
Inlined service "cache.doctrine.orm.hw_9in_ex.metadata" to "doctrine.orm.hw_9in_ex_configuration".
Inlined service ".doctrine.orm.hw_9in_ex_metadata_driver" to "doctrine.orm.hw_9in_ex_configuration".
Inlined service "doctrine.orm.hw_9in_ex_entity_listener_resolver" to "doctrine.orm.hw_9in_ex_configuration".
Inlined service "cache.doctrine.orm.hw_9in_ex.result.recorder_inner" to "cache.doctrine.orm.hw_9in_ex.result".
Inlined service "cache.doctrine.orm.hw_9in_ex.query.recorder_inner" to "cache.doctrine.orm.hw_9in_ex.query".
Inlined service "doctrine.orm.hw_9in_ex_configuration" to "doctrine.orm.hw_9in_ex_entity_manager".
Inlined service "doctrine.orm.hw_9in_ex_manager_configurator" to "doctrine.orm.hw_9in_ex_entity_manager".
Inlined service "cache.doctrine.orm.hw_10in.metadata" to "doctrine.orm.hw_10in_configuration".
Inlined service ".doctrine.orm.hw_10in_metadata_driver" to "doctrine.orm.hw_10in_configuration".
Inlined service "doctrine.orm.hw_10in_entity_listener_resolver" to "doctrine.orm.hw_10in_configuration".
Inlined service "cache.doctrine.orm.hw_10in.result.recorder_inner" to "cache.doctrine.orm.hw_10in.result".
Inlined service "cache.doctrine.orm.hw_10in.query.recorder_inner" to "cache.doctrine.orm.hw_10in.query".
Inlined service "doctrine.orm.hw_10in_configuration" to "doctrine.orm.hw_10in_entity_manager".
Inlined service "doctrine.orm.hw_10in_manager_configurator" to "doctrine.orm.hw_10in_entity_manager".
Inlined service "cache.doctrine.orm.hw_10in_ex.metadata" to "doctrine.orm.hw_10in_ex_configuration".
Inlined service ".doctrine.orm.hw_10in_ex_metadata_driver" to "doctrine.orm.hw_10in_ex_configuration".
Inlined service "doctrine.orm.hw_10in_ex_entity_listener_resolver" to "doctrine.orm.hw_10in_ex_configuration".
Inlined service "cache.doctrine.orm.hw_10in_ex.result.recorder_inner" to "cache.doctrine.orm.hw_10in_ex.result".
Inlined service "cache.doctrine.orm.hw_10in_ex.query.recorder_inner" to "cache.doctrine.orm.hw_10in_ex.query".
Inlined service "doctrine.orm.hw_10in_ex_configuration" to "doctrine.orm.hw_10in_ex_entity_manager".
Inlined service "doctrine.orm.hw_10in_ex_manager_configurator" to "doctrine.orm.hw_10in_ex_entity_manager".
Inlined service "cache.doctrine.orm.hw_11in.metadata" to "doctrine.orm.hw_11in_configuration".
Inlined service ".doctrine.orm.hw_11in_metadata_driver" to "doctrine.orm.hw_11in_configuration".
Inlined service "doctrine.orm.hw_11in_entity_listener_resolver" to "doctrine.orm.hw_11in_configuration".
Inlined service "cache.doctrine.orm.hw_11in.result.recorder_inner" to "cache.doctrine.orm.hw_11in.result".
Inlined service "cache.doctrine.orm.hw_11in.query.recorder_inner" to "cache.doctrine.orm.hw_11in.query".
Inlined service "doctrine.orm.hw_11in_configuration" to "doctrine.orm.hw_11in_entity_manager".
Inlined service "doctrine.orm.hw_11in_manager_configurator" to "doctrine.orm.hw_11in_entity_manager".
Inlined service "cache.doctrine.orm.hw_11in_ex.metadata" to "doctrine.orm.hw_11in_ex_configuration".
Inlined service ".doctrine.orm.hw_11in_ex_metadata_driver" to "doctrine.orm.hw_11in_ex_configuration".
Inlined service "doctrine.orm.hw_11in_ex_entity_listener_resolver" to "doctrine.orm.hw_11in_ex_configuration".
Inlined service "cache.doctrine.orm.hw_11in_ex.result.recorder_inner" to "cache.doctrine.orm.hw_11in_ex.result".
Inlined service "cache.doctrine.orm.hw_11in_ex.query.recorder_inner" to "cache.doctrine.orm.hw_11in_ex.query".
Inlined service "doctrine.orm.hw_11in_ex_configuration" to "doctrine.orm.hw_11in_ex_entity_manager".
Inlined service "doctrine.orm.hw_11in_ex_manager_configurator" to "doctrine.orm.hw_11in_ex_entity_manager".
Inlined service "cache.doctrine.orm.hw_12in.metadata" to "doctrine.orm.hw_12in_configuration".
Inlined service ".doctrine.orm.hw_12in_metadata_driver" to "doctrine.orm.hw_12in_configuration".
Inlined service "doctrine.orm.hw_12in_entity_listener_resolver" to "doctrine.orm.hw_12in_configuration".
Inlined service "cache.doctrine.orm.hw_12in.result.recorder_inner" to "cache.doctrine.orm.hw_12in.result".
Inlined service "cache.doctrine.orm.hw_12in.query.recorder_inner" to "cache.doctrine.orm.hw_12in.query".
Inlined service "doctrine.orm.hw_12in_configuration" to "doctrine.orm.hw_12in_entity_manager".
Inlined service "doctrine.orm.hw_12in_manager_configurator" to "doctrine.orm.hw_12in_entity_manager".
Inlined service "cache.doctrine.orm.hw_12in_ex.metadata" to "doctrine.orm.hw_12in_ex_configuration".
Inlined service ".doctrine.orm.hw_12in_ex_metadata_driver" to "doctrine.orm.hw_12in_ex_configuration".
Inlined service "doctrine.orm.hw_12in_ex_entity_listener_resolver" to "doctrine.orm.hw_12in_ex_configuration".
Inlined service "cache.doctrine.orm.hw_12in_ex.result.recorder_inner" to "cache.doctrine.orm.hw_12in_ex.result".
Inlined service "cache.doctrine.orm.hw_12in_ex.query.recorder_inner" to "cache.doctrine.orm.hw_12in_ex.query".
Inlined service "doctrine.orm.hw_12in_ex_configuration" to "doctrine.orm.hw_12in_ex_entity_manager".
Inlined service "doctrine.orm.hw_12in_ex_manager_configurator" to "doctrine.orm.hw_12in_ex_entity_manager".
Inlined service "cache.doctrine.orm.hw_13in.metadata" to "doctrine.orm.hw_13in_configuration".
Inlined service ".doctrine.orm.hw_13in_metadata_driver" to "doctrine.orm.hw_13in_configuration".
Inlined service "doctrine.orm.hw_13in_entity_listener_resolver" to "doctrine.orm.hw_13in_configuration".
Inlined service "cache.doctrine.orm.hw_13in.result.recorder_inner" to "cache.doctrine.orm.hw_13in.result".
Inlined service "cache.doctrine.orm.hw_13in.query.recorder_inner" to "cache.doctrine.orm.hw_13in.query".
Inlined service "doctrine.orm.hw_13in_configuration" to "doctrine.orm.hw_13in_entity_manager".
Inlined service "doctrine.orm.hw_13in_manager_configurator" to "doctrine.orm.hw_13in_entity_manager".
Inlined service "cache.doctrine.orm.hw_13in_ex.metadata" to "doctrine.orm.hw_13in_ex_configuration".
Inlined service ".doctrine.orm.hw_13in_ex_metadata_driver" to "doctrine.orm.hw_13in_ex_configuration".
Inlined service "doctrine.orm.hw_13in_ex_entity_listener_resolver" to "doctrine.orm.hw_13in_ex_configuration".
Inlined service "cache.doctrine.orm.hw_13in_ex.result.recorder_inner" to "cache.doctrine.orm.hw_13in_ex.result".
Inlined service "cache.doctrine.orm.hw_13in_ex.query.recorder_inner" to "cache.doctrine.orm.hw_13in_ex.query".
Inlined service "doctrine.orm.hw_13in_ex_configuration" to "doctrine.orm.hw_13in_ex_entity_manager".
Inlined service "doctrine.orm.hw_13in_ex_manager_configurator" to "doctrine.orm.hw_13in_ex_entity_manager".
Inlined service "cache.doctrine.orm.hw_14in.metadata" to "doctrine.orm.hw_14in_configuration".
Inlined service ".doctrine.orm.hw_14in_metadata_driver" to "doctrine.orm.hw_14in_configuration".
Inlined service "doctrine.orm.hw_14in_entity_listener_resolver" to "doctrine.orm.hw_14in_configuration".
Inlined service "cache.doctrine.orm.hw_14in.result.recorder_inner" to "cache.doctrine.orm.hw_14in.result".
Inlined service "cache.doctrine.orm.hw_14in.query.recorder_inner" to "cache.doctrine.orm.hw_14in.query".
Inlined service "doctrine.orm.hw_14in_configuration" to "doctrine.orm.hw_14in_entity_manager".
Inlined service "doctrine.orm.hw_14in_manager_configurator" to "doctrine.orm.hw_14in_entity_manager".
Inlined service "cache.doctrine.orm.hw_14in_ex.metadata" to "doctrine.orm.hw_14in_ex_configuration".
Inlined service ".doctrine.orm.hw_14in_ex_metadata_driver" to "doctrine.orm.hw_14in_ex_configuration".
Inlined service "doctrine.orm.hw_14in_ex_entity_listener_resolver" to "doctrine.orm.hw_14in_ex_configuration".
Inlined service "cache.doctrine.orm.hw_14in_ex.result.recorder_inner" to "cache.doctrine.orm.hw_14in_ex.result".
Inlined service "cache.doctrine.orm.hw_14in_ex.query.recorder_inner" to "cache.doctrine.orm.hw_14in_ex.query".
Inlined service "doctrine.orm.hw_14in_ex_configuration" to "doctrine.orm.hw_14in_ex_entity_manager".
Inlined service "doctrine.orm.hw_14in_ex_manager_configurator" to "doctrine.orm.hw_14in_ex_entity_manager".
Inlined service "cache.doctrine.orm.hw_holybattle1.metadata" to "doctrine.orm.hw_holybattle1_configuration".
Inlined service ".doctrine.orm.hw_holybattle1_metadata_driver" to "doctrine.orm.hw_holybattle1_configuration".
Inlined service "doctrine.orm.hw_holybattle1_entity_listener_resolver" to "doctrine.orm.hw_holybattle1_configuration".
Inlined service "cache.doctrine.orm.hw_holybattle1.result.recorder_inner" to "cache.doctrine.orm.hw_holybattle1.result".
Inlined service "cache.doctrine.orm.hw_holybattle1.query.recorder_inner" to "cache.doctrine.orm.hw_holybattle1.query".
Inlined service "doctrine.orm.hw_holybattle1_configuration" to "doctrine.orm.hw_holybattle1_entity_manager".
Inlined service "doctrine.orm.hw_holybattle1_manager_configurator" to "doctrine.orm.hw_holybattle1_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "App\Twig\Extensions\AlchemistView" to "twig".
Inlined service "App\Twig\Extensions\ArenaTeamBattleView" to "twig".
Inlined service "App\Twig\Extensions\ArenaTeamView" to "twig".
Inlined service "App\Twig\Extensions\ArenaView" to "twig".
Inlined service "App\Twig\Extensions\AssaultView" to "twig".
Inlined service "App\Twig\Extensions\CaveView" to "twig".
Inlined service "App\Twig\Extensions\CharView" to "twig".
Inlined service "App\Twig\Extensions\CityBattleView" to "twig".
Inlined service "App\Twig\Extensions\CityView" to "twig".
Inlined service "App\Twig\Extensions\ClanBattleView" to "twig".
Inlined service "App\Twig\Extensions\ClanView" to "twig".
Inlined service "App\Twig\Extensions\ClanarenaView" to "twig".
Inlined service "App\Twig\Extensions\Content" to "twig".
Inlined service "App\Twig\Extensions\DiplomacyView" to "twig".
Inlined service "App\Twig\Extensions\FarmView" to "twig".
Inlined service "App\Twig\Extensions\HTMLBase" to "twig".
Inlined service "App\Twig\Extensions\HighscoreView" to "twig".
Inlined service "App\Twig\Extensions\HistoryView" to "twig".
Inlined service "App\Twig\Extensions\HolyBattleView" to "twig".
Inlined service "App\Twig\Extensions\HouseofluckView" to "twig".
Inlined service "App\Twig\Extensions\InfoBoxView" to "twig".
Inlined service "App\Twig\Extensions\InventoryView" to "twig".
Inlined service "App\Twig\Extensions\JSC" to "twig".
Inlined service "App\Twig\Extensions\LuckyhoodView" to "twig".
Inlined service "App\Twig\Extensions\MarketField1View" to "twig".
Inlined service "App\Twig\Extensions\MarketField2View" to "twig".
Inlined service "App\Twig\Extensions\MarketField3View" to "twig".
Inlined service "App\Twig\Extensions\MercAuctionView" to "twig".
Inlined service "App\Twig\Extensions\MessageView" to "twig".
Inlined service "App\Twig\Extensions\Popup" to "twig".
Inlined service "App\Twig\Extensions\PopupView" to "twig".
Inlined service "App\Twig\Extensions\PremiumView" to "twig".
Inlined service "App\Twig\Extensions\ProceedsView" to "twig".
Inlined service "App\Twig\Extensions\RavageView" to "twig".
Inlined service "App\Twig\Extensions\SITEBase" to "twig".
Inlined service "App\Twig\Extensions\SQLServiceView" to "twig".
Inlined service "App\Twig\Extensions\ShoutboxView" to "twig".
Inlined service "App\Twig\Extensions\Sprintf" to "twig".
Inlined service "App\Twig\Extensions\SupportMailsView" to "twig".
Inlined service "App\Twig\Extensions\TavernView" to "twig".
Inlined service "App\Twig\Extensions\TesterSimulationView" to "twig".
Inlined service "App\Twig\Extensions\TestsTournamentView" to "twig".
Inlined service "App\Twig\Extensions\ToolsAdminFeaturesView" to "twig".
Inlined service "App\Twig\Extensions\ToolsAlertView" to "twig".
Inlined service "App\Twig\Extensions\ToolsArenaTeamView" to "twig".
Inlined service "App\Twig\Extensions\ToolsBattleView" to "twig".
Inlined service "App\Twig\Extensions\ToolsClanView" to "twig".
Inlined service "App\Twig\Extensions\ToolsCommunityView" to "twig".
Inlined service "App\Twig\Extensions\ToolsDimBattleView" to "twig".
Inlined service "App\Twig\Extensions\ToolsFinancesView" to "twig".
Inlined service "App\Twig\Extensions\ToolsHolyBattleView" to "twig".
Inlined service "App\Twig\Extensions\ToolsItemView" to "twig".
Inlined service "App\Twig\Extensions\ToolsLogView" to "twig".
Inlined service "App\Twig\Extensions\ToolsMarketingView" to "twig".
Inlined service "App\Twig\Extensions\ToolsServerView" to "twig".
Inlined service "App\Twig\Extensions\ToolsStatisticView" to "twig".
Inlined service "App\Twig\Extensions\ToolsTournamentView" to "twig".
Inlined service "App\Twig\Extensions\ToolsUserView" to "twig".
Inlined service "App\Twig\Extensions\ToolsView" to "twig".
Inlined service "App\Twig\Extensions\TournamentBetView" to "twig".
Inlined service "App\Twig\Extensions\TownView" to "twig".
Inlined service "App\Twig\Extensions\TutorialView" to "twig".
Inlined service "App\Twig\Extensions\VendorView" to "twig".
Inlined service "App\Twig\Extensions\WelcomeView" to "twig".
Inlined service "App\Twig\Extensions\WorldView" to "twig".
Inlined service "App\Twig\GasExtension" to "twig".
Inlined service "App\Twig\HwExtension" to "twig".
Inlined service "App\Twig\PureExtension" to "twig".
Inlined service "App\Twig\ToolsExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.intl" 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.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.pTeli0u" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.LrCXAmX" to "security.helper".
Inlined service ".service_locator.8xCXpfk" to "security.helper".
Inlined service ".service_locator.SfGnQiG" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "security.user_password_hasher" to "form.listener.password_hasher".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.XnYric3" to ".security.request_matcher.EqC5mlm".
Inlined service "security.authentication.success_handler.tools.form_login" to "security.authenticator.form_login.tools".
Inlined service "security.authentication.failure_handler.tools.form_login" to "security.authenticator.form_login.tools".
Inlined service "debug.security.firewall.authenticator.tools.inner" to "debug.security.firewall.authenticator.tools".
Inlined service "security.exception_listener.tools" to "security.firewall.map.context.tools".
Inlined service "security.logout_listener.tools" to "security.firewall.map.context.tools".
Inlined service "security.firewall.map.config.tools" to "security.firewall.map.context.tools".
Inlined service ".security.request_matcher._LA_AHr" to ".security.request_matcher.yy_ZK6T".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~GvmCDyr" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "App\Maker\RepositoryMaker" to "maker.auto_command.make_hw_repos".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
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.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.6kVvRT.".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.hw_general_metadata_driver.inner" to ".doctrine.orm.hw_general_metadata_driver".
Inlined service ".doctrine.orm.hw_1fu_metadata_driver.inner" to ".doctrine.orm.hw_1fu_metadata_driver".
Inlined service ".doctrine.orm.hw_2fu_metadata_driver.inner" to ".doctrine.orm.hw_2fu_metadata_driver".
Inlined service ".doctrine.orm.hw_3fu_metadata_driver.inner" to ".doctrine.orm.hw_3fu_metadata_driver".
Inlined service ".doctrine.orm.hw_4fu_metadata_driver.inner" to ".doctrine.orm.hw_4fu_metadata_driver".
Inlined service ".doctrine.orm.hw_5fu_metadata_driver.inner" to ".doctrine.orm.hw_5fu_metadata_driver".
Inlined service ".doctrine.orm.hw_6fu_metadata_driver.inner" to ".doctrine.orm.hw_6fu_metadata_driver".
Inlined service ".doctrine.orm.hw_1in_metadata_driver.inner" to ".doctrine.orm.hw_1in_metadata_driver".
Inlined service ".doctrine.orm.hw_1in_ex_metadata_driver.inner" to ".doctrine.orm.hw_1in_ex_metadata_driver".
Inlined service ".doctrine.orm.hw_2in_metadata_driver.inner" to ".doctrine.orm.hw_2in_metadata_driver".
Inlined service ".doctrine.orm.hw_2in_ex_metadata_driver.inner" to ".doctrine.orm.hw_2in_ex_metadata_driver".
Inlined service ".doctrine.orm.hw_3in_metadata_driver.inner" to ".doctrine.orm.hw_3in_metadata_driver".
Inlined service ".doctrine.orm.hw_3in_ex_metadata_driver.inner" to ".doctrine.orm.hw_3in_ex_metadata_driver".
Inlined service ".doctrine.orm.hw_4in_metadata_driver.inner" to ".doctrine.orm.hw_4in_metadata_driver".
Inlined service ".doctrine.orm.hw_4in_ex_metadata_driver.inner" to ".doctrine.orm.hw_4in_ex_metadata_driver".
Inlined service ".doctrine.orm.hw_5in_metadata_driver.inner" to ".doctrine.orm.hw_5in_metadata_driver".
Inlined service ".doctrine.orm.hw_5in_ex_metadata_driver.inner" to ".doctrine.orm.hw_5in_ex_metadata_driver".
Inlined service ".doctrine.orm.hw_6in_metadata_driver.inner" to ".doctrine.orm.hw_6in_metadata_driver".
Inlined service ".doctrine.orm.hw_6in_ex_metadata_driver.inner" to ".doctrine.orm.hw_6in_ex_metadata_driver".
Inlined service ".doctrine.orm.hw_7in_metadata_driver.inner" to ".doctrine.orm.hw_7in_metadata_driver".
Inlined service ".doctrine.orm.hw_7in_ex_metadata_driver.inner" to ".doctrine.orm.hw_7in_ex_metadata_driver".
Inlined service ".doctrine.orm.hw_8in_metadata_driver.inner" to ".doctrine.orm.hw_8in_metadata_driver".
Inlined service ".doctrine.orm.hw_8in_ex_metadata_driver.inner" to ".doctrine.orm.hw_8in_ex_metadata_driver".
Inlined service ".doctrine.orm.hw_9in_metadata_driver.inner" to ".doctrine.orm.hw_9in_metadata_driver".
Inlined service ".doctrine.orm.hw_9in_ex_metadata_driver.inner" to ".doctrine.orm.hw_9in_ex_metadata_driver".
Inlined service ".doctrine.orm.hw_10in_metadata_driver.inner" to ".doctrine.orm.hw_10in_metadata_driver".
Inlined service ".doctrine.orm.hw_10in_ex_metadata_driver.inner" to ".doctrine.orm.hw_10in_ex_metadata_driver".
Inlined service ".doctrine.orm.hw_11in_metadata_driver.inner" to ".doctrine.orm.hw_11in_metadata_driver".
Inlined service ".doctrine.orm.hw_11in_ex_metadata_driver.inner" to ".doctrine.orm.hw_11in_ex_metadata_driver".
Inlined service ".doctrine.orm.hw_12in_metadata_driver.inner" to ".doctrine.orm.hw_12in_metadata_driver".
Inlined service ".doctrine.orm.hw_12in_ex_metadata_driver.inner" to ".doctrine.orm.hw_12in_ex_metadata_driver".
Inlined service ".doctrine.orm.hw_13in_metadata_driver.inner" to ".doctrine.orm.hw_13in_metadata_driver".
Inlined service ".doctrine.orm.hw_13in_ex_metadata_driver.inner" to ".doctrine.orm.hw_13in_ex_metadata_driver".
Inlined service ".doctrine.orm.hw_14in_metadata_driver.inner" to ".doctrine.orm.hw_14in_metadata_driver".
Inlined service ".doctrine.orm.hw_14in_ex_metadata_driver.inner" to ".doctrine.orm.hw_14in_ex_metadata_driver".
Inlined service ".doctrine.orm.hw_holybattle1_metadata_driver.inner" to ".doctrine.orm.hw_holybattle1_metadata_driver".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "debug.security.event_dispatcher.tools.inner" to "debug.security.event_dispatcher.tools".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.DjrhxxF" to ".service_locator.DjrhxxF.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service ".service_locator.MOkDy0f" to "console.command_loader".
Inlined service ".service_locator.DjrhxxF.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.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 "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.serializer", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.tools", "debug.security.firewall.authenticator.main", ".debug.http_client", "debug.security.event_dispatcher.tools", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.