Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (3)
Time
Message
deprecation
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::getNamespace()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\InfostreamCacheWipeCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\MemberMainPageCacheCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\PageCacheMissesWorkerCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\PageCacheStatsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\PageCacheWipeCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\PageCacheWorkerCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\PublicMainPageCacheCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\SidebarCacheWipeCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\WebSocketStressConfigsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\WriteUsedRedisKeysCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Mage\Task\AbstractTask::getName()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Deploy\GitPushTask" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Mage\Task\AbstractTask::getDescription()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Deploy\GitPushTask" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Mage\Task\AbstractTask::execute()" might add "bool" as a native return type declaration in the future. Do the same in child class "App\Deploy\GitPushTask" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Mage\Task\AbstractTask::getName()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Deploy\GitTagTask" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Mage\Task\AbstractTask::getDescription()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Deploy\GitTagTask" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Mage\Task\AbstractTask::execute()" might add "bool" as a native return type declaration in the future. Do the same in child class "App\Deploy\GitTagTask" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\LogoutSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\PageCacheSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\Booking\BookingFieldsFormCreditCard" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\Booking\BookingFieldsFormDirectDebit" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\BooleanTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\BooleanTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\ContentCommentForm" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\CustomType\SinceChoiceType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\MediacenterSearchForm" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\Webmaster\CampaignFilterForm" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "App\Security\ApiUserProvider" should implement method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByIdentifier(string $identifier): UserInterface": loads the user for the given user identifier (e.g. username or email). This method must throw UserNotFoundException if the user is not found.
Method "Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface::start()" might add "Response" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Http\Authenticator\AuthenticatorInterface::authenticate()" might add "Passport" as a native return type declaration in the future. Do the same in implementation "App\Security\RememberMeAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface::warmUp()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Service\Client\BonusService" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Contracts\Service\ServiceSubscriberInterface::getSubscribedServices()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Service\Client\Booking\BookingFacade" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface::warmUp()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Service\Client\Content\CategoryService" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface::warmUp()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Service\Client\Content\ImagesetListingService" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface::warmUp()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Service\Client\Content\VideoListingService" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface::warmUp()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Service\Client\MarketingImageService" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface::warmUp()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Service\Client\User\AmateurListingService" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Subscriber\Caching\MessengerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Subscriber\KernelExceptionSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Subscriber\User\ProdUserListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\MemberExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports()" might add "bool" as a native return type declaration in the future. Do the same in child class "App\Voter\GuestbookVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::voteOnAttribute()" might add "bool" as a native return type declaration in the future. Do the same in child class "App\Voter\GuestbookVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: Option "enabled_locales" at "framework.translator" is deprecated, set the "framework.enabled_locales" option instead.
Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Frivol\Common\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Security\DirectLoginAuthenticator" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Security\LoginFormAuthenticator" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Security\WMLoginFormAuthenticator" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface" alias is deprecated, use the new authenticator system instead. It is being referenced by the "App\Service\AuthenticationHelper" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Subscriber\User\MessageSentSubscriber" service.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Frivol\Common\Command\IncrementCacheCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated.
User Deprecated: Since symfony/security-core 5.4: The "IS_AUTHENTICATED_ANONYMOUSLY" security attribute is deprecated, use "PUBLIC_ACCESS" for public resources, otherwise use "IS_AUTHENTICATED" or "IS_AUTHENTICATED_FULLY" instead if you want to check if the request is (fully) authenticated.
of type array: Redis maxmemory-policy setting "allkeys-lru" is *not* supported by RedisTagAwareAdapter, use "noeviction" or "volatile-*" eviction policies.
of type array: Redis maxmemory-policy setting "allkeys-lru" is *not* supported by RedisTagAwareAdapter, use "noeviction" or "volatile-*" eviction policies.
of type array: Redis maxmemory-policy setting "allkeys-lru" is *not* supported by RedisTagAwareAdapter, use "noeviction" or "volatile-*" eviction policies.
of type array: Redis maxmemory-policy setting "allkeys-lru" is *not* supported by RedisTagAwareAdapter, use "noeviction" or "volatile-*" eviction policies.
of type array: Redis maxmemory-policy setting "allkeys-lru" is *not* supported by RedisTagAwareAdapter, use "noeviction" or "volatile-*" eviction policies.
of type array: Redis maxmemory-policy setting "allkeys-lru" is *not* supported by RedisTagAwareAdapter, use "noeviction" or "volatile-*" eviction policies.
of type array: Redis maxmemory-policy setting "allkeys-lru" is *not* supported by RedisTagAwareAdapter, use "noeviction" or "volatile-*" eviction policies.
of type array: Redis maxmemory-policy setting "allkeys-lru" is *not* supported by RedisTagAwareAdapter, use "noeviction" or "volatile-*" eviction policies.
Log messages generated during the compilation of the service container.
Messages
Class
438
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfostreamCacheWipeCommand" (parent: .abstract.instanceof.App\Command\InfostreamCacheWipeCommand).
Resolving inheritance for "App\Command\InfostreamCacheWipeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfostreamCacheWipeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MemberMainPageCacheCommand" (parent: .abstract.instanceof.App\Command\MemberMainPageCacheCommand).
Resolving inheritance for "App\Command\MemberMainPageCacheCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MemberMainPageCacheCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PageCacheMissesWorkerCommand" (parent: .abstract.instanceof.App\Command\PageCacheMissesWorkerCommand).
Resolving inheritance for "App\Command\PageCacheMissesWorkerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PageCacheMissesWorkerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PageCacheStatsCommand" (parent: .abstract.instanceof.App\Command\PageCacheStatsCommand).
Resolving inheritance for "App\Command\PageCacheStatsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PageCacheStatsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PageCacheWipeCommand" (parent: .abstract.instanceof.App\Command\PageCacheWipeCommand).
Resolving inheritance for "App\Command\PageCacheWipeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PageCacheWipeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PageCacheWorkerCommand" (parent: .abstract.instanceof.App\Command\PageCacheWorkerCommand).
Resolving inheritance for "App\Command\PageCacheWorkerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PageCacheWorkerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PublicMainPageCacheCommand" (parent: .abstract.instanceof.App\Command\PublicMainPageCacheCommand).
Resolving inheritance for "App\Command\PublicMainPageCacheCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PublicMainPageCacheCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SidebarCacheWipeCommand" (parent: .abstract.instanceof.App\Command\SidebarCacheWipeCommand).
Resolving inheritance for "App\Command\SidebarCacheWipeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SidebarCacheWipeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WebSocketStressConfigsCommand" (parent: .abstract.instanceof.App\Command\WebSocketStressConfigsCommand).
Resolving inheritance for "App\Command\WebSocketStressConfigsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WebSocketStressConfigsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WriteUsedRedisKeysCommand" (parent: .abstract.instanceof.App\Command\WriteUsedRedisKeysCommand).
Resolving inheritance for "App\Command\WriteUsedRedisKeysCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WriteUsedRedisKeysCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Adserver\AmateuradController" (parent: .abstract.instanceof.App\Controller\Adserver\AmateuradController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Adserver\AmateuradController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Adserver\AmateuradController).
Resolving inheritance for "App\Controller\Adserver\AmateuradController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Adserver\AmateuradController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AmateurUpgradeController" (parent: .abstract.instanceof.App\Controller\AmateurUpgradeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AmateurUpgradeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AmateurUpgradeController).
Resolving inheritance for "App\Controller\AmateurUpgradeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AmateurUpgradeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\ActorController" (parent: .abstract.instanceof.App\Controller\Amateurcenter\ActorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\ActorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\ActorController).
Resolving inheritance for "App\Controller\Amateurcenter\ActorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\ActorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\BalanceController" (parent: .abstract.instanceof.App\Controller\Amateurcenter\BalanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\BalanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\BalanceController).
Resolving inheritance for "App\Controller\Amateurcenter\BalanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\BalanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\BlogEntryController" (parent: .abstract.instanceof.App\Controller\Amateurcenter\BlogEntryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\BlogEntryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\BlogEntryController).
Resolving inheritance for "App\Controller\Amateurcenter\BlogEntryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\BlogEntryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\CategoryController" (parent: .abstract.instanceof.App\Controller\Amateurcenter\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\CategoryController).
Resolving inheritance for "App\Controller\Amateurcenter\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\ContentController" (parent: .abstract.instanceof.App\Controller\Amateurcenter\ContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\ContentController).
Resolving inheritance for "App\Controller\Amateurcenter\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\ContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\ImagesetController" (parent: .abstract.instanceof.App\Controller\Amateurcenter\ImagesetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\ImagesetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\ImagesetController).
Resolving inheritance for "App\Controller\Amateurcenter\ImagesetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\ImagesetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\IndexController" (parent: .abstract.instanceof.App\Controller\Amateurcenter\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\IndexController).
Resolving inheritance for "App\Controller\Amateurcenter\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\MessengerController" (parent: .abstract.instanceof.App\Controller\Amateurcenter\MessengerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\MessengerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\MessengerController).
Resolving inheritance for "App\Controller\Amateurcenter\MessengerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\MessengerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\VideoController" (parent: .abstract.instanceof.App\Controller\Amateurcenter\VideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\VideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\VideoController).
Resolving inheritance for "App\Controller\Amateurcenter\VideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\VideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\ExternalBookingController" (parent: .abstract.instanceof.App\Controller\Booking\ExternalBookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\ExternalBookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\ExternalBookingController).
Resolving inheritance for "App\Controller\Booking\ExternalBookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\ExternalBookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\MainBookingController" (parent: .abstract.instanceof.App\Controller\Booking\MainBookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\MainBookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\MainBookingController).
Resolving inheritance for "App\Controller\Booking\MainBookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\MainBookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CachedPageActionController" (parent: .abstract.instanceof.App\Controller\CachedPageActionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CachedPageActionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CachedPageActionController).
Resolving inheritance for "App\Controller\CachedPageActionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CachedPageActionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\CategoryImagesetController" (parent: .abstract.instanceof.App\Controller\Content\CategoryImagesetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\CategoryImagesetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\CategoryImagesetController).
Resolving inheritance for "App\Controller\Content\CategoryImagesetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\CategoryImagesetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\CategoryVideoController" (parent: .abstract.instanceof.App\Controller\Content\CategoryVideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\CategoryVideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\CategoryVideoController).
Resolving inheritance for "App\Controller\Content\CategoryVideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\CategoryVideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\ContentCommentController" (parent: .abstract.instanceof.App\Controller\Content\ContentCommentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\ContentCommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\ContentCommentController).
Resolving inheritance for "App\Controller\Content\ContentCommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\ContentCommentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\ContentReportController" (parent: .abstract.instanceof.App\Controller\Content\ContentReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\ContentReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\ContentReportController).
Resolving inheritance for "App\Controller\Content\ContentReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\ContentReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\ImagesetController" (parent: .abstract.instanceof.App\Controller\Content\ImagesetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\ImagesetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\ImagesetController).
Resolving inheritance for "App\Controller\Content\ImagesetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\ImagesetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\VideoController" (parent: .abstract.instanceof.App\Controller\Content\VideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\VideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\VideoController).
Resolving inheritance for "App\Controller\Content\VideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\VideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GlobalFeedController" (parent: .abstract.instanceof.App\Controller\GlobalFeedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GlobalFeedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GlobalFeedController).
Resolving inheritance for "App\Controller\GlobalFeedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GlobalFeedController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Groups\GroupController" (parent: .abstract.instanceof.App\Controller\Groups\GroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Groups\GroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Groups\GroupController).
Resolving inheritance for "App\Controller\Groups\GroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Groups\GroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Groups\IndexController" (parent: .abstract.instanceof.App\Controller\Groups\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Groups\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Groups\IndexController).
Resolving inheritance for "App\Controller\Groups\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Groups\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Groups\MembershipController" (parent: .abstract.instanceof.App\Controller\Groups\MembershipController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Groups\MembershipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Groups\MembershipController).
Resolving inheritance for "App\Controller\Groups\MembershipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Groups\MembershipController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Groups\ModeratorController" (parent: .abstract.instanceof.App\Controller\Groups\ModeratorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Groups\ModeratorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Groups\ModeratorController).
Resolving inheritance for "App\Controller\Groups\ModeratorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Groups\ModeratorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Groups\PostController" (parent: .abstract.instanceof.App\Controller\Groups\PostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Groups\PostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Groups\PostController).
Resolving inheritance for "App\Controller\Groups\PostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Groups\PostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Groups\ThreadController" (parent: .abstract.instanceof.App\Controller\Groups\ThreadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Groups\ThreadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Groups\ThreadController).
Resolving inheritance for "App\Controller\Groups\ThreadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Groups\ThreadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegacyUrlRedirectController" (parent: .abstract.instanceof.App\Controller\LegacyUrlRedirectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegacyUrlRedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegacyUrlRedirectController).
Resolving inheritance for "App\Controller\LegacyUrlRedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegacyUrlRedirectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LivecamController" (parent: .abstract.instanceof.App\Controller\LivecamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LivecamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LivecamController).
Resolving inheritance for "App\Controller\LivecamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LivecamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Marketing\NewsController" (parent: .abstract.instanceof.App\Controller\Marketing\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Marketing\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Marketing\NewsController).
Resolving inheritance for "App\Controller\Marketing\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Marketing\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Media\MemberMediaController" (parent: .abstract.instanceof.App\Controller\Media\MemberMediaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Media\MemberMediaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Media\MemberMediaController).
Resolving inheritance for "App\Controller\Media\MemberMediaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Media\MemberMediaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediacenterController" (parent: .abstract.instanceof.App\Controller\MediacenterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediacenterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediacenterController).
Resolving inheritance for "App\Controller\MediacenterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediacenterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\AttachmentController" (parent: .abstract.instanceof.App\Controller\Messenger\AttachmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\AttachmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\AttachmentController).
Resolving inheritance for "App\Controller\Messenger\AttachmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\AttachmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\ConversationRouteController" (parent: .abstract.instanceof.App\Controller\Messenger\ConversationRouteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\ConversationRouteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\ConversationRouteController).
Resolving inheritance for "App\Controller\Messenger\ConversationRouteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\ConversationRouteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\MassmailerController" (parent: .abstract.instanceof.App\Controller\Messenger\MassmailerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\MassmailerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\MassmailerController).
Resolving inheritance for "App\Controller\Messenger\MassmailerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\MassmailerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\MessageController" (parent: .abstract.instanceof.App\Controller\Messenger\MessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\MessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\MessageController).
Resolving inheritance for "App\Controller\Messenger\MessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\MessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\MessengerController" (parent: .abstract.instanceof.App\Controller\Messenger\MessengerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\MessengerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\MessengerController).
Resolving inheritance for "App\Controller\Messenger\MessengerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\MessengerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\NoticeController" (parent: .abstract.instanceof.App\Controller\Messenger\NoticeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\NoticeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\NoticeController).
Resolving inheritance for "App\Controller\Messenger\NoticeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\NoticeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\OperatorController" (parent: .abstract.instanceof.App\Controller\Messenger\OperatorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\OperatorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\OperatorController).
Resolving inheritance for "App\Controller\Messenger\OperatorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\OperatorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\SpamController" (parent: .abstract.instanceof.App\Controller\Messenger\SpamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\SpamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\SpamController).
Resolving inheritance for "App\Controller\Messenger\SpamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\SpamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\StickerController" (parent: .abstract.instanceof.App\Controller\Messenger\StickerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\StickerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\StickerController).
Resolving inheritance for "App\Controller\Messenger\StickerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\StickerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\TemplatesController" (parent: .abstract.instanceof.App\Controller\Messenger\TemplatesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\TemplatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\TemplatesController).
Resolving inheritance for "App\Controller\Messenger\TemplatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\TemplatesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublicApi\v1\BalanceController" (parent: .abstract.instanceof.App\Controller\PublicApi\v1\BalanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublicApi\v1\BalanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublicApi\v1\BalanceController).
Resolving inheritance for "App\Controller\PublicApi\v1\BalanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublicApi\v1\BalanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchResultController" (parent: .abstract.instanceof.App\Controller\SearchResultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchResultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchResultController).
Resolving inheritance for "App\Controller\SearchResultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchResultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SocketActionsController" (parent: .abstract.instanceof.App\Controller\SocketActionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SocketActionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SocketActionsController).
Resolving inheritance for "App\Controller\SocketActionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SocketActionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\System\CacheController" (parent: .abstract.instanceof.App\Controller\System\CacheController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\System\CacheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\System\CacheController).
Resolving inheritance for "App\Controller\System\CacheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\System\CacheController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\AmateurController" (parent: .abstract.instanceof.App\Controller\User\AmateurController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\AmateurController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\AmateurController).
Resolving inheritance for "App\Controller\User\AmateurController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\AmateurController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\DashboardController" (parent: .abstract.instanceof.App\Controller\User\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\DashboardController).
Resolving inheritance for "App\Controller\User\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\EditProfileController" (parent: .abstract.instanceof.App\Controller\User\EditProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\EditProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\EditProfileController).
Resolving inheritance for "App\Controller\User\EditProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\EditProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\FriendshipController" (parent: .abstract.instanceof.App\Controller\User\FriendshipController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\FriendshipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\FriendshipController).
Resolving inheritance for "App\Controller\User\FriendshipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\FriendshipController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\GuestbookController" (parent: .abstract.instanceof.App\Controller\User\GuestbookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\GuestbookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\GuestbookController).
Resolving inheritance for "App\Controller\User\GuestbookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\GuestbookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\KYCController" (parent: .abstract.instanceof.App\Controller\User\KYCController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\KYCController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\KYCController).
Resolving inheritance for "App\Controller\User\KYCController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\KYCController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\LikeController" (parent: .abstract.instanceof.App\Controller\User\LikeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\LikeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\LikeController).
Resolving inheritance for "App\Controller\User\LikeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\LikeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\PhonenumberController" (parent: .abstract.instanceof.App\Controller\User\PhonenumberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\PhonenumberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\PhonenumberController).
Resolving inheritance for "App\Controller\User\PhonenumberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\PhonenumberController).
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\SettingsController" (parent: .abstract.instanceof.App\Controller\User\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\SettingsController).
Resolving inheritance for "App\Controller\User\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\AccountController" (parent: .abstract.instanceof.App\Controller\Webmaster\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\AccountController).
Resolving inheritance for "App\Controller\Webmaster\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\AdsController" (parent: .abstract.instanceof.App\Controller\Webmaster\AdsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\AdsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\AdsController).
Resolving inheritance for "App\Controller\Webmaster\AdsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\AdsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\BalanceController" (parent: .abstract.instanceof.App\Controller\Webmaster\BalanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\BalanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\BalanceController).
Resolving inheritance for "App\Controller\Webmaster\BalanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\BalanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\BillingsController" (parent: .abstract.instanceof.App\Controller\Webmaster\BillingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\BillingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\BillingsController).
Resolving inheritance for "App\Controller\Webmaster\BillingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\BillingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\CampaignController" (parent: .abstract.instanceof.App\Controller\Webmaster\CampaignController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\CampaignController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\CampaignController).
Resolving inheritance for "App\Controller\Webmaster\CampaignController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\CampaignController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\DashboardController" (parent: .abstract.instanceof.App\Controller\Webmaster\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\DashboardController).
Resolving inheritance for "App\Controller\Webmaster\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\SecurityController" (parent: .abstract.instanceof.App\Controller\Webmaster\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\SecurityController).
Resolving inheritance for "App\Controller\Webmaster\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\StatsController" (parent: .abstract.instanceof.App\Controller\Webmaster\StatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\StatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\StatsController).
Resolving inheritance for "App\Controller\Webmaster\StatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\StatsController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LoginSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LoginSubscriber).
Resolving inheritance for "App\EventSubscriber\LoginSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LoginSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogoutSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LogoutSubscriber).
Resolving inheritance for "App\EventSubscriber\LogoutSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogoutSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PageCacheSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\PageCacheSubscriber).
Resolving inheritance for "App\EventSubscriber\PageCacheSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PageCacheSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\WebmasterReferenceRequestSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\WebmasterReferenceRequestSubscriber).
Resolving inheritance for "App\EventSubscriber\WebmasterReferenceRequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\WebmasterReferenceRequestSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Amateur\ActorForm" (parent: .abstract.instanceof.App\Form\Amateur\ActorForm).
Resolving inheritance for "App\Form\Amateur\ActorForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Amateur\ActorForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Amateur\BlogEntryForm" (parent: .abstract.instanceof.App\Form\Amateur\BlogEntryForm).
Resolving inheritance for "App\Form\Amateur\BlogEntryForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Amateur\BlogEntryForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Amateur\UpgradeForm" (parent: .abstract.instanceof.App\Form\Amateur\UpgradeForm).
Resolving inheritance for "App\Form\Amateur\UpgradeForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Amateur\UpgradeForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Booking\BankAccountForm" (parent: .abstract.instanceof.App\Form\Booking\BankAccountForm).
Resolving inheritance for "App\Form\Booking\BankAccountForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Booking\BankAccountForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Booking\BookingFieldsForm" (parent: .abstract.instanceof.App\Form\Booking\BookingFieldsForm).
Resolving inheritance for "App\Form\Booking\BookingFieldsForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Booking\BookingFieldsForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Booking\BookingFieldsFormCreditCard" (parent: .abstract.instanceof.App\Form\Booking\BookingFieldsFormCreditCard).
Resolving inheritance for "App\Form\Booking\BookingFieldsFormCreditCard" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Booking\BookingFieldsFormCreditCard).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Booking\BookingFieldsFormDirectDebit" (parent: .abstract.instanceof.App\Form\Booking\BookingFieldsFormDirectDebit).
Resolving inheritance for "App\Form\Booking\BookingFieldsFormDirectDebit" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Booking\BookingFieldsFormDirectDebit).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactForm" (parent: .abstract.instanceof.App\Form\ContactForm).
Resolving inheritance for "App\Form\ContactForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContentCommentForm" (parent: .abstract.instanceof.App\Form\ContentCommentForm).
Resolving inheritance for "App\Form\ContentCommentForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContentCommentForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContentImagesetEditing" (parent: .abstract.instanceof.App\Form\ContentImagesetEditing).
Resolving inheritance for "App\Form\ContentImagesetEditing" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContentImagesetEditing).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContentVideoEditing" (parent: .abstract.instanceof.App\Form\ContentVideoEditing).
Resolving inheritance for "App\Form\ContentVideoEditing" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContentVideoEditing).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomType\SinceChoiceType" (parent: .abstract.instanceof.App\Form\CustomType\SinceChoiceType).
Resolving inheritance for "App\Form\CustomType\SinceChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomType\SinceChoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ForgotPassword" (parent: .abstract.instanceof.App\Form\ForgotPassword).
Resolving inheritance for "App\Form\ForgotPassword" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ForgotPassword).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Group" (parent: .abstract.instanceof.App\Form\Group).
Resolving inheritance for "App\Form\Group" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Group).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupNotificationSettings" (parent: .abstract.instanceof.App\Form\GroupNotificationSettings).
Resolving inheritance for "App\Form\GroupNotificationSettings" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupNotificationSettings).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupPost" (parent: .abstract.instanceof.App\Form\GroupPost).
Resolving inheritance for "App\Form\GroupPost" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupPost).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupThread" (parent: .abstract.instanceof.App\Form\GroupThread).
Resolving inheritance for "App\Form\GroupThread" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupThread).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GuestbookEntryForm" (parent: .abstract.instanceof.App\Form\GuestbookEntryForm).
Resolving inheritance for "App\Form\GuestbookEntryForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GuestbookEntryForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Livecam\LivechatForm" (parent: .abstract.instanceof.App\Form\Livecam\LivechatForm).
Resolving inheritance for "App\Form\Livecam\LivechatForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Livecam\LivechatForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MediacenterSearchForm" (parent: .abstract.instanceof.App\Form\MediacenterSearchForm).
Resolving inheritance for "App\Form\MediacenterSearchForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MediacenterSearchForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Messenger\NoticeEditor" (parent: .abstract.instanceof.App\Form\Messenger\NoticeEditor).
Resolving inheritance for "App\Form\Messenger\NoticeEditor" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Messenger\NoticeEditor).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Messenger\OperatorSettings" (parent: .abstract.instanceof.App\Form\Messenger\OperatorSettings).
Resolving inheritance for "App\Form\Messenger\OperatorSettings" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Messenger\OperatorSettings).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Phonenumber" (parent: .abstract.instanceof.App\Form\Phonenumber).
Resolving inheritance for "App\Form\Phonenumber" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Phonenumber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PhonenumberConfirm" (parent: .abstract.instanceof.App\Form\PhonenumberConfirm).
Resolving inheritance for "App\Form\PhonenumberConfirm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PhonenumberConfirm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\GlobalSearch" (parent: .abstract.instanceof.App\Form\Search\GlobalSearch).
Resolving inheritance for "App\Form\Search\GlobalSearch" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\GlobalSearch).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\ImagesetSearchForm" (parent: .abstract.instanceof.App\Form\Search\ImagesetSearchForm).
Resolving inheritance for "App\Form\Search\ImagesetSearchForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\ImagesetSearchForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\MemberSearchForm" (parent: .abstract.instanceof.App\Form\Search\MemberSearchForm).
Resolving inheritance for "App\Form\Search\MemberSearchForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\MemberSearchForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\VideoSearchForm" (parent: .abstract.instanceof.App\Form\Search\VideoSearchForm).
Resolving inheritance for "App\Form\Search\VideoSearchForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\VideoSearchForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\RegistrationForm" (parent: .abstract.instanceof.App\Form\Security\RegistrationForm).
Resolving inheritance for "App\Form\Security\RegistrationForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\RegistrationForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SecurityLogin" (parent: .abstract.instanceof.App\Form\SecurityLogin).
Resolving inheritance for "App\Form\SecurityLogin" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SecurityLogin).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Settings\InitialSettingsForm" (parent: .abstract.instanceof.App\Form\Settings\InitialSettingsForm).
Resolving inheritance for "App\Form\Settings\InitialSettingsForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Settings\InitialSettingsForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Types\RegionChoiceType" (parent: .abstract.instanceof.App\Form\Types\RegionChoiceType).
Resolving inheritance for "App\Form\Types\RegionChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Types\RegionChoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Types\SettingsCheckboxType" (parent: .abstract.instanceof.App\Form\Types\SettingsCheckboxType).
Resolving inheritance for "App\Form\Types\SettingsCheckboxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Types\SettingsCheckboxType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Types\SettingsChoiceType" (parent: .abstract.instanceof.App\Form\Types\SettingsChoiceType).
Resolving inheritance for "App\Form\Types\SettingsChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Types\SettingsChoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\AddressType" (parent: .abstract.instanceof.App\Form\User\AddressType).
Resolving inheritance for "App\Form\User\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\AddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\BankAccountType" (parent: .abstract.instanceof.App\Form\User\BankAccountType).
Resolving inheritance for "App\Form\User\BankAccountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\BankAccountType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ChangeUsernameForm" (parent: .abstract.instanceof.App\Form\User\ChangeUsernameForm).
Resolving inheritance for "App\Form\User\ChangeUsernameForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ChangeUsernameForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\EditProfileForm" (parent: .abstract.instanceof.App\Form\User\EditProfileForm).
Resolving inheritance for "App\Form\User\EditProfileForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\EditProfileForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\EmailChangeForm" (parent: .abstract.instanceof.App\Form\User\EmailChangeForm).
Resolving inheritance for "App\Form\User\EmailChangeForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\EmailChangeForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\PasswordChangeForm" (parent: .abstract.instanceof.App\Form\User\PasswordChangeForm).
Resolving inheritance for "App\Form\User\PasswordChangeForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\PasswordChangeForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\PersonType" (parent: .abstract.instanceof.App\Form\User\PersonType).
Resolving inheritance for "App\Form\User\PersonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\PersonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\SingleTaxNumberType" (parent: .abstract.instanceof.App\Form\User\SingleTaxNumberType).
Resolving inheritance for "App\Form\User\SingleTaxNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\SingleTaxNumberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserDataForm" (parent: .abstract.instanceof.App\Form\User\UserDataForm).
Resolving inheritance for "App\Form\User\UserDataForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserDataForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webmaster\AdForm" (parent: .abstract.instanceof.App\Form\Webmaster\AdForm).
Resolving inheritance for "App\Form\Webmaster\AdForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webmaster\AdForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webmaster\Ads\AmateurAdForm" (parent: .abstract.instanceof.App\Form\Webmaster\Ads\AmateurAdForm).
Resolving inheritance for "App\Form\Webmaster\Ads\AmateurAdForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webmaster\Ads\AmateurAdForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webmaster\CampaignFilterForm" (parent: .abstract.instanceof.App\Form\Webmaster\CampaignFilterForm).
Resolving inheritance for "App\Form\Webmaster\CampaignFilterForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webmaster\CampaignFilterForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webmaster\CampaignForm" (parent: .abstract.instanceof.App\Form\Webmaster\CampaignForm).
Resolving inheritance for "App\Form\Webmaster\CampaignForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webmaster\CampaignForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webmaster\MyDataForm" (parent: .abstract.instanceof.App\Form\Webmaster\MyDataForm).
Resolving inheritance for "App\Form\Webmaster\MyDataForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webmaster\MyDataForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webmaster\SignupForm" (parent: .abstract.instanceof.App\Form\Webmaster\SignupForm).
Resolving inheritance for "App\Form\Webmaster\SignupForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webmaster\SignupForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WebmasterLogin" (parent: .abstract.instanceof.App\Form\WebmasterLogin).
Resolving inheritance for "App\Form\WebmasterLogin" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WebmasterLogin).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.App\Service\Client\BonusService" (parent: .abstract.instanceof.App\Service\Client\BonusService).
Resolving inheritance for "App\Service\Client\BonusService" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.App\Service\Client\BonusService).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Client\Booking\BookingFacade" (parent: .abstract.instanceof.App\Service\Client\Booking\BookingFacade).
Resolving inheritance for "App\Service\Client\Booking\BookingFacade" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Client\Booking\BookingFacade).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.App\Service\Client\Content\CategoryService" (parent: .abstract.instanceof.App\Service\Client\Content\CategoryService).
Resolving inheritance for "App\Service\Client\Content\CategoryService" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.App\Service\Client\Content\CategoryService).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.App\Service\Client\Content\ImagesetListingService" (parent: .abstract.instanceof.App\Service\Client\Content\ImagesetListingService).
Resolving inheritance for "App\Service\Client\Content\ImagesetListingService" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.App\Service\Client\Content\ImagesetListingService).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.App\Service\Client\Content\VideoListingService" (parent: .abstract.instanceof.App\Service\Client\Content\VideoListingService).
Resolving inheritance for "App\Service\Client\Content\VideoListingService" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.App\Service\Client\Content\VideoListingService).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.App\Service\Client\MarketingImageService" (parent: .abstract.instanceof.App\Service\Client\MarketingImageService).
Resolving inheritance for "App\Service\Client\MarketingImageService" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.App\Service\Client\MarketingImageService).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.App\Service\Client\User\AmateurListingService" (parent: .abstract.instanceof.App\Service\Client\User\AmateurListingService).
Resolving inheritance for "App\Service\Client\User\AmateurListingService" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.App\Service\Client\User\AmateurListingService).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\Caching\ContentSubscriber" (parent: .abstract.instanceof.App\Subscriber\Caching\ContentSubscriber).
Resolving inheritance for "App\Subscriber\Caching\ContentSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\Caching\ContentSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\Caching\MessengerSubscriber" (parent: .abstract.instanceof.App\Subscriber\Caching\MessengerSubscriber).
Resolving inheritance for "App\Subscriber\Caching\MessengerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\Caching\MessengerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\KernelExceptionSubscriber" (parent: .abstract.instanceof.App\Subscriber\KernelExceptionSubscriber).
Resolving inheritance for "App\Subscriber\KernelExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\KernelExceptionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\Messenger\ChatAppSettingsCookieSubscriber" (parent: .abstract.instanceof.App\Subscriber\Messenger\ChatAppSettingsCookieSubscriber).
Resolving inheritance for "App\Subscriber\Messenger\ChatAppSettingsCookieSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\Messenger\ChatAppSettingsCookieSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\User\FriendshipSubscriber" (parent: .abstract.instanceof.App\Subscriber\User\FriendshipSubscriber).
Resolving inheritance for "App\Subscriber\User\FriendshipSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\User\FriendshipSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\User\MessageSentSubscriber" (parent: .abstract.instanceof.App\Subscriber\User\MessageSentSubscriber).
Resolving inheritance for "App\Subscriber\User\MessageSentSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\User\MessageSentSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\User\ProdUserListener" (parent: .abstract.instanceof.App\Subscriber\User\ProdUserListener).
Resolving inheritance for "App\Subscriber\User\ProdUserListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\User\ProdUserListener).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AmateurExtension" (parent: .abstract.instanceof.App\Twig\AmateurExtension).
Resolving inheritance for "App\Twig\AmateurExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AmateurExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BookingExtension" (parent: .abstract.instanceof.App\Twig\BookingExtension).
Resolving inheritance for "App\Twig\BookingExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BookingExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContentCategoryExtension" (parent: .abstract.instanceof.App\Twig\ContentCategoryExtension).
Resolving inheritance for "App\Twig\ContentCategoryExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContentCategoryExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContentCommentExtension" (parent: .abstract.instanceof.App\Twig\ContentCommentExtension).
Resolving inheritance for "App\Twig\ContentCommentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContentCommentExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContentExtension" (parent: .abstract.instanceof.App\Twig\ContentExtension).
Resolving inheritance for "App\Twig\ContentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContentExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContentImagesetExtension" (parent: .abstract.instanceof.App\Twig\ContentImagesetExtension).
Resolving inheritance for "App\Twig\ContentImagesetExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContentImagesetExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContentVideoExtension" (parent: .abstract.instanceof.App\Twig\ContentVideoExtension).
Resolving inheritance for "App\Twig\ContentVideoExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContentVideoExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FriendshipExtension" (parent: .abstract.instanceof.App\Twig\FriendshipExtension).
Resolving inheritance for "App\Twig\FriendshipExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FriendshipExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GroupExtension" (parent: .abstract.instanceof.App\Twig\GroupExtension).
Resolving inheritance for "App\Twig\GroupExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GroupExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GuestbookExtension" (parent: .abstract.instanceof.App\Twig\GuestbookExtension).
Resolving inheritance for "App\Twig\GuestbookExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GuestbookExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LinkExtension" (parent: .abstract.instanceof.App\Twig\LinkExtension).
Resolving inheritance for "App\Twig\LinkExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LinkExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MassMailerExtension" (parent: .abstract.instanceof.App\Twig\MassMailerExtension).
Resolving inheritance for "App\Twig\MassMailerExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MassMailerExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MemberExtension" (parent: .abstract.instanceof.App\Twig\MemberExtension).
Resolving inheritance for "App\Twig\MemberExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MemberExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MemberMediaExtension" (parent: .abstract.instanceof.App\Twig\MemberMediaExtension).
Resolving inheritance for "App\Twig\MemberMediaExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MemberMediaExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MemberPropertyExtension" (parent: .abstract.instanceof.App\Twig\MemberPropertyExtension).
Resolving inheritance for "App\Twig\MemberPropertyExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MemberPropertyExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MessengerExtension" (parent: .abstract.instanceof.App\Twig\MessengerExtension).
Resolving inheritance for "App\Twig\MessengerExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MessengerExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MiscExtension" (parent: .abstract.instanceof.App\Twig\MiscExtension).
Resolving inheritance for "App\Twig\MiscExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MiscExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SidebarExtension" (parent: .abstract.instanceof.App\Twig\SidebarExtension).
Resolving inheritance for "App\Twig\SidebarExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SidebarExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WebmasterExtension" (parent: .abstract.instanceof.App\Twig\WebmasterExtension).
Resolving inheritance for "App\Twig\WebmasterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WebmasterExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\GuestbookVoter" (parent: .abstract.instanceof.App\Voter\GuestbookVoter).
Resolving inheritance for "App\Voter\GuestbookVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\GuestbookVoter).
Resolving inheritance for "cache.app" (parent: cache.adapter.redis_tag_aware).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.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 "security.logout.listener.cookie_clearing.main" (parent: security.logout.listener.cookie_clearing).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".twig.cache.inner" (parent: cache.app).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
201
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface $apiClient"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.app.taggable"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.filesystem"; reason: private alias.
Removed service "session.storage"; 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\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.api_user_provider"; 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 "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 "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $twigCache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $twigCache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $twigCache"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.q_2mHbe"; reason: private alias.
Removed service ".service_locator.F2tUW9h"; reason: private alias.
Removed service ".service_locator.o6WDGrk"; reason: private alias.
Removed service ".service_locator._jG90lR"; reason: private alias.
Removed service ".service_locator.E3YA5YY"; reason: private alias.
Removed service ".service_locator.0CX1bIC"; reason: private alias.
Removed service ".service_locator.KiAt4m8"; reason: private alias.
Removed service ".service_locator.3EpoRs5"; reason: private alias.
Removed service ".service_locator.GCZ8xQi"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.Wk2QQKt"; reason: private alias.
Removed service ".service_locator.pLTKGXZ"; reason: private alias.
Removed service ".service_locator.3rkbd.S"; reason: private alias.
Removed service ".service_locator.ojeAFS9"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "api.client"; 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 "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.QWCE94l"; reason: private alias.
Removed service ".service_locator.ZTb6xzB"; reason: private alias.
Removed service ".service_locator..3IJEwt"; reason: private alias.
Removed service ".service_locator.i0ngRQR"; reason: private alias.
Removed service ".service_locator.6u2lGWO"; reason: private alias.
Removed service ".service_locator.6FfIFjJ"; reason: private alias.
Removed service ".service_locator.XfTKFMZ"; reason: private alias.
Removed service ".service_locator.YAxQuxV"; reason: private alias.
Removed service ".service_locator.94ghQ9o"; reason: private alias.
Removed service ".service_locator.SvC5Uz6"; reason: private alias.
Removed service ".service_locator.Nr8ZzXP"; reason: private alias.
Removed service ".service_locator.Y7Gd1C8"; reason: private alias.
Removed service ".service_locator.VR8jLS1"; reason: private alias.
Removed service ".service_locator.URfgn8g"; reason: private alias.
Removed service ".service_locator.PMvgitD"; reason: private alias.
Removed service ".service_locator.M6t9ah8"; reason: private alias.
Removed service ".service_locator.opcD6xt"; reason: private alias.
Removed service ".service_locator.qxu_hao"; reason: private alias.
Removed service ".service_locator..0rdSnh"; reason: private alias.
Removed service ".service_locator.JB5k7nR"; reason: private alias.
Removed service ".service_locator.Hicqq9P"; reason: private alias.
Removed service ".service_locator.IRrA_1v"; reason: private alias.
Removed service ".service_locator.efRdZ66"; reason: private alias.
Removed service ".service_locator.wzvkF62"; reason: private alias.
Removed service ".service_locator.nwo3Is7"; reason: private alias.
Removed service ".service_locator.eX0OdMu"; reason: private alias.
Removed service ".service_locator.bT.2lOh"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
163
Changed reference of service "App\Command\MemberMainPageCacheCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\PageCacheWorkerCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\PublicMainPageCacheCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Booking\ExternalBookingController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Content\ContentCommentController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\LegacyUrlRedirectController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\User\FriendshipController" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\PageCacheSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\ContentCommentForm" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\Search\GlobalSearch" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\User\ChangeUsernameForm" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\DirectLoginAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\DirectLoginAuthenticator" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Security\LinkConfirmAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Security\PinConfirmAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\WMLoginFormAuthenticator" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Security\WMLoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Client\AbstractClient" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\ActivityFeedService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\AmateurUpgradeService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\BonusService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Booking\BankAccountService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Booking\BookingProcessService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Booking\EmerchantpayService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Booking\LiquibyteService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Booking\MicropaymentService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Booking\SofortService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Booking\UnzerService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Booking\VendorService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Booking\VendorService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Client\Content\ActorService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Content\CategoryService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Content\CommentService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Content\ContentService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Content\ImagesetListingService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Content\ImagesetService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Content\ReportService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Content\VideoListingService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Content\VideoService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\DashboardService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Groups\GroupInviteService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Groups\GroupListingService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Groups\GroupService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Groups\ThreadService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\GuestbookService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\MailService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Marketing\NewsService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\MarketingImageService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Media\MemberMediaService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\MediacenterService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Messenger\ChatTemplateService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Messenger\MassMessageService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Messenger\MessageService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Messenger\MessengerService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Messenger\OperatorService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Messenger\SpamService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Payment\PurchaseService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\PhonenumberService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\SecurityService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\User\AccountService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\User\AmateurBalanceService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\User\AmateurListingService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\User\BillingService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\User\BlogEntryService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\User\CombinedInformationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\User\FriendshipService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\User\KycService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\User\LikeService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\User\MemberBlockedService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\User\MemberNoticeService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\User\MemberOnlineService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\User\MemberPropertyService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\User\MemberService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\User\PersonService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\User\WebmasterPropertyService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\User\WebmasterService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Webmaster\WebmasterAdService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Webmaster\WebmasterBalanceService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Webmaster\WebmasterCampaignService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Client\Webmaster\WebmasterTrafficService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Search\MultiSearchService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Webmaster\LinkfarmService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\WebsocketHelperService" previously pointing to "router.default" to "router".
Changed reference of service "App\Subscriber\KernelExceptionSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Subscriber\User\MessageSentSubscriber" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Subscriber\User\ProdUserListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\ContentCategoryExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\ContentImagesetExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\ContentVideoExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\GroupExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\LinkExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\MemberExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\MessengerExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\MiscExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\WebmasterExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\XhrTemplateSupport" previously pointing to "router.default" to "router".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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 "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Frivol\Common\Service\CacheService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.bYwR8h3" previously pointing to "router.default" to "router".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\GuestbookVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.bnNyBKJ" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.2rp4iek" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.2rp4iek" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.e5EK.lk" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.zuliU7l" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.XsyfP82" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ZOHvDA0" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.ZOHvDA0" previously pointing to ".session.do-not-use" to "session".
451
Removed service "container.env"; 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 "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfostreamCacheWipeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\InfostreamCacheWipeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MemberMainPageCacheCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MemberMainPageCacheCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PageCacheMissesWorkerCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PageCacheMissesWorkerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PageCacheStatsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PageCacheStatsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PageCacheWipeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PageCacheWipeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PageCacheWorkerCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PageCacheWorkerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PublicMainPageCacheCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PublicMainPageCacheCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SidebarCacheWipeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SidebarCacheWipeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WebSocketStressConfigsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\WebSocketStressConfigsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WriteUsedRedisKeysCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\WriteUsedRedisKeysCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Adserver\AmateuradController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Adserver\AmateuradController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Adserver\AmateuradController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AmateurUpgradeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AmateurUpgradeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AmateurUpgradeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\ActorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\ActorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Amateurcenter\ActorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\BalanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\BalanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Amateurcenter\BalanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\BlogEntryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\BlogEntryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Amateurcenter\BlogEntryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Amateurcenter\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Amateurcenter\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\ImagesetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\ImagesetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Amateurcenter\ImagesetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Amateurcenter\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\MessengerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\MessengerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Amateurcenter\MessengerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Amateurcenter\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Amateurcenter\VideoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Amateurcenter\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\ExternalBookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\ExternalBookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\ExternalBookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\MainBookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\MainBookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\MainBookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CachedPageActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CachedPageActionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CachedPageActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\CategoryImagesetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\CategoryImagesetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\CategoryImagesetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\CategoryVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\CategoryVideoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\CategoryVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\ContentCommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\ContentCommentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\ContentCommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\ContentReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\ContentReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\ContentReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\ImagesetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\ImagesetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\ImagesetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\VideoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GlobalFeedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GlobalFeedController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GlobalFeedController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Groups\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Groups\GroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Groups\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Groups\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Groups\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Groups\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Groups\MembershipController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Groups\MembershipController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Groups\MembershipController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Groups\ModeratorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Groups\ModeratorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Groups\ModeratorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Groups\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Groups\PostController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Groups\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Groups\ThreadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Groups\ThreadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Groups\ThreadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegacyUrlRedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegacyUrlRedirectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LegacyUrlRedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LivecamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LivecamController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LivecamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Marketing\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Marketing\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Marketing\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Media\MemberMediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Media\MemberMediaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Media\MemberMediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediacenterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediacenterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MediacenterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\AttachmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\AttachmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Messenger\AttachmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\ConversationRouteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\ConversationRouteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Messenger\ConversationRouteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\MassmailerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\MassmailerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Messenger\MassmailerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\MessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Messenger\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\MessengerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\MessengerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Messenger\MessengerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\NoticeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\NoticeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Messenger\NoticeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\OperatorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\OperatorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Messenger\OperatorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\SpamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\SpamController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Messenger\SpamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\StickerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\StickerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Messenger\StickerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Messenger\TemplatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Messenger\TemplatesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Messenger\TemplatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublicApi\v1\BalanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublicApi\v1\BalanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PublicApi\v1\BalanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchResultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchResultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchResultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SocketActionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SocketActionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SocketActionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\System\CacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\System\CacheController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\System\CacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\AmateurController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\AmateurController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\AmateurController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\EditProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\EditProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\EditProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\FriendshipController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\FriendshipController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\FriendshipController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\GuestbookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\GuestbookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\GuestbookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\KYCController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\KYCController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\KYCController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\LikeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\LikeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\LikeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\PhonenumberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\PhonenumberController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\PhonenumberController"; 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\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Webmaster\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\AdsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\AdsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Webmaster\AdsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\BalanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\BalanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Webmaster\BalanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\BillingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\BillingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Webmaster\BillingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\CampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\CampaignController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Webmaster\CampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Webmaster\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Webmaster\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webmaster\StatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webmaster\StatsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Webmaster\StatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LoginSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LoginSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogoutSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LogoutSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PageCacheSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\PageCacheSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\WebmasterReferenceRequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\WebmasterReferenceRequestSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Amateur\ActorForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Amateur\ActorForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Amateur\BlogEntryForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Amateur\BlogEntryForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Amateur\UpgradeForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Amateur\UpgradeForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Booking\BankAccountForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Booking\BankAccountForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Booking\BookingFieldsForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Booking\BookingFieldsForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Booking\BookingFieldsFormCreditCard"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Booking\BookingFieldsFormCreditCard"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Booking\BookingFieldsFormDirectDebit"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Booking\BookingFieldsFormDirectDebit"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContentCommentForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContentCommentForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContentImagesetEditing"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContentImagesetEditing"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContentVideoEditing"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContentVideoEditing"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomType\SinceChoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomType\SinceChoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ForgotPassword"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ForgotPassword"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Group"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Group"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupNotificationSettings"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GroupNotificationSettings"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupPost"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GroupPost"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupThread"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GroupThread"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GuestbookEntryForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GuestbookEntryForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Livecam\LivechatForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Livecam\LivechatForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MediacenterSearchForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MediacenterSearchForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Messenger\NoticeEditor"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Messenger\NoticeEditor"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Messenger\OperatorSettings"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Messenger\OperatorSettings"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Phonenumber"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Phonenumber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PhonenumberConfirm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PhonenumberConfirm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\GlobalSearch"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\GlobalSearch"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\ImagesetSearchForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\ImagesetSearchForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\MemberSearchForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\MemberSearchForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\VideoSearchForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\VideoSearchForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\RegistrationForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Security\RegistrationForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SecurityLogin"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SecurityLogin"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Settings\InitialSettingsForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Settings\InitialSettingsForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Types\RegionChoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Types\RegionChoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Types\SettingsCheckboxType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Types\SettingsCheckboxType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Types\SettingsChoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Types\SettingsChoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\AddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\AddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\BankAccountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\BankAccountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ChangeUsernameForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\ChangeUsernameForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\EditProfileForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\EditProfileForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\EmailChangeForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\EmailChangeForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\PasswordChangeForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\PasswordChangeForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\PersonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\PersonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\SingleTaxNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\SingleTaxNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserDataForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\UserDataForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webmaster\AdForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Webmaster\AdForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webmaster\Ads\AmateurAdForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Webmaster\Ads\AmateurAdForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webmaster\CampaignFilterForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Webmaster\CampaignFilterForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webmaster\CampaignForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Webmaster\CampaignForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webmaster\MyDataForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Webmaster\MyDataForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webmaster\SignupForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Webmaster\SignupForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WebmasterLogin"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WebmasterLogin"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.App\Service\Client\BonusService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Client\BonusService"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Client\Booking\BookingFacade"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Client\Booking\BookingFacade"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.App\Service\Client\Content\CategoryService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Client\Content\CategoryService"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.App\Service\Client\Content\ImagesetListingService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Client\Content\ImagesetListingService"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.App\Service\Client\Content\VideoListingService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Client\Content\VideoListingService"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.App\Service\Client\MarketingImageService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Client\MarketingImageService"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.App\Service\Client\User\AmateurListingService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Client\User\AmateurListingService"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\Caching\ContentSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscriber\Caching\ContentSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\Caching\MessengerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscriber\Caching\MessengerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\KernelExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscriber\KernelExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\Messenger\ChatAppSettingsCookieSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscriber\Messenger\ChatAppSettingsCookieSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\User\FriendshipSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscriber\User\FriendshipSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\User\MessageSentSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscriber\User\MessageSentSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\User\ProdUserListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscriber\User\ProdUserListener"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AmateurExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AmateurExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BookingExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\BookingExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContentCategoryExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ContentCategoryExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContentCommentExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ContentCommentExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContentExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ContentExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContentImagesetExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ContentImagesetExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContentVideoExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ContentVideoExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FriendshipExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\FriendshipExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GroupExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\GroupExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GuestbookExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\GuestbookExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LinkExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\LinkExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MassMailerExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\MassMailerExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MemberExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\MemberExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MemberMediaExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\MemberMediaExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MemberPropertyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\MemberPropertyExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MessengerExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\MessengerExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MiscExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\MiscExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SidebarExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\SidebarExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WebmasterExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\WebmasterExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\GuestbookVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\GuestbookVoter"; reason: abstract.
117
Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
Removed service "App\Deploy\GitPushTask"; reason: unused.
Removed service "App\Deploy\GitTagTask"; reason: unused.
Removed service "App\Deploy\HostExecTask"; reason: unused.
Removed service "App\Dictionary\ActorStatus"; reason: unused.
Removed service "App\Dictionary\AdType"; reason: unused.
Removed service "App\Dictionary\BalanceDetailUsageType"; reason: unused.
Removed service "App\Dictionary\BalanceType"; reason: unused.
Removed service "App\Dictionary\Content"; reason: unused.
Removed service "App\Dictionary\ContentPrice"; reason: unused.
Removed service "App\Dictionary\ContentStatus"; reason: unused.
Removed service "App\Dictionary\ContentType"; reason: unused.
Removed service "App\Dictionary\FriendshipStatus"; reason: unused.
Removed service "App\Dictionary\ImageVars"; reason: unused.
Removed service "App\Dictionary\MassMessageStatus"; reason: unused.
Removed service "App\Dictionary\MemberMediaFolder"; reason: unused.
Removed service "App\Dictionary\MemberProperty"; reason: unused.
Removed service "App\Dictionary\MemberSex"; reason: unused.
Removed service "App\Dictionary\NewsRole"; reason: unused.
Removed service "App\Dictionary\ProfileValue"; reason: unused.
Removed service "App\Dictionary\SearchType"; reason: unused.
Removed service "App\Dictionary\SessionVars"; reason: unused.
Removed service "App\Dictionary\TaxNumber"; reason: unused.
Removed service "App\Dictionary\UserGroup"; reason: unused.
Removed service "App\Dictionary\WebmasterProperty"; reason: unused.
Removed service "App\Event\Content\ActorAssignmentChangeEvent"; reason: unused.
Removed service "App\Event\Content\BlogEntryChangedEvent"; reason: unused.
Removed service "App\Event\Content\CategoryAssignmentChangeEvent"; reason: unused.
Removed service "App\Event\Content\ContentBoughtEvent"; reason: unused.
Removed service "App\Event\Content\ContentCommentCreatedEvent"; reason: unused.
Removed service "App\Event\Content\ContentCreatedEvent"; reason: unused.
Removed service "App\Event\Content\ContentDeletedEvent"; reason: unused.
Removed service "App\Event\Content\ContentSubmittedEvent"; reason: unused.
Removed service "App\Event\Content\GuestbookEntryApprovedEvent"; reason: unused.
Removed service "App\Event\Content\GuestbookEntryCommentedEvent"; reason: unused.
Removed service "App\Event\Content\GuestbookEntryCreatedEvent"; reason: unused.
Removed service "App\Event\Content\GuestbookEntryRemovedEvent"; reason: unused.
Removed service "App\Event\Content\MemberContentCacheClearedEvent"; reason: unused.
Removed service "App\Event\Content\SingleContentCacheClearedEvent"; reason: unused.
Removed service "App\Event\Livecam\LivecamEndedEvent"; reason: unused.
Removed service "App\Event\Livecam\LivecamJoinedEvent"; reason: unused.
Removed service "App\Event\Livecam\LivecamStartedEvent"; reason: unused.
Removed service "App\Event\Livecam\LivecamUnjoinedEvent"; reason: unused.
Removed service "App\Event\Messenger\AttachmentBoughtEvent"; reason: unused.
Removed service "App\Event\Messenger\MessageSentEvent"; reason: unused.
Removed service "App\Event\Messenger\RouteReadEvent"; reason: unused.
Removed service "App\Event\User\FriendshipConfirmedEvent"; reason: unused.
Removed service "App\Event\User\FriendshipDeletedEvent"; reason: unused.
Removed service "App\Event\User\FriendshipEvent"; reason: unused.
Removed service "App\Event\User\FriendshipRequestedEvent"; reason: unused.
Removed service "App\Event\User\MemberProfileUpdatedEvent"; reason: unused.
Removed service "App\Exception\Security\AccountNotFoundException"; reason: unused.
Removed service "App\Exception\Security\PinInvalidException"; reason: unused.
Removed service "App\Exception\Security\PinTooManyAttemptsException"; reason: unused.
Removed service "App\Form\BooleanTransformer"; reason: unused.
Removed service "App\Infrastructure\PageCacheCookie"; reason: unused.
Removed service "App\Infrastructure\WebSocketStressCookie"; reason: unused.
Removed service "App\Security\ApiUser"; reason: unused.
Removed service "App\Service\Client\AbstractClient"; reason: unused.
Removed service "App\Service\Client\Booking\BookingException"; reason: unused.
Removed service "App\Service\Client\Booking\ExecuteChargeException"; reason: unused.
Removed service "App\Service\Client\Booking\PaymentResponse"; reason: unused.
Removed service "App\Service\FrivolCookieService"; reason: unused.
Removed service "App\Service\MemberIdUsernameMap"; reason: unused.
Removed service "App\Service\RememberMeService"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.native"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.php_bridge"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.storage.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_password_hasher"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "Frivol\Common\Service\Cache\FrontendCacheService"; reason: unused.
Removed service "Frivol\Common\Service\Cache\AdminCacheService"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
347
Inlined service "App\Infrastructure\PageCacheHelper" to "App\Command\MemberMainPageCacheCommand".
Inlined service "App\Infrastructure\PageCacheHelper" to "App\Command\PageCacheMissesWorkerCommand".
Inlined service "App\Infrastructure\PageCacheHelper" to "App\Command\PageCacheWipeCommand".
Inlined service "App\Infrastructure\PageCacheHelper" to "App\Command\PageCacheWorkerCommand".
Inlined service "App\Infrastructure\PageCacheHelper" to "App\Command\PublicMainPageCacheCommand".
Inlined service "App\Infrastructure\WebSocketStressService" to "App\Command\WebSocketStressConfigsCommand".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Adserver\AmateuradController" to "App\Controller\Adserver\AmateuradController".
Inlined service "App\Service\Client\AmateurUpgradeService" to "App\Controller\AmateurUpgradeController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\AmateurUpgradeController" to "App\Controller\AmateurUpgradeController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Amateurcenter\ActorController" to "App\Controller\Amateurcenter\ActorController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Amateurcenter\BalanceController" to "App\Controller\Amateurcenter\BalanceController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Amateurcenter\BlogEntryController" to "App\Controller\Amateurcenter\BlogEntryController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Amateurcenter\CategoryController" to "App\Controller\Amateurcenter\CategoryController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Amateurcenter\ContentController" to "App\Controller\Amateurcenter\ContentController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Amateurcenter\ImagesetController" to "App\Controller\Amateurcenter\ImagesetController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Amateurcenter\IndexController" to "App\Controller\Amateurcenter\IndexController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Amateurcenter\MessengerController" to "App\Controller\Amateurcenter\MessengerController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Amateurcenter\VideoController" to "App\Controller\Amateurcenter\VideoController".
Inlined service "Frivol\Common\Service\Cache\ApiCacheService" to "App\Controller\Booking\ExternalBookingController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Booking\ExternalBookingController" to "App\Controller\Booking\ExternalBookingController".
Inlined service "App\Service\Client\Booking\VendorService" to "App\Controller\Booking\MainBookingController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Booking\MainBookingController" to "App\Controller\Booking\MainBookingController".
Inlined service "App\Service\Client\User\CombinedInformationService" to "App\Controller\CachedPageActionController".
Inlined service "App\Service\ButtonRenderService" to "App\Controller\CachedPageActionController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\CachedPageActionController" to "App\Controller\CachedPageActionController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Content\CategoryImagesetController" to "App\Controller\Content\CategoryImagesetController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Content\CategoryVideoController" to "App\Controller\Content\CategoryVideoController".
Inlined service "App\Infrastructure\PageCacheHelper" to "App\Controller\Content\ContentCommentController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Content\ContentCommentController" to "App\Controller\Content\ContentCommentController".
Inlined service "App\Service\Client\Content\ReportService" to "App\Controller\Content\ContentReportController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Content\ContentReportController" to "App\Controller\Content\ContentReportController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Content\ImagesetController" to "App\Controller\Content\ImagesetController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Content\VideoController" to "App\Controller\Content\VideoController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\GlobalFeedController" to "App\Controller\GlobalFeedController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Groups\GroupController" to "App\Controller\Groups\GroupController".
Inlined service "App\Service\Client\Groups\GroupListingService" to "App\Controller\Groups\IndexController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Groups\IndexController" to "App\Controller\Groups\IndexController".
Inlined service "App\Service\Client\Groups\GroupInviteService" to "App\Controller\Groups\MembershipController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Groups\MembershipController" to "App\Controller\Groups\MembershipController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Groups\ModeratorController" to "App\Controller\Groups\ModeratorController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Groups\PostController" to "App\Controller\Groups\PostController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Groups\ThreadController" to "App\Controller\Groups\ThreadController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\HomeController" to "App\Controller\HomeController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\LegacyUrlRedirectController" to "App\Controller\LegacyUrlRedirectController".
Inlined service "App\Service\Client\LivecamService" to "App\Controller\LivecamController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\LivecamController" to "App\Controller\LivecamController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Marketing\NewsController" to "App\Controller\Marketing\NewsController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Media\MemberMediaController" to "App\Controller\Media\MemberMediaController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\MediacenterController" to "App\Controller\MediacenterController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Messenger\AttachmentController" to "App\Controller\Messenger\AttachmentController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Messenger\ConversationRouteController" to "App\Controller\Messenger\ConversationRouteController".
Inlined service "App\Service\Client\Messenger\MassMessageService" to "App\Controller\Messenger\MassmailerController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Messenger\MassmailerController" to "App\Controller\Messenger\MassmailerController".
Inlined service "App\Service\Client\Messenger\MessageService" to "App\Controller\Messenger\MessageController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Messenger\MessageController" to "App\Controller\Messenger\MessageController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Messenger\MessengerController" to "App\Controller\Messenger\MessengerController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Messenger\NoticeController" to "App\Controller\Messenger\NoticeController".
Inlined service "App\Service\Client\Messenger\OperatorService" to "App\Controller\Messenger\OperatorController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Messenger\OperatorController" to "App\Controller\Messenger\OperatorController".
Inlined service "App\Service\Client\Messenger\SpamService" to "App\Controller\Messenger\SpamController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Messenger\SpamController" to "App\Controller\Messenger\SpamController".
Inlined service "App\Service\Messenger\StickerService" to "App\Controller\Messenger\StickerController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Messenger\StickerController" to "App\Controller\Messenger\StickerController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Messenger\TemplatesController" to "App\Controller\Messenger\TemplatesController".
Inlined service "App\Security\FrontendApiKeyAuthenticator" to "App\Controller\PublicApi\v1\BalanceController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\PublicApi\v1\BalanceController" to "App\Controller\PublicApi\v1\BalanceController".
Inlined service "App\Service\Search\MultiSearchService" to "App\Controller\SearchResultController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\SearchResultController" to "App\Controller\SearchResultController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.2rp4iek.App\Controller\SocketActionsController" to "App\Controller\SocketActionsController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\System\CacheController" to "App\Controller\System\CacheController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\User\AmateurController" to "App\Controller\User\AmateurController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\User\DashboardController" to "App\Controller\User\DashboardController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\User\EditProfileController" to "App\Controller\User\EditProfileController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\User\FriendshipController" to "App\Controller\User\FriendshipController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\User\GuestbookController" to "App\Controller\User\GuestbookController".
Inlined service "App\Service\Client\User\KycService" to "App\Controller\User\KYCController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\User\KYCController" to "App\Controller\User\KYCController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\User\LikeController" to "App\Controller\User\LikeController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\User\PhonenumberController" to "App\Controller\User\PhonenumberController".
Inlined service ".service_locator.e5EK.lk.App\Controller\User\ProfileController" to "App\Controller\User\ProfileController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\User\SettingsController" to "App\Controller\User\SettingsController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Webmaster\AccountController" to "App\Controller\Webmaster\AccountController".
Inlined service "App\Service\Webmaster\LinkfarmService" to "App\Controller\Webmaster\AdsController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Webmaster\AdsController" to "App\Controller\Webmaster\AdsController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Webmaster\BalanceController" to "App\Controller\Webmaster\BalanceController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Webmaster\BillingsController" to "App\Controller\Webmaster\BillingsController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Webmaster\CampaignController" to "App\Controller\Webmaster\CampaignController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Webmaster\DashboardController" to "App\Controller\Webmaster\DashboardController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Webmaster\SecurityController" to "App\Controller\Webmaster\SecurityController".
Inlined service ".service_locator.bnNyBKJ.App\Controller\Webmaster\StatsController" to "App\Controller\Webmaster\StatsController".
Inlined service "App\Infrastructure\PageCacheHelper" to "App\EventSubscriber\PageCacheSubscriber".
Inlined service "App\Service\Client\Webmaster\WebmasterTrafficService" to "App\EventSubscriber\WebmasterReferenceRequestSubscriber".
Inlined service "security.authentication.manager" to "App\Service\AuthenticationHelper".
Inlined service "App\Service\Client\Booking\BookingProcessService" to "App\Service\Client\Booking\BookingFacade".
Inlined service ".service_locator.zuliU7l.App\Service\Client\Booking\BookingFacade" to "App\Service\Client\Booking\BookingFacade".
Inlined service "App\Service\ElasticClientFactory" to "Elasticsearch\Client".
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.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 "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler" to "session.storage.native".
Inlined service ".service_locator.ZOHvDA0" 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.CF2XlNO" 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 "validator.property_info_loader" to "validator.builder".
Inlined service ".service_locator.QvEtGTp" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" 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.request_matcher.P6nZQMI" to "security.access_map".
Inlined service ".security.request_matcher.JjR5KXM" to "security.access_map".
Inlined service ".security.request_matcher.u8.s44y" to "security.access_map".
Inlined service ".security.request_matcher.ybNEm4v" to "security.access_map".
Inlined service ".security.request_matcher.lS0vqV9" to "security.access_map".
Inlined service ".security.request_matcher.MeaF6yE" to "security.access_map".
Inlined service ".security.request_matcher.MdaI5IF" to "security.access_map".
Inlined service ".security.request_matcher.xaXrB4W" to "security.access_map".
Inlined service ".security.request_matcher.m6CtTbW" to "security.access_map".
Inlined service ".security.request_matcher.i3oPd0Y" to "security.access_map".
Inlined service ".security.request_matcher.iPLBxLl" to "security.access_map".
Inlined service ".security.request_matcher.PAK6rLU" to "security.access_map".
Inlined service ".security.request_matcher.4jsP_5d" to "security.access_map".
Inlined service ".security.request_matcher.TgECl1s" to "security.access_map".
Inlined service ".security.request_matcher.O35nyjT" to "security.access_map".
Inlined service ".security.request_matcher.l0YYM36" to "security.access_map".
Inlined service ".security.request_matcher.G4lWZ5." to "security.access_map".
Inlined service ".security.request_matcher.X2CIRV2" to "security.access_map".
Inlined service ".security.request_matcher.eaLqY_5" 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.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.user_checker" to "security.listener.user_checker.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 "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Twig\AmateurExtension" to "twig".
Inlined service "App\Twig\BookingExtension" to "twig".
Inlined service "App\Twig\ContentCategoryExtension" to "twig".
Inlined service "App\Twig\ContentCommentExtension" to "twig".
Inlined service "App\Twig\ContentExtension" to "twig".
Inlined service "App\Twig\ContentImagesetExtension" to "twig".
Inlined service "App\Twig\ContentVideoExtension" to "twig".
Inlined service "App\Twig\FriendshipExtension" to "twig".
Inlined service "App\Twig\GroupExtension" to "twig".
Inlined service "App\Twig\GuestbookExtension" to "twig".
Inlined service "App\Twig\LinkExtension" to "twig".
Inlined service "App\Twig\MassMailerExtension" to "twig".
Inlined service "App\Twig\MemberExtension" to "twig".
Inlined service "App\Twig\MemberMediaExtension" to "twig".
Inlined service "App\Twig\MemberPropertyExtension" to "twig".
Inlined service "App\Twig\MessengerExtension" to "twig".
Inlined service "App\Twig\MiscExtension" to "twig".
Inlined service "App\Twig\SidebarExtension" to "twig".
Inlined service "App\Twig\WebmasterExtension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "twig.extension.cache" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "App\Service\GlobalTwigVarService" 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.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.rOAYgsu" to "twig.runtime_loader".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~hhSlehs" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
Inlined service ".twig.cache.inner.recorder_inner" to ".twig.cache.inner".
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 "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service ".debug.api.client.inner" to ".debug.api.client".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "App\Voter\GuestbookVoter" to "debug.security.voter.App\Voter\GuestbookVoter".
Inlined service ".service_locator.2rp4iek" to ".service_locator.2rp4iek.App\Controller\SocketActionsController".
Inlined service ".service_locator.e5EK.lk" to ".service_locator.e5EK.lk.App\Controller\User\ProfileController".
Inlined service ".service_locator.zuliU7l" to ".service_locator.zuliU7l.App\Service\Client\Booking\BookingFacade".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.NUKe30Y" to ".service_locator.NUKe30Y.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service ".service_locator.4aGCuwu" to "console.command_loader".
Inlined service ".service_locator.NUKe30Y.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.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".