Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\LoginType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::getTargets()" might add "string|array" as a native return type declaration in the future. Do the same in child class "App\Validation\BanDataConstraint" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Support for MySQL < 8 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:75 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)
"SELECT t0.id AS id_1, t0.members_max_online AS members_max_online_2, t0.ledennieuw AS ledennieuw_3, t0.ledenonline AS ledenonline_4, t0.ledentotaal AS ledentotaal_5, t0.prijzen AS prijzen_6, t0.breakouts_top5 AS breakouts_top5_7, t0.family_top5 AS family_top5_8, t0.killers_top5 AS killers_top5_9, t0.kills_top5 AS kills_top5_10, t0.losses_top5 AS losses_top5_11, t0.money_top5 AS money_top5_12, t0.premium_points_top5 AS premium_points_top5_13, t0.power_top5 AS power_top5_14, t0.rank_top5 AS rank_top5_15, t0.referer_top5 AS referer_top5_16, t0.respect_top5 AS respect_top5_17, t0.stats AS stats_18, t0.wins_top5 AS wins_top5_19 FROM cache t0 WHERE t0.id = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.members_max_online AS members_max_online_2, t0.ledennieuw AS ledennieuw_3, t0.ledenonline AS ledenonline_4, t0.ledentotaal AS ledentotaal_5, t0.prijzen AS prijzen_6, t0.breakouts_top5 AS breakouts_top5_7, t0.family_top5 AS family_top5_8, t0.killers_top5 AS killers_top5_9, t0.kills_top5 AS kills_top5_10, t0.losses_top5 AS losses_top5_11, t0.money_top5 AS money_top5_12, t0.premium_points_top5 AS premium_points_top5_13, t0.power_top5 AS power_top5_14, t0.rank_top5 AS rank_top5_15, t0.referer_top5 AS referer_top5_16, t0.respect_top5 AS respect_top5_17, t0.stats AS stats_18, t0.wins_top5 AS wins_top5_19 FROM cache t0 WHERE t0.id = ? LIMIT 1"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#831
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.active AS active_2, t0.end AS end_3, t0.number AS number_4, t0.start AS start_5, t0.status AS status_6 FROM round t0 WHERE t0.active = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.active AS active_2, t0.end AS end_3, t0.number AS number_4, t0.start AS start_5, t0.status AS status_6 FROM round t0 WHERE t0.active = ? LIMIT 1"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#782
+name: "BOOLEAN"
}
]
]
debug
Executing query:
"SELECT COUNT(h0_.id) AS sclr_0 FROM helpdesk_ticket h0_ WHERE h0_.answered = 0 ORDER BY h0_.created_at DESC"
doctrine
[
"sql" => "SELECT COUNT(h0_.id) AS sclr_0 FROM helpdesk_ticket h0_ WHERE h0_.answered = 0 ORDER BY h0_.created_at DESC"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.active AS active_2, t0.end AS end_3, t0.number AS number_4, t0.start AS start_5, t0.status AS status_6 FROM round t0 WHERE t0.active = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.active AS active_2, t0.end AS end_3, t0.number AS number_4, t0.start AS start_5, t0.status AS status_6 FROM round t0 WHERE t0.active = ? LIMIT 1"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#782
+name: "BOOLEAN"
}
]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.image AS image_1, p0_.name AS name_2, p0_.sort_order AS sort_order_3, p0_.value AS value_4, p0_.round_id AS round_id_5 FROM prize p0_ WHERE p0_.round_id = ? ORDER BY p0_.sort_order ASC LIMIT 3"
Log messages generated during the compilation of the service container.
Messages
Class
948
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\LoginListener" (parent: .abstract.instanceof.App\Listeners\LoginListener).
Resolving inheritance for "App\Listeners\LoginListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\LoginListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\MissionCompletedListener" (parent: .abstract.instanceof.App\Listeners\MissionCompletedListener).
Resolving inheritance for "App\Listeners\MissionCompletedListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\MissionCompletedListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\PointsListener" (parent: .abstract.instanceof.App\Listeners\PointsListener).
Resolving inheritance for "App\Listeners\PointsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\PointsListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\UserSetupListener" (parent: .abstract.instanceof.App\Listeners\UserSetupListener).
Resolving inheritance for "App\Listeners\UserSetupListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\UserSetupListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\UserStateListener" (parent: .abstract.instanceof.App\Listeners\UserStateListener).
Resolving inheritance for "App\Listeners\UserStateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\UserStateListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Email\ActivationEmailListener" (parent: .abstract.instanceof.App\Listeners\Email\ActivationEmailListener).
Resolving inheritance for "App\Listeners\Email\ActivationEmailListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Email\ActivationEmailListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Email\ResetPasswordListener" (parent: .abstract.instanceof.App\Listeners\Email\ResetPasswordListener).
Resolving inheritance for "App\Listeners\Email\ResetPasswordListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Email\ResetPasswordListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Email\SendUsernameListener" (parent: .abstract.instanceof.App\Listeners\Email\SendUsernameListener).
Resolving inheritance for "App\Listeners\Email\SendUsernameListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Email\SendUsernameListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Email\SendRemovalListener" (parent: .abstract.instanceof.App\Listeners\Email\SendRemovalListener).
Resolving inheritance for "App\Listeners\Email\SendRemovalListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Email\SendRemovalListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Log\UserRegisteredListener" (parent: .abstract.instanceof.App\Listeners\Log\UserRegisteredListener).
Resolving inheritance for "App\Listeners\Log\UserRegisteredListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Log\UserRegisteredListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Log\UserRemovedListener" (parent: .abstract.instanceof.App\Listeners\Log\UserRemovedListener).
Resolving inheritance for "App\Listeners\Log\UserRemovedListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Log\UserRemovedListener).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\RussianRoulette" (parent: .abstract.instanceof.App\Mission\Handlers\RussianRoulette).
Resolving inheritance for "App\Mission\Handlers\RussianRoulette" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\RussianRoulette).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Lottery" (parent: .abstract.instanceof.App\Mission\Handlers\Lottery).
Resolving inheritance for "App\Mission\Handlers\Lottery" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Lottery).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Job" (parent: .abstract.instanceof.App\Mission\Handlers\Job).
Resolving inheritance for "App\Mission\Handlers\Job" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Job).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Click" (parent: .abstract.instanceof.App\Mission\Handlers\Click).
Resolving inheritance for "App\Mission\Handlers\Click" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Click).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\ProfileText" (parent: .abstract.instanceof.App\Mission\Handlers\ProfileText).
Resolving inheritance for "App\Mission\Handlers\ProfileText" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\ProfileText).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Family" (parent: .abstract.instanceof.App\Mission\Handlers\Family).
Resolving inheritance for "App\Mission\Handlers\Family" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Family).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Hospital" (parent: .abstract.instanceof.App\Mission\Handlers\Hospital).
Resolving inheritance for "App\Mission\Handlers\Hospital" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Hospital).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\TopCashRobbery" (parent: .abstract.instanceof.App\Mission\Handlers\TopCashRobbery).
Resolving inheritance for "App\Mission\Handlers\TopCashRobbery" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\TopCashRobbery).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\CarsOwned" (parent: .abstract.instanceof.App\Mission\Handlers\CarsOwned).
Resolving inheritance for "App\Mission\Handlers\CarsOwned" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\CarsOwned).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\WeedUpgrades" (parent: .abstract.instanceof.App\Mission\Handlers\WeedUpgrades).
Resolving inheritance for "App\Mission\Handlers\WeedUpgrades" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\WeedUpgrades).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\SwissBank" (parent: .abstract.instanceof.App\Mission\Handlers\SwissBank).
Resolving inheritance for "App\Mission\Handlers\SwissBank" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\SwissBank).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\AmountTriggered" (parent: .abstract.instanceof.App\Mission\Handlers\AmountTriggered).
Resolving inheritance for "App\Mission\Handlers\AmountTriggered" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\AmountTriggered).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Poll" (parent: .abstract.instanceof.App\Mission\Handlers\Poll).
Resolving inheritance for "App\Mission\Handlers\Poll" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Poll).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\BankDeposit" (parent: .abstract.instanceof.App\Mission\Handlers\BankDeposit).
Resolving inheritance for "App\Mission\Handlers\BankDeposit" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\BankDeposit).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Attack" (parent: .abstract.instanceof.App\Mission\Handlers\Attack).
Resolving inheritance for "App\Mission\Handlers\Attack" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Attack).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\TopAttackWins" (parent: .abstract.instanceof.App\Mission\Handlers\TopAttackWins).
Resolving inheritance for "App\Mission\Handlers\TopAttackWins" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\TopAttackWins).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\TopPower" (parent: .abstract.instanceof.App\Mission\Handlers\TopPower).
Resolving inheritance for "App\Mission\Handlers\TopPower" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\TopPower).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Respect" (parent: .abstract.instanceof.App\Mission\Handlers\Respect).
Resolving inheritance for "App\Mission\Handlers\Respect" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Respect).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\AllDrugUpgrades" (parent: .abstract.instanceof.App\Mission\Handlers\AllDrugUpgrades).
Resolving inheritance for "App\Mission\Handlers\AllDrugUpgrades" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\AllDrugUpgrades).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Plantation" (parent: .abstract.instanceof.App\Mission\Handlers\Plantation).
Resolving inheritance for "App\Mission\Handlers\Plantation" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Plantation).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Marriage" (parent: .abstract.instanceof.App\Mission\Handlers\Marriage).
Resolving inheritance for "App\Mission\Handlers\Marriage" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Marriage).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\AllMissions" (parent: .abstract.instanceof.App\Mission\Handlers\AllMissions).
Resolving inheritance for "App\Mission\Handlers\AllMissions" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\AllMissions).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Friends" (parent: .abstract.instanceof.App\Mission\Handlers\Friends).
Resolving inheritance for "App\Mission\Handlers\Friends" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Friends).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\LuckyWheel" (parent: .abstract.instanceof.App\Mission\Handlers\LuckyWheel).
Resolving inheritance for "App\Mission\Handlers\LuckyWheel" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\LuckyWheel).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\SellInformation" (parent: .abstract.instanceof.App\Mission\Handlers\SellInformation).
Resolving inheritance for "App\Mission\Handlers\SellInformation" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\SellInformation).
Resolving inheritance for ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\FamilyRank" (parent: .abstract.instanceof.App\Mission\Handlers\FamilyRank).
Resolving inheritance for "App\Mission\Handlers\FamilyRank" (parent: .instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\FamilyRank).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CallCredits\Controller\BuyController" (parent: .abstract.instanceof.App\CallCredits\Controller\BuyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CallCredits\Controller\BuyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CallCredits\Controller\BuyController).
Resolving inheritance for "App\CallCredits\Controller\BuyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CallCredits\Controller\BuyController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CallCredits\Controller\CreditsForm" (parent: .abstract.instanceof.App\CallCredits\Controller\CreditsForm).
Resolving inheritance for "App\CallCredits\Controller\CreditsForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CallCredits\Controller\CreditsForm).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CallCredits\Controller\MollieController" (parent: .abstract.instanceof.App\CallCredits\Controller\MollieController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CallCredits\Controller\MollieController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CallCredits\Controller\MollieController).
Resolving inheritance for "App\CallCredits\Controller\MollieController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CallCredits\Controller\MollieController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddSuperUserCommand" (parent: .abstract.instanceof.App\Command\AddSuperUserCommand).
Resolving inheritance for "App\Command\AddSuperUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddSuperUserCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddUserCommand" (parent: .abstract.instanceof.App\Command\AddUserCommand).
Resolving inheritance for "App\Command\AddUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddUserCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssetsCommand" (parent: .abstract.instanceof.App\Command\AssetsCommand).
Resolving inheritance for "App\Command\AssetsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssetsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ControllerCommand" (parent: .abstract.instanceof.App\Command\ControllerCommand).
Resolving inheritance for "App\Command\ControllerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ControllerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\HalfHourly" (parent: .abstract.instanceof.App\Command\Cron\HalfHourly).
Resolving inheritance for "App\Command\Cron\HalfHourly" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\HalfHourly).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\HorseRace" (parent: .abstract.instanceof.App\Command\Cron\HorseRace).
Resolving inheritance for "App\Command\Cron\HorseRace" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\HorseRace).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\Hourly" (parent: .abstract.instanceof.App\Command\Cron\Hourly).
Resolving inheritance for "App\Command\Cron\Hourly" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\Hourly).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\Lottery" (parent: .abstract.instanceof.App\Command\Cron\Lottery).
Resolving inheritance for "App\Command\Cron\Lottery" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\Lottery).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\Midnight" (parent: .abstract.instanceof.App\Command\Cron\Midnight).
Resolving inheritance for "App\Command\Cron\Midnight" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\Midnight).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\Nightly" (parent: .abstract.instanceof.App\Command\Cron\Nightly).
Resolving inheritance for "App\Command\Cron\Nightly" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\Nightly).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\OnlineMembers" (parent: .abstract.instanceof.App\Command\Cron\OnlineMembers).
Resolving inheritance for "App\Command\Cron\OnlineMembers" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\OnlineMembers).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\TenMinutes" (parent: .abstract.instanceof.App\Command\Cron\TenMinutes).
Resolving inheritance for "App\Command\Cron\TenMinutes" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\TenMinutes).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\VipLottery" (parent: .abstract.instanceof.App\Command\Cron\VipLottery).
Resolving inheritance for "App\Command\Cron\VipLottery" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\VipLottery).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CreditsLogControlller" (parent: .abstract.instanceof.App\Controller\Admin\CreditsLogControlller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CreditsLogControlller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CreditsLogControlller).
Resolving inheritance for "App\Controller\Admin\CreditsLogControlller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CreditsLogControlller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FamilyController" (parent: .abstract.instanceof.App\Controller\Admin\FamilyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FamilyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FamilyController).
Resolving inheritance for "App\Controller\Admin\FamilyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FamilyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqController" (parent: .abstract.instanceof.App\Controller\Admin\FaqController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqController).
Resolving inheritance for "App\Controller\Admin\FaqController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\BanType" (parent: .abstract.instanceof.App\Controller\Admin\Form\BanType).
Resolving inheritance for "App\Controller\Admin\Form\BanType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\BanType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\FamilyType" (parent: .abstract.instanceof.App\Controller\Admin\Form\FamilyType).
Resolving inheritance for "App\Controller\Admin\Form\FamilyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\FamilyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\Faq\CategoryType" (parent: .abstract.instanceof.App\Controller\Admin\Form\Faq\CategoryType).
Resolving inheritance for "App\Controller\Admin\Form\Faq\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\Faq\CategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\Faq\QuestionType" (parent: .abstract.instanceof.App\Controller\Admin\Form\Faq\QuestionType).
Resolving inheritance for "App\Controller\Admin\Form\Faq\QuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\Faq\QuestionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\MassPMType" (parent: .abstract.instanceof.App\Controller\Admin\Form\MassPMType).
Resolving inheritance for "App\Controller\Admin\Form\MassPMType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\MassPMType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\NewspaperType" (parent: .abstract.instanceof.App\Controller\Admin\Form\NewspaperType).
Resolving inheritance for "App\Controller\Admin\Form\NewspaperType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\NewspaperType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\PollAnswerType" (parent: .abstract.instanceof.App\Controller\Admin\Form\PollAnswerType).
Resolving inheritance for "App\Controller\Admin\Form\PollAnswerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\PollAnswerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\PollType" (parent: .abstract.instanceof.App\Controller\Admin\Form\PollType).
Resolving inheritance for "App\Controller\Admin\Form\PollType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\PollType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HelpdeskController" (parent: .abstract.instanceof.App\Controller\Admin\HelpdeskController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HelpdeskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HelpdeskController).
Resolving inheritance for "App\Controller\Admin\HelpdeskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HelpdeskController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\IndexController" (parent: .abstract.instanceof.App\Controller\Admin\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\IndexController).
Resolving inheritance for "App\Controller\Admin\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Log\AccountShareController" (parent: .abstract.instanceof.App\Controller\Admin\Log\AccountShareController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Log\AccountShareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Log\AccountShareController).
Resolving inheritance for "App\Controller\Admin\Log\AccountShareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Log\AccountShareController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Log\Form\AccountShareType" (parent: .abstract.instanceof.App\Controller\Admin\Log\Form\AccountShareType).
Resolving inheritance for "App\Controller\Admin\Log\Form\AccountShareType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Log\Form\AccountShareType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Log\Form\MessagesType" (parent: .abstract.instanceof.App\Controller\Admin\Log\Form\MessagesType).
Resolving inheritance for "App\Controller\Admin\Log\Form\MessagesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Log\Form\MessagesType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Log\LogsController" (parent: .abstract.instanceof.App\Controller\Admin\Log\LogsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Log\LogsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Log\LogsController).
Resolving inheritance for "App\Controller\Admin\Log\LogsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Log\LogsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Log\MessageController" (parent: .abstract.instanceof.App\Controller\Admin\Log\MessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Log\MessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Log\MessageController).
Resolving inheritance for "App\Controller\Admin\Log\MessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Log\MessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MailboxController" (parent: .abstract.instanceof.App\Controller\Admin\MailboxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MailboxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MailboxController).
Resolving inheritance for "App\Controller\Admin\MailboxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MailboxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MassMessageController" (parent: .abstract.instanceof.App\Controller\Admin\MassMessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MassMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MassMessageController).
Resolving inheritance for "App\Controller\Admin\MassMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MassMessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NewspaperController" (parent: .abstract.instanceof.App\Controller\Admin\NewspaperController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NewspaperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NewspaperController).
Resolving inheritance for "App\Controller\Admin\NewspaperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NewspaperController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OnlineController" (parent: .abstract.instanceof.App\Controller\Admin\OnlineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OnlineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OnlineController).
Resolving inheritance for "App\Controller\Admin\OnlineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OnlineController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PollController" (parent: .abstract.instanceof.App\Controller\Admin\PollController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PollController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PollController).
Resolving inheritance for "App\Controller\Admin\PollController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PollController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\AccountController" (parent: .abstract.instanceof.App\Controller\Admin\User\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\AccountController).
Resolving inheritance for "App\Controller\Admin\User\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\BanController" (parent: .abstract.instanceof.App\Controller\Admin\User\BanController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\BanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\BanController).
Resolving inheritance for "App\Controller\Admin\User\BanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\BanController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\ImpersonateController" (parent: .abstract.instanceof.App\Controller\Admin\User\ImpersonateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\ImpersonateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\ImpersonateController).
Resolving inheritance for "App\Controller\Admin\User\ImpersonateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\ImpersonateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\ProfileController" (parent: .abstract.instanceof.App\Controller\Admin\User\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\ProfileController).
Resolving inheritance for "App\Controller\Admin\User\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\RemoveController" (parent: .abstract.instanceof.App\Controller\Admin\User\RemoveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\RemoveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\RemoveController).
Resolving inheritance for "App\Controller\Admin\User\RemoveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\RemoveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\SaveController" (parent: .abstract.instanceof.App\Controller\Admin\User\SaveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\SaveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\SaveController).
Resolving inheritance for "App\Controller\Admin\User\SaveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\SaveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuctionController" (parent: .abstract.instanceof.App\Controller\AuctionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuctionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuctionController).
Resolving inheritance for "App\Controller\AuctionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuctionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BankController" (parent: .abstract.instanceof.App\Controller\BankController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BankController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BankController).
Resolving inheritance for "App\Controller\BankController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BankController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BigCrimesController" (parent: .abstract.instanceof.App\Controller\BigCrimesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BigCrimesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BigCrimesController).
Resolving inheritance for "App\Controller\BigCrimesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BigCrimesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalculatorController" (parent: .abstract.instanceof.App\Controller\CalculatorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalculatorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalculatorController).
Resolving inheritance for "App\Controller\CalculatorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalculatorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CaptchaController" (parent: .abstract.instanceof.App\Controller\CaptchaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CaptchaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CaptchaController).
Resolving inheritance for "App\Controller\CaptchaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CaptchaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CarDealerController" (parent: .abstract.instanceof.App\Controller\CarDealerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CarDealerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CarDealerController).
Resolving inheritance for "App\Controller\CarDealerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CarDealerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CemeteryController" (parent: .abstract.instanceof.App\Controller\CemeteryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CemeteryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CemeteryController).
Resolving inheritance for "App\Controller\CemeteryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CemeteryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CityHallController" (parent: .abstract.instanceof.App\Controller\CityHallController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CityHallController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CityHallController).
Resolving inheritance for "App\Controller\CityHallController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CityHallController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\AttackController" (parent: .abstract.instanceof.App\Controller\Family\AttackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\AttackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\AttackController).
Resolving inheritance for "App\Controller\Family\AttackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\AttackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\BankController" (parent: .abstract.instanceof.App\Controller\Family\BankController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\BankController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\BankController).
Resolving inheritance for "App\Controller\Family\BankController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\BankController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\ClickController" (parent: .abstract.instanceof.App\Controller\Family\ClickController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\ClickController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\ClickController).
Resolving inheritance for "App\Controller\Family\ClickController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\ClickController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\DonateController" (parent: .abstract.instanceof.App\Controller\Family\DonateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\DonateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\DonateController).
Resolving inheritance for "App\Controller\Family\DonateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\DonateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\FamilyController" (parent: .abstract.instanceof.App\Controller\Family\FamilyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\FamilyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\FamilyController).
Resolving inheritance for "App\Controller\Family\FamilyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\FamilyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\FamilyForumController" (parent: .abstract.instanceof.App\Controller\Family\FamilyForumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\FamilyForumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\FamilyForumController).
Resolving inheritance for "App\Controller\Family\FamilyForumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\FamilyForumController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Form\AttackType" (parent: .abstract.instanceof.App\Controller\Family\Form\AttackType).
Resolving inheritance for "App\Controller\Family\Form\AttackType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Form\AttackType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Form\JoinType" (parent: .abstract.instanceof.App\Controller\Family\Form\JoinType).
Resolving inheritance for "App\Controller\Family\Form\JoinType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Form\JoinType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Form\NewMessageType" (parent: .abstract.instanceof.App\Controller\Family\Form\NewMessageType).
Resolving inheritance for "App\Controller\Family\Form\NewMessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Form\NewMessageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Form\ReplyMessageType" (parent: .abstract.instanceof.App\Controller\Family\Form\ReplyMessageType).
Resolving inheritance for "App\Controller\Family\Form\ReplyMessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Form\ReplyMessageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Form\RobberySetupType" (parent: .abstract.instanceof.App\Controller\Family\Form\RobberySetupType).
Resolving inheritance for "App\Controller\Family\Form\RobberySetupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Form\RobberySetupType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\JoinController" (parent: .abstract.instanceof.App\Controller\Family\JoinController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\JoinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\JoinController).
Resolving inheritance for "App\Controller\Family\JoinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\JoinController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\LeaveController" (parent: .abstract.instanceof.App\Controller\Family\LeaveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\LeaveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\LeaveController).
Resolving inheritance for "App\Controller\Family\LeaveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\LeaveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\LogsController" (parent: .abstract.instanceof.App\Controller\Family\LogsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\LogsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\LogsController).
Resolving inheritance for "App\Controller\Family\LogsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\LogsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\LuckyWheelController" (parent: .abstract.instanceof.App\Controller\Family\LuckyWheelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\LuckyWheelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\LuckyWheelController).
Resolving inheritance for "App\Controller\Family\LuckyWheelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\LuckyWheelController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Management\Form\AvatarType" (parent: .abstract.instanceof.App\Controller\Family\Management\Form\AvatarType).
Resolving inheritance for "App\Controller\Family\Management\Form\AvatarType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Management\Form\AvatarType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Management\Form\PersonalMessageType" (parent: .abstract.instanceof.App\Controller\Family\Management\Form\PersonalMessageType).
Resolving inheritance for "App\Controller\Family\Management\Form\PersonalMessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Management\Form\PersonalMessageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Management\Form\RemoveType" (parent: .abstract.instanceof.App\Controller\Family\Management\Form\RemoveType).
Resolving inheritance for "App\Controller\Family\Management\Form\RemoveType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Management\Form\RemoveType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Management\Form\SloganType" (parent: .abstract.instanceof.App\Controller\Family\Management\Form\SloganType).
Resolving inheritance for "App\Controller\Family\Management\Form\SloganType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Management\Form\SloganType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Management\Form\StatusType" (parent: .abstract.instanceof.App\Controller\Family\Management\Form\StatusType).
Resolving inheritance for "App\Controller\Family\Management\Form\StatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Management\Form\StatusType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Management\Form\SuccessorType" (parent: .abstract.instanceof.App\Controller\Family\Management\Form\SuccessorType).
Resolving inheritance for "App\Controller\Family\Management\Form\SuccessorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Management\Form\SuccessorType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\Management\MemberController" (parent: .abstract.instanceof.App\Controller\Family\Management\MemberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\Management\MemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\Management\MemberController).
Resolving inheritance for "App\Controller\Family\Management\MemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\Management\MemberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\Management\OverviewController" (parent: .abstract.instanceof.App\Controller\Family\Management\OverviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\Management\OverviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\Management\OverviewController).
Resolving inheritance for "App\Controller\Family\Management\OverviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\Management\OverviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\Management\ProfileController" (parent: .abstract.instanceof.App\Controller\Family\Management\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\Management\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\Management\ProfileController).
Resolving inheritance for "App\Controller\Family\Management\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\Management\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\Management\StatusController" (parent: .abstract.instanceof.App\Controller\Family\Management\StatusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\Management\StatusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\Management\StatusController).
Resolving inheritance for "App\Controller\Family\Management\StatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\Management\StatusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\MessageController" (parent: .abstract.instanceof.App\Controller\Family\MessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\MessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\MessageController).
Resolving inheritance for "App\Controller\Family\MessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\MessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\NewFamilyController" (parent: .abstract.instanceof.App\Controller\Family\NewFamilyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\NewFamilyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\NewFamilyController).
Resolving inheritance for "App\Controller\Family\NewFamilyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\NewFamilyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\RobberyController" (parent: .abstract.instanceof.App\Controller\Family\RobberyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\RobberyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\RobberyController).
Resolving inheritance for "App\Controller\Family\RobberyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\RobberyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\ShopController" (parent: .abstract.instanceof.App\Controller\Family\ShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\ShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\ShopController).
Resolving inheritance for "App\Controller\Family\ShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\ShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\SwissBankController" (parent: .abstract.instanceof.App\Controller\Family\SwissBankController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\SwissBankController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\SwissBankController).
Resolving inheritance for "App\Controller\Family\SwissBankController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\SwissBankController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FaqController" (parent: .abstract.instanceof.App\Controller\FaqController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FaqController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FaqController).
Resolving inheritance for "App\Controller\FaqController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FaqController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Forum\ForumController" (parent: .abstract.instanceof.App\Controller\Forum\ForumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Forum\ForumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Forum\ForumController).
Resolving inheritance for "App\Controller\Forum\ForumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Forum\ForumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Forum\PostController" (parent: .abstract.instanceof.App\Controller\Forum\PostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Forum\PostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Forum\PostController).
Resolving inheritance for "App\Controller\Forum\PostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Forum\PostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Forum\TopicController" (parent: .abstract.instanceof.App\Controller\Forum\TopicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Forum\TopicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Forum\TopicController).
Resolving inheritance for "App\Controller\Forum\TopicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Forum\TopicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Forum\UserAccessController" (parent: .abstract.instanceof.App\Controller\Forum\UserAccessController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Forum\UserAccessController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Forum\UserAccessController).
Resolving inheritance for "App\Controller\Forum\UserAccessController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Forum\UserAccessController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\BlackJackController" (parent: .abstract.instanceof.App\Controller\Gamble\BlackJackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\BlackJackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\BlackJackController).
Resolving inheritance for "App\Controller\Gamble\BlackJackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\BlackJackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\GuessTheNumberController" (parent: .abstract.instanceof.App\Controller\Gamble\GuessTheNumberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\GuessTheNumberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\GuessTheNumberController).
Resolving inheritance for "App\Controller\Gamble\GuessTheNumberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\GuessTheNumberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\HigherOrLowerController" (parent: .abstract.instanceof.App\Controller\Gamble\HigherOrLowerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\HigherOrLowerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\HigherOrLowerController).
Resolving inheritance for "App\Controller\Gamble\HigherOrLowerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\HigherOrLowerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\HorseRaceController" (parent: .abstract.instanceof.App\Controller\Gamble\HorseRaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\HorseRaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\HorseRaceController).
Resolving inheritance for "App\Controller\Gamble\HorseRaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\HorseRaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\LotteryController" (parent: .abstract.instanceof.App\Controller\Gamble\LotteryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\LotteryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\LotteryController).
Resolving inheritance for "App\Controller\Gamble\LotteryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\LotteryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\LuckyWheelController" (parent: .abstract.instanceof.App\Controller\Gamble\LuckyWheelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\LuckyWheelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\LuckyWheelController).
Resolving inheritance for "App\Controller\Gamble\LuckyWheelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\LuckyWheelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\RockPaperScissorController" (parent: .abstract.instanceof.App\Controller\Gamble\RockPaperScissorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\RockPaperScissorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\RockPaperScissorController).
Resolving inheritance for "App\Controller\Gamble\RockPaperScissorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\RockPaperScissorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\RouletteController" (parent: .abstract.instanceof.App\Controller\Gamble\RouletteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\RouletteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\RouletteController).
Resolving inheritance for "App\Controller\Gamble\RouletteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\RouletteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\RussianRouletteController" (parent: .abstract.instanceof.App\Controller\Gamble\RussianRouletteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\RussianRouletteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\RussianRouletteController).
Resolving inheritance for "App\Controller\Gamble\RussianRouletteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\RussianRouletteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\SafeCrackingController" (parent: .abstract.instanceof.App\Controller\Gamble\SafeCrackingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\SafeCrackingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\SafeCrackingController).
Resolving inheritance for "App\Controller\Gamble\SafeCrackingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\SafeCrackingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\ScratchCardsController" (parent: .abstract.instanceof.App\Controller\Gamble\ScratchCardsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\ScratchCardsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\ScratchCardsController).
Resolving inheritance for "App\Controller\Gamble\ScratchCardsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\ScratchCardsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\VipLotteryController" (parent: .abstract.instanceof.App\Controller\Gamble\VipLotteryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\VipLotteryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\VipLotteryController).
Resolving inheritance for "App\Controller\Gamble\VipLotteryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\VipLotteryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GarageController" (parent: .abstract.instanceof.App\Controller\GarageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GarageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GarageController).
Resolving inheritance for "App\Controller\GarageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GarageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HallOfFameController" (parent: .abstract.instanceof.App\Controller\HallOfFameController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HallOfFameController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HallOfFameController).
Resolving inheritance for "App\Controller\HallOfFameController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HallOfFameController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelpdeskController" (parent: .abstract.instanceof.App\Controller\HelpdeskController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelpdeskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelpdeskController).
Resolving inheritance for "App\Controller\HelpdeskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelpdeskController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HospitalController" (parent: .abstract.instanceof.App\Controller\HospitalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HospitalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HospitalController).
Resolving inheritance for "App\Controller\HospitalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HospitalController).
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\JailController" (parent: .abstract.instanceof.App\Controller\JailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JailController).
Resolving inheritance for "App\Controller\JailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JobController" (parent: .abstract.instanceof.App\Controller\JobController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JobController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JobController).
Resolving inheritance for "App\Controller\JobController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JobController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogsController" (parent: .abstract.instanceof.App\Controller\LogsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogsController).
Resolving inheritance for "App\Controller\LogsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManualController" (parent: .abstract.instanceof.App\Controller\ManualController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManualController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManualController).
Resolving inheritance for "App\Controller\ManualController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManualController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MemberController" (parent: .abstract.instanceof.App\Controller\MemberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MemberController).
Resolving inheritance for "App\Controller\MemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MemberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MissionController" (parent: .abstract.instanceof.App\Controller\MissionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MissionController).
Resolving inheritance for "App\Controller\MissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MissionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MostWantedController" (parent: .abstract.instanceof.App\Controller\MostWantedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MostWantedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MostWantedController).
Resolving inheritance for "App\Controller\MostWantedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MostWantedController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController" (parent: .abstract.instanceof.App\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController).
Resolving inheritance for "App\Controller\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewspaperController" (parent: .abstract.instanceof.App\Controller\NewspaperController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewspaperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewspaperController).
Resolving inheritance for "App\Controller\NewspaperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewspaperController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OnlineMemberController" (parent: .abstract.instanceof.App\Controller\OnlineMemberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OnlineMemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OnlineMemberController).
Resolving inheritance for "App\Controller\OnlineMemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OnlineMemberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlantationController" (parent: .abstract.instanceof.App\Controller\PlantationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlantationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlantationController).
Resolving inheritance for "App\Controller\PlantationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlantationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PollController" (parent: .abstract.instanceof.App\Controller\PollController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PollController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PollController).
Resolving inheritance for "App\Controller\PollController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PollController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrivacyController" (parent: .abstract.instanceof.App\Controller\PrivacyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrivacyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrivacyController).
Resolving inheritance for "App\Controller\PrivacyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrivacyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrivateMessageController" (parent: .abstract.instanceof.App\Controller\PrivateMessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrivateMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrivateMessageController).
Resolving inheritance for "App\Controller\PrivateMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrivateMessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QuestionsController" (parent: .abstract.instanceof.App\Controller\QuestionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QuestionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QuestionsController).
Resolving inheritance for "App\Controller\QuestionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QuestionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RaceController" (parent: .abstract.instanceof.App\Controller\RaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RaceController).
Resolving inheritance for "App\Controller\RaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RespectController" (parent: .abstract.instanceof.App\Controller\RespectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RespectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RespectController).
Resolving inheritance for "App\Controller\RespectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RespectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResurrectionController" (parent: .abstract.instanceof.App\Controller\ResurrectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResurrectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResurrectionController).
Resolving inheritance for "App\Controller\ResurrectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResurrectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Route66Controller" (parent: .abstract.instanceof.App\Controller\Route66Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Route66Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Route66Controller).
Resolving inheritance for "App\Controller\Route66Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Route66Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RulesController" (parent: .abstract.instanceof.App\Controller\RulesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RulesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RulesController).
Resolving inheritance for "App\Controller\RulesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RulesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController" (parent: .abstract.instanceof.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController).
Resolving inheritance for "App\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityTransportController" (parent: .abstract.instanceof.App\Controller\SecurityTransportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityTransportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityTransportController).
Resolving inheritance for "App\Controller\SecurityTransportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityTransportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SellInformationController" (parent: .abstract.instanceof.App\Controller\SellInformationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SellInformationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SellInformationController).
Resolving inheritance for "App\Controller\SellInformationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SellInformationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shops\CallCreditsController" (parent: .abstract.instanceof.App\Controller\Shops\CallCreditsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shops\CallCreditsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shops\CallCreditsController).
Resolving inheritance for "App\Controller\Shops\CallCreditsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shops\CallCreditsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shops\DrugsController" (parent: .abstract.instanceof.App\Controller\Shops\DrugsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shops\DrugsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shops\DrugsController).
Resolving inheritance for "App\Controller\Shops\DrugsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shops\DrugsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shops\ItemsController" (parent: .abstract.instanceof.App\Controller\Shops\ItemsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shops\ItemsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shops\ItemsController).
Resolving inheritance for "App\Controller\Shops\ItemsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shops\ItemsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shops\LiquorController" (parent: .abstract.instanceof.App\Controller\Shops\LiquorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shops\LiquorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shops\LiquorController).
Resolving inheritance for "App\Controller\Shops\LiquorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shops\LiquorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SmallCrimesController" (parent: .abstract.instanceof.App\Controller\SmallCrimesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SmallCrimesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SmallCrimesController).
Resolving inheritance for "App\Controller\SmallCrimesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SmallCrimesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StealCarController" (parent: .abstract.instanceof.App\Controller\StealCarController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StealCarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StealCarController).
Resolving inheritance for "App\Controller\StealCarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StealCarController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StoryController" (parent: .abstract.instanceof.App\Controller\StoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StoryController).
Resolving inheritance for "App\Controller\StoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SwissBankController" (parent: .abstract.instanceof.App\Controller\SwissBankController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SwissBankController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SwissBankController).
Resolving inheritance for "App\Controller\SwissBankController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SwissBankController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TopListController" (parent: .abstract.instanceof.App\Controller\TopListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TopListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TopListController).
Resolving inheritance for "App\Controller\TopListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TopListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transport\AirportController" (parent: .abstract.instanceof.App\Controller\Transport\AirportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transport\AirportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transport\AirportController).
Resolving inheritance for "App\Controller\Transport\AirportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transport\AirportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transport\TrainController" (parent: .abstract.instanceof.App\Controller\Transport\TrainController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transport\TrainController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transport\TrainController).
Resolving inheritance for "App\Controller\Transport\TrainController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transport\TrainController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\AttackController" (parent: .abstract.instanceof.App\Controller\User\AttackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\AttackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\AttackController).
Resolving inheritance for "App\Controller\User\AttackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\AttackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\AuthenticationController" (parent: .abstract.instanceof.App\Controller\User\AuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\AuthenticationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\AuthenticationController).
Resolving inheritance for "App\Controller\User\AuthenticationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\AuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\BlackListController" (parent: .abstract.instanceof.App\Controller\User\BlackListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\BlackListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\BlackListController).
Resolving inheritance for "App\Controller\User\BlackListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\BlackListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\EnemiesController" (parent: .abstract.instanceof.App\Controller\User\EnemiesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\EnemiesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\EnemiesController).
Resolving inheritance for "App\Controller\User\EnemiesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\EnemiesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\FriendsController" (parent: .abstract.instanceof.App\Controller\User\FriendsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\FriendsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\FriendsController).
Resolving inheritance for "App\Controller\User\FriendsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\FriendsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\LinksController" (parent: .abstract.instanceof.App\Controller\User\LinksController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\LinksController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\LinksController).
Resolving inheritance for "App\Controller\User\LinksController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\LinksController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\MarriageController" (parent: .abstract.instanceof.App\Controller\User\MarriageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\MarriageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\MarriageController).
Resolving inheritance for "App\Controller\User\MarriageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\MarriageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\NotepadController" (parent: .abstract.instanceof.App\Controller\User\NotepadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\NotepadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\NotepadController).
Resolving inheritance for "App\Controller\User\NotepadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\NotepadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\PasswordController" (parent: .abstract.instanceof.App\Controller\User\PasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\PasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\PasswordController).
Resolving inheritance for "App\Controller\User\PasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\PasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProfileController" (parent: .abstract.instanceof.App\Controller\User\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProfileController).
Resolving inheritance for "App\Controller\User\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProfileManagementController" (parent: .abstract.instanceof.App\Controller\User\ProfileManagementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProfileManagementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProfileManagementController).
Resolving inheritance for "App\Controller\User\ProfileManagementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProfileManagementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\RegistrationController" (parent: .abstract.instanceof.App\Controller\User\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\RegistrationController).
Resolving inheritance for "App\Controller\User\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\RemoveAccountController" (parent: .abstract.instanceof.App\Controller\User\RemoveAccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\RemoveAccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\RemoveAccountController).
Resolving inheritance for "App\Controller\User\RemoveAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\RemoveAccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\VacationController" (parent: .abstract.instanceof.App\Controller\User\VacationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\VacationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\VacationController).
Resolving inheritance for "App\Controller\User\VacationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\VacationController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DrinkType" (parent: .abstract.instanceof.App\Form\Admin\DrinkType).
Resolving inheritance for "App\Form\Admin\DrinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DrinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DrugType" (parent: .abstract.instanceof.App\Form\Admin\DrugType).
Resolving inheritance for "App\Form\Admin\DrugType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DrugType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FamilyType" (parent: .abstract.instanceof.App\Form\Admin\FamilyType).
Resolving inheritance for "App\Form\Admin\FamilyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FamilyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FinancesType" (parent: .abstract.instanceof.App\Form\Admin\FinancesType).
Resolving inheritance for "App\Form\Admin\FinancesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FinancesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\NarcoticsType" (parent: .abstract.instanceof.App\Form\Admin\NarcoticsType).
Resolving inheritance for "App\Form\Admin\NarcoticsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\NarcoticsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RoleType" (parent: .abstract.instanceof.App\Form\Admin\RoleType).
Resolving inheritance for "App\Form\Admin\RoleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RoleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ShopType" (parent: .abstract.instanceof.App\Form\Admin\ShopType).
Resolving inheritance for "App\Form\Admin\ShopType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ShopType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\UserType" (parent: .abstract.instanceof.App\Form\Admin\UserType).
Resolving inheritance for "App\Form\Admin\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqType" (parent: .abstract.instanceof.App\Form\FaqType).
Resolving inheritance for "App\Form\FaqType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginType" (parent: .abstract.instanceof.App\Form\LoginType).
Resolving inheritance for "App\Form\LoginType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MostWantedType" (parent: .abstract.instanceof.App\Form\MostWantedType).
Resolving inheritance for "App\Form\MostWantedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MostWantedType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType" (parent: .abstract.instanceof.App\Form\RegistrationType).
Resolving inheritance for "App\Form\RegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchType" (parent: .abstract.instanceof.App\Form\SearchType).
Resolving inheritance for "App\Form\SearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forum\Form\EditTopicType" (parent: .abstract.instanceof.App\Forum\Form\EditTopicType).
Resolving inheritance for "App\Forum\Form\EditTopicType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forum\Form\EditTopicType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forum\Form\NewTopicType" (parent: .abstract.instanceof.App\Forum\Form\NewTopicType).
Resolving inheritance for "App\Forum\Form\NewTopicType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forum\Form\NewTopicType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forum\Form\PostType" (parent: .abstract.instanceof.App\Forum\Form\PostType).
Resolving inheritance for "App\Forum\Form\PostType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forum\Form\PostType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forum\Form\SearchType" (parent: .abstract.instanceof.App\Forum\Form\SearchType).
Resolving inheritance for "App\Forum\Form\SearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forum\Form\SearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Helpdesk\HelpdeskTicketType" (parent: .abstract.instanceof.App\Helpdesk\HelpdeskTicketType).
Resolving inheritance for "App\Helpdesk\HelpdeskTicketType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Helpdesk\HelpdeskTicketType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\AuthenticationListener" (parent: .abstract.instanceof.App\Listeners\AuthenticationListener).
Resolving inheritance for "App\Listeners\AuthenticationListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\AuthenticationListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\ForumListener" (parent: .abstract.instanceof.App\Listeners\ForumListener).
Resolving inheritance for "App\Listeners\ForumListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\ForumListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\GambleListener" (parent: .abstract.instanceof.App\Listeners\GambleListener).
Resolving inheritance for "App\Listeners\GambleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\GambleListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\HospitalListener" (parent: .abstract.instanceof.App\Listeners\HospitalListener).
Resolving inheritance for "App\Listeners\HospitalListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\HospitalListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\JailListener" (parent: .abstract.instanceof.App\Listeners\JailListener).
Resolving inheritance for "App\Listeners\JailListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\JailListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\LanguageSwitcher" (parent: .abstract.instanceof.App\Listeners\LanguageSwitcher).
Resolving inheritance for "App\Listeners\LanguageSwitcher" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\LanguageSwitcher).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Log\BankListener" (parent: .abstract.instanceof.App\Listeners\Log\BankListener).
Resolving inheritance for "App\Listeners\Log\BankListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Log\BankListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Log\FamilyBankListener" (parent: .abstract.instanceof.App\Listeners\Log\FamilyBankListener).
Resolving inheritance for "App\Listeners\Log\FamilyBankListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Log\FamilyBankListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\RankUpgradeListener" (parent: .abstract.instanceof.App\Listeners\RankUpgradeListener).
Resolving inheritance for "App\Listeners\RankUpgradeListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\RankUpgradeListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Round\AccountListener" (parent: .abstract.instanceof.App\Listeners\Round\AccountListener).
Resolving inheritance for "App\Listeners\Round\AccountListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Round\AccountListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Round\FamilyListener" (parent: .abstract.instanceof.App\Listeners\Round\FamilyListener).
Resolving inheritance for "App\Listeners\Round\FamilyListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Round\FamilyListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Round\LocationsListener" (parent: .abstract.instanceof.App\Listeners\Round\LocationsListener).
Resolving inheritance for "App\Listeners\Round\LocationsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Round\LocationsListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Round\LogListener" (parent: .abstract.instanceof.App\Listeners\Round\LogListener).
Resolving inheritance for "App\Listeners\Round\LogListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Round\LogListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Round\StatisticsListener" (parent: .abstract.instanceof.App\Listeners\Round\StatisticsListener).
Resolving inheritance for "App\Listeners\Round\StatisticsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Round\StatisticsListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\RoundListener" (parent: .abstract.instanceof.App\Listeners\RoundListener).
Resolving inheritance for "App\Listeners\RoundListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\RoundListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\TransportListener" (parent: .abstract.instanceof.App\Listeners\TransportListener).
Resolving inheritance for "App\Listeners\TransportListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\TransportListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\UserActivatedListener" (parent: .abstract.instanceof.App\Listeners\UserActivatedListener).
Resolving inheritance for "App\Listeners\UserActivatedListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\UserActivatedListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\UserState\FamilyListener" (parent: .abstract.instanceof.App\Listeners\UserState\FamilyListener).
Resolving inheritance for "App\Listeners\UserState\FamilyListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\UserState\FamilyListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\UserState\ProcessionListener" (parent: .abstract.instanceof.App\Listeners\UserState\ProcessionListener).
Resolving inheritance for "App\Listeners\UserState\ProcessionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\UserState\ProcessionListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\News\Form\MailboxType" (parent: .abstract.instanceof.App\News\Form\MailboxType).
Resolving inheritance for "App\News\Form\MailboxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\News\Form\MailboxType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\News\Form\ReactionType" (parent: .abstract.instanceof.App\News\Form\ReactionType).
Resolving inheritance for "App\News\Form\ReactionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\News\Form\ReactionType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccountRemovalRepository" (parent: .abstract.instanceof.App\Repository\AccountRemovalRepository).
Resolving inheritance for "App\Repository\AccountRemovalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccountRemovalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\LogsRepository" (parent: .abstract.instanceof.App\Repository\Admin\LogsRepository).
Resolving inheritance for "App\Repository\Admin\LogsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\LogsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminUpdateRepository" (parent: .abstract.instanceof.App\Repository\AdminUpdateRepository).
Resolving inheritance for "App\Repository\AdminUpdateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminUpdateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BanRepository" (parent: .abstract.instanceof.App\Repository\BanRepository).
Resolving inheritance for "App\Repository\BanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlackListRepository" (parent: .abstract.instanceof.App\Repository\BlackListRepository).
Resolving inheritance for "App\Repository\BlackListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlackListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CacheRepository" (parent: .abstract.instanceof.App\Repository\CacheRepository).
Resolving inheritance for "App\Repository\CacheRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CacheRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CallCredits\CallCreditsActionRepository" (parent: .abstract.instanceof.App\Repository\CallCredits\CallCreditsActionRepository).
Resolving inheritance for "App\Repository\CallCredits\CallCreditsActionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CallCredits\CallCreditsActionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CallCredits\MollieTransactionRepository" (parent: .abstract.instanceof.App\Repository\CallCredits\MollieTransactionRepository).
Resolving inheritance for "App\Repository\CallCredits\MollieTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CallCredits\MollieTransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Car\GarageRepository" (parent: .abstract.instanceof.App\Repository\Car\GarageRepository).
Resolving inheritance for "App\Repository\Car\GarageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Car\GarageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Car\ModelRepository" (parent: .abstract.instanceof.App\Repository\Car\ModelRepository).
Resolving inheritance for "App\Repository\Car\ModelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Car\ModelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarRepository" (parent: .abstract.instanceof.App\Repository\CarRepository).
Resolving inheritance for "App\Repository\CarRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityRepository" (parent: .abstract.instanceof.App\Repository\CityRepository).
Resolving inheritance for "App\Repository\CityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CrewRepository" (parent: .abstract.instanceof.App\Repository\CrewRepository).
Resolving inheritance for "App\Repository\CrewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CrewRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Crimes\CrimeRepository" (parent: .abstract.instanceof.App\Repository\Crimes\CrimeRepository).
Resolving inheritance for "App\Repository\Crimes\CrimeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Crimes\CrimeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Crimes\PlantationRepository" (parent: .abstract.instanceof.App\Repository\Crimes\PlantationRepository).
Resolving inheritance for "App\Repository\Crimes\PlantationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Crimes\PlantationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Crimes\Route66Repository" (parent: .abstract.instanceof.App\Repository\Crimes\Route66Repository).
Resolving inheritance for "App\Repository\Crimes\Route66Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Crimes\Route66Repository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Crimes\SellInformationRepository" (parent: .abstract.instanceof.App\Repository\Crimes\SellInformationRepository).
Resolving inheritance for "App\Repository\Crimes\SellInformationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Crimes\SellInformationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Crimes\SellInformationUserRepository" (parent: .abstract.instanceof.App\Repository\Crimes\SellInformationUserRepository).
Resolving inheritance for "App\Repository\Crimes\SellInformationUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Crimes\SellInformationUserRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Family\AttackLogRepository" (parent: .abstract.instanceof.App\Repository\Family\AttackLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\AttackLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Family\AttackLogRepository).
Resolving inheritance for "App\Repository\Family\AttackLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\AttackLogRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Family\ClickLogRepository" (parent: .abstract.instanceof.App\Repository\Family\ClickLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\ClickLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Family\ClickLogRepository).
Resolving inheritance for "App\Repository\Family\ClickLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\ClickLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\FamilyKillerRepository" (parent: .abstract.instanceof.App\Repository\Family\FamilyKillerRepository).
Resolving inheritance for "App\Repository\Family\FamilyKillerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\FamilyKillerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\FamilyRepository" (parent: .abstract.instanceof.App\Repository\Family\FamilyRepository).
Resolving inheritance for "App\Repository\Family\FamilyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\FamilyRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Family\LeaveFamilyLogRepository" (parent: .abstract.instanceof.App\Repository\Family\LeaveFamilyLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\LeaveFamilyLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Family\LeaveFamilyLogRepository).
Resolving inheritance for "App\Repository\Family\LeaveFamilyLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\LeaveFamilyLogRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Family\LuckyWheelLogRepository" (parent: .abstract.instanceof.App\Repository\Family\LuckyWheelLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\LuckyWheelLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Family\LuckyWheelLogRepository).
Resolving inheritance for "App\Repository\Family\LuckyWheelLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\LuckyWheelLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\PrivateMessageRepository" (parent: .abstract.instanceof.App\Repository\Family\PrivateMessageRepository).
Resolving inheritance for "App\Repository\Family\PrivateMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\PrivateMessageRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Family\RobberyLogRepository" (parent: .abstract.instanceof.App\Repository\Family\RobberyLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\RobberyLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Family\RobberyLogRepository).
Resolving inheritance for "App\Repository\Family\RobberyLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\RobberyLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\RobberyRepository" (parent: .abstract.instanceof.App\Repository\Family\RobberyRepository).
Resolving inheritance for "App\Repository\Family\RobberyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\RobberyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\ShopItemRepository" (parent: .abstract.instanceof.App\Repository\Family\ShopItemRepository).
Resolving inheritance for "App\Repository\Family\ShopItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\ShopItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\ShopItemsRepository" (parent: .abstract.instanceof.App\Repository\Family\ShopItemsRepository).
Resolving inheritance for "App\Repository\Family\ShopItemsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\ShopItemsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\TransactionRepository" (parent: .abstract.instanceof.App\Repository\Family\TransactionRepository).
Resolving inheritance for "App\Repository\Family\TransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\TransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqCategoryRepository" (parent: .abstract.instanceof.App\Repository\FaqCategoryRepository).
Resolving inheritance for "App\Repository\FaqCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository" (parent: .abstract.instanceof.App\Repository\FaqRepository).
Resolving inheritance for "App\Repository\FaqRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\ForumBanRepository" (parent: .abstract.instanceof.App\Repository\Forum\ForumBanRepository).
Resolving inheritance for "App\Repository\Forum\ForumBanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\ForumBanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\ForumCategoryRepository" (parent: .abstract.instanceof.App\Repository\Forum\ForumCategoryRepository).
Resolving inheritance for "App\Repository\Forum\ForumCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\ForumCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\ForumMuteRepository" (parent: .abstract.instanceof.App\Repository\Forum\ForumMuteRepository).
Resolving inheritance for "App\Repository\Forum\ForumMuteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\ForumMuteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\ForumPostRepository" (parent: .abstract.instanceof.App\Repository\Forum\ForumPostRepository).
Resolving inheritance for "App\Repository\Forum\ForumPostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\ForumPostRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\ForumTopicRepository" (parent: .abstract.instanceof.App\Repository\Forum\ForumTopicRepository).
Resolving inheritance for "App\Repository\Forum\ForumTopicRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\ForumTopicRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FriendsEnemiesRepository" (parent: .abstract.instanceof.App\Repository\FriendsEnemiesRepository).
Resolving inheritance for "App\Repository\FriendsEnemiesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FriendsEnemiesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\HorseRace\BetRepository" (parent: .abstract.instanceof.App\Repository\Gamble\HorseRace\BetRepository).
Resolving inheritance for "App\Repository\Gamble\HorseRace\BetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\HorseRace\BetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\HorseRace\HorseRepository" (parent: .abstract.instanceof.App\Repository\Gamble\HorseRace\HorseRepository).
Resolving inheritance for "App\Repository\Gamble\HorseRace\HorseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\HorseRace\HorseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\HorseRace\RaceRepository" (parent: .abstract.instanceof.App\Repository\Gamble\HorseRace\RaceRepository).
Resolving inheritance for "App\Repository\Gamble\HorseRace\RaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\HorseRace\RaceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\HorseRace\ResultRepository" (parent: .abstract.instanceof.App\Repository\Gamble\HorseRace\ResultRepository).
Resolving inheritance for "App\Repository\Gamble\HorseRace\ResultRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\HorseRace\ResultRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\Lottery\LotteryTicketRepository" (parent: .abstract.instanceof.App\Repository\Gamble\Lottery\LotteryTicketRepository).
Resolving inheritance for "App\Repository\Gamble\Lottery\LotteryTicketRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\Lottery\LotteryTicketRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\Lottery\VipLotteryRepository" (parent: .abstract.instanceof.App\Repository\Gamble\Lottery\VipLotteryRepository).
Resolving inheritance for "App\Repository\Gamble\Lottery\VipLotteryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\Lottery\VipLotteryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\Lottery\VipLotteryTicketRepository" (parent: .abstract.instanceof.App\Repository\Gamble\Lottery\VipLotteryTicketRepository).
Resolving inheritance for "App\Repository\Gamble\Lottery\VipLotteryTicketRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\Lottery\VipLotteryTicketRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\LuckyWheelLogRepository" (parent: .abstract.instanceof.App\Repository\Gamble\LuckyWheelLogRepository).
Resolving inheritance for "App\Repository\Gamble\LuckyWheelLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\LuckyWheelLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\RussianRouletteLogRepository" (parent: .abstract.instanceof.App\Repository\Gamble\RussianRouletteLogRepository).
Resolving inheritance for "App\Repository\Gamble\RussianRouletteLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\RussianRouletteLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\RussianRouletteRepository" (parent: .abstract.instanceof.App\Repository\Gamble\RussianRouletteRepository).
Resolving inheritance for "App\Repository\Gamble\RussianRouletteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\RussianRouletteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GameObject\GameObjectAuctionRepository" (parent: .abstract.instanceof.App\Repository\GameObject\GameObjectAuctionRepository).
Resolving inheritance for "App\Repository\GameObject\GameObjectAuctionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GameObject\GameObjectAuctionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GameObject\GameObjectLogRepository" (parent: .abstract.instanceof.App\Repository\GameObject\GameObjectLogRepository).
Resolving inheritance for "App\Repository\GameObject\GameObjectLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GameObject\GameObjectLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GameObject\GameObjectRepository" (parent: .abstract.instanceof.App\Repository\GameObject\GameObjectRepository).
Resolving inheritance for "App\Repository\GameObject\GameObjectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GameObject\GameObjectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HallOfFameRepository" (parent: .abstract.instanceof.App\Repository\HallOfFameRepository).
Resolving inheritance for "App\Repository\HallOfFameRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HallOfFameRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HelpdeskTicketRepository" (parent: .abstract.instanceof.App\Repository\HelpdeskTicketRepository).
Resolving inheritance for "App\Repository\HelpdeskTicketRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HelpdeskTicketRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JobRepository" (parent: .abstract.instanceof.App\Repository\JobRepository).
Resolving inheritance for "App\Repository\JobRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JobRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\AttackLogRepository" (parent: .abstract.instanceof.App\Repository\Log\AttackLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\AttackLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\AttackLogRepository).
Resolving inheritance for "App\Repository\Log\AttackLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\AttackLogRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\BankLogRepository" (parent: .abstract.instanceof.App\Repository\Log\BankLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\BankLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\BankLogRepository).
Resolving inheritance for "App\Repository\Log\BankLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\BankLogRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\BonusLogRepository" (parent: .abstract.instanceof.App\Repository\Log\BonusLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\BonusLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\BonusLogRepository).
Resolving inheritance for "App\Repository\Log\BonusLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\BonusLogRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\CashLogRepository" (parent: .abstract.instanceof.App\Repository\Log\CashLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\CashLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\CashLogRepository).
Resolving inheritance for "App\Repository\Log\CashLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\CashLogRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\ClickLogRepository" (parent: .abstract.instanceof.App\Repository\Log\ClickLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\ClickLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\ClickLogRepository).
Resolving inheritance for "App\Repository\Log\ClickLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\ClickLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\CreditLogRepository" (parent: .abstract.instanceof.App\Repository\Log\CreditLogRepository).
Resolving inheritance for "App\Repository\Log\CreditLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\CreditLogRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\FamilyShopLogRepository" (parent: .abstract.instanceof.App\Repository\Log\FamilyShopLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\FamilyShopLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\FamilyShopLogRepository).
Resolving inheritance for "App\Repository\Log\FamilyShopLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\FamilyShopLogRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\HigherLowerLogRepository" (parent: .abstract.instanceof.App\Repository\Log\HigherLowerLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\HigherLowerLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\HigherLowerLogRepository).
Resolving inheritance for "App\Repository\Log\HigherLowerLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\HigherLowerLogRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\HospitalLogRepository" (parent: .abstract.instanceof.App\Repository\Log\HospitalLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\HospitalLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\HospitalLogRepository).
Resolving inheritance for "App\Repository\Log\HospitalLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\HospitalLogRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\KillLogRepository" (parent: .abstract.instanceof.App\Repository\Log\KillLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\KillLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\KillLogRepository).
Resolving inheritance for "App\Repository\Log\KillLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\KillLogRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\KillerRepository" (parent: .abstract.instanceof.App\Repository\Log\KillerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\KillerRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\KillerRepository).
Resolving inheritance for "App\Repository\Log\KillerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\KillerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\LoginLogRepository" (parent: .abstract.instanceof.App\Repository\Log\LoginLogRepository).
Resolving inheritance for "App\Repository\Log\LoginLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\LoginLogRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\PoliceLogRepository" (parent: .abstract.instanceof.App\Repository\Log\PoliceLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\PoliceLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\PoliceLogRepository).
Resolving inheritance for "App\Repository\Log\PoliceLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\PoliceLogRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\ProtectionLogRepository" (parent: .abstract.instanceof.App\Repository\Log\ProtectionLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\ProtectionLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\ProtectionLogRepository).
Resolving inheritance for "App\Repository\Log\ProtectionLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\ProtectionLogRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\RankPromotionRepository" (parent: .abstract.instanceof.App\Repository\Log\RankPromotionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\RankPromotionRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\RankPromotionRepository).
Resolving inheritance for "App\Repository\Log\RankPromotionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\RankPromotionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\RegistrationLogRepository" (parent: .abstract.instanceof.App\Repository\Log\RegistrationLogRepository).
Resolving inheritance for "App\Repository\Log\RegistrationLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\RegistrationLogRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\RespectLogRepository" (parent: .abstract.instanceof.App\Repository\Log\RespectLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\RespectLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\RespectLogRepository).
Resolving inheritance for "App\Repository\Log\RespectLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\RespectLogRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\ScratchCardLogRepository" (parent: .abstract.instanceof.App\Repository\Log\ScratchCardLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\ScratchCardLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\ScratchCardLogRepository).
Resolving inheritance for "App\Repository\Log\ScratchCardLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\ScratchCardLogRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\ShopLogRepository" (parent: .abstract.instanceof.App\Repository\Log\ShopLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\ShopLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\ShopLogRepository).
Resolving inheritance for "App\Repository\Log\ShopLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\ShopLogRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\TravelLogRepository" (parent: .abstract.instanceof.App\Repository\Log\TravelLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\TravelLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\TravelLogRepository).
Resolving inheritance for "App\Repository\Log\TravelLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\TravelLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoginStatisticRepository" (parent: .abstract.instanceof.App\Repository\LoginStatisticRepository).
Resolving inheritance for "App\Repository\LoginStatisticRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoginStatisticRepository).
Resolving inheritance for ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Mission\GameMissionLogRepository" (parent: .abstract.instanceof.App\Repository\Mission\GameMissionLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Mission\GameMissionLogRepository" (parent: .instanceof.App\Repository\RoundLogInterface.0.App\Repository\Mission\GameMissionLogRepository).
Resolving inheritance for "App\Repository\Mission\GameMissionLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Mission\GameMissionLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Mission\GameMissionRepository" (parent: .abstract.instanceof.App\Repository\Mission\GameMissionRepository).
Resolving inheritance for "App\Repository\Mission\GameMissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Mission\GameMissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\News\MailboxRepository" (parent: .abstract.instanceof.App\Repository\News\MailboxRepository).
Resolving inheritance for "App\Repository\News\MailboxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\News\MailboxRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\News\NewsPaperArticleReactionRepository" (parent: .abstract.instanceof.App\Repository\News\NewsPaperArticleReactionRepository).
Resolving inheritance for "App\Repository\News\NewsPaperArticleReactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\News\NewsPaperArticleReactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\News\NewsPaperArticleRepository" (parent: .abstract.instanceof.App\Repository\News\NewsPaperArticleRepository).
Resolving inheritance for "App\Repository\News\NewsPaperArticleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\News\NewsPaperArticleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\News\NewsRepository" (parent: .abstract.instanceof.App\Repository\News\NewsRepository).
Resolving inheritance for "App\Repository\News\NewsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\News\NewsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsRepository" (parent: .abstract.instanceof.App\Repository\NewsRepository).
Resolving inheritance for "App\Repository\NewsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\PollRepository" (parent: .abstract.instanceof.App\Repository\Poll\PollRepository).
Resolving inheritance for "App\Repository\Poll\PollRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\PollRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\PollVoteRepository" (parent: .abstract.instanceof.App\Repository\Poll\PollVoteRepository).
Resolving inheritance for "App\Repository\Poll\PollVoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\PollVoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrivateMessageRepository" (parent: .abstract.instanceof.App\Repository\PrivateMessageRepository).
Resolving inheritance for "App\Repository\PrivateMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrivateMessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrizeRepository" (parent: .abstract.instanceof.App\Repository\PrizeRepository).
Resolving inheritance for "App\Repository\PrizeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrizeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository" (parent: .abstract.instanceof.App\Repository\RoleRepository).
Resolving inheritance for "App\Repository\RoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoundRepository" (parent: .abstract.instanceof.App\Repository\RoundRepository).
Resolving inheritance for "App\Repository\RoundRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoundRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Shops\CallShopItemRepository" (parent: .abstract.instanceof.App\Repository\Shops\CallShopItemRepository).
Resolving inheritance for "App\Repository\Shops\CallShopItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Shops\CallShopItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Shops\DrinkRepository" (parent: .abstract.instanceof.App\Repository\Shops\DrinkRepository).
Resolving inheritance for "App\Repository\Shops\DrinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Shops\DrinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Shops\DrugsRepository" (parent: .abstract.instanceof.App\Repository\Shops\DrugsRepository).
Resolving inheritance for "App\Repository\Shops\DrugsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Shops\DrugsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Shops\ShopItemRepository" (parent: .abstract.instanceof.App\Repository\Shops\ShopItemRepository).
Resolving inheritance for "App\Repository\Shops\ShopItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Shops\ShopItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Shops\ShopItemsRepository" (parent: .abstract.instanceof.App\Repository\Shops\ShopItemsRepository).
Resolving inheritance for "App\Repository\Shops\ShopItemsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Shops\ShopItemsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Shops\UserDrinkRepository" (parent: .abstract.instanceof.App\Repository\Shops\UserDrinkRepository).
Resolving inheritance for "App\Repository\Shops\UserDrinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Shops\UserDrinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransactionRepository" (parent: .abstract.instanceof.App\Repository\TransactionRepository).
Resolving inheritance for "App\Repository\TransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserData\ExtraAccountRepository" (parent: .abstract.instanceof.App\Repository\UserData\ExtraAccountRepository).
Resolving inheritance for "App\Repository\UserData\ExtraAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserData\ExtraAccountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Round\Controller\PrizesController" (parent: .abstract.instanceof.App\Round\Controller\PrizesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Round\Controller\PrizesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Round\Controller\PrizesController).
Resolving inheritance for "App\Round\Controller\PrizesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Round\Controller\PrizesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Round\Controller\ResetController" (parent: .abstract.instanceof.App\Round\Controller\ResetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Round\Controller\ResetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Round\Controller\ResetController).
Resolving inheritance for "App\Round\Controller\ResetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Round\Controller\ResetController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Round\Form\PrizeType" (parent: .abstract.instanceof.App\Round\Form\PrizeType).
Resolving inheritance for "App\Round\Form\PrizeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Round\Form\PrizeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Round\Form\RoundType" (parent: .abstract.instanceof.App\Round\Form\RoundType).
Resolving inheritance for "App\Round\Form\RoundType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Round\Form\RoundType).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AuctionVoter" (parent: .abstract.instanceof.App\Security\Voter\AuctionVoter).
Resolving inheritance for "App\Security\Voter\AuctionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AuctionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FamilyManagementVoter" (parent: .abstract.instanceof.App\Security\Voter\FamilyManagementVoter).
Resolving inheritance for "App\Security\Voter\FamilyManagementVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FamilyManagementVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FamilyMessageVoter" (parent: .abstract.instanceof.App\Security\Voter\FamilyMessageVoter).
Resolving inheritance for "App\Security\Voter\FamilyMessageVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FamilyMessageVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FamilyRobberyVoter" (parent: .abstract.instanceof.App\Security\Voter\FamilyRobberyVoter).
Resolving inheritance for "App\Security\Voter\FamilyRobberyVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FamilyRobberyVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FamilyVoter" (parent: .abstract.instanceof.App\Security\Voter\FamilyVoter).
Resolving inheritance for "App\Security\Voter\FamilyVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FamilyVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Forum\CategoryViewVoter" (parent: .abstract.instanceof.App\Security\Voter\Forum\CategoryViewVoter).
Resolving inheritance for "App\Security\Voter\Forum\CategoryViewVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Forum\CategoryViewVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Forum\NewTopicVoter" (parent: .abstract.instanceof.App\Security\Voter\Forum\NewTopicVoter).
Resolving inheritance for "App\Security\Voter\Forum\NewTopicVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Forum\NewTopicVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Forum\PostVoter" (parent: .abstract.instanceof.App\Security\Voter\Forum\PostVoter).
Resolving inheritance for "App\Security\Voter\Forum\PostVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Forum\PostVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Forum\TopicVoter" (parent: .abstract.instanceof.App\Security\Voter\Forum\TopicVoter).
Resolving inheritance for "App\Security\Voter\Forum\TopicVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Forum\TopicVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PrivateMessageVoter" (parent: .abstract.instanceof.App\Security\Voter\PrivateMessageVoter).
Resolving inheritance for "App\Security\Voter\PrivateMessageVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PrivateMessageVoter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\ClickExtension" (parent: .abstract.instanceof.App\TwigExtensions\ClickExtension).
Resolving inheritance for "App\TwigExtensions\ClickExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\ClickExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\FlashMessagesExtension" (parent: .abstract.instanceof.App\TwigExtensions\FlashMessagesExtension).
Resolving inheritance for "App\TwigExtensions\FlashMessagesExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\FlashMessagesExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\ForumExtension" (parent: .abstract.instanceof.App\TwigExtensions\ForumExtension).
Resolving inheritance for "App\TwigExtensions\ForumExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\ForumExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\HtmlExtension" (parent: .abstract.instanceof.App\TwigExtensions\HtmlExtension).
Resolving inheritance for "App\TwigExtensions\HtmlExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\HtmlExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\MainLayoutExtension" (parent: .abstract.instanceof.App\TwigExtensions\MainLayoutExtension).
Resolving inheritance for "App\TwigExtensions\MainLayoutExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\MainLayoutExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\MessagesExtension" (parent: .abstract.instanceof.App\TwigExtensions\MessagesExtension).
Resolving inheritance for "App\TwigExtensions\MessagesExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\MessagesExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\PrizesExtension" (parent: .abstract.instanceof.App\TwigExtensions\PrizesExtension).
Resolving inheritance for "App\TwigExtensions\PrizesExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\PrizesExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\RankExtension" (parent: .abstract.instanceof.App\TwigExtensions\RankExtension).
Resolving inheritance for "App\TwigExtensions\RankExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\RankExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\StatisticExtension" (parent: .abstract.instanceof.App\TwigExtensions\StatisticExtension).
Resolving inheritance for "App\TwigExtensions\StatisticExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\StatisticExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\UbbExtension" (parent: .abstract.instanceof.App\TwigExtensions\UbbExtension).
Resolving inheritance for "App\TwigExtensions\UbbExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\UbbExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\BanDataConstraintValidator" (parent: .abstract.instanceof.App\Validation\BanDataConstraintValidator).
Resolving inheritance for "App\Validation\BanDataConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\BanDataConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Family\AvatarConstraintValidator" (parent: .abstract.instanceof.App\Validation\Family\AvatarConstraintValidator).
Resolving inheritance for "App\Validation\Family\AvatarConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Family\AvatarConstraintValidator).
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.asset_mapper" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "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 "state_machine.game" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.game" (parent: workflow.marking_store.method).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
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.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.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.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "limiter._login_local_main" (parent: limiter).
Resolving inheritance for "limiter._login_global_main" (parent: limiter).
Resolving inheritance for "security.listener.login_throttling.main" (parent: security.listener.login_throttling).
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.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.asset_mapper" (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.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
1
Skipping service "App\Family\LuckyWheel\Turner": Class or interface "App\Family\LuckyWheel\Turner" cannot be loaded.
230
Removing service-argument resolver for controller "App\CallCredits\Controller\BuyController::form": no corresponding services exist for the referenced types.
Removing method "setFlashMessage" of service "App\CallCredits\Controller\BuyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\CallCredits\Controller\BuyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Admin\CreditsLogControlller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\CreditsLogControlller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Admin\FamilyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\FamilyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Admin\FaqController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\FaqController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Admin\HelpdeskController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\HelpdeskController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Admin\IndexController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\IndexController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Admin\Log\AccountShareController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\Log\AccountShareController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Admin\Log\LogsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\Log\LogsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Admin\Log\MessageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\Log\MessageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Admin\MailboxController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\MailboxController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Controller\Admin\MassMessageController::form": no corresponding services exist for the referenced types.
Removing method "setFlashMessage" of service "App\Controller\Admin\MassMessageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\MassMessageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Controller\Admin\NewspaperController::addForm": no corresponding services exist for the referenced types.
Removing method "setFlashMessage" of service "App\Controller\Admin\NewspaperController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\NewspaperController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Admin\OnlineController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\OnlineController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Controller\Admin\PollController::addForm": no corresponding services exist for the referenced types.
Removing method "setFlashMessage" of service "App\Controller\Admin\PollController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\PollController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Admin\User\AccountController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\User\AccountController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Controller\Admin\User\BanController::banForm": no corresponding services exist for the referenced types.
Removing method "setFlashMessage" of service "App\Controller\Admin\User\BanController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\User\BanController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Admin\User\ProfileController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\User\ProfileController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Admin\User\RemoveController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\User\RemoveController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Admin\User\SaveController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\User\SaveController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\AuctionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\AuctionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\BankController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\BankController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\BigCrimesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\BigCrimesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\CalculatorController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\CalculatorController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\CarDealerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\CarDealerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\CemeteryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\CemeteryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\CityHallController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\CityHallController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Family\AttackController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Family\AttackController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Family\BankController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Family\BankController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Family\ClickController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Family\ClickController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Family\DonateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Family\DonateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Family\FamilyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Family\FamilyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Controller\Family\JoinController::overview": no corresponding services exist for the referenced types.
Removing method "setFlashMessage" of service "App\Controller\Family\JoinController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Family\JoinController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Family\LeaveController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Family\LeaveController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Family\LogsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Family\LogsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Family\LuckyWheelController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Family\LuckyWheelController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Family\Management\MemberController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Family\Management\MemberController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Family\Management\OverviewController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Family\Management\OverviewController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Controller\Family\Management\ProfileController::avatarForm": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Family\Management\ProfileController::personalMessageForm": no corresponding services exist for the referenced types.
Removing method "setFlashMessage" of service "App\Controller\Family\Management\ProfileController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Family\Management\ProfileController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Controller\Family\Management\ProfileController::sloganForm": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Family\Management\ProfileController::successorForm": no corresponding services exist for the referenced types.
Removing method "setFlashMessage" of service "App\Controller\Family\Management\StatusController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Family\Management\StatusController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Controller\Family\MessageController::form": no corresponding services exist for the referenced types.
Removing method "setFlashMessage" of service "App\Controller\Family\MessageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Family\MessageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Family\NewFamilyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Family\NewFamilyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Family\RobberyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Family\RobberyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Family\ShopController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Family\ShopController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Family\SwissBankController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Family\SwissBankController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Forum\ForumController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Forum\ForumController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Forum\PostController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Forum\PostController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Forum\TopicController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Forum\TopicController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Forum\UserAccessController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Forum\UserAccessController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Gamble\BlackJackController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Gamble\BlackJackController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Gamble\GuessTheNumberController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Gamble\GuessTheNumberController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Gamble\HigherOrLowerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Gamble\HigherOrLowerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Gamble\HorseRaceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Gamble\HorseRaceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Gamble\LotteryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Gamble\LotteryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Gamble\LuckyWheelController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Gamble\LuckyWheelController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Gamble\RockPaperScissorController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Gamble\RockPaperScissorController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Gamble\RouletteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Gamble\RouletteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Gamble\RussianRouletteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Gamble\RussianRouletteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Gamble\SafeCrackingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Gamble\SafeCrackingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Gamble\ScratchCardsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Gamble\ScratchCardsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Gamble\VipLotteryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Gamble\VipLotteryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\GarageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\GarageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\HallOfFameController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\HallOfFameController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\HelpdeskController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\HelpdeskController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\HospitalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\HospitalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\IndexController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\IndexController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\JailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\JailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\JobController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\JobController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\LogsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\LogsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\MemberController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\MemberController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\MissionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\MissionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Controller\MostWantedController::overview": no corresponding services exist for the referenced types.
Removing method "setFlashMessage" of service "App\Controller\MostWantedController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\MostWantedController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\NewsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\NewsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\NewspaperController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\NewspaperController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\OnlineMemberController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\OnlineMemberController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\PlantationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\PlantationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\PollController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\PollController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\PrivacyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\PrivacyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Controller\PrivateMessageController::newForm": no corresponding services exist for the referenced types.
Removing method "setFlashMessage" of service "App\Controller\PrivateMessageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\PrivateMessageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\RaceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\RaceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\RespectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\RespectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\ResurrectionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\ResurrectionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Route66Controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Route66Controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\RulesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\RulesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\SearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\SearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\SecurityTransportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\SecurityTransportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\SellInformationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\SellInformationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Shops\CallCreditsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Shops\CallCreditsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Shops\DrugsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Shops\DrugsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Shops\ItemsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Shops\ItemsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Shops\LiquorController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Shops\LiquorController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\SmallCrimesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\SmallCrimesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\StealCarController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\StealCarController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\SwissBankController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\SwissBankController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\TopListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\TopListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Transport\AirportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Transport\AirportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\Transport\TrainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Transport\TrainController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\User\AttackController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\User\AttackController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\User\AuthenticationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\User\AuthenticationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\User\BlackListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\User\BlackListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\User\EnemiesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\User\EnemiesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\User\FriendsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\User\FriendsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\User\MarriageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\User\MarriageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\User\NotepadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\User\NotepadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\User\ProfileController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\User\ProfileController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\User\ProfileManagementController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\User\ProfileManagementController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Controller\User\VacationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\User\VacationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Round\Controller\PrizesController::overview": no corresponding services exist for the referenced types.
Removing method "setFlashMessage" of service "App\Round\Controller\PrizesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Round\Controller\PrizesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashMessage" of service "App\Round\Controller\ResetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Round\Controller\ResetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
260
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "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\Component\AssetMapper\AssetMapperInterface"; reason: private alias.
Removed service "asset_mapper.http_client"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\ImportMap\ImportMapManager"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; 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\Workflow\Registry"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $game.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $gameStateMachine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $game"; 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 "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 "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; 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 "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 $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "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_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_local_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalMainLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalMainLimiter"; 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 "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $asset_mapper.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $assetMapperLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $lock.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.OSdsPT6"; reason: private alias.
Removed service ".service_locator.CMcm_p1"; reason: private alias.
Removed service ".service_locator.90NLudT"; reason: private alias.
Removed service ".service_locator.8cAYpnX"; reason: private alias.
Removed service ".service_locator.R1JBDp8"; reason: private alias.
Removed service ".service_locator.FcjNfr7"; reason: private alias.
Removed service ".service_locator.LMuqDDe"; reason: private alias.
Removed service ".service_locator.XbFVw2B"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.9Sv5p2L"; 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 "asset_mapper.mapped_asset_factory"; reason: private alias.
Removed service "assets._default_package"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "asset_mapper.public_assets_path_resolver"; reason: private alias.
Removed service "state_machine.game"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.SExcpxt"; reason: private alias.
Removed service ".service_locator.5cKt1SW"; reason: private alias.
Removed service ".service_locator.8fc0xZn"; reason: private alias.
Removed service ".service_locator.i_stD_B"; reason: private alias.
Removed service ".service_locator.ebEjAEb"; reason: private alias.
Removed service ".service_locator.AN95Tft"; reason: private alias.
Removed service ".service_locator.nApnUsv"; reason: private alias.
Removed service ".service_locator.EmZ4cZI"; reason: private alias.
Removed service ".service_locator.y1UF3_A"; reason: private alias.
Removed service ".service_locator.iKQ69Ds"; reason: private alias.
Removed service ".service_locator.85.ILp2"; reason: private alias.
Removed service ".service_locator.s.m96Tr"; reason: private alias.
Removed service ".service_locator.7dktuBo"; reason: private alias.
Removed service ".service_locator.fCISmb2"; reason: private alias.
Removed service ".service_locator.xB4J_vu"; reason: private alias.
Removed service ".service_locator.6oepO2q"; reason: private alias.
Removed service ".service_locator.fu7CZcS"; reason: private alias.
Removed service ".service_locator.AV_Lt5a"; reason: private alias.
Removed service ".service_locator.qJJUJ6r"; reason: private alias.
Removed service ".service_locator.jRGna14"; reason: private alias.
Removed service ".service_locator.fA2Lj3z"; reason: private alias.
Removed service ".service_locator.a4gxaW7"; reason: private alias.
Removed service ".service_locator._4a2sib"; reason: private alias.
Removed service ".service_locator.Oz_2mkV"; reason: private alias.
Removed service ".service_locator.P4pZ1Ct"; reason: private alias.
Removed service ".service_locator.bCZxkOz"; reason: private alias.
Removed service ".service_locator.7iqOOgO"; reason: private alias.
Removed service ".service_locator.T9c190q"; reason: private alias.
Removed service ".service_locator.Ms.1wqp"; reason: private alias.
Removed service ".service_locator.v8xifa0"; reason: private alias.
Removed service ".service_locator.OZIHWl0"; reason: private alias.
Removed service ".service_locator.SdDet_8"; reason: private alias.
Removed service ".service_locator.3FPJpbv"; reason: private alias.
Removed service ".service_locator.7Yf8Nwj"; reason: private alias.
Removed service ".service_locator.I.B8qKA"; reason: private alias.
Removed service ".service_locator.vp64aiN"; reason: private alias.
Removed service ".service_locator.e2W9wUv"; reason: private alias.
Removed service ".service_locator.qOlGgSf"; reason: private alias.
Removed service ".service_locator.jiIj4Ic"; reason: private alias.
Removed service ".service_locator.hpe2vm9"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
355
Changed reference of service "App\Mollie\Routes" previously pointing to "router.default" to "router".
Changed reference of service "App\Mollie\Process" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Crimes\CrimeHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Crimes\CrimeHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Crimes\RobGangsterHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Crimes\RobGangsterHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Crimes\RobGangsterHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Crimes\BigCrimeHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Crimes\BigCrimeHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Crimes\Drinks" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Crimes\Drugs" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Crimes\Plantations" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Crimes\Route66Robbery" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Crimes\Route66Robbery" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Crimes\SecurityTransport" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Crimes\SecurityTransport" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Crimes\SellInformation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Family\LuckyWheel\Killers" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Family\LuckyWheel\MemberKillers" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Family\LuckyWheel\MemberMoney" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Family\LuckyWheel\MemberMoney" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Family\LuckyWheel\MemberPower" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Family\LuckyWheel\MemberSecretLink" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Family\LuckyWheel\Money" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Family\LuckyWheel\Money" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Family\LuckyWheel\NoPrice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Family\LuckyWheel\Power" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Family\LuckyWheel\SecretLink" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Listeners\MissionCompletedListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Listeners\PointsListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Listeners\UserSetupListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Listeners\UserStateListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Listeners\Email\ActivationEmailListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Listeners\Email\ResetPasswordListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Listeners\Email\SendUsernameListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Listeners\Email\SendRemovalListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\Shop\Save" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\Shop\Save" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Shops\Shop\PrivateJet" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Shops\CallShop\Bullets" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\ClickOnline" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\Deposits" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\Health" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\ExtraAccount" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\Interest" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\Killers" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\Money" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\PaidAccount" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\Power" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\PowerCrusher" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\PowerCrusherLevel" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\PowerProtectionAndMoney" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Shops\CallShop\PowerProtectionAndMoney" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\PrivateJet" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\Protection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\RemoveSafe" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\RemoveVacation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\Route66" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\RussianRoulette" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\Safe" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\SecretLink" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\ScratchCard" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\Sponsor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Shops\CallShop\TransferCredits" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Family\Shop\Handlers\PowerItem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Family\Shop\Handlers\ClubHouse" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Family\Shop\Handlers\SecretLink" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Family\Shop\Handlers\SwissBank" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Attack\Attack" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Bank\BankManagement" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Bank\BankTransactions" previously pointing to "router.default" to "router".
Changed reference of service "App\Bank\FamilyBankTransactions" previously pointing to "router.default" to "router".
Changed reference of service "App\Bank\FamilySwissBankTransactions" previously pointing to "router.default" to "router".
Changed reference of service "App\Bank\SwissBankTransactions" previously pointing to "router.default" to "router".
Changed reference of service "App\CacheGenerator" previously pointing to "router.default" to "router".
Changed reference of service "App\CacheGenerator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\CallCredits\Actions" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\CallCredits\Controller\BuyController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\CallCredits\Controller\MollieController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\CallCredits\ProcessPayment" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\CarManagement" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\CityHall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\ClickList" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Command\Cron\HorseRaceMessage" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Cron\HorseRaceMessage" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Admin\CreditsLogControlller" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\FamilyController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\FaqController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\Form\MassPMType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\HelpdeskController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\IndexController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\Log\AccountShareController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\Log\LogsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Admin\Log\LogsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\Log\MessageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\MailboxController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\MassMessageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\NewspaperController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\OnlineController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\PollController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\User\AccountController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\User\BanController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\User\ProfileController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\User\RemoveController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\User\SaveController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AuctionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\BankController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\BigCrimesController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CalculatorController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CarDealerController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CemeteryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CityHallController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\AttackController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\BankController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\ClickController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\DonateController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\FamilyController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\JoinController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\LeaveController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\LogsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\LuckyWheelController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\Management\Form\StatusType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\Management\MemberController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\Management\OverviewController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\Management\ProfileController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\Management\StatusController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\MessageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\NewFamilyController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\RobberyController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\ShopController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Family\SwissBankController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Forum\ForumController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Forum\PostController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Forum\TopicController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Forum\UserAccessController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Gamble\BlackJackController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Gamble\GuessTheNumberController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Gamble\HigherOrLowerController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Gamble\HorseRaceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Gamble\LotteryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Gamble\LuckyWheelController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Gamble\RockPaperScissorController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Gamble\RouletteController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Gamble\RussianRouletteController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Gamble\SafeCrackingController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Gamble\SafeCrackingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Gamble\ScratchCardsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Gamble\VipLotteryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\GarageController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\GarageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\HallOfFameController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\HelpdeskController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\HospitalController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\IndexController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\JailController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\JobController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\LogsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MemberController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MissionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MostWantedController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\NewsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\NewspaperController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\OnlineMemberController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PlantationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PollController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PrivacyController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PrivateMessageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\RaceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\RespectController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ResurrectionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Route66Controller" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\RulesController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SearchController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SecurityTransportController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SellInformationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Shops\CallCreditsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Shops\DrugsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Shops\ItemsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Shops\LiquorController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SmallCrimesController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\StealCarController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\StoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SwissBankController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\TopListController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Transport\AirportController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Transport\TrainController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\AttackController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\AuthenticationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\BlackListController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\EnemiesController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\FriendsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\LinksController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\MarriageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\NotepadController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\ProfileController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\ProfileManagementController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\VacationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Factory\GambleFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Family\Bank" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Family\Bank" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Family\Click" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Family\Click" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Family\Donation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Family\Donation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Family\Management" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Family\Membership" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\FlashMessages\FlashMessage" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Forum\Form\SearchType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Forum\TopicNavigation" previously pointing to "router.default" to "router".
Changed reference of service "App\Gamble\BlackJack\BlackJack" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Gamble\HigherOrLower" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Gamble\Lottery" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Gamble\LuckyWheel" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Gamble\LuckyWheel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Gamble\Roulette\Roulette" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Gamble\RussianRoulette" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Gamble\SafeCracking" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Gamble\ScratchCardResult" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Gamble\ScratchCards" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Hospital" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Jail" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Jail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\JobManagement" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Listeners\HospitalListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Listeners\HospitalListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Listeners\RankUpgradeListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Listeners\RoundListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Listeners\TransportListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Listeners\TransportListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Listeners\UserState\FamilyListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Marriage" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Navigation\Cemetery" previously pointing to "router.default" to "router".
Changed reference of service "App\Navigation\Families" previously pointing to "router.default" to "router".
Changed reference of service "App\Navigation\FriendsEnemies" previously pointing to "router.default" to "router".
Changed reference of service "App\Navigation\MostWanted" previously pointing to "router.default" to "router".
Changed reference of service "App\Navigation\Navigation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Navigation\Ranking" previously pointing to "router.default" to "router".
Changed reference of service "App\Necromancer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Poll\PollHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\PrivateMessage\Admin\BanMessage" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\PrivateMessage\AttackMessage" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\PrivateMessage\FamilyAttack" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\PrivateMessage\FamilyMessages" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\PrivateMessage\FamilyRobberyMessage" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\PrivateMessage\JailMessages" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\PrivateMessage\MarriageMessages" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\PrivateMessage\PrivateMessages" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\PrivateMessage\RobberyMessage" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\PrivateMessage\Route66Message" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\PrivateMessage\RussianRouletteMessage" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Race" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Race" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Repository\Forum\ForumMessages" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Round\Controller\PrizesController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Round\Controller\ResetController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Round\Reset" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Transport\Airfield" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Transport\Train" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TwigExtensions\ClickExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TwigExtensions\ClickExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\TwigExtensions\MainLayoutExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TwigExtensions\MainLayoutExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\TwigExtensions\MessagesExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TwigExtensions\PrizesExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TwigExtensions\RankExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TwigExtensions\StatisticExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TwigExtensions\StatisticExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\Undertaker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\User\DeleteAccount" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\User\Management" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\User\Registration\Authentication" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\User\Registration\Form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\User\Registration\Registration" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.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 "asset_mapper.command.compile" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.abstract" 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 "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.workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.1Z9fEX7" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\AuctionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\FamilyManagementVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\FamilyMessageVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\FamilyRobberyVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\FamilyVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\Forum\CategoryViewVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\Forum\NewTopicVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\Forum\PostVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\Forum\TopicVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\PrivateMessageVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.mG2YTCn" 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._1SGciK" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.game.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.public_alias.App\Command\Cron\Lottery" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.public_alias.App\Command\Cron\Lottery" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.public_alias.App\Command\Cron\Nightly" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.public_alias.App\Command\Cron\VipLottery" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.public_alias.App\Command\Cron\VipLottery" previously pointing to "translator.data_collector" to "translator".
995
Removed service "App\Entity"; reason: abstract.
Removed service "App\Crimes"; reason: abstract.
Removed service "App\Shops"; reason: abstract.
Removed service "App\Mission"; reason: abstract.
Removed service "App\Mollie"; reason: abstract.
Removed service "App\Family\LuckyWheel"; reason: abstract.
Removed service "App\Family\Shop"; 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 "workflow.abstract"; reason: abstract.
Removed service "state_machine.abstract"; reason: abstract.
Removed service "workflow.marking_store.method"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\LoginListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\LoginListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\MissionCompletedListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\MissionCompletedListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\PointsListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\PointsListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\UserSetupListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\UserSetupListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\UserStateListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\UserStateListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Email\ActivationEmailListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\Email\ActivationEmailListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Email\ResetPasswordListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\Email\ResetPasswordListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Email\SendUsernameListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\Email\SendUsernameListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Email\SendRemovalListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\Email\SendRemovalListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Log\UserRegisteredListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\Log\UserRegisteredListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Log\UserRemovedListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\Log\UserRemovedListener"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\RussianRoulette"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\RussianRoulette"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Lottery"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\Lottery"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Job"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\Job"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Click"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\Click"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\ProfileText"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\ProfileText"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Family"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\Family"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Hospital"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\Hospital"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\TopCashRobbery"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\TopCashRobbery"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\CarsOwned"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\CarsOwned"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\WeedUpgrades"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\WeedUpgrades"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\SwissBank"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\SwissBank"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\AmountTriggered"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\AmountTriggered"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Poll"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\Poll"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\BankDeposit"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\BankDeposit"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Attack"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\Attack"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\TopAttackWins"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\TopAttackWins"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\TopPower"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\TopPower"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Respect"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\Respect"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\AllDrugUpgrades"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\AllDrugUpgrades"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Plantation"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\Plantation"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Marriage"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\Marriage"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\AllMissions"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\AllMissions"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\Friends"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\Friends"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\LuckyWheel"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\LuckyWheel"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\SellInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\SellInformation"; reason: abstract.
Removed service ".instanceof.App\Mission\Handlers\HandlerInterface.0.App\Mission\Handlers\FamilyRank"; reason: abstract.
Removed service ".abstract.instanceof.App\Mission\Handlers\FamilyRank"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CallCredits\Controller\BuyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CallCredits\Controller\BuyController"; reason: abstract.
Removed service ".abstract.instanceof.App\CallCredits\Controller\BuyController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CallCredits\Controller\CreditsForm"; reason: abstract.
Removed service ".abstract.instanceof.App\CallCredits\Controller\CreditsForm"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CallCredits\Controller\MollieController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CallCredits\Controller\MollieController"; reason: abstract.
Removed service ".abstract.instanceof.App\CallCredits\Controller\MollieController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddSuperUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddSuperUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssetsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AssetsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ControllerCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ControllerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\HalfHourly"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Cron\HalfHourly"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\HorseRace"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Cron\HorseRace"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\Hourly"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Cron\Hourly"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\Lottery"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Cron\Lottery"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\Midnight"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Cron\Midnight"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\Nightly"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Cron\Nightly"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\OnlineMembers"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Cron\OnlineMembers"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\TenMinutes"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Cron\TenMinutes"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron\VipLottery"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Cron\VipLottery"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CreditsLogControlller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CreditsLogControlller"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CreditsLogControlller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FamilyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FamilyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FamilyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\BanType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Form\BanType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\FamilyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Form\FamilyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\Faq\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Form\Faq\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\Faq\QuestionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Form\Faq\QuestionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\MassPMType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Form\MassPMType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\NewspaperType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Form\NewspaperType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\PollAnswerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Form\PollAnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Form\PollType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Form\PollType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HelpdeskController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HelpdeskController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\HelpdeskController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Log\AccountShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Log\AccountShareController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Log\AccountShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Log\Form\AccountShareType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Log\Form\AccountShareType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Admin\Log\Form\MessagesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Log\Form\MessagesType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Log\LogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Log\LogsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Log\LogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Log\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Log\MessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Log\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MailboxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MailboxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MailboxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MassMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MassMessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MassMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NewspaperController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NewspaperController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\NewspaperController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OnlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OnlineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OnlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PollController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PollController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PollController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\User\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\BanController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\BanController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\User\BanController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\ImpersonateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\ImpersonateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\User\ImpersonateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\User\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\RemoveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\RemoveController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\User\RemoveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\SaveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\SaveController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\User\SaveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuctionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuctionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AuctionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BankController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BankController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BankController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BigCrimesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BigCrimesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BigCrimesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalculatorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalculatorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CalculatorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CaptchaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CaptchaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CaptchaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CarDealerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CarDealerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CarDealerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CemeteryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CemeteryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CemeteryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CityHallController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CityHallController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CityHallController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\AttackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\AttackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\AttackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\BankController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\BankController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\BankController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\ClickController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\ClickController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\ClickController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\DonateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\DonateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\DonateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\FamilyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\FamilyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\FamilyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\FamilyForumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\FamilyForumController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\FamilyForumController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Form\AttackType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\Form\AttackType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Form\JoinType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\Form\JoinType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Form\NewMessageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\Form\NewMessageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Form\ReplyMessageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\Form\ReplyMessageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Form\RobberySetupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\Form\RobberySetupType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\JoinController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\JoinController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\JoinController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\LeaveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\LeaveController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\LeaveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\LogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\LogsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\LogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\LuckyWheelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\LuckyWheelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\LuckyWheelController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Management\Form\AvatarType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\Management\Form\AvatarType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Management\Form\PersonalMessageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\Management\Form\PersonalMessageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Management\Form\RemoveType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\Management\Form\RemoveType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Management\Form\SloganType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\Management\Form\SloganType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Management\Form\StatusType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\Management\Form\StatusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Controller\Family\Management\Form\SuccessorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\Management\Form\SuccessorType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\Management\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\Management\MemberController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\Management\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\Management\OverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\Management\OverviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\Management\OverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\Management\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\Management\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\Management\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\Management\StatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\Management\StatusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\Management\StatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\MessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\NewFamilyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\NewFamilyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\NewFamilyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\RobberyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\RobberyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\RobberyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\ShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\ShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\ShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Family\SwissBankController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Family\SwissBankController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Family\SwissBankController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FaqController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Forum\ForumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Forum\ForumController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Forum\ForumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Forum\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Forum\PostController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Forum\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Forum\TopicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Forum\TopicController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Forum\TopicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Forum\UserAccessController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Forum\UserAccessController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Forum\UserAccessController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\BlackJackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\BlackJackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Gamble\BlackJackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\GuessTheNumberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\GuessTheNumberController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Gamble\GuessTheNumberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\HigherOrLowerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\HigherOrLowerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Gamble\HigherOrLowerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\HorseRaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\HorseRaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Gamble\HorseRaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\LotteryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\LotteryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Gamble\LotteryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\LuckyWheelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\LuckyWheelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Gamble\LuckyWheelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\RockPaperScissorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\RockPaperScissorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Gamble\RockPaperScissorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\RouletteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\RouletteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Gamble\RouletteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\RussianRouletteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\RussianRouletteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Gamble\RussianRouletteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\SafeCrackingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\SafeCrackingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Gamble\SafeCrackingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\ScratchCardsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\ScratchCardsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Gamble\ScratchCardsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Gamble\VipLotteryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Gamble\VipLotteryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Gamble\VipLotteryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GarageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GarageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GarageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HallOfFameController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HallOfFameController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HallOfFameController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelpdeskController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelpdeskController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HelpdeskController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HospitalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HospitalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HospitalController"; 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\JailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\JailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JobController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JobController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\JobController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManualController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManualController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ManualController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MemberController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MissionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MostWantedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MostWantedController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MostWantedController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewspaperController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewspaperController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NewspaperController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OnlineMemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OnlineMemberController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OnlineMemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlantationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlantationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PlantationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PollController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PollController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PollController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrivacyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrivacyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PrivacyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrivateMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrivateMessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PrivateMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QuestionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QuestionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\QuestionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RespectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RespectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RespectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResurrectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResurrectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ResurrectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Route66Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Route66Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Route66Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RulesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RulesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RulesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityTransportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityTransportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityTransportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SellInformationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SellInformationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SellInformationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shops\CallCreditsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shops\CallCreditsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shops\CallCreditsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shops\DrugsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shops\DrugsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shops\DrugsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shops\ItemsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shops\ItemsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shops\ItemsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shops\LiquorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shops\LiquorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shops\LiquorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SmallCrimesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SmallCrimesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SmallCrimesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StealCarController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StealCarController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StealCarController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SwissBankController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SwissBankController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SwissBankController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TopListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TopListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TopListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transport\AirportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transport\AirportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transport\AirportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transport\TrainController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transport\TrainController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transport\TrainController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\AttackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\AttackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\AttackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\AuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\AuthenticationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\AuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\BlackListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\BlackListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\BlackListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\EnemiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\EnemiesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\EnemiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\FriendsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\FriendsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\FriendsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\LinksController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\LinksController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\LinksController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\MarriageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\MarriageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\MarriageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\NotepadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\NotepadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\NotepadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\PasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\PasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\PasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProfileManagementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProfileManagementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\ProfileManagementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\RemoveAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\RemoveAccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\RemoveAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\VacationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\VacationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\VacationController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DrinkType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\DrinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DrugType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\DrugType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FamilyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\FamilyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FinancesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\FinancesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\NarcoticsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\NarcoticsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RoleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\RoleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ShopType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ShopType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FaqType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LoginType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MostWantedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MostWantedType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forum\Form\EditTopicType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forum\Form\EditTopicType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forum\Form\NewTopicType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forum\Form\NewTopicType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forum\Form\PostType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forum\Form\PostType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forum\Form\SearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forum\Form\SearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Helpdesk\HelpdeskTicketType"; reason: abstract.
Removed service ".abstract.instanceof.App\Helpdesk\HelpdeskTicketType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\AuthenticationListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\AuthenticationListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\ForumListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\ForumListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\GambleListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\GambleListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\HospitalListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\HospitalListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\JailListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\JailListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\LanguageSwitcher"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\LanguageSwitcher"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Log\BankListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\Log\BankListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Log\FamilyBankListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\Log\FamilyBankListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\RankUpgradeListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\RankUpgradeListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Round\AccountListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\Round\AccountListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Round\FamilyListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\Round\FamilyListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Round\LocationsListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\Round\LocationsListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Round\LogListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\Round\LogListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\Round\StatisticsListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\Round\StatisticsListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\RoundListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\RoundListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\TransportListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\TransportListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\UserActivatedListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\UserActivatedListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\UserState\FamilyListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\UserState\FamilyListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Listeners\UserState\ProcessionListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Listeners\UserState\ProcessionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\News\Form\MailboxType"; reason: abstract.
Removed service ".abstract.instanceof.App\News\Form\MailboxType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\News\Form\ReactionType"; reason: abstract.
Removed service ".abstract.instanceof.App\News\Form\ReactionType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccountRemovalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccountRemovalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\LogsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Admin\LogsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminUpdateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdminUpdateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlackListRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlackListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CacheRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CacheRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CallCredits\CallCreditsActionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CallCredits\CallCreditsActionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CallCredits\MollieTransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CallCredits\MollieTransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Car\GarageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Car\GarageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Car\ModelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Car\ModelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CarRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CrewRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CrewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Crimes\CrimeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Crimes\CrimeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Crimes\PlantationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Crimes\PlantationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Crimes\Route66Repository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Crimes\Route66Repository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Crimes\SellInformationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Crimes\SellInformationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Crimes\SellInformationUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Crimes\SellInformationUserRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Family\AttackLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\AttackLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Family\AttackLogRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Family\ClickLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\ClickLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Family\ClickLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\FamilyKillerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Family\FamilyKillerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\FamilyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Family\FamilyRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Family\LeaveFamilyLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\LeaveFamilyLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Family\LeaveFamilyLogRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Family\LuckyWheelLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\LuckyWheelLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Family\LuckyWheelLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\PrivateMessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Family\PrivateMessageRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Family\RobberyLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\RobberyLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Family\RobberyLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\RobberyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Family\RobberyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\ShopItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Family\ShopItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\ShopItemsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Family\ShopItemsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Family\TransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Family\TransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FaqCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FaqRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\ForumBanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Forum\ForumBanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\ForumCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Forum\ForumCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\ForumMuteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Forum\ForumMuteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\ForumPostRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Forum\ForumPostRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\ForumTopicRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Forum\ForumTopicRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FriendsEnemiesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FriendsEnemiesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\HorseRace\BetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Gamble\HorseRace\BetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\HorseRace\HorseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Gamble\HorseRace\HorseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\HorseRace\RaceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Gamble\HorseRace\RaceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\HorseRace\ResultRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Gamble\HorseRace\ResultRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\Lottery\LotteryTicketRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Gamble\Lottery\LotteryTicketRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\Lottery\VipLotteryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Gamble\Lottery\VipLotteryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\Lottery\VipLotteryTicketRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Gamble\Lottery\VipLotteryTicketRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\LuckyWheelLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Gamble\LuckyWheelLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\RussianRouletteLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Gamble\RussianRouletteLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gamble\RussianRouletteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Gamble\RussianRouletteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GameObject\GameObjectAuctionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GameObject\GameObjectAuctionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GameObject\GameObjectLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GameObject\GameObjectLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GameObject\GameObjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GameObject\GameObjectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HallOfFameRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HallOfFameRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HelpdeskTicketRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HelpdeskTicketRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JobRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JobRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\AttackLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\AttackLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\AttackLogRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\BankLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\BankLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\BankLogRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\BonusLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\BonusLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\BonusLogRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\CashLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\CashLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\CashLogRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\ClickLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\ClickLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\ClickLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\CreditLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\CreditLogRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\FamilyShopLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\FamilyShopLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\FamilyShopLogRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\HigherLowerLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\HigherLowerLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\HigherLowerLogRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\HospitalLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\HospitalLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\HospitalLogRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\KillLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\KillLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\KillLogRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\KillerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\KillerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\KillerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\LoginLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\LoginLogRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\PoliceLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\PoliceLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\PoliceLogRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\ProtectionLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\ProtectionLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\ProtectionLogRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\RankPromotionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\RankPromotionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\RankPromotionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\RegistrationLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\RegistrationLogRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\RespectLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\RespectLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\RespectLogRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\ScratchCardLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\ScratchCardLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\ScratchCardLogRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\ShopLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\ShopLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\ShopLogRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Log\TravelLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log\TravelLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\TravelLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoginStatisticRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LoginStatisticRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\RoundLogInterface.0.App\Repository\Mission\GameMissionLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Mission\GameMissionLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Mission\GameMissionLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Mission\GameMissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Mission\GameMissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\News\MailboxRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\News\MailboxRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\News\NewsPaperArticleReactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\News\NewsPaperArticleReactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\News\NewsPaperArticleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\News\NewsPaperArticleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\News\NewsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\News\NewsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NewsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\PollRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Poll\PollRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\PollVoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Poll\PollVoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrivateMessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PrivateMessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrizeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PrizeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RoleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoundRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RoundRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Shops\CallShopItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Shops\CallShopItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Shops\DrinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Shops\DrinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Shops\DrugsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Shops\DrugsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Shops\ShopItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Shops\ShopItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Shops\ShopItemsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Shops\ShopItemsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Shops\UserDrinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Shops\UserDrinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserData\ExtraAccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserData\ExtraAccountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Round\Controller\PrizesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Round\Controller\PrizesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Round\Controller\PrizesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Round\Controller\ResetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Round\Controller\ResetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Round\Controller\ResetController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Round\Form\PrizeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Round\Form\PrizeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Round\Form\RoundType"; reason: abstract.
Removed service ".abstract.instanceof.App\Round\Form\RoundType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AuctionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\AuctionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FamilyManagementVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\FamilyManagementVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FamilyMessageVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\FamilyMessageVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FamilyRobberyVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\FamilyRobberyVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FamilyVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\FamilyVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Forum\CategoryViewVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\Forum\CategoryViewVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Forum\NewTopicVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\Forum\NewTopicVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Forum\PostVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\Forum\PostVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Forum\TopicVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\Forum\TopicVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PrivateMessageVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\PrivateMessageVoter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\ClickExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TwigExtensions\ClickExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\FlashMessagesExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TwigExtensions\FlashMessagesExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\ForumExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TwigExtensions\ForumExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\HtmlExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TwigExtensions\HtmlExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\MainLayoutExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TwigExtensions\MainLayoutExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\MessagesExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TwigExtensions\MessagesExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\PrizesExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TwigExtensions\PrizesExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\RankExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TwigExtensions\RankExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\StatisticExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TwigExtensions\StatisticExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\TwigExtensions\UbbExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\TwigExtensions\UbbExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\BanDataConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\BanDataConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Family\AvatarConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Family\AvatarConstraintValidator"; reason: abstract.
139
Removed service "App\Family\LuckyWheel\Turner"; reason: unused.
Removed service "App\Listeners\UserRemoval\FamilyListener"; reason: unused.
Removed service "App\Listeners\UserRemoval\ProcessionListener"; reason: unused.
Removed service "nyholm.psr7.psr17_factory"; reason: unused.
Removed service "App\Admin\CreditsLogTotal"; reason: unused.
Removed service "App\Attack\Result"; reason: unused.
Removed service "App\Controller\Admin\Form\BanData"; reason: unused.
Removed service "App\Events\AccountRemovalEvent"; reason: unused.
Removed service "App\Events\BankEvent"; reason: unused.
Removed service "App\Events\Family\BankEvent"; reason: unused.
Removed service "App\Events\FamilyEvent"; reason: unused.
Removed service "App\Events\Gamble\CrackSafeEvent"; reason: unused.
Removed service "App\Events\Gamble\HigherOrLowerEvent"; reason: unused.
Removed service "App\Events\Gamble\LuckyWheelEvent"; reason: unused.
Removed service "App\Events\HospitalEvent"; reason: unused.
Removed service "App\Events\JailEvent"; reason: unused.
Removed service "App\Events\MissionEvent"; reason: unused.
Removed service "App\Events\ResetPasswordEvent"; reason: unused.
Removed service "App\Events\ResurrectionEvent"; reason: unused.
Removed service "App\Events\RoundEvent"; reason: unused.
Removed service "App\Events\TravelEvent"; reason: unused.
Removed service "App\Events\UserActivatedEvent"; reason: unused.
Removed service "App\Events\UserEvent"; reason: unused.
Removed service "App\Events\UserPromotedEvent"; reason: unused.
Removed service "App\Events\UserRegisteredEvent"; reason: unused.
Removed service "App\Exceptions\CrimeException"; reason: unused.
Removed service "App\Exceptions\JailException"; reason: unused.
Removed service "App\Exceptions\PrivateMessageException"; reason: unused.
Removed service "App\Exceptions\TradeException"; reason: unused.
Removed service "App\Family\AttackResult"; reason: unused.
Removed service "App\Forum\Exception\BanException"; reason: unused.
Removed service "App\Forum\Exception\MuteException"; reason: unused.
Removed service "App\Gamble\BlackJack\Game"; reason: unused.
Removed service "App\Gamble\HigherOrLowerRound"; reason: unused.
Removed service "App\Gamble\Roulette\Table"; reason: unused.
Removed service "App\Gamble\ScratchCardResult"; reason: unused.
Removed service "App\News\NewspaperReactionCount"; reason: unused.
Removed service "App\PrivateMessage\FamilyMessage"; reason: unused.
Removed service "App\Round\Form\PrizeData"; reason: unused.
Removed service "App\Security\Wrapper\FamilyMessageWrapper"; reason: unused.
Removed service "App\Security\Wrapper\PrivateMessageWrapper"; reason: unused.
Removed service "App\TwigExtensions\MenuStatistics"; reason: unused.
Removed service "App\Validation\BanDataConstraint"; reason: unused.
Removed service "App\Validation\Family\AvatarConstraint"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "workflow.security.expression_language"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service "lock.default.factory"; 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_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "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 "chatter.transports"; reason: unused.
Removed service "chatter.transport_factory"; reason: unused.
Removed service "chatter.messenger.chat_handler"; reason: unused.
Removed service "texter.transports"; reason: unused.
Removed service "texter.transport_factory"; reason: unused.
Removed service "texter.messenger.sms_handler"; reason: unused.
Removed service "texter.messenger.push_handler"; reason: unused.
Removed service "notifier.transport_factory.null"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; 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.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.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "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 ".service_locator.YoI3j6_"; reason: unused.
Removed service ".service_locator.YStaxGa"; reason: unused.
Removed service ".service_locator.1Z9fEX7"; reason: unused.
Removed service ".service_locator.BBeOSqW"; reason: unused.
Removed service ".service_locator.8Ct75SK"; reason: unused.
Removed service ".service_locator.iqcr0qb"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.lock"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.0TACwl3"; reason: unused.
587
Inlined service "App\Mollie\Routes" to "App\Mollie\Bridge".
Inlined service "App\PrivateMessage\RobberyMessage" to "App\Crimes\RobGangsterHandler".
Inlined service "App\Factory\Entity\TradeFactory" to "App\Crimes\Drinks".
Inlined service "App\PrivateMessage\Route66Message" to "App\Crimes\Route66Robbery".
Inlined service "App\Mission\Resolver" to "App\Mission\Missions".
Inlined service "App\ClickList" to "App\Shops\CallShop\ClickOnline".
Inlined service "App\PrivateMessage\AttackMessage" to "App\Attack\Attack".
Inlined service "App\Admin\Factory" to "App\Ban".
Inlined service "App\PrivateMessage\Admin\BanMessage" to "App\Ban".
Inlined service "App\Mollie\Process" to "App\CallCredits\Controller\BuyController".
Inlined service ".service_locator.mG2YTCn.App\CallCredits\Controller\BuyController" to "App\CallCredits\Controller\BuyController".
Inlined service "App\CallCredits\ProcessPayment" to "App\CallCredits\Controller\MollieController".
Inlined service ".service_locator.mG2YTCn.App\CallCredits\Controller\MollieController" to "App\CallCredits\Controller\MollieController".
Inlined service "App\CallCredits\Actions" to "App\CallCredits\ProcessPayment".
Inlined service "App\Forum\SystemMessages" to "App\CallCredits\ProcessPayment".
Inlined service "App\Repository\CallCreditsActionRepository" to "App\Controller\Admin\CreditsLogControlller".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\CreditsLogControlller" to "App\Controller\Admin\CreditsLogControlller".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\FamilyController" to "App\Controller\Admin\FamilyController".
Inlined service "App\Admin\Faq" to "App\Controller\Admin\FaqController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\FaqController" to "App\Controller\Admin\FaqController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\HelpdeskController" to "App\Controller\Admin\HelpdeskController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\IndexController" to "App\Controller\Admin\IndexController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\Log\AccountShareController" to "App\Controller\Admin\Log\AccountShareController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\Log\LogsController" to "App\Controller\Admin\Log\LogsController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\Log\MessageController" to "App\Controller\Admin\Log\MessageController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\MailboxController" to "App\Controller\Admin\MailboxController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\MassMessageController" to "App\Controller\Admin\MassMessageController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\NewspaperController" to "App\Controller\Admin\NewspaperController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\OnlineController" to "App\Controller\Admin\OnlineController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\PollController" to "App\Controller\Admin\PollController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\User\AccountController" to "App\Controller\Admin\User\AccountController".
Inlined service "App\Ban" to "App\Controller\Admin\User\BanController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\User\BanController" to "App\Controller\Admin\User\BanController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\User\ImpersonateController" to "App\Controller\Admin\User\ImpersonateController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\User\ProfileController" to "App\Controller\Admin\User\ProfileController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\User\RemoveController" to "App\Controller\Admin\User\RemoveController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Admin\User\SaveController" to "App\Controller\Admin\User\SaveController".
Inlined service ".service_locator.mG2YTCn.App\Controller\AuctionController" to "App\Controller\AuctionController".
Inlined service "App\Bank\BankTransactions" to "App\Controller\BankController".
Inlined service ".service_locator.mG2YTCn.App\Controller\BankController" to "App\Controller\BankController".
Inlined service ".service_locator.mG2YTCn.App\Controller\BigCrimesController" to "App\Controller\BigCrimesController".
Inlined service ".service_locator.mG2YTCn.App\Controller\CalculatorController" to "App\Controller\CalculatorController".
Inlined service ".service_locator.mG2YTCn.App\Controller\CaptchaController" to "App\Controller\CaptchaController".
Inlined service ".service_locator.mG2YTCn.App\Controller\CarDealerController" to "App\Controller\CarDealerController".
Inlined service "App\Navigation\Cemetery" to "App\Controller\CemeteryController".
Inlined service ".service_locator.mG2YTCn.App\Controller\CemeteryController" to "App\Controller\CemeteryController".
Inlined service "App\CityHall" to "App\Controller\CityHallController".
Inlined service ".service_locator.mG2YTCn.App\Controller\CityHallController" to "App\Controller\CityHallController".
Inlined service "App\Family\Attack" to "App\Controller\Family\AttackController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\AttackController" to "App\Controller\Family\AttackController".
Inlined service "App\Bank\FamilyBankTransactions" to "App\Controller\Family\BankController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\BankController" to "App\Controller\Family\BankController".
Inlined service "App\Family\Click" to "App\Controller\Family\ClickController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\ClickController" to "App\Controller\Family\ClickController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\DonateController" to "App\Controller\Family\DonateController".
Inlined service "App\Navigation\Families" to "App\Controller\Family\FamilyController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\FamilyController" to "App\Controller\Family\FamilyController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\FamilyForumController" to "App\Controller\Family\FamilyForumController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\JoinController" to "App\Controller\Family\JoinController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\LeaveController" to "App\Controller\Family\LeaveController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\LogsController" to "App\Controller\Family\LogsController".
Inlined service "App\Family\Turner" to "App\Controller\Family\LuckyWheelController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\LuckyWheelController" to "App\Controller\Family\LuckyWheelController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\Management\MemberController" to "App\Controller\Family\Management\MemberController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\Management\OverviewController" to "App\Controller\Family\Management\OverviewController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\Management\ProfileController" to "App\Controller\Family\Management\ProfileController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\Management\StatusController" to "App\Controller\Family\Management\StatusController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\MessageController" to "App\Controller\Family\MessageController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\NewFamilyController" to "App\Controller\Family\NewFamilyController".
Inlined service "App\Family\Robbery" to "App\Controller\Family\RobberyController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\RobberyController" to "App\Controller\Family\RobberyController".
Inlined service "App\Family\Shop\ItemShop" to "App\Controller\Family\ShopController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\ShopController" to "App\Controller\Family\ShopController".
Inlined service "App\Bank\FamilySwissBankTransactions" to "App\Controller\Family\SwissBankController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Family\SwissBankController" to "App\Controller\Family\SwissBankController".
Inlined service "App\FaqManagement" to "App\Controller\FaqController".
Inlined service ".service_locator.mG2YTCn.App\Controller\FaqController" to "App\Controller\FaqController".
Inlined service "App\Forum\Category" to "App\Controller\Forum\ForumController".
Inlined service "App\Forum\TopicNavigation" to "App\Controller\Forum\ForumController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Forum\ForumController" to "App\Controller\Forum\ForumController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Forum\PostController" to "App\Controller\Forum\PostController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Forum\TopicController" to "App\Controller\Forum\TopicController".
Inlined service "App\Forum\UserAccess" to "App\Controller\Forum\UserAccessController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Forum\UserAccessController" to "App\Controller\Forum\UserAccessController".
Inlined service "App\Gamble\BlackJack\BlackJack" to "App\Controller\Gamble\BlackJackController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Gamble\BlackJackController" to "App\Controller\Gamble\BlackJackController".
Inlined service "App\Gamble\GuessTheNumber" to "App\Controller\Gamble\GuessTheNumberController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Gamble\GuessTheNumberController" to "App\Controller\Gamble\GuessTheNumberController".
Inlined service "App\Gamble\HigherOrLower" to "App\Controller\Gamble\HigherOrLowerController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Gamble\HigherOrLowerController" to "App\Controller\Gamble\HigherOrLowerController".
Inlined service "App\Gamble\HorseRace" to "App\Controller\Gamble\HorseRaceController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Gamble\HorseRaceController" to "App\Controller\Gamble\HorseRaceController".
Inlined service "App\Repository\Gamble\Lottery\LotteryRepository" to "App\Controller\Gamble\LotteryController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Gamble\LotteryController" to "App\Controller\Gamble\LotteryController".
Inlined service "App\Gamble\LuckyWheel" to "App\Controller\Gamble\LuckyWheelController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Gamble\LuckyWheelController" to "App\Controller\Gamble\LuckyWheelController".
Inlined service "App\Gamble\RockPaperScissor" to "App\Controller\Gamble\RockPaperScissorController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Gamble\RockPaperScissorController" to "App\Controller\Gamble\RockPaperScissorController".
Inlined service "App\Gamble\Roulette\Roulette" to "App\Controller\Gamble\RouletteController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Gamble\RouletteController" to "App\Controller\Gamble\RouletteController".
Inlined service "App\Gamble\RussianRoulette" to "App\Controller\Gamble\RussianRouletteController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Gamble\RussianRouletteController" to "App\Controller\Gamble\RussianRouletteController".
Inlined service "App\Gamble\SafeCracking" to "App\Controller\Gamble\SafeCrackingController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Gamble\SafeCrackingController" to "App\Controller\Gamble\SafeCrackingController".
Inlined service "App\Gamble\ScratchCards" to "App\Controller\Gamble\ScratchCardsController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Gamble\ScratchCardsController" to "App\Controller\Gamble\ScratchCardsController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Gamble\VipLotteryController" to "App\Controller\Gamble\VipLotteryController".
Inlined service ".service_locator.mG2YTCn.App\Controller\GarageController" to "App\Controller\GarageController".
Inlined service ".service_locator.mG2YTCn.App\Controller\HallOfFameController" to "App\Controller\HallOfFameController".
Inlined service ".service_locator.mG2YTCn.App\Controller\HelpdeskController" to "App\Controller\HelpdeskController".
Inlined service "App\Hospital" to "App\Controller\HospitalController".
Inlined service ".service_locator.mG2YTCn.App\Controller\HospitalController" to "App\Controller\HospitalController".
Inlined service ".service_locator.mG2YTCn.App\Controller\IndexController" to "App\Controller\IndexController".
Inlined service "App\Jail" to "App\Controller\JailController".
Inlined service ".service_locator.mG2YTCn.App\Controller\JailController" to "App\Controller\JailController".
Inlined service "App\JobManagement" to "App\Controller\JobController".
Inlined service ".service_locator.mG2YTCn.App\Controller\JobController" to "App\Controller\JobController".
Inlined service ".service_locator.mG2YTCn.App\Controller\LogsController" to "App\Controller\LogsController".
Inlined service ".service_locator.mG2YTCn.App\Controller\ManualController" to "App\Controller\ManualController".
Inlined service "App\Navigation\Ranking" to "App\Controller\MemberController".
Inlined service ".service_locator.mG2YTCn.App\Controller\MemberController" to "App\Controller\MemberController".
Inlined service ".service_locator.mG2YTCn.App\Controller\MissionController" to "App\Controller\MissionController".
Inlined service "App\MostWanted" to "App\Controller\MostWantedController".
Inlined service "App\Navigation\MostWanted" to "App\Controller\MostWantedController".
Inlined service ".service_locator.mG2YTCn.App\Controller\MostWantedController" to "App\Controller\MostWantedController".
Inlined service "App\News\News" to "App\Controller\NewsController".
Inlined service ".service_locator.mG2YTCn.App\Controller\NewsController" to "App\Controller\NewsController".
Inlined service ".service_locator.mG2YTCn.App\Controller\NewspaperController" to "App\Controller\NewspaperController".
Inlined service ".service_locator.mG2YTCn.App\Controller\OnlineMemberController" to "App\Controller\OnlineMemberController".
Inlined service "App\Crimes\Plantations" to "App\Controller\PlantationController".
Inlined service ".service_locator.mG2YTCn.App\Controller\PlantationController" to "App\Controller\PlantationController".
Inlined service ".service_locator.mG2YTCn.App\Controller\PollController" to "App\Controller\PollController".
Inlined service ".service_locator.mG2YTCn.App\Controller\PrivacyController" to "App\Controller\PrivacyController".
Inlined service ".service_locator.mG2YTCn.App\Controller\PrivateMessageController" to "App\Controller\PrivateMessageController".
Inlined service ".service_locator.mG2YTCn.App\Controller\QuestionsController" to "App\Controller\QuestionsController".
Inlined service "App\Race" to "App\Controller\RaceController".
Inlined service ".service_locator.mG2YTCn.App\Controller\RaceController" to "App\Controller\RaceController".
Inlined service ".service_locator.mG2YTCn.App\Controller\RespectController" to "App\Controller\RespectController".
Inlined service "App\Necromancer" to "App\Controller\ResurrectionController".
Inlined service ".service_locator.mG2YTCn.App\Controller\ResurrectionController" to "App\Controller\ResurrectionController".
Inlined service "App\Crimes\Route66Robbery" to "App\Controller\Route66Controller".
Inlined service ".service_locator.mG2YTCn.App\Controller\Route66Controller" to "App\Controller\Route66Controller".
Inlined service "App\User\AcceptTerms" to "App\Controller\RulesController".
Inlined service ".service_locator.mG2YTCn.App\Controller\RulesController" to "App\Controller\RulesController".
Inlined service "App\Search" to "App\Controller\SearchController".
Inlined service ".service_locator.mG2YTCn.App\Controller\SearchController" to "App\Controller\SearchController".
Inlined service "App\Crimes\SecurityTransport" to "App\Controller\SecurityTransportController".
Inlined service ".service_locator.mG2YTCn.App\Controller\SecurityTransportController" to "App\Controller\SecurityTransportController".
Inlined service "App\Crimes\SellInformation" to "App\Controller\SellInformationController".
Inlined service ".service_locator.mG2YTCn.App\Controller\SellInformationController" to "App\Controller\SellInformationController".
Inlined service "App\Shops\CallCreditShop" to "App\Controller\Shops\CallCreditsController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Shops\CallCreditsController" to "App\Controller\Shops\CallCreditsController".
Inlined service "App\Crimes\Drugs" to "App\Controller\Shops\DrugsController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Shops\DrugsController" to "App\Controller\Shops\DrugsController".
Inlined service "App\Shops\ItemShop" to "App\Controller\Shops\ItemsController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Shops\ItemsController" to "App\Controller\Shops\ItemsController".
Inlined service "App\Crimes\Drinks" to "App\Controller\Shops\LiquorController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Shops\LiquorController" to "App\Controller\Shops\LiquorController".
Inlined service ".service_locator.mG2YTCn.App\Controller\SmallCrimesController" to "App\Controller\SmallCrimesController".
Inlined service ".service_locator.mG2YTCn.App\Controller\StealCarController" to "App\Controller\StealCarController".
Inlined service ".service_locator.mG2YTCn.App\Controller\StoryController" to "App\Controller\StoryController".
Inlined service "App\Bank\SwissBankTransactions" to "App\Controller\SwissBankController".
Inlined service ".service_locator.mG2YTCn.App\Controller\SwissBankController" to "App\Controller\SwissBankController".
Inlined service ".service_locator.mG2YTCn.App\Controller\TopListController" to "App\Controller\TopListController".
Inlined service "App\Transport\Airfield" to "App\Controller\Transport\AirportController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Transport\AirportController" to "App\Controller\Transport\AirportController".
Inlined service "App\Transport\Train" to "App\Controller\Transport\TrainController".
Inlined service ".service_locator.mG2YTCn.App\Controller\Transport\TrainController" to "App\Controller\Transport\TrainController".
Inlined service "App\Attack\Attack" to "App\Controller\User\AttackController".
Inlined service ".service_locator.mG2YTCn.App\Controller\User\AttackController" to "App\Controller\User\AttackController".
Inlined service "App\User\Registration\Authentication" to "App\Controller\User\AuthenticationController".
Inlined service ".service_locator.mG2YTCn.App\Controller\User\AuthenticationController" to "App\Controller\User\AuthenticationController".
Inlined service "App\BlackList" to "App\Controller\User\BlackListController".
Inlined service ".service_locator.mG2YTCn.App\Controller\User\BlackListController" to "App\Controller\User\BlackListController".
Inlined service ".service_locator.mG2YTCn.App\Controller\User\EnemiesController" to "App\Controller\User\EnemiesController".
Inlined service ".service_locator.mG2YTCn.App\Controller\User\FriendsController" to "App\Controller\User\FriendsController".
Inlined service ".service_locator.mG2YTCn.App\Controller\User\LinksController" to "App\Controller\User\LinksController".
Inlined service "App\Marriage" to "App\Controller\User\MarriageController".
Inlined service ".service_locator.mG2YTCn.App\Controller\User\MarriageController" to "App\Controller\User\MarriageController".
Inlined service ".service_locator.mG2YTCn.App\Controller\User\NotepadController" to "App\Controller\User\NotepadController".
Inlined service ".service_locator.mG2YTCn.App\Controller\User\PasswordController" to "App\Controller\User\PasswordController".
Inlined service "App\User\Profile" to "App\Controller\User\ProfileController".
Inlined service ".service_locator.mG2YTCn.App\Controller\User\ProfileController" to "App\Controller\User\ProfileController".
Inlined service "App\ExtraAccounts" to "App\Controller\User\ProfileManagementController".
Inlined service ".service_locator.mG2YTCn.App\Controller\User\ProfileManagementController" to "App\Controller\User\ProfileManagementController".
Inlined service "App\User\Registration\Form" to "App\Controller\User\RegistrationController".
Inlined service ".service_locator.mG2YTCn.App\Controller\User\RegistrationController" to "App\Controller\User\RegistrationController".
Inlined service ".service_locator.mG2YTCn.App\Controller\User\RemoveAccountController" to "App\Controller\User\RemoveAccountController".
Inlined service ".service_locator.mG2YTCn.App\Controller\User\VacationController" to "App\Controller\User\VacationController".
Inlined service "App\Factory\Entity\UserFactory" to "App\ExtraAccounts".
Inlined service "App\PrivateMessage\FamilyAttack" to "App\Family\Attack".
Inlined service "App\PrivateMessage\FamilyRobberyMessage" to "App\Family\Robbery".
Inlined service "App\Factory\HorseRaceFactory" to "App\Gamble\HorseRace".
Inlined service "App\PrivateMessage\RussianRouletteMessage" to "App\Gamble\RussianRoulette".
Inlined service "App\Helpdesk\Factory" to "App\Helpdesk\Helpdesk".
Inlined service "security.helper" to "App\Listeners\AuthenticationListener".
Inlined service "App\PrivateMessage\JailMessages" to "App\Listeners\JailListener".
Inlined service "App\User\Reset" to "App\Listeners\Round\AccountListener".
Inlined service "App\Bots" to "App\Listeners\Round\AccountListener".
Inlined service "App\Family\Reset" to "App\Listeners\Round\FamilyListener".
Inlined service "App\Statistics" to "App\Listeners\Round\StatisticsListener".
Inlined service "App\FamilyManagement" to "App\Listeners\UserState\FamilyListener".
Inlined service "App\PrivateMessage\MarriageMessages" to "App\Marriage".
Inlined service "App\News\Factory" to "App\News\Newspaper".
Inlined service "App\External\Twitter" to "App\NewsManager".
Inlined service "App\Poll\Factory" to "App\Poll\PollHandler".
Inlined service "App\Round\Prizes" to "App\Round\Controller\PrizesController".
Inlined service ".service_locator.mG2YTCn.App\Round\Controller\PrizesController" to "App\Round\Controller\PrizesController".
Inlined service "App\Round\Rounds" to "App\Round\Controller\ResetController".
Inlined service "App\Round\Reset" to "App\Round\Controller\ResetController".
Inlined service ".service_locator.mG2YTCn.App\Round\Controller\ResetController" to "App\Round\Controller\ResetController".
Inlined service "App\Round\Upload" to "App\Round\Prizes".
Inlined service "App\Repository\RoundRankingRepository" to "App\User\Profile".
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 ".service_locator.QpSCTu9" to "console.command.workflow_dump".
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.asset_mapper.recorder_inner" to "cache.asset_mapper".
Inlined service "asset_mapper.asset_package" to "assets.packages".
Inlined service "asset_mapper.cached_mapped_asset_factory" to "asset_mapper".
Inlined service "asset_mapper.cached_mapped_asset_factory.inner" to "asset_mapper.cached_mapped_asset_factory".
Inlined service "asset_mapper.asset_package.inner" to "asset_mapper.asset_package".
Inlined service "asset_mapper.local_public_assets_filesystem" to "asset_mapper.command.compile".
Inlined service "asset_mapper.importmap.auditor" to "asset_mapper.importmap.command.audit".
Inlined service "asset_mapper.importmap.update_checker" to "asset_mapper.importmap.command.outdated".
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 ".state_machine.game.transition.0" to "state_machine.game.definition".
Inlined service ".state_machine.game.transition.1" to "state_machine.game.definition".
Inlined service ".state_machine.game.transition.2" to "state_machine.game.definition".
Inlined service ".state_machine.game.transition.3" to "state_machine.game.definition".
Inlined service ".state_machine.game.transition.4" to "state_machine.game.definition".
Inlined service ".state_machine.game.transition.5" to "state_machine.game.definition".
Inlined service ".state_machine.game.transition.6" to "state_machine.game.definition".
Inlined service ".state_machine.game.transition.7" to "state_machine.game.definition".
Inlined service ".state_machine.game.transition.8" to "state_machine.game.definition".
Inlined service "state_machine.game.metadata_store" to "state_machine.game.definition".
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.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.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 "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" 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.9Ts9iPz" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.nEl_ThG" 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 "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 "mailer.data_collector" to "profiler".
Inlined service "data_collector.workflow" 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 "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.default_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.VHsrTPK" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.2T6.pVq" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.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 "workflow.twig_extension" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.importmap" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\TwigExtensions\ClickExtension" to "twig".
Inlined service "App\TwigExtensions\FlashMessagesExtension" to "twig".
Inlined service "App\TwigExtensions\ForumExtension" to "twig".
Inlined service "App\TwigExtensions\HtmlExtension" to "twig".
Inlined service "App\TwigExtensions\MainLayoutExtension" to "twig".
Inlined service "App\TwigExtensions\MessagesExtension" to "twig".
Inlined service "App\TwigExtensions\PrizesExtension" to "twig".
Inlined service "App\TwigExtensions\RankExtension" to "twig".
Inlined service "App\TwigExtensions\StatisticExtension" to "twig".
Inlined service "App\TwigExtensions\UbbExtension" 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 "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 "workflow.registry" to "workflow.twig_extension".
Inlined service ".service_locator.wkRIHkh" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "asset_mapper.importmap.renderer" to "twig.runtime.importmap".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" 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.request_matcher.y54KjDl" to "security.access_map".
Inlined service ".security.request_matcher.D_aJg8z" to "security.access_map".
Inlined service ".security.request_matcher.Th_xHLl" to "security.access_map".
Inlined service ".security.request_matcher.OoXgDIb" to "security.access_map".
Inlined service ".security.request_matcher.ww4RjeI" to "security.access_map".
Inlined service ".security.request_matcher.u26lhhs" to "security.access_map".
Inlined service ".security.request_matcher.28NqKnb" to "security.access_map".
Inlined service ".security.request_matcher.BrFfR3a" to "security.access_map".
Inlined service ".security.request_matcher.V5MqTJk" to "security.access_map".
Inlined service ".security.request_matcher.8SRrzUs" to "security.access_map".
Inlined service ".security.request_matcher.VoUj8_y" to "security.access_map".
Inlined service ".security.request_matcher.rCpY4z3" to "security.access_map".
Inlined service ".security.request_matcher.HwiJW1K" to "security.access_map".
Inlined service ".security.request_matcher.tJ4JZmy" to "security.access_map".
Inlined service ".security.request_matcher.YT.iist" to "security.access_map".
Inlined service ".security.request_matcher.zgUyz1A" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "limiter.storage._login_local_main" to "limiter._login_local_main".
Inlined service "limiter.storage._login_global_main" to "limiter._login_global_main".
Inlined service "limiter._login_global_main" to "security.login_throttling.main.limiter".
Inlined service "limiter._login_local_main" to "security.login_throttling.main.limiter".
Inlined service "security.login_throttling.main.limiter" to "security.listener.login_throttling.main".
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 ".security.request_matcher.CN4sBh4" to ".security.request_matcher.y54KjDl".
Inlined service ".security.request_matcher.j5g60EE" to ".security.request_matcher.D_aJg8z".
Inlined service ".security.request_matcher.3A8EV0i" to ".security.request_matcher.Th_xHLl".
Inlined service ".security.request_matcher..IFDpur" to ".security.request_matcher.OoXgDIb".
Inlined service ".security.request_matcher.oY60QcF" to ".security.request_matcher.ww4RjeI".
Inlined service ".security.request_matcher.4esli.v" to ".security.request_matcher.u26lhhs".
Inlined service ".security.request_matcher.obhk0jm" to ".security.request_matcher.28NqKnb".
Inlined service ".security.request_matcher.QiBF6kJ" to ".security.request_matcher.BrFfR3a".
Inlined service ".security.request_matcher.6grUkc_" to ".security.request_matcher.V5MqTJk".
Inlined service ".security.request_matcher.txd74.E" to ".security.request_matcher.8SRrzUs".
Inlined service ".security.request_matcher.IAfg_ty" to ".security.request_matcher.VoUj8_y".
Inlined service ".security.request_matcher.Vnb4Hma" to ".security.request_matcher.rCpY4z3".
Inlined service ".security.request_matcher.Y4pMieZ" to ".security.request_matcher.HwiJW1K".
Inlined service ".security.request_matcher.crFhLYY" to ".security.request_matcher.tJ4JZmy".
Inlined service ".security.request_matcher.Kswge1k" to ".security.request_matcher.YT.iist".
Inlined service ".security.request_matcher._LA_AHr" to ".security.request_matcher.zgUyz1A".
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 "sensiolabs_typescript.public_asset_path_resolver.inner" to "sensiolabs_typescript.public_asset_path_resolver".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "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 "http_client.uri_template" to ".debug.http_client".
Inlined service "debug.state_machine.game.inner" to "debug.state_machine.game".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\Voter\AuctionVoter" to ".debug.security.voter.App\Security\Voter\AuctionVoter".
Inlined service "App\Security\Voter\FamilyManagementVoter" to ".debug.security.voter.App\Security\Voter\FamilyManagementVoter".
Inlined service "App\Security\Voter\FamilyMessageVoter" to ".debug.security.voter.App\Security\Voter\FamilyMessageVoter".
Inlined service "App\Security\Voter\FamilyRobberyVoter" to ".debug.security.voter.App\Security\Voter\FamilyRobberyVoter".
Inlined service "App\Security\Voter\FamilyVoter" to ".debug.security.voter.App\Security\Voter\FamilyVoter".
Inlined service "App\Security\Voter\Forum\CategoryViewVoter" to ".debug.security.voter.App\Security\Voter\Forum\CategoryViewVoter".
Inlined service "App\Security\Voter\Forum\NewTopicVoter" to ".debug.security.voter.App\Security\Voter\Forum\NewTopicVoter".
Inlined service "App\Security\Voter\Forum\PostVoter" to ".debug.security.voter.App\Security\Voter\Forum\PostVoter".
Inlined service "App\Security\Voter\Forum\TopicVoter" to ".debug.security.voter.App\Security\Voter\Forum\TopicVoter".
Inlined service "App\Security\Voter\PrivateMessageVoter" to ".debug.security.voter.App\Security\Voter\PrivateMessageVoter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
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.b.mdbP7" to ".service_locator.b.mdbP7.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 "sensiolabs_typescript.public_asset_path_resolver" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "asset_mapper_compiler" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "assets.empty_version_strategy" to "asset_mapper.asset_package.inner".
Inlined service "assets.context" to "asset_mapper.asset_package.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service "state_machine.game.definition" to "debug.state_machine.game.inner".
Inlined service ".service_locator.iYMVRMZ" to "console.command_loader".
Inlined service ".service_locator.b.mdbP7.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "App\Command\Cron\HorseRaceMessage" to "console.command.public_alias.App\Command\Cron\HorseRace".
Inlined service "App\CacheGenerator" to "console.command.public_alias.App\Command\Cron\TenMinutes".
Inlined service "App\Family\Statistics" to "console.command.public_alias.App\Command\Cron\TenMinutes".
Inlined service "App\LoginStatistics" to "console.command.public_alias.App\Command\Cron\TenMinutes".
Inlined service "App\Undertaker" to "App\Controller\CemeteryController".
Inlined service "App\Undertaker" to "App\Controller\CemeteryController".
Inlined service "App\Gamble\BlackJack\Cards" to "App\Controller\Gamble\BlackJackController".
Inlined service "App\Gamble\BlackJack\Cards" to "App\Controller\Gamble\BlackJackController".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "App\TwigExtensions\Parsers\HtmlParser" to "twig".
Inlined service "App\TwigExtensions\Parsers\HtmlParser" to "twig".
3
Tag "container.decorator" was defined on service(s) "debug.validator", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", ".debug.http_client", "debug.state_machine.game", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.cache", "monolog.logger.asset_mapper", "monolog.logger.mailer", "monolog.logger.security", "monolog.logger.deprecation", but was never used.
Tag "workflow.state_machine" was defined on service(s) "debug.state_machine.game", but was never used.