https://api.sokol.datads.pro/?rest_route=%2Fwp%2Fv2%2Fusers%2F

Log Messages

Info. & Errors 2

Informational and error log messages generated during the execution of the application.

Level Channel Message
INFO request Matched route
"main"
.
[
  "route" => "main"
  "route_parameters" => [
    "_route" => "main"
    "_locale" => "gribu.lv"
    "_controller" => "App\Controller\MainController::index"
  ]
  "request_uri" => "https://api.sokol.datads.pro/?rest_route=%2Fwp%2Fv2%2Fusers%2F"
  "method" => "GET"
]
INFO security An AuthenticationException was thrown; redirecting to authentication entry point.
[
  "exception" => Symfony\Component\Security\Core\Exception\AuthenticationCredentialsNotFoundException {#651
    -token: null
    #message: "A Token was not found in the TokenStorage."
    #code: 0
    #file: "/home/sokol/www/back/vendor/symfony/security-http/Firewall/AccessListener.php"
    #line: 71
    trace: {
      /home/sokol/www/back/vendor/symfony/security-http/Firewall/AccessListener.php:71 {
        Symfony\Component\Security\Http\Firewall\AccessListener->authenticate(RequestEvent $event) …
        › if (!$event instanceof LazyResponseEvent && null === ($token = $this->tokenStorage->getToken()) && $this->exceptionOnNoToken) {    throw new AuthenticationCredentialsNotFoundException('A Token was not found in the TokenStorage.');}
      }
      /home/sokol/www/back/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:48 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /home/sokol/www/back/vendor/symfony/security-http/Firewall/AbstractListener.php:27 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /home/sokol/www/back/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof AbstractListener ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /home/sokol/www/back/vendor/symfony/security-http/Firewall.php:84 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /home/sokol/www/back/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/sokol/www/back/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/sokol/www/back/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/sokol/www/back/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/sokol/www/back/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/sokol/www/back/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/sokol/www/back/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/sokol/www/back/public/index.php:28 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/sokol/www/back/vendor/symfony/security-http/Firewall/AccessListener.php:71 {
    Symfony\Component\Security\Http\Firewall\AccessListener->authenticate(RequestEvent $event) …
    › if (!$event instanceof LazyResponseEvent && null === ($token = $this->tokenStorage->getToken()) && $this->exceptionOnNoToken) {    throw new AuthenticationCredentialsNotFoundException('A Token was not found in the TokenStorage.');}
  }
  /home/sokol/www/back/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:48 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /home/sokol/www/back/vendor/symfony/security-http/Firewall/AbstractListener.php:27 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /home/sokol/www/back/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof AbstractListener ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /home/sokol/www/back/vendor/symfony/security-http/Firewall.php:84 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /home/sokol/www/back/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/sokol/www/back/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/sokol/www/back/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/sokol/www/back/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/sokol/www/back/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/sokol/www/back/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/sokol/www/back/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/sokol/www/back/public/index.php:28 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}

Deprecations 0

Log messages generated by using features marked as deprecated.

There are no log messages about deprecated features.

Debug 36

Unimportant log messages generated during the execution of the application.

Time Channel Message
security Checking for guard authentication credentials.
[
  "firewall_key" => "secure_api"
  "authenticators" => 1
]
security Checking support on guard authenticator.
[
  "firewall_key" => "secure_api"
  "authenticator" => "App\Security\BearerAuthenticator"
]
security Guard authenticator does not support the request.
[
  "firewall_key" => "secure_api"
  "authenticator" => "App\Security\BearerAuthenticator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
security Calling Authentication entry point.
event Notified event
"kernel.exception"
to listener
"Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
event Listener
"Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
stopped propagation of the event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
event Listener
"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
event Notified event
"kernel.response"
to listener
"App\EventSubscriber\AdminPermissionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\EventSubscriber\AdminPermissionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

Log messages generated by PHP notices silenced with the @ operator.

There are no log messages of this level.

Container 2928

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AdsChangeStatus" (parent: .abstract.instanceof.App\Command\AdsChangeStatus).
  • Resolving inheritance for "App\Command\AdsChangeStatus" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AdsChangeStatus).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoDelete\AutoDeleteCommand" (parent: .abstract.instanceof.App\Command\AutoDelete\AutoDeleteCommand).
  • Resolving inheritance for "App\Command\AutoDelete\AutoDeleteCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoDelete\AutoDeleteCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoModerationImagesCommand" (parent: .abstract.instanceof.App\Command\AutoModerationImagesCommand).
  • Resolving inheritance for "App\Command\AutoModerationImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoModerationImagesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BanlistCheckContentCommand" (parent: .abstract.instanceof.App\Command\BanlistCheckContentCommand).
  • Resolving inheritance for "App\Command\BanlistCheckContentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BanlistCheckContentCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BanlistCommand" (parent: .abstract.instanceof.App\Command\BanlistCommand).
  • Resolving inheritance for "App\Command\BanlistCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BanlistCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BlogViewsUpdateCommand" (parent: .abstract.instanceof.App\Command\BlogViewsUpdateCommand).
  • Resolving inheritance for "App\Command\BlogViewsUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BlogViewsUpdateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BotsOnlineUpdateCommand" (parent: .abstract.instanceof.App\Command\BotsOnlineUpdateCommand).
  • Resolving inheritance for "App\Command\BotsOnlineUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BotsOnlineUpdateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CalcBalanceCommand" (parent: .abstract.instanceof.App\Command\CalcBalanceCommand).
  • Resolving inheritance for "App\Command\CalcBalanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CalcBalanceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CampaignUpdateCommand" (parent: .abstract.instanceof.App\Command\CampaignUpdateCommand).
  • Resolving inheritance for "App\Command\CampaignUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CampaignUpdateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChatServerStartCommand" (parent: .abstract.instanceof.App\Command\ChatServerStartCommand).
  • Resolving inheritance for "App\Command\ChatServerStartCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChatServerStartCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClearAdsCommand" (parent: .abstract.instanceof.App\Command\ClearAdsCommand).
  • Resolving inheritance for "App\Command\ClearAdsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClearAdsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClearTmpFiles" (parent: .abstract.instanceof.App\Command\ClearTmpFiles).
  • Resolving inheritance for "App\Command\ClearTmpFiles" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClearTmpFiles).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CollectUserSubscribeLogCommand" (parent: .abstract.instanceof.App\Command\CollectUserSubscribeLogCommand).
  • Resolving inheritance for "App\Command\CollectUserSubscribeLogCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CollectUserSubscribeLogCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CollectionOfStatistics" (parent: .abstract.instanceof.App\Command\CollectionOfStatistics).
  • Resolving inheritance for "App\Command\CollectionOfStatistics" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CollectionOfStatistics).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateUserPerformerCommand" (parent: .abstract.instanceof.App\Command\CreateUserPerformerCommand).
  • Resolving inheritance for "App\Command\CreateUserPerformerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateUserPerformerCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteAdsWithoutUser" (parent: .abstract.instanceof.App\Command\DeleteAdsWithoutUser).
  • Resolving inheritance for "App\Command\DeleteAdsWithoutUser" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteAdsWithoutUser).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteOldAdsParserCommand" (parent: .abstract.instanceof.App\Command\DeleteOldAdsParserCommand).
  • Resolving inheritance for "App\Command\DeleteOldAdsParserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteOldAdsParserCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteOldImage" (parent: .abstract.instanceof.App\Command\DeleteOldImage).
  • Resolving inheritance for "App\Command\DeleteOldImage" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteOldImage).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeletedUserUnsubscribeCommand" (parent: .abstract.instanceof.App\Command\DeletedUserUnsubscribeCommand).
  • Resolving inheritance for "App\Command\DeletedUserUnsubscribeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeletedUserUnsubscribeCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Enkod\AllCommand" (parent: .abstract.instanceof.App\Command\Enkod\AllCommand).
  • Resolving inheritance for "App\Command\Enkod\AllCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Enkod\AllCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Enkod\DailyCommand" (parent: .abstract.instanceof.App\Command\Enkod\DailyCommand).
  • Resolving inheritance for "App\Command\Enkod\DailyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Enkod\DailyCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Enkod\QueueCommand" (parent: .abstract.instanceof.App\Command\Enkod\QueueCommand).
  • Resolving inheritance for "App\Command\Enkod\QueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Enkod\QueueCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GetMantisReports" (parent: .abstract.instanceof.App\Command\GetMantisReports).
  • Resolving inheritance for "App\Command\GetMantisReports" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GetMantisReports).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GroupViewsUpdateCommand" (parent: .abstract.instanceof.App\Command\GroupViewsUpdateCommand).
  • Resolving inheritance for "App\Command\GroupViewsUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GroupViewsUpdateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImageViewsUpdateCommand" (parent: .abstract.instanceof.App\Command\ImageViewsUpdateCommand).
  • Resolving inheritance for "App\Command\ImageViewsUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImageViewsUpdateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ManualAutoModerationImagesCommand" (parent: .abstract.instanceof.App\Command\ManualAutoModerationImagesCommand).
  • Resolving inheritance for "App\Command\ManualAutoModerationImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ManualAutoModerationImagesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MediaCleanCommand" (parent: .abstract.instanceof.App\Command\MediaCleanCommand).
  • Resolving inheritance for "App\Command\MediaCleanCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MediaCleanCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NewsViewsUpdateCommand" (parent: .abstract.instanceof.App\Command\NewsViewsUpdateCommand).
  • Resolving inheritance for "App\Command\NewsViewsUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NewsViewsUpdateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OldMessagesDeleteCommand" (parent: .abstract.instanceof.App\Command\OldMessagesDeleteCommand).
  • Resolving inheritance for "App\Command\OldMessagesDeleteCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OldMessagesDeleteCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseCityOfLoveCommand" (parent: .abstract.instanceof.App\Command\ParseCityOfLoveCommand).
  • Resolving inheritance for "App\Command\ParseCityOfLoveCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseCityOfLoveCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseEscortFinlandCommand" (parent: .abstract.instanceof.App\Command\ParseEscortFinlandCommand).
  • Resolving inheritance for "App\Command\ParseEscortFinlandCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseEscortFinlandCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseRealEscortCommand" (parent: .abstract.instanceof.App\Command\ParseRealEscortCommand).
  • Resolving inheritance for "App\Command\ParseRealEscortCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseRealEscortCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseSeksiCommand" (parent: .abstract.instanceof.App\Command\ParseSeksiCommand).
  • Resolving inheritance for "App\Command\ParseSeksiCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseSeksiCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseSkelbimaiCommand" (parent: .abstract.instanceof.App\Command\ParseSkelbimaiCommand).
  • Resolving inheritance for "App\Command\ParseSkelbimaiCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseSkelbimaiCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseSkelbiuCommand" (parent: .abstract.instanceof.App\Command\ParseSkelbiuCommand).
  • Resolving inheritance for "App\Command\ParseSkelbiuCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseSkelbiuCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\BlockUserQueueCommand" (parent: .abstract.instanceof.App\Command\Queue\BlockUserQueueCommand).
  • Resolving inheritance for "App\Command\Queue\BlockUserQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\BlockUserQueueCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\DeleteActivitiesCommand" (parent: .abstract.instanceof.App\Command\Queue\DeleteActivitiesCommand).
  • Resolving inheritance for "App\Command\Queue\DeleteActivitiesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\DeleteActivitiesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\DeleteDelayCommand" (parent: .abstract.instanceof.App\Command\Queue\DeleteDelayCommand).
  • Resolving inheritance for "App\Command\Queue\DeleteDelayCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\DeleteDelayCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\DeleteImageFromPublicCommand" (parent: .abstract.instanceof.App\Command\Queue\DeleteImageFromPublicCommand).
  • Resolving inheritance for "App\Command\Queue\DeleteImageFromPublicCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\DeleteImageFromPublicCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\DuplicateAdsCommand" (parent: .abstract.instanceof.App\Command\Queue\DuplicateAdsCommand).
  • Resolving inheritance for "App\Command\Queue\DuplicateAdsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\DuplicateAdsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\FeedQueueCommand" (parent: .abstract.instanceof.App\Command\Queue\FeedQueueCommand).
  • Resolving inheritance for "App\Command\Queue\FeedQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\FeedQueueCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\FrontCacheUpdateCommand" (parent: .abstract.instanceof.App\Command\Queue\FrontCacheUpdateCommand).
  • Resolving inheritance for "App\Command\Queue\FrontCacheUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\FrontCacheUpdateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\FrontNotifyUpdateCommand" (parent: .abstract.instanceof.App\Command\Queue\FrontNotifyUpdateCommand).
  • Resolving inheritance for "App\Command\Queue\FrontNotifyUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\FrontNotifyUpdateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\LastLoginUsersCommans" (parent: .abstract.instanceof.App\Command\Queue\LastLoginUsersCommans).
  • Resolving inheritance for "App\Command\Queue\LastLoginUsersCommans" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\LastLoginUsersCommans).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\NewVideoConvertCommand" (parent: .abstract.instanceof.App\Command\Queue\NewVideoConvertCommand).
  • Resolving inheritance for "App\Command\Queue\NewVideoConvertCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\NewVideoConvertCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\PreLoadImageCommand" (parent: .abstract.instanceof.App\Command\Queue\PreLoadImageCommand).
  • Resolving inheritance for "App\Command\Queue\PreLoadImageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\PreLoadImageCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\SpamReportCommand" (parent: .abstract.instanceof.App\Command\Queue\SpamReportCommand).
  • Resolving inheritance for "App\Command\Queue\SpamReportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\SpamReportCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\UpdateUsersCommand" (parent: .abstract.instanceof.App\Command\Queue\UpdateUsersCommand).
  • Resolving inheritance for "App\Command\Queue\UpdateUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\UpdateUsersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\UserDeleteContentCommand" (parent: .abstract.instanceof.App\Command\Queue\UserDeleteContentCommand).
  • Resolving inheritance for "App\Command\Queue\UserDeleteContentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\UserDeleteContentCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\VideoConvertCommand" (parent: .abstract.instanceof.App\Command\Queue\VideoConvertCommand).
  • Resolving inheritance for "App\Command\Queue\VideoConvertCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\VideoConvertCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RegenerateSlugsCommand" (parent: .abstract.instanceof.App\Command\RegenerateSlugsCommand).
  • Resolving inheritance for "App\Command\RegenerateSlugsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RegenerateSlugsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTelegaModerADSCommand" (parent: .abstract.instanceof.App\Command\SendTelegaModerADSCommand).
  • Resolving inheritance for "App\Command\SendTelegaModerADSCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTelegaModerADSCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTelegaModerCommand" (parent: .abstract.instanceof.App\Command\SendTelegaModerCommand).
  • Resolving inheritance for "App\Command\SendTelegaModerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTelegaModerCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTelegaModerProfileCommand" (parent: .abstract.instanceof.App\Command\SendTelegaModerProfileCommand).
  • Resolving inheritance for "App\Command\SendTelegaModerProfileCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTelegaModerProfileCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetCountryToUsersCommand" (parent: .abstract.instanceof.App\Command\SetCountryToUsersCommand).
  • Resolving inheritance for "App\Command\SetCountryToUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetCountryToUsersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SphinxIndexCommand" (parent: .abstract.instanceof.App\Command\SphinxIndexCommand).
  • Resolving inheritance for "App\Command\SphinxIndexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SphinxIndexCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\StoryViewsUpdateCommand" (parent: .abstract.instanceof.App\Command\StoryViewsUpdateCommand).
  • Resolving inheritance for "App\Command\StoryViewsUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\StoryViewsUpdateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\BlogTmpCommand" (parent: .abstract.instanceof.App\Command\Temp\BlogTmpCommand).
  • Resolving inheritance for "App\Command\Temp\BlogTmpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\BlogTmpCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\CleanDuplicatesArticleInBlogCommand" (parent: .abstract.instanceof.App\Command\Temp\CleanDuplicatesArticleInBlogCommand).
  • Resolving inheritance for "App\Command\Temp\CleanDuplicatesArticleInBlogCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\CleanDuplicatesArticleInBlogCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\CleanGroupPublicationCommand" (parent: .abstract.instanceof.App\Command\Temp\CleanGroupPublicationCommand).
  • Resolving inheritance for "App\Command\Temp\CleanGroupPublicationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\CleanGroupPublicationCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\ClearFavouriteFeedUsersCommand" (parent: .abstract.instanceof.App\Command\Temp\ClearFavouriteFeedUsersCommand).
  • Resolving inheritance for "App\Command\Temp\ClearFavouriteFeedUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\ClearFavouriteFeedUsersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\ClearUrl\ClearUrlCommand" (parent: .abstract.instanceof.App\Command\Temp\ClearUrl\ClearUrlCommand).
  • Resolving inheritance for "App\Command\Temp\ClearUrl\ClearUrlCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\ClearUrl\ClearUrlCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\ClearWhitelistCommand" (parent: .abstract.instanceof.App\Command\Temp\ClearWhitelistCommand).
  • Resolving inheritance for "App\Command\Temp\ClearWhitelistCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\ClearWhitelistCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\CloneFavouriteUsersCommand" (parent: .abstract.instanceof.App\Command\Temp\CloneFavouriteUsersCommand).
  • Resolving inheritance for "App\Command\Temp\CloneFavouriteUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\CloneFavouriteUsersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\ContentBonus\ContentBonusCreateCommand" (parent: .abstract.instanceof.App\Command\Temp\ContentBonus\ContentBonusCreateCommand).
  • Resolving inheritance for "App\Command\Temp\ContentBonus\ContentBonusCreateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\ContentBonus\ContentBonusCreateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\CreateConversationsCommand" (parent: .abstract.instanceof.App\Command\Temp\CreateConversationsCommand).
  • Resolving inheritance for "App\Command\Temp\CreateConversationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\CreateConversationsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\CreateGroupConversationsCommand" (parent: .abstract.instanceof.App\Command\Temp\CreateGroupConversationsCommand).
  • Resolving inheritance for "App\Command\Temp\CreateGroupConversationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\CreateGroupConversationsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\CreatePerformersCommand" (parent: .abstract.instanceof.App\Command\Temp\CreatePerformersCommand).
  • Resolving inheritance for "App\Command\Temp\CreatePerformersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\CreatePerformersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\DuplicateUsersSameEmailCommand" (parent: .abstract.instanceof.App\Command\Temp\DuplicateUsersSameEmailCommand).
  • Resolving inheritance for "App\Command\Temp\DuplicateUsersSameEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\DuplicateUsersSameEmailCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\EuDTS\AddUsersToAdsCommand" (parent: .abstract.instanceof.App\Command\Temp\EuDTS\AddUsersToAdsCommand).
  • Resolving inheritance for "App\Command\Temp\EuDTS\AddUsersToAdsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\EuDTS\AddUsersToAdsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\EuDTS\AddUsersToImagesCommand" (parent: .abstract.instanceof.App\Command\Temp\EuDTS\AddUsersToImagesCommand).
  • Resolving inheritance for "App\Command\Temp\EuDTS\AddUsersToImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\EuDTS\AddUsersToImagesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\EuDTS\AdsImagesToAlbumsCommand" (parent: .abstract.instanceof.App\Command\Temp\EuDTS\AdsImagesToAlbumsCommand).
  • Resolving inheritance for "App\Command\Temp\EuDTS\AdsImagesToAlbumsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\EuDTS\AdsImagesToAlbumsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\EuDTS\ChangeAdsCategoryCommand" (parent: .abstract.instanceof.App\Command\Temp\EuDTS\ChangeAdsCategoryCommand).
  • Resolving inheritance for "App\Command\Temp\EuDTS\ChangeAdsCategoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\EuDTS\ChangeAdsCategoryCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\GenerateCityUriCommand" (parent: .abstract.instanceof.App\Command\Temp\GenerateCityUriCommand).
  • Resolving inheritance for "App\Command\Temp\GenerateCityUriCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\GenerateCityUriCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\GenerateUsersPhotoAlbumsCommand" (parent: .abstract.instanceof.App\Command\Temp\GenerateUsersPhotoAlbumsCommand).
  • Resolving inheritance for "App\Command\Temp\GenerateUsersPhotoAlbumsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\GenerateUsersPhotoAlbumsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\GenerateUsersVideoAlbumsCommand" (parent: .abstract.instanceof.App\Command\Temp\GenerateUsersVideoAlbumsCommand).
  • Resolving inheritance for "App\Command\Temp\GenerateUsersVideoAlbumsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\GenerateUsersVideoAlbumsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\Image\ClearImageMetadataCommand" (parent: .abstract.instanceof.App\Command\Temp\Image\ClearImageMetadataCommand).
  • Resolving inheritance for "App\Command\Temp\Image\ClearImageMetadataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\Image\ClearImageMetadataCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\KlubbAddUserVipRatingCommand" (parent: .abstract.instanceof.App\Command\Temp\KlubbAddUserVipRatingCommand).
  • Resolving inheritance for "App\Command\Temp\KlubbAddUserVipRatingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\KlubbAddUserVipRatingCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\KlubbCheckCommand" (parent: .abstract.instanceof.App\Command\Temp\KlubbCheckCommand).
  • Resolving inheritance for "App\Command\Temp\KlubbCheckCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\KlubbCheckCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\KlubbCommand" (parent: .abstract.instanceof.App\Command\Temp\KlubbCommand).
  • Resolving inheritance for "App\Command\Temp\KlubbCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\KlubbCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\KlubbTmpCommand" (parent: .abstract.instanceof.App\Command\Temp\KlubbTmpCommand).
  • Resolving inheritance for "App\Command\Temp\KlubbTmpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\KlubbTmpCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\MigrateAdsToOwnK6WlsCommand" (parent: .abstract.instanceof.App\Command\Temp\MigrateAdsToOwnK6WlsCommand).
  • Resolving inheritance for "App\Command\Temp\MigrateAdsToOwnK6WlsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\MigrateAdsToOwnK6WlsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\MigrateXkumppaniDataToK6Command" (parent: .abstract.instanceof.App\Command\Temp\MigrateXkumppaniDataToK6Command).
  • Resolving inheritance for "App\Command\Temp\MigrateXkumppaniDataToK6Command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\MigrateXkumppaniDataToK6Command).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\MoveAdultImagesCommand" (parent: .abstract.instanceof.App\Command\Temp\MoveAdultImagesCommand).
  • Resolving inheritance for "App\Command\Temp\MoveAdultImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\MoveAdultImagesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\MoveAdultVideosCommand" (parent: .abstract.instanceof.App\Command\Temp\MoveAdultVideosCommand).
  • Resolving inheritance for "App\Command\Temp\MoveAdultVideosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\MoveAdultVideosCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\MoveGroupImagesCommand" (parent: .abstract.instanceof.App\Command\Temp\MoveGroupImagesCommand).
  • Resolving inheritance for "App\Command\Temp\MoveGroupImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\MoveGroupImagesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\ReconvertVideoCommand" (parent: .abstract.instanceof.App\Command\Temp\ReconvertVideoCommand).
  • Resolving inheritance for "App\Command\Temp\ReconvertVideoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\ReconvertVideoCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\Sexycommunity\SexycommunityCommand" (parent: .abstract.instanceof.App\Command\Temp\Sexycommunity\SexycommunityCommand).
  • Resolving inheritance for "App\Command\Temp\Sexycommunity\SexycommunityCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\Sexycommunity\SexycommunityCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UnsetAdultMainImagesCommand" (parent: .abstract.instanceof.App\Command\Temp\UnsetAdultMainImagesCommand).
  • Resolving inheritance for "App\Command\Temp\UnsetAdultMainImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UnsetAdultMainImagesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateHTagsCommand" (parent: .abstract.instanceof.App\Command\Temp\UpdateHTagsCommand).
  • Resolving inheritance for "App\Command\Temp\UpdateHTagsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateHTagsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateImageFiltersCommand" (parent: .abstract.instanceof.App\Command\Temp\UpdateImageFiltersCommand).
  • Resolving inheritance for "App\Command\Temp\UpdateImageFiltersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateImageFiltersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateMessageConversationsCommand" (parent: .abstract.instanceof.App\Command\Temp\UpdateMessageConversationsCommand).
  • Resolving inheritance for "App\Command\Temp\UpdateMessageConversationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateMessageConversationsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateSlugsBlogCommand" (parent: .abstract.instanceof.App\Command\Temp\UpdateSlugsBlogCommand).
  • Resolving inheritance for "App\Command\Temp\UpdateSlugsBlogCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateSlugsBlogCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateSlugsStoryCommand" (parent: .abstract.instanceof.App\Command\Temp\UpdateSlugsStoryCommand).
  • Resolving inheritance for "App\Command\Temp\UpdateSlugsStoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateSlugsStoryCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateTransactionDomainsCommand" (parent: .abstract.instanceof.App\Command\Temp\UpdateTransactionDomainsCommand).
  • Resolving inheritance for "App\Command\Temp\UpdateTransactionDomainsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateTransactionDomainsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateUserVerificationCommand" (parent: .abstract.instanceof.App\Command\Temp\UpdateUserVerificationCommand).
  • Resolving inheritance for "App\Command\Temp\UpdateUserVerificationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateUserVerificationCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateUsersCardInfoCommand" (parent: .abstract.instanceof.App\Command\Temp\UpdateUsersCardInfoCommand).
  • Resolving inheritance for "App\Command\Temp\UpdateUsersCardInfoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateUsersCardInfoCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\VipPStatusesCommand" (parent: .abstract.instanceof.App\Command\Temp\VipPStatusesCommand).
  • Resolving inheritance for "App\Command\Temp\VipPStatusesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\VipPStatusesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\updateWhitelistAndAdsVerifyingCommand" (parent: .abstract.instanceof.App\Command\Temp\updateWhitelistAndAdsVerifyingCommand).
  • Resolving inheritance for "App\Command\Temp\updateWhitelistAndAdsVerifyingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\updateWhitelistAndAdsVerifyingCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCommand" (parent: .abstract.instanceof.App\Command\TestCommand).
  • Resolving inheritance for "App\Command\TestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UndeliveredMailUserRemoveCommand" (parent: .abstract.instanceof.App\Command\UndeliveredMailUserRemoveCommand).
  • Resolving inheritance for "App\Command\UndeliveredMailUserRemoveCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UndeliveredMailUserRemoveCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UnsetAdultAvatarFromSphinx" (parent: .abstract.instanceof.App\Command\UnsetAdultAvatarFromSphinx).
  • Resolving inheritance for "App\Command\UnsetAdultAvatarFromSphinx" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UnsetAdultAvatarFromSphinx).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateAdsCountersCommand" (parent: .abstract.instanceof.App\Command\UpdateAdsCountersCommand).
  • Resolving inheritance for "App\Command\UpdateAdsCountersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateAdsCountersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateAdsLocationCommand" (parent: .abstract.instanceof.App\Command\UpdateAdsLocationCommand).
  • Resolving inheritance for "App\Command\UpdateAdsLocationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateAdsLocationCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateContestCommand" (parent: .abstract.instanceof.App\Command\UpdateContestCommand).
  • Resolving inheritance for "App\Command\UpdateContestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateContestCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateGroupMembersCntCommand" (parent: .abstract.instanceof.App\Command\UpdateGroupMembersCntCommand).
  • Resolving inheritance for "App\Command\UpdateGroupMembersCntCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateGroupMembersCntCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateMaxOnlineStatInfoCommand" (parent: .abstract.instanceof.App\Command\UpdateMaxOnlineStatInfoCommand).
  • Resolving inheritance for "App\Command\UpdateMaxOnlineStatInfoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateMaxOnlineStatInfoCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateTranslationsCommand" (parent: .abstract.instanceof.App\Command\UpdateTranslationsCommand).
  • Resolving inheritance for "App\Command\UpdateTranslationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateTranslationsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateUserLocationCommand" (parent: .abstract.instanceof.App\Command\UpdateUserLocationCommand).
  • Resolving inheritance for "App\Command\UpdateUserLocationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateUserLocationCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateUsersCommand" (parent: .abstract.instanceof.App\Command\UpdateUsersCommand).
  • Resolving inheritance for "App\Command\UpdateUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateUsersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateVipChatGroupCommand" (parent: .abstract.instanceof.App\Command\UpdateVipChatGroupCommand).
  • Resolving inheritance for "App\Command\UpdateVipChatGroupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateVipChatGroupCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserCheckBalanceCommand" (parent: .abstract.instanceof.App\Command\UserCheckBalanceCommand).
  • Resolving inheritance for "App\Command\UserCheckBalanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserCheckBalanceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserRatingCheckCommand" (parent: .abstract.instanceof.App\Command\UserRatingCheckCommand).
  • Resolving inheritance for "App\Command\UserRatingCheckCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserRatingCheckCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserSetMainPhotoCommand" (parent: .abstract.instanceof.App\Command\UserSetMainPhotoCommand).
  • Resolving inheritance for "App\Command\UserSetMainPhotoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserSetMainPhotoCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserVisitRatingCalcCommand" (parent: .abstract.instanceof.App\Command\UserVisitRatingCalcCommand).
  • Resolving inheritance for "App\Command\UserVisitRatingCalcCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserVisitRatingCalcCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserVisitUpdateCommand" (parent: .abstract.instanceof.App\Command\UserVisitUpdateCommand).
  • Resolving inheritance for "App\Command\UserVisitUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserVisitUpdateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserWithoutEmailUnsubscribeCommand" (parent: .abstract.instanceof.App\Command\UserWithoutEmailUnsubscribeCommand).
  • Resolving inheritance for "App\Command\UserWithoutEmailUnsubscribeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserWithoutEmailUnsubscribeCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VideoViewsUpdateCommand" (parent: .abstract.instanceof.App\Command\VideoViewsUpdateCommand).
  • Resolving inheritance for "App\Command\VideoViewsUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VideoViewsUpdateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VipCommand" (parent: .abstract.instanceof.App\Command\VipCommand).
  • Resolving inheritance for "App\Command\VipCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VipCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\updateCompleteStatisticsVipPurchasesCommand" (parent: .abstract.instanceof.App\Command\updateCompleteStatisticsVipPurchasesCommand).
  • Resolving inheritance for "App\Command\updateCompleteStatisticsVipPurchasesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\updateCompleteStatisticsVipPurchasesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminController" (parent: .abstract.instanceof.App\Controller\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminController).
  • Resolving inheritance for "App\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdsController" (parent: .abstract.instanceof.App\Controller\AdsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdsController).
  • Resolving inheritance for "App\Controller\AdsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdsReportsController" (parent: .abstract.instanceof.App\Controller\AdsReportsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdsReportsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdsReportsController).
  • Resolving inheritance for "App\Controller\AdsReportsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdsReportsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IdenfyApiController" (parent: .abstract.instanceof.App\Controller\Api\IdenfyApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IdenfyApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IdenfyApiController).
  • Resolving inheritance for "App\Controller\Api\IdenfyApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IdenfyApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LpbApiController" (parent: .abstract.instanceof.App\Controller\Api\LpbApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LpbApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LpbApiController).
  • Resolving inheritance for "App\Controller\Api\LpbApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LpbApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TelegramApiController" (parent: .abstract.instanceof.App\Controller\Api\TelegramApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TelegramApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TelegramApiController).
  • Resolving inheritance for "App\Controller\Api\TelegramApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TelegramApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TestApiController" (parent: .abstract.instanceof.App\Controller\Api\TestApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TestApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TestApiController).
  • Resolving inheritance for "App\Controller\Api\TestApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TestApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TranslateApiController" (parent: .abstract.instanceof.App\Controller\Api\TranslateApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TranslateApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TranslateApiController).
  • Resolving inheritance for "App\Controller\Api\TranslateApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TranslateApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BanlistController" (parent: .abstract.instanceof.App\Controller\BanlistController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BanlistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BanlistController).
  • Resolving inheritance for "App\Controller\BanlistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BanlistController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BanlistTriggerLogController" (parent: .abstract.instanceof.App\Controller\BanlistTriggerLogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BanlistTriggerLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BanlistTriggerLogController).
  • Resolving inheritance for "App\Controller\BanlistTriggerLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BanlistTriggerLogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogCommentController" (parent: .abstract.instanceof.App\Controller\BlogCommentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogCommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogCommentController).
  • Resolving inheritance for "App\Controller\BlogCommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogCommentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController" (parent: .abstract.instanceof.App\Controller\BlogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController).
  • Resolving inheritance for "App\Controller\BlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogTagController" (parent: .abstract.instanceof.App\Controller\BlogTagController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogTagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogTagController).
  • Resolving inheritance for "App\Controller\BlogTagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogTagController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BotController" (parent: .abstract.instanceof.App\Controller\BotController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BotController).
  • Resolving inheritance for "App\Controller\BotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BotController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CampaignController" (parent: .abstract.instanceof.App\Controller\CampaignController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CampaignController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CampaignController).
  • Resolving inheritance for "App\Controller\CampaignController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CampaignController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CardController" (parent: .abstract.instanceof.App\Controller\CardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CardController).
  • Resolving inheritance for "App\Controller\CardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CardController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryController" (parent: .abstract.instanceof.App\Controller\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryController).
  • Resolving inheritance for "App\Controller\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChatController" (parent: .abstract.instanceof.App\Controller\ChatController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChatController).
  • Resolving inheritance for "App\Controller\ChatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChatController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChecklistController" (parent: .abstract.instanceof.App\Controller\ChecklistController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChecklistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChecklistController).
  • Resolving inheritance for "App\Controller\ChecklistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChecklistController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommentLogController" (parent: .abstract.instanceof.App\Controller\CommentLogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommentLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommentLogController).
  • Resolving inheritance for "App\Controller\CommentLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommentLogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompleteStatisticsController" (parent: .abstract.instanceof.App\Controller\CompleteStatisticsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompleteStatisticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompleteStatisticsController).
  • Resolving inheritance for "App\Controller\CompleteStatisticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompleteStatisticsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContestController" (parent: .abstract.instanceof.App\Controller\ContestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContestController).
  • Resolving inheritance for "App\Controller\ContestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EntityLogController" (parent: .abstract.instanceof.App\Controller\EntityLogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EntityLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EntityLogController).
  • Resolving inheritance for "App\Controller\EntityLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EntityLogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FaqController" (parent: .abstract.instanceof.App\Controller\FaqController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FaqController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FaqController).
  • Resolving inheritance for "App\Controller\FaqController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FaqController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\AdsApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\AdsApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\AdsApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\AdsApiController).
  • Resolving inheritance for "App\Controller\FrontApi\AdsApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\AdsApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\AdsReportApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\AdsReportApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\AdsReportApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\AdsReportApiController).
  • Resolving inheritance for "App\Controller\FrontApi\AdsReportApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\AdsReportApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\AdsReviewApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\AdsReviewApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\AdsReviewApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\AdsReviewApiController).
  • Resolving inheritance for "App\Controller\FrontApi\AdsReviewApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\AdsReviewApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\AreaApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\AreaApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\AreaApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\AreaApiController).
  • Resolving inheritance for "App\Controller\FrontApi\AreaApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\AreaApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\BanlistApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\BanlistApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\BanlistApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\BanlistApiController).
  • Resolving inheritance for "App\Controller\FrontApi\BanlistApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\BanlistApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\BlogApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\BlogApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\BlogApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\BlogApiController).
  • Resolving inheritance for "App\Controller\FrontApi\BlogApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\BlogApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\BlogCommentApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\BlogCommentApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\BlogCommentApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\BlogCommentApiController).
  • Resolving inheritance for "App\Controller\FrontApi\BlogCommentApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\BlogCommentApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\CategoryApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\CategoryApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\CategoryApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\CategoryApiController).
  • Resolving inheritance for "App\Controller\FrontApi\CategoryApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\CategoryApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ChatApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\ChatApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ChatApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ChatApiController).
  • Resolving inheritance for "App\Controller\FrontApi\ChatApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ChatApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ChatGroupApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\ChatGroupApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ChatGroupApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ChatGroupApiController).
  • Resolving inheritance for "App\Controller\FrontApi\ChatGroupApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ChatGroupApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\CityApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\CityApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\CityApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\CityApiController).
  • Resolving inheritance for "App\Controller\FrontApi\CityApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\CityApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\CommonApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\CommonApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\CommonApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\CommonApiController).
  • Resolving inheritance for "App\Controller\FrontApi\CommonApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\CommonApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ContentBonusApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\ContentBonusApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ContentBonusApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ContentBonusApiController).
  • Resolving inheritance for "App\Controller\FrontApi\ContentBonusApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ContentBonusApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ContestApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\ContestApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ContestApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ContestApiController).
  • Resolving inheritance for "App\Controller\FrontApi\ContestApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ContestApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ConversationApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\ConversationApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ConversationApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ConversationApiController).
  • Resolving inheritance for "App\Controller\FrontApi\ConversationApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ConversationApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\CountyApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\CountyApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\CountyApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\CountyApiController).
  • Resolving inheritance for "App\Controller\FrontApi\CountyApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\CountyApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\FaqApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\FaqApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\FaqApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\FaqApiController).
  • Resolving inheritance for "App\Controller\FrontApi\FaqApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\FaqApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\FavoriteMediaApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\FavoriteMediaApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\FavoriteMediaApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\FavoriteMediaApiController).
  • Resolving inheritance for "App\Controller\FrontApi\FavoriteMediaApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\FavoriteMediaApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\FeedbackApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\FeedbackApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\FeedbackApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\FeedbackApiController).
  • Resolving inheritance for "App\Controller\FrontApi\FeedbackApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\FeedbackApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\GroupApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\GroupApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\GroupApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\GroupApiController).
  • Resolving inheritance for "App\Controller\FrontApi\GroupApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\GroupApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\GuestbookApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\GuestbookApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\GuestbookApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\GuestbookApiController).
  • Resolving inheritance for "App\Controller\FrontApi\GuestbookApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\GuestbookApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ImageApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\ImageApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ImageApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ImageApiController).
  • Resolving inheritance for "App\Controller\FrontApi\ImageApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ImageApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ImageLikeApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\ImageLikeApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ImageLikeApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ImageLikeApiController).
  • Resolving inheritance for "App\Controller\FrontApi\ImageLikeApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ImageLikeApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ImagesApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\ImagesApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ImagesApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ImagesApiController).
  • Resolving inheritance for "App\Controller\FrontApi\ImagesApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ImagesApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\LiveMessageApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\LiveMessageApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\LiveMessageApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\LiveMessageApiController).
  • Resolving inheritance for "App\Controller\FrontApi\LiveMessageApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\LiveMessageApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\MetroApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\MetroApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\MetroApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\MetroApiController).
  • Resolving inheritance for "App\Controller\FrontApi\MetroApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\MetroApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\NewsApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\NewsApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\NewsApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\NewsApiController).
  • Resolving inheritance for "App\Controller\FrontApi\NewsApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\NewsApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\NewsCommentApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\NewsCommentApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\NewsCommentApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\NewsCommentApiController).
  • Resolving inheritance for "App\Controller\FrontApi\NewsCommentApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\NewsCommentApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\PagesApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\PagesApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\PagesApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\PagesApiController).
  • Resolving inheritance for "App\Controller\FrontApi\PagesApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\PagesApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\PerformerApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\PerformerApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\PerformerApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\PerformerApiController).
  • Resolving inheritance for "App\Controller\FrontApi\PerformerApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\PerformerApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\PermitApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\PermitApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\PermitApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\PermitApiController).
  • Resolving inheritance for "App\Controller\FrontApi\PermitApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\PermitApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\PhotoAlbumApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\PhotoAlbumApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\PhotoAlbumApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\PhotoAlbumApiController).
  • Resolving inheritance for "App\Controller\FrontApi\PhotoAlbumApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\PhotoAlbumApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\PricesPageApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\PricesPageApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\PricesPageApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\PricesPageApiController).
  • Resolving inheritance for "App\Controller\FrontApi\PricesPageApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\PricesPageApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\RegionApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\RegionApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\RegionApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\RegionApiController).
  • Resolving inheritance for "App\Controller\FrontApi\RegionApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\RegionApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\RegistrationApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\RegistrationApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\RegistrationApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\RegistrationApiController).
  • Resolving inheritance for "App\Controller\FrontApi\RegistrationApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\RegistrationApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\StoryApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\StoryApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\StoryApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\StoryApiController).
  • Resolving inheritance for "App\Controller\FrontApi\StoryApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\StoryApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\TestApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\TestApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\TestApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\TestApiController).
  • Resolving inheritance for "App\Controller\FrontApi\TestApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\TestApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserActivityApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\UserActivityApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserActivityApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserActivityApiController).
  • Resolving inheritance for "App\Controller\FrontApi\UserActivityApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserActivityApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserAgreementApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\UserAgreementApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserAgreementApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserAgreementApiController).
  • Resolving inheritance for "App\Controller\FrontApi\UserAgreementApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserAgreementApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\UserApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserApiController).
  • Resolving inheritance for "App\Controller\FrontApi\UserApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserFavouriteApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\UserFavouriteApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserFavouriteApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserFavouriteApiController).
  • Resolving inheritance for "App\Controller\FrontApi\UserFavouriteApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserFavouriteApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserFriendshipApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\UserFriendshipApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserFriendshipApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserFriendshipApiController).
  • Resolving inheritance for "App\Controller\FrontApi\UserFriendshipApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserFriendshipApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserPresentApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\UserPresentApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserPresentApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserPresentApiController).
  • Resolving inheritance for "App\Controller\FrontApi\UserPresentApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserPresentApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserRatingApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\UserRatingApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserRatingApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserRatingApiController).
  • Resolving inheritance for "App\Controller\FrontApi\UserRatingApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserRatingApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\VideoAlbumApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\VideoAlbumApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\VideoAlbumApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\VideoAlbumApiController).
  • Resolving inheritance for "App\Controller\FrontApi\VideoAlbumApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\VideoAlbumApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\VideoApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\VideoApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\VideoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\VideoApiController).
  • Resolving inheritance for "App\Controller\FrontApi\VideoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\VideoApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\VideoLikeApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\VideoLikeApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\VideoLikeApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\VideoLikeApiController).
  • Resolving inheritance for "App\Controller\FrontApi\VideoLikeApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\VideoLikeApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\VotingApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\VotingApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\VotingApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\VotingApiController).
  • Resolving inheritance for "App\Controller\FrontApi\VotingApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\VotingApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\WebmoneyApiController" (parent: .abstract.instanceof.App\Controller\FrontApi\WebmoneyApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\WebmoneyApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\WebmoneyApiController).
  • Resolving inheritance for "App\Controller\FrontApi\WebmoneyApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\WebmoneyApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GoogleApiIndexerController" (parent: .abstract.instanceof.App\Controller\GoogleApiIndexerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GoogleApiIndexerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GoogleApiIndexerController).
  • Resolving inheritance for "App\Controller\GoogleApiIndexerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GoogleApiIndexerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupController" (parent: .abstract.instanceof.App\Controller\GroupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupController).
  • Resolving inheritance for "App\Controller\GroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupLogController" (parent: .abstract.instanceof.App\Controller\GroupLogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupLogController).
  • Resolving inheritance for "App\Controller\GroupLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupLogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupPublicationsController" (parent: .abstract.instanceof.App\Controller\GroupPublicationsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupPublicationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupPublicationsController).
  • Resolving inheritance for "App\Controller\GroupPublicationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupPublicationsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupReportController" (parent: .abstract.instanceof.App\Controller\GroupReportController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupReportController).
  • Resolving inheritance for "App\Controller\GroupReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupReportController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GuestbookController" (parent: .abstract.instanceof.App\Controller\GuestbookController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GuestbookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GuestbookController).
  • Resolving inheritance for "App\Controller\GuestbookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GuestbookController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImageController" (parent: .abstract.instanceof.App\Controller\ImageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImageController).
  • Resolving inheritance for "App\Controller\ImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LiveMessageController" (parent: .abstract.instanceof.App\Controller\LiveMessageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LiveMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LiveMessageController).
  • Resolving inheritance for "App\Controller\LiveMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LiveMessageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MainController" (parent: .abstract.instanceof.App\Controller\MainController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MainController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MainController).
  • Resolving inheritance for "App\Controller\MainController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MainController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediaLogController" (parent: .abstract.instanceof.App\Controller\MediaLogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediaLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediaLogController).
  • Resolving inheritance for "App\Controller\MediaLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediaLogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsCommentController" (parent: .abstract.instanceof.App\Controller\NewsCommentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsCommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsCommentController).
  • Resolving inheritance for "App\Controller\NewsCommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsCommentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController" (parent: .abstract.instanceof.App\Controller\NewsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController).
  • Resolving inheritance for "App\Controller\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OtherSEOController" (parent: .abstract.instanceof.App\Controller\OtherSEOController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OtherSEOController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OtherSEOController).
  • Resolving inheritance for "App\Controller\OtherSEOController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OtherSEOController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PagesController" (parent: .abstract.instanceof.App\Controller\PagesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PagesController).
  • Resolving inheritance for "App\Controller\PagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PagesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParserController" (parent: .abstract.instanceof.App\Controller\ParserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParserController).
  • Resolving inheritance for "App\Controller\ParserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController" (parent: .abstract.instanceof.App\Controller\PaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController).
  • Resolving inheritance for "App\Controller\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PerformerController" (parent: .abstract.instanceof.App\Controller\PerformerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PerformerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PerformerController).
  • Resolving inheritance for "App\Controller\PerformerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PerformerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PricesPageController" (parent: .abstract.instanceof.App\Controller\PricesPageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PricesPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PricesPageController).
  • Resolving inheritance for "App\Controller\PricesPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PricesPageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController" (parent: .abstract.instanceof.App\Controller\RegistrationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController).
  • Resolving inheritance for "App\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingController" (parent: .abstract.instanceof.App\Controller\SettingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingController).
  • Resolving inheritance for "App\Controller\SettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SmsController" (parent: .abstract.instanceof.App\Controller\SmsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SmsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SmsController).
  • Resolving inheritance for "App\Controller\SmsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SmsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SmsEsteriaController" (parent: .abstract.instanceof.App\Controller\SmsEsteriaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SmsEsteriaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SmsEsteriaController).
  • Resolving inheritance for "App\Controller\SmsEsteriaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SmsEsteriaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpamController" (parent: .abstract.instanceof.App\Controller\SpamController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpamController).
  • Resolving inheritance for "App\Controller\SpamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpamController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StoryCommentController" (parent: .abstract.instanceof.App\Controller\StoryCommentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StoryCommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StoryCommentController).
  • Resolving inheritance for "App\Controller\StoryCommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StoryCommentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StoryController" (parent: .abstract.instanceof.App\Controller\StoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StoryController).
  • Resolving inheritance for "App\Controller\StoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SwishController" (parent: .abstract.instanceof.App\Controller\SwishController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SwishController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SwishController).
  • Resolving inheritance for "App\Controller\SwishController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SwishController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TelegaModerController" (parent: .abstract.instanceof.App\Controller\TelegaModerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TelegaModerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TelegaModerController).
  • Resolving inheritance for "App\Controller\TelegaModerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TelegaModerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TokensController" (parent: .abstract.instanceof.App\Controller\TokensController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TokensController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TokensController).
  • Resolving inheritance for "App\Controller\TokensController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TokensController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TranslateController" (parent: .abstract.instanceof.App\Controller\TranslateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TranslateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TranslateController).
  • Resolving inheritance for "App\Controller\TranslateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TranslateController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserCommentsController" (parent: .abstract.instanceof.App\Controller\UserCommentsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserCommentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserCommentsController).
  • Resolving inheritance for "App\Controller\UserCommentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserCommentsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
  • Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserEmailLogController" (parent: .abstract.instanceof.App\Controller\UserEmailLogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserEmailLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserEmailLogController).
  • Resolving inheritance for "App\Controller\UserEmailLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserEmailLogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserImagesController" (parent: .abstract.instanceof.App\Controller\UserImagesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserImagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserImagesController).
  • Resolving inheritance for "App\Controller\UserImagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserImagesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserRatingController" (parent: .abstract.instanceof.App\Controller\UserRatingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserRatingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserRatingController).
  • Resolving inheritance for "App\Controller\UserRatingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserRatingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserVideosController" (parent: .abstract.instanceof.App\Controller\UserVideosController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserVideosController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserVideosController).
  • Resolving inheritance for "App\Controller\UserVideosController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserVideosController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VideoController" (parent: .abstract.instanceof.App\Controller\VideoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VideoController).
  • Resolving inheritance for "App\Controller\VideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VideoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VotingController" (parent: .abstract.instanceof.App\Controller\VotingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VotingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VotingController).
  • Resolving inheritance for "App\Controller\VotingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VotingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WhitelistController" (parent: .abstract.instanceof.App\Controller\WhitelistController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WhitelistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WhitelistController).
  • Resolving inheritance for "App\Controller\WhitelistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WhitelistController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\YowController" (parent: .abstract.instanceof.App\Controller\YowController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\YowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\YowController).
  • Resolving inheritance for "App\Controller\YowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\YowController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AdminPermissionListener" (parent: .abstract.instanceof.App\EventSubscriber\AdminPermissionListener).
  • Resolving inheritance for "App\EventSubscriber\AdminPermissionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AdminPermissionListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AdminType" (parent: .abstract.instanceof.App\Form\Type\AdminType).
  • Resolving inheritance for "App\Form\Type\AdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AdminType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AdsType" (parent: .abstract.instanceof.App\Form\Type\AdsType).
  • Resolving inheritance for "App\Form\Type\AdsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AdsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BanlistType" (parent: .abstract.instanceof.App\Form\Type\BanlistType).
  • Resolving inheritance for "App\Form\Type\BanlistType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BanlistType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BlogTagType" (parent: .abstract.instanceof.App\Form\Type\BlogTagType).
  • Resolving inheritance for "App\Form\Type\BlogTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BlogTagType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BlogType" (parent: .abstract.instanceof.App\Form\Type\BlogType).
  • Resolving inheritance for "App\Form\Type\BlogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BlogType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContestType" (parent: .abstract.instanceof.App\Form\Type\ContestType).
  • Resolving inheritance for "App\Form\Type\ContestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContestType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FaqType" (parent: .abstract.instanceof.App\Form\Type\FaqType).
  • Resolving inheritance for "App\Form\Type\FaqType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FaqType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GroupType" (parent: .abstract.instanceof.App\Form\Type\GroupType).
  • Resolving inheritance for "App\Form\Type\GroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GroupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GuestbookPublicationType" (parent: .abstract.instanceof.App\Form\Type\GuestbookPublicationType).
  • Resolving inheritance for "App\Form\Type\GuestbookPublicationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GuestbookPublicationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ImageType" (parent: .abstract.instanceof.App\Form\Type\ImageType).
  • Resolving inheritance for "App\Form\Type\ImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LiveMessageType" (parent: .abstract.instanceof.App\Form\Type\LiveMessageType).
  • Resolving inheritance for "App\Form\Type\LiveMessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LiveMessageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LoginType" (parent: .abstract.instanceof.App\Form\Type\LoginType).
  • Resolving inheritance for "App\Form\Type\LoginType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LoginType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\NewsType" (parent: .abstract.instanceof.App\Form\Type\NewsType).
  • Resolving inheritance for "App\Form\Type\NewsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\NewsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PageType" (parent: .abstract.instanceof.App\Form\Type\PageType).
  • Resolving inheritance for "App\Form\Type\PageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PerformerType" (parent: .abstract.instanceof.App\Form\Type\PerformerType).
  • Resolving inheritance for "App\Form\Type\PerformerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PerformerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PricesPageType" (parent: .abstract.instanceof.App\Form\Type\PricesPageType).
  • Resolving inheritance for "App\Form\Type\PricesPageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PricesPageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ReportType" (parent: .abstract.instanceof.App\Form\Type\ReportType).
  • Resolving inheritance for "App\Form\Type\ReportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ReportType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StatisticsType" (parent: .abstract.instanceof.App\Form\Type\StatisticsType).
  • Resolving inheritance for "App\Form\Type\StatisticsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StatisticsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StoryCategorySubType" (parent: .abstract.instanceof.App\Form\Type\StoryCategorySubType).
  • Resolving inheritance for "App\Form\Type\StoryCategorySubType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StoryCategorySubType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StoryType" (parent: .abstract.instanceof.App\Form\Type\StoryType).
  • Resolving inheritance for "App\Form\Type\StoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SubCategoryType" (parent: .abstract.instanceof.App\Form\Type\SubCategoryType).
  • Resolving inheritance for "App\Form\Type\SubCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SubCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserImageAlbumType" (parent: .abstract.instanceof.App\Form\Type\UserImageAlbumType).
  • Resolving inheritance for "App\Form\Type\UserImageAlbumType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserImageAlbumType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserImageType" (parent: .abstract.instanceof.App\Form\Type\UserImageType).
  • Resolving inheritance for "App\Form\Type\UserImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserRemoveType" (parent: .abstract.instanceof.App\Form\Type\UserRemoveType).
  • Resolving inheritance for "App\Form\Type\UserRemoveType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserRemoveType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType" (parent: .abstract.instanceof.App\Form\Type\UserType).
  • Resolving inheritance for "App\Form\Type\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserVideoAlbumType" (parent: .abstract.instanceof.App\Form\Type\UserVideoAlbumType).
  • Resolving inheritance for "App\Form\Type\UserVideoAlbumType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserVideoAlbumType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserVideoType" (parent: .abstract.instanceof.App\Form\Type\UserVideoType).
  • Resolving inheritance for "App\Form\Type\UserVideoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserVideoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserWarningType" (parent: .abstract.instanceof.App\Form\Type\UserWarningType).
  • Resolving inheritance for "App\Form\Type\UserWarningType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserWarningType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\VotingType" (parent: .abstract.instanceof.App\Form\Type\VotingType).
  • Resolving inheritance for "App\Form\Type\VotingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\VotingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\WhitelistType" (parent: .abstract.instanceof.App\Form\Type\WhitelistType).
  • Resolving inheritance for "App\Form\Type\WhitelistType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\WhitelistType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessControlItemRepository" (parent: .abstract.instanceof.App\Repository\AccessControlItemRepository).
  • Resolving inheritance for "App\Repository\AccessControlItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessControlItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityRepository" (parent: .abstract.instanceof.App\Repository\ActivityRepository).
  • Resolving inheritance for "App\Repository\ActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminRepository" (parent: .abstract.instanceof.App\Repository\AdminRepository).
  • Resolving inheritance for "App\Repository\AdminRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsBadRepository" (parent: .abstract.instanceof.App\Repository\AdsBadRepository).
  • Resolving inheritance for "App\Repository\AdsBadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsBadRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsBannerRepository" (parent: .abstract.instanceof.App\Repository\AdsBannerRepository).
  • Resolving inheritance for "App\Repository\AdsBannerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsBannerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsInfoRepository" (parent: .abstract.instanceof.App\Repository\AdsInfoRepository).
  • Resolving inheritance for "App\Repository\AdsInfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsInfoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsOldRepository" (parent: .abstract.instanceof.App\Repository\AdsOldRepository).
  • Resolving inheritance for "App\Repository\AdsOldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsOldRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsRatingLogRepository" (parent: .abstract.instanceof.App\Repository\AdsRatingLogRepository).
  • Resolving inheritance for "App\Repository\AdsRatingLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsRatingLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsReportRepository" (parent: .abstract.instanceof.App\Repository\AdsReportRepository).
  • Resolving inheritance for "App\Repository\AdsReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsReportRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsRepository" (parent: .abstract.instanceof.App\Repository\AdsRepository).
  • Resolving inheritance for "App\Repository\AdsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsReviewRepository" (parent: .abstract.instanceof.App\Repository\AdsReviewRepository).
  • Resolving inheritance for "App\Repository\AdsReviewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsReviewRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsStatusLogRepository" (parent: .abstract.instanceof.App\Repository\AdsStatusLogRepository).
  • Resolving inheritance for "App\Repository\AdsStatusLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsStatusLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsTelegramRepository" (parent: .abstract.instanceof.App\Repository\AdsTelegramRepository).
  • Resolving inheritance for "App\Repository\AdsTelegramRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsTelegramRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AreaRepository" (parent: .abstract.instanceof.App\Repository\AreaRepository).
  • Resolving inheritance for "App\Repository\AreaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AreaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BanlistRepository" (parent: .abstract.instanceof.App\Repository\BanlistRepository).
  • Resolving inheritance for "App\Repository\BanlistRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BanlistRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BanlistTriggerLogRepository" (parent: .abstract.instanceof.App\Repository\BanlistTriggerLogRepository).
  • Resolving inheritance for "App\Repository\BanlistTriggerLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BanlistTriggerLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogCommentRepository" (parent: .abstract.instanceof.App\Repository\BlogCommentRepository).
  • Resolving inheritance for "App\Repository\BlogCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogCommentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogRepository" (parent: .abstract.instanceof.App\Repository\BlogRepository).
  • Resolving inheritance for "App\Repository\BlogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogTagRepository" (parent: .abstract.instanceof.App\Repository\BlogTagRepository).
  • Resolving inheritance for "App\Repository\BlogTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogTagRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignLogRepository" (parent: .abstract.instanceof.App\Repository\CampaignLogRepository).
  • Resolving inheritance for "App\Repository\CampaignLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignRepository" (parent: .abstract.instanceof.App\Repository\CampaignRepository).
  • Resolving inheritance for "App\Repository\CampaignRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignStatRepository" (parent: .abstract.instanceof.App\Repository\CampaignStatRepository).
  • Resolving inheritance for "App\Repository\CampaignStatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignStatRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository" (parent: .abstract.instanceof.App\Repository\CategoryRepository).
  • Resolving inheritance for "App\Repository\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategorySubRepository" (parent: .abstract.instanceof.App\Repository\CategorySubRepository).
  • Resolving inheritance for "App\Repository\CategorySubRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategorySubRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatGroupLockRepository" (parent: .abstract.instanceof.App\Repository\ChatGroupLockRepository).
  • Resolving inheritance for "App\Repository\ChatGroupLockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatGroupLockRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatGroupReportRepository" (parent: .abstract.instanceof.App\Repository\ChatGroupReportRepository).
  • Resolving inheritance for "App\Repository\ChatGroupReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatGroupReportRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatGroupRepository" (parent: .abstract.instanceof.App\Repository\ChatGroupRepository).
  • Resolving inheritance for "App\Repository\ChatGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatVerificationRepository" (parent: .abstract.instanceof.App\Repository\ChatVerificationRepository).
  • Resolving inheritance for "App\Repository\ChatVerificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatVerificationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChecklistRepository" (parent: .abstract.instanceof.App\Repository\ChecklistRepository).
  • Resolving inheritance for "App\Repository\ChecklistRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChecklistRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityRepository" (parent: .abstract.instanceof.App\Repository\CityRepository).
  • Resolving inheritance for "App\Repository\CityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CodeRepository" (parent: .abstract.instanceof.App\Repository\CodeRepository).
  • Resolving inheritance for "App\Repository\CodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CodeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentRepository" (parent: .abstract.instanceof.App\Repository\CommentRepository).
  • Resolving inheritance for "App\Repository\CommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentStatusLogRepository" (parent: .abstract.instanceof.App\Repository\CommentStatusLogRepository).
  • Resolving inheritance for "App\Repository\CommentStatusLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentStatusLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompleteStatisticsRepository" (parent: .abstract.instanceof.App\Repository\CompleteStatisticsRepository).
  • Resolving inheritance for "App\Repository\CompleteStatisticsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompleteStatisticsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentBonusRepository" (parent: .abstract.instanceof.App\Repository\ContentBonusRepository).
  • Resolving inheritance for "App\Repository\ContentBonusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentBonusRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContestRepository" (parent: .abstract.instanceof.App\Repository\ContestRepository).
  • Resolving inheritance for "App\Repository\ContestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContestRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConversationRepository" (parent: .abstract.instanceof.App\Repository\ConversationRepository).
  • Resolving inheritance for "App\Repository\ConversationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConversationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository" (parent: .abstract.instanceof.App\Repository\CountryRepository).
  • Resolving inheritance for "App\Repository\CountryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountyRepository" (parent: .abstract.instanceof.App\Repository\CountyRepository).
  • Resolving inheritance for "App\Repository\CountyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EntityLogRepository" (parent: .abstract.instanceof.App\Repository\EntityLogRepository).
  • Resolving inheritance for "App\Repository\EntityLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EntityLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository" (parent: .abstract.instanceof.App\Repository\FaqRepository).
  • Resolving inheritance for "App\Repository\FaqRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FavouriteMediaRepository" (parent: .abstract.instanceof.App\Repository\FavouriteMediaRepository).
  • Resolving inheritance for "App\Repository\FavouriteMediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FavouriteMediaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FavouriteRepository" (parent: .abstract.instanceof.App\Repository\FavouriteRepository).
  • Resolving inheritance for "App\Repository\FavouriteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FavouriteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedActivityRepository" (parent: .abstract.instanceof.App\Repository\FeedActivityRepository).
  • Resolving inheritance for "App\Repository\FeedActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedActivityRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedReactionRepository" (parent: .abstract.instanceof.App\Repository\FeedReactionRepository).
  • Resolving inheritance for "App\Repository\FeedReactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedReactionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FriendshipRepository" (parent: .abstract.instanceof.App\Repository\FriendshipRepository).
  • Resolving inheritance for "App\Repository\FriendshipRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FriendshipRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupPublicationRepository" (parent: .abstract.instanceof.App\Repository\GroupPublicationRepository).
  • Resolving inheritance for "App\Repository\GroupPublicationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupPublicationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupReportRepository" (parent: .abstract.instanceof.App\Repository\GroupReportRepository).
  • Resolving inheritance for "App\Repository\GroupReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupReportRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupRepository" (parent: .abstract.instanceof.App\Repository\GroupRepository).
  • Resolving inheritance for "App\Repository\GroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupStatusLogRepository" (parent: .abstract.instanceof.App\Repository\GroupStatusLogRepository).
  • Resolving inheritance for "App\Repository\GroupStatusLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupStatusLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupUserRepository" (parent: .abstract.instanceof.App\Repository\GroupUserRepository).
  • Resolving inheritance for "App\Repository\GroupUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupUserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GuestbookPublicationRepository" (parent: .abstract.instanceof.App\Repository\GuestbookPublicationRepository).
  • Resolving inheritance for "App\Repository\GuestbookPublicationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GuestbookPublicationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageAdditionalRepository" (parent: .abstract.instanceof.App\Repository\ImageAdditionalRepository).
  • Resolving inheritance for "App\Repository\ImageAdditionalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageAdditionalRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageLikeRepository" (parent: .abstract.instanceof.App\Repository\ImageLikeRepository).
  • Resolving inheritance for "App\Repository\ImageLikeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageLikeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageOldRepository" (parent: .abstract.instanceof.App\Repository\ImageOldRepository).
  • Resolving inheritance for "App\Repository\ImageOldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageOldRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository" (parent: .abstract.instanceof.App\Repository\ImageRepository).
  • Resolving inheritance for "App\Repository\ImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageTelegramRepository" (parent: .abstract.instanceof.App\Repository\ImageTelegramRepository).
  • Resolving inheritance for "App\Repository\ImageTelegramRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageTelegramRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiveMessageRepository" (parent: .abstract.instanceof.App\Repository\LiveMessageRepository).
  • Resolving inheritance for "App\Repository\LiveMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiveMessageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaxOnlineStatInfoRepository" (parent: .abstract.instanceof.App\Repository\MaxOnlineStatInfoRepository).
  • Resolving inheritance for "App\Repository\MaxOnlineStatInfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaxOnlineStatInfoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaPerformerRepository" (parent: .abstract.instanceof.App\Repository\MediaPerformerRepository).
  • Resolving inheritance for "App\Repository\MediaPerformerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaPerformerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaStatusLogRepository" (parent: .abstract.instanceof.App\Repository\MediaStatusLogRepository).
  • Resolving inheritance for "App\Repository\MediaStatusLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaStatusLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageLockRepository" (parent: .abstract.instanceof.App\Repository\MessageLockRepository).
  • Resolving inheritance for "App\Repository\MessageLockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageLockRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository" (parent: .abstract.instanceof.App\Repository\MessageRepository).
  • Resolving inheritance for "App\Repository\MessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetroRepository" (parent: .abstract.instanceof.App\Repository\MetroRepository).
  • Resolving inheritance for "App\Repository\MetroRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetroRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsCommentRepository" (parent: .abstract.instanceof.App\Repository\NewsCommentRepository).
  • Resolving inheritance for "App\Repository\NewsCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsCommentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsRepository" (parent: .abstract.instanceof.App\Repository\NewsRepository).
  • Resolving inheritance for "App\Repository\NewsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository" (parent: .abstract.instanceof.App\Repository\PageRepository).
  • Resolving inheritance for "App\Repository\PageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository" (parent: .abstract.instanceof.App\Repository\PaymentRepository).
  • Resolving inheritance for "App\Repository\PaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PerformerImageRepository" (parent: .abstract.instanceof.App\Repository\PerformerImageRepository).
  • Resolving inheritance for "App\Repository\PerformerImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PerformerImageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PerformerRepository" (parent: .abstract.instanceof.App\Repository\PerformerRepository).
  • Resolving inheritance for "App\Repository\PerformerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PerformerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermitRepository" (parent: .abstract.instanceof.App\Repository\PermitRepository).
  • Resolving inheritance for "App\Repository\PermitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermitRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PhotoAlbumRepository" (parent: .abstract.instanceof.App\Repository\PhotoAlbumRepository).
  • Resolving inheritance for "App\Repository\PhotoAlbumRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PhotoAlbumRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PresentRepository" (parent: .abstract.instanceof.App\Repository\PresentRepository).
  • Resolving inheritance for "App\Repository\PresentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PresentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PricesPageRepository" (parent: .abstract.instanceof.App\Repository\PricesPageRepository).
  • Resolving inheritance for "App\Repository\PricesPageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PricesPageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegionRepository" (parent: .abstract.instanceof.App\Repository\RegionRepository).
  • Resolving inheritance for "App\Repository\RegionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegistrationRepository" (parent: .abstract.instanceof.App\Repository\RegistrationRepository).
  • Resolving inheritance for "App\Repository\RegistrationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegistrationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository" (parent: .abstract.instanceof.App\Repository\RoleRepository).
  • Resolving inheritance for "App\Repository\RoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SendLogRepository" (parent: .abstract.instanceof.App\Repository\SendLogRepository).
  • Resolving inheritance for "App\Repository\SendLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SendLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository" (parent: .abstract.instanceof.App\Repository\SettingRepository).
  • Resolving inheritance for "App\Repository\SettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingtmpRepository" (parent: .abstract.instanceof.App\Repository\SettingtmpRepository).
  • Resolving inheritance for "App\Repository\SettingtmpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingtmpRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpamReportRepository" (parent: .abstract.instanceof.App\Repository\SpamReportRepository).
  • Resolving inheritance for "App\Repository\SpamReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpamReportRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sphinx\AdsRepository" (parent: .abstract.instanceof.App\Repository\Sphinx\AdsRepository).
  • Resolving inheritance for "App\Repository\Sphinx\AdsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sphinx\AdsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sphinx\UserRepository" (parent: .abstract.instanceof.App\Repository\Sphinx\UserRepository).
  • Resolving inheritance for "App\Repository\Sphinx\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sphinx\UserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoryCategoryRepository" (parent: .abstract.instanceof.App\Repository\StoryCategoryRepository).
  • Resolving inheritance for "App\Repository\StoryCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoryCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoryCategorySubRepository" (parent: .abstract.instanceof.App\Repository\StoryCategorySubRepository).
  • Resolving inheritance for "App\Repository\StoryCategorySubRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoryCategorySubRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoryCommentRepository" (parent: .abstract.instanceof.App\Repository\StoryCommentRepository).
  • Resolving inheritance for "App\Repository\StoryCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoryCommentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoryRepository" (parent: .abstract.instanceof.App\Repository\StoryRepository).
  • Resolving inheritance for "App\Repository\StoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscribeLogRepository" (parent: .abstract.instanceof.App\Repository\SubscribeLogRepository).
  • Resolving inheritance for "App\Repository\SubscribeLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscribeLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransactionRepository" (parent: .abstract.instanceof.App\Repository\TransactionRepository).
  • Resolving inheritance for "App\Repository\TransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransactionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TranslateRepository" (parent: .abstract.instanceof.App\Repository\TranslateRepository).
  • Resolving inheritance for "App\Repository\TranslateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TranslateRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAgreementRepository" (parent: .abstract.instanceof.App\Repository\UserAgreementRepository).
  • Resolving inheritance for "App\Repository\UserAgreementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAgreementRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserDailyVisitRepository" (parent: .abstract.instanceof.App\Repository\UserDailyVisitRepository).
  • Resolving inheritance for "App\Repository\UserDailyVisitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserDailyVisitRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserEmailLogRepository" (parent: .abstract.instanceof.App\Repository\UserEmailLogRepository).
  • Resolving inheritance for "App\Repository\UserEmailLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserEmailLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserInfoRepository" (parent: .abstract.instanceof.App\Repository\UserInfoRepository).
  • Resolving inheritance for "App\Repository\UserInfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserInfoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPresentRepository" (parent: .abstract.instanceof.App\Repository\UserPresentRepository).
  • Resolving inheritance for "App\Repository\UserPresentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPresentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRatingLogRepository" (parent: .abstract.instanceof.App\Repository\UserRatingLogRepository).
  • Resolving inheritance for "App\Repository\UserRatingLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRatingLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRatingRepository" (parent: .abstract.instanceof.App\Repository\UserRatingRepository).
  • Resolving inheritance for "App\Repository\UserRatingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRatingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
  • Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserStatusLogRepository" (parent: .abstract.instanceof.App\Repository\UserStatusLogRepository).
  • Resolving inheritance for "App\Repository\UserStatusLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserStatusLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserTelegramRepository" (parent: .abstract.instanceof.App\Repository\UserTelegramRepository).
  • Resolving inheritance for "App\Repository\UserTelegramRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserTelegramRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoAlbumRepository" (parent: .abstract.instanceof.App\Repository\VideoAlbumRepository).
  • Resolving inheritance for "App\Repository\VideoAlbumRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoAlbumRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoCommentRepository" (parent: .abstract.instanceof.App\Repository\VideoCommentRepository).
  • Resolving inheritance for "App\Repository\VideoCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoCommentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoLikeRepository" (parent: .abstract.instanceof.App\Repository\VideoLikeRepository).
  • Resolving inheritance for "App\Repository\VideoLikeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoLikeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoRepository" (parent: .abstract.instanceof.App\Repository\VideoRepository).
  • Resolving inheritance for "App\Repository\VideoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoTelegramRepository" (parent: .abstract.instanceof.App\Repository\VideoTelegramRepository).
  • Resolving inheritance for "App\Repository\VideoTelegramRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoTelegramRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VotingQuestionRepository" (parent: .abstract.instanceof.App\Repository\VotingQuestionRepository).
  • Resolving inheritance for "App\Repository\VotingQuestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VotingQuestionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VotingRepository" (parent: .abstract.instanceof.App\Repository\VotingRepository).
  • Resolving inheritance for "App\Repository\VotingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VotingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WebpurifyLogRepository" (parent: .abstract.instanceof.App\Repository\WebpurifyLogRepository).
  • Resolving inheritance for "App\Repository\WebpurifyLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WebpurifyLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WhitelistRepository" (parent: .abstract.instanceof.App\Repository\WhitelistRepository).
  • Resolving inheritance for "App\Repository\WhitelistRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WhitelistRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.App\Service\Storage\MemcachedAdapter" (parent: .abstract.instanceof.App\Service\Storage\MemcachedAdapter).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Service\Storage\MemcachedAdapter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.App\Service\Storage\MemcachedAdapter).
  • Resolving inheritance for "App\Service\Storage\MemcachedAdapter" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\Service\Storage\MemcachedAdapter).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
  • Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CommentExtension" (parent: .abstract.instanceof.App\Twig\CommentExtension).
  • Resolving inheritance for "App\Twig\CommentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CommentExtension).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.redis).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.redis).
  • 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._default_package" (parent: assets.path_package).
  • Resolving inheritance for "secrets.decryption_key" (parent: container.env).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.dbal.sphinx_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.sphinx" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.sphinx_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.sphinx_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.dbal.sexycommunity_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.sexycommunity" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.sexycommunity_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.sexycommunity_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "doctrine.orm.sphinx_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.sphinx_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.sphinx_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "doctrine.orm.sexycommunity_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.sexycommunity_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.sexycommunity_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "doctrine.orm.auto_generate_proxy_classes_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.auto_generate_proxy_classes_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.auto_generate_proxy_classes_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "doctrine.orm.auto_mapping_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.auto_mapping_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.auto_mapping_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • 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.user.provider.concrete.secure_api_in_memory_provider" (parent: security.user.provider.in_memory).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.secure_api" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.authentication.provider.guard.secure_api" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.secure_api" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.exception_listener.secure_api" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.secure_api" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.front_secure_api" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
  • Resolving inheritance for "security.authentication.provider.guard.front_secure_api" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.front_secure_api" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.exception_listener.front_secure_api" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.front_secure_api" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.2" (parent: security.context_listener).
  • 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.authentication.provider.guard.main" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.main" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.main" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.main" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • 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 "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "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.profiler" (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.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.app-messages" (parent: monolog.logger_prototype).
973
Symfony\Component\DependencyInjection\Compiler\AutowirePass
  • Skipping service "App\Command\OneTime\NewsletterCommand": Class or interface "App\Command\OneTime\NewsletterCommand" cannot be loaded.
  • Skipping service "App\Service\Chat\ChatServerComponent": Class or interface "App\Service\Chat\ChatServerComponent" cannot be loaded.
2
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "App\Service\GetStream\Stream\ClientInterface"; reason: private alias.
  • Removed service "App\Service\ImageModeration\ImageModerationServiceInterface"; 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\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 "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 "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; 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.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\Asset\Packages"; 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\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\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 "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $sphinxConnection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $sexycommunityConnection"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "doctrine.orm.sphinx_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.sphinx_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.sphinx_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $sphinxEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.sphinx_entity_manager.event_manager"; reason: private alias.
  • Removed service "doctrine.orm.sexycommunity_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.sexycommunity_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.sexycommunity_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $sexycommunityEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.sexycommunity_entity_manager.event_manager"; reason: private alias.
  • Removed service "doctrine.orm.auto_generate_proxy_classes_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.auto_generate_proxy_classes_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.auto_generate_proxy_classes_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $autoGenerateProxyClassesEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.auto_generate_proxy_classes_entity_manager.event_manager"; reason: private alias.
  • Removed service "doctrine.orm.auto_mapping_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.auto_mapping_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.auto_mapping_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $autoMappingEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.auto_mapping_entity_manager.event_manager"; reason: private alias.
  • Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
  • Removed service "swiftmailer.spool"; reason: private alias.
  • Removed service "swiftmailer.transport.real"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; 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\HttpUtils"; 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.form_admin_user_provider"; reason: private alias.
  • Removed service "security.user.provider.concrete.front_user_provider"; reason: private alias.
  • Removed service "security.authentication.session_strategy.secure_api"; reason: private alias.
  • Removed service "security.user_checker.secure_api"; reason: private alias.
  • Removed service "security.authentication.session_strategy.front_secure_api"; reason: private alias.
  • Removed service "security.user_checker.front_secure_api"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; 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 $profilerLogger"; 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 $debugLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $appMessagesLogger"; reason: private alias.
  • Removed service ".service_locator.AjmrG8B"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
  • Removed service "security.access.decision_manager"; 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.
177
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Controller\ContestController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\FrontApi\PerformerApiController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\VotingController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\Type\LoginType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\AdsReport\AdsReportService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\Mail\MailService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\MediaStatusLog\MediaStatusLogService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\Storage\AdminSession" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\UserComment\UserCommentService" 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 "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" 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 "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • 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 "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 "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 "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "security.event_dispatcher.event_bubbling_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" 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.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard.secure_api" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.context_listener.1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard.front_secure_api" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.context_listener.2" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard.main" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.authentication.listener.form.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.BTLqpGf" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.wc8zp6V" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.b89hpg2" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.ye6CK8N" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.D3Tpqps" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.SCs6rPM" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.EToegDW" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.1HQCNUd" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.Sg2Lcds" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.M_sgqSy" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.ueEZMr6" previously pointing to "debug.validator" to "validator".
  • 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 ".service_locator.g9CqTPp" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.LHmLVnd" previously pointing to "router.default" to "router".
70
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "container.env"; reason: abstract.
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; 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.memcached"; 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 "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "swiftmailer.mailer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "security.event_dispatcher.event_bubbling_listener"; 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.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; 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.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AdsChangeStatus"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AdsChangeStatus"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoDelete\AutoDeleteCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoDelete\AutoDeleteCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoModerationImagesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoModerationImagesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BanlistCheckContentCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\BanlistCheckContentCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BanlistCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\BanlistCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BlogViewsUpdateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\BlogViewsUpdateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BotsOnlineUpdateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\BotsOnlineUpdateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CalcBalanceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CalcBalanceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CampaignUpdateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CampaignUpdateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChatServerStartCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ChatServerStartCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClearAdsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ClearAdsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClearTmpFiles"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ClearTmpFiles"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CollectUserSubscribeLogCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CollectUserSubscribeLogCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CollectionOfStatistics"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CollectionOfStatistics"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateUserPerformerCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CreateUserPerformerCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteAdsWithoutUser"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\DeleteAdsWithoutUser"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteOldAdsParserCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\DeleteOldAdsParserCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteOldImage"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\DeleteOldImage"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeletedUserUnsubscribeCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\DeletedUserUnsubscribeCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Enkod\AllCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Enkod\AllCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Enkod\DailyCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Enkod\DailyCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Enkod\QueueCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Enkod\QueueCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GetMantisReports"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\GetMantisReports"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GroupViewsUpdateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\GroupViewsUpdateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImageViewsUpdateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ImageViewsUpdateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ManualAutoModerationImagesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ManualAutoModerationImagesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MediaCleanCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\MediaCleanCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NewsViewsUpdateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\NewsViewsUpdateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OldMessagesDeleteCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\OldMessagesDeleteCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseCityOfLoveCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ParseCityOfLoveCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseEscortFinlandCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ParseEscortFinlandCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseRealEscortCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ParseRealEscortCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseSeksiCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ParseSeksiCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseSkelbimaiCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ParseSkelbimaiCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseSkelbiuCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ParseSkelbiuCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\BlockUserQueueCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Queue\BlockUserQueueCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\DeleteActivitiesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Queue\DeleteActivitiesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\DeleteDelayCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Queue\DeleteDelayCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\DeleteImageFromPublicCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Queue\DeleteImageFromPublicCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\DuplicateAdsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Queue\DuplicateAdsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\FeedQueueCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Queue\FeedQueueCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\FrontCacheUpdateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Queue\FrontCacheUpdateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\FrontNotifyUpdateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Queue\FrontNotifyUpdateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\LastLoginUsersCommans"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Queue\LastLoginUsersCommans"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\NewVideoConvertCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Queue\NewVideoConvertCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\PreLoadImageCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Queue\PreLoadImageCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\SpamReportCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Queue\SpamReportCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\UpdateUsersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Queue\UpdateUsersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\UserDeleteContentCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Queue\UserDeleteContentCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Queue\VideoConvertCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Queue\VideoConvertCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RegenerateSlugsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\RegenerateSlugsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTelegaModerADSCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SendTelegaModerADSCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTelegaModerCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SendTelegaModerCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTelegaModerProfileCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SendTelegaModerProfileCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetCountryToUsersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SetCountryToUsersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SphinxIndexCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SphinxIndexCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\StoryViewsUpdateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\StoryViewsUpdateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\BlogTmpCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\BlogTmpCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\CleanDuplicatesArticleInBlogCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\CleanDuplicatesArticleInBlogCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\CleanGroupPublicationCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\CleanGroupPublicationCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\ClearFavouriteFeedUsersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\ClearFavouriteFeedUsersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\ClearUrl\ClearUrlCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\ClearUrl\ClearUrlCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\ClearWhitelistCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\ClearWhitelistCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\CloneFavouriteUsersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\CloneFavouriteUsersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\ContentBonus\ContentBonusCreateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\ContentBonus\ContentBonusCreateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\CreateConversationsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\CreateConversationsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\CreateGroupConversationsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\CreateGroupConversationsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\CreatePerformersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\CreatePerformersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\DuplicateUsersSameEmailCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\DuplicateUsersSameEmailCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\EuDTS\AddUsersToAdsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\EuDTS\AddUsersToAdsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\EuDTS\AddUsersToImagesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\EuDTS\AddUsersToImagesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\EuDTS\AdsImagesToAlbumsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\EuDTS\AdsImagesToAlbumsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\EuDTS\ChangeAdsCategoryCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\EuDTS\ChangeAdsCategoryCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\GenerateCityUriCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\GenerateCityUriCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\GenerateUsersPhotoAlbumsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\GenerateUsersPhotoAlbumsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\GenerateUsersVideoAlbumsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\GenerateUsersVideoAlbumsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\Image\ClearImageMetadataCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\Image\ClearImageMetadataCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\KlubbAddUserVipRatingCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\KlubbAddUserVipRatingCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\KlubbCheckCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\KlubbCheckCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\KlubbCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\KlubbCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\KlubbTmpCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\KlubbTmpCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\MigrateAdsToOwnK6WlsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\MigrateAdsToOwnK6WlsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\MigrateXkumppaniDataToK6Command"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\MigrateXkumppaniDataToK6Command"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\MoveAdultImagesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\MoveAdultImagesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\MoveAdultVideosCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\MoveAdultVideosCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\MoveGroupImagesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\MoveGroupImagesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\ReconvertVideoCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\ReconvertVideoCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\Sexycommunity\SexycommunityCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\Sexycommunity\SexycommunityCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UnsetAdultMainImagesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\UnsetAdultMainImagesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateHTagsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\UpdateHTagsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateImageFiltersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\UpdateImageFiltersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateMessageConversationsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\UpdateMessageConversationsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateSlugsBlogCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\UpdateSlugsBlogCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateSlugsStoryCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\UpdateSlugsStoryCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateTransactionDomainsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\UpdateTransactionDomainsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateUserVerificationCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\UpdateUserVerificationCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\UpdateUsersCardInfoCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\UpdateUsersCardInfoCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\VipPStatusesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\VipPStatusesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temp\updateWhitelistAndAdsVerifyingCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Temp\updateWhitelistAndAdsVerifyingCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\TestCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UndeliveredMailUserRemoveCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UndeliveredMailUserRemoveCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UnsetAdultAvatarFromSphinx"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UnsetAdultAvatarFromSphinx"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateAdsCountersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UpdateAdsCountersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateAdsLocationCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UpdateAdsLocationCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateContestCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UpdateContestCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateGroupMembersCntCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UpdateGroupMembersCntCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateMaxOnlineStatInfoCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UpdateMaxOnlineStatInfoCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateTranslationsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UpdateTranslationsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateUserLocationCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UpdateUserLocationCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateUsersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UpdateUsersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateVipChatGroupCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UpdateVipChatGroupCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserCheckBalanceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UserCheckBalanceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserRatingCheckCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UserRatingCheckCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserSetMainPhotoCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UserSetMainPhotoCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserVisitRatingCalcCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UserVisitRatingCalcCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserVisitUpdateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UserVisitUpdateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserWithoutEmailUnsubscribeCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UserWithoutEmailUnsubscribeCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VideoViewsUpdateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\VideoViewsUpdateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VipCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\VipCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\updateCompleteStatisticsVipPurchasesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\updateCompleteStatisticsVipPurchasesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdsReportsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdsReportsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdsReportsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IdenfyApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IdenfyApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\IdenfyApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LpbApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LpbApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\LpbApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TelegramApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TelegramApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\TelegramApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TestApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TestApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\TestApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TranslateApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TranslateApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\TranslateApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BanlistController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BanlistController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BanlistController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BanlistTriggerLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BanlistTriggerLogController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BanlistTriggerLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogCommentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogCommentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BlogCommentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BlogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogTagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogTagController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BlogTagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BotController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BotController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BotController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CampaignController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CampaignController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CampaignController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CardController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChatController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChatController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ChatController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChecklistController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChecklistController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ChecklistController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommentLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommentLogController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CommentLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompleteStatisticsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompleteStatisticsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CompleteStatisticsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContestController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ContestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EntityLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EntityLogController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\EntityLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FaqController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FaqController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FaqController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\AdsApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\AdsApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\AdsApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\AdsReportApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\AdsReportApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\AdsReportApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\AdsReviewApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\AdsReviewApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\AdsReviewApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\AreaApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\AreaApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\AreaApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\BanlistApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\BanlistApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\BanlistApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\BlogApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\BlogApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\BlogApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\BlogCommentApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\BlogCommentApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\BlogCommentApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\CategoryApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\CategoryApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\CategoryApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ChatApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ChatApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\ChatApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ChatGroupApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ChatGroupApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\ChatGroupApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\CityApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\CityApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\CityApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\CommonApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\CommonApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\CommonApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ContentBonusApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ContentBonusApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\ContentBonusApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ContestApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ContestApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\ContestApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ConversationApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ConversationApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\ConversationApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\CountyApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\CountyApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\CountyApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\FaqApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\FaqApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\FaqApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\FavoriteMediaApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\FavoriteMediaApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\FavoriteMediaApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\FeedbackApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\FeedbackApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\FeedbackApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\GroupApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\GroupApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\GroupApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\GuestbookApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\GuestbookApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\GuestbookApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ImageApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ImageApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\ImageApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ImageLikeApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ImageLikeApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\ImageLikeApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\ImagesApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\ImagesApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\ImagesApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\LiveMessageApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\LiveMessageApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\LiveMessageApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\MetroApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\MetroApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\MetroApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\NewsApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\NewsApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\NewsApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\NewsCommentApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\NewsCommentApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\NewsCommentApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\PagesApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\PagesApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\PagesApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\PerformerApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\PerformerApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\PerformerApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\PermitApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\PermitApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\PermitApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\PhotoAlbumApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\PhotoAlbumApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\PhotoAlbumApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\PricesPageApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\PricesPageApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\PricesPageApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\RegionApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\RegionApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\RegionApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\RegistrationApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\RegistrationApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\RegistrationApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\StoryApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\StoryApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\StoryApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\TestApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\TestApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\TestApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserActivityApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserActivityApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\UserActivityApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserAgreementApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserAgreementApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\UserAgreementApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\UserApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserFavouriteApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserFavouriteApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\UserFavouriteApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserFriendshipApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserFriendshipApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\UserFriendshipApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserPresentApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserPresentApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\UserPresentApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\UserRatingApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\UserRatingApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\UserRatingApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\VideoAlbumApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\VideoAlbumApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\VideoAlbumApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\VideoApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\VideoApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\VideoApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\VideoLikeApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\VideoLikeApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\VideoLikeApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\VotingApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\VotingApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\VotingApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontApi\WebmoneyApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontApi\WebmoneyApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontApi\WebmoneyApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GoogleApiIndexerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GoogleApiIndexerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GoogleApiIndexerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupLogController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupPublicationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupPublicationsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupPublicationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupReportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupReportController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupReportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GuestbookController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GuestbookController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GuestbookController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LiveMessageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LiveMessageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\LiveMessageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MainController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MainController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MainController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediaLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediaLogController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MediaLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsCommentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsCommentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\NewsCommentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\NewsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OtherSEOController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OtherSEOController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\OtherSEOController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PagesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PagesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PagesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ParserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PerformerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PerformerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PerformerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PricesPageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PricesPageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PricesPageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RegistrationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SmsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SmsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SmsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SmsEsteriaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SmsEsteriaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SmsEsteriaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpamController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpamController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SpamController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StoryCommentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StoryCommentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\StoryCommentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\StoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SwishController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SwishController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SwishController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TelegaModerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TelegaModerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TelegaModerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TokensController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TokensController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TokensController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TranslateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TranslateController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TranslateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserCommentsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserCommentsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserCommentsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserEmailLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserEmailLogController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserEmailLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserImagesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserImagesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserImagesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserRatingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserRatingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserRatingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserVideosController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserVideosController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserVideosController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VideoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VideoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VideoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VotingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VotingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VotingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WhitelistController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WhitelistController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\WhitelistController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\YowController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\YowController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\YowController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AdminPermissionListener"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\AdminPermissionListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AdminType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\AdminType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AdsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\AdsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BanlistType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BanlistType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BlogTagType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BlogTagType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BlogType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BlogType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContestType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ContestType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FaqType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\FaqType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\GroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GuestbookPublicationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\GuestbookPublicationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LiveMessageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\LiveMessageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LoginType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\LoginType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\NewsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\NewsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\PageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PerformerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\PerformerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PricesPageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\PricesPageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ReportType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ReportType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StatisticsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\StatisticsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StoryCategorySubType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\StoryCategorySubType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\StoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SubCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\SubCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserImageAlbumType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\UserImageAlbumType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\UserImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserRemoveType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\UserRemoveType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\UserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserVideoAlbumType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\UserVideoAlbumType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserVideoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\UserVideoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserWarningType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\UserWarningType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\VotingType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\VotingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\WhitelistType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\WhitelistType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessControlItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AccessControlItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ActivityRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdminRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsBadRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdsBadRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsBannerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdsBannerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsInfoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdsInfoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsOldRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdsOldRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsRatingLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdsRatingLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsReportRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdsReportRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsReviewRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdsReviewRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsStatusLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdsStatusLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsTelegramRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdsTelegramRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AreaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AreaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BanlistRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BanlistRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BanlistTriggerLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BanlistTriggerLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogCommentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BlogCommentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BlogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogTagRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BlogTagRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CampaignLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CampaignRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignStatRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CampaignStatRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategorySubRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CategorySubRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatGroupLockRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ChatGroupLockRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatGroupReportRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ChatGroupReportRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ChatGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatVerificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ChatVerificationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChecklistRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ChecklistRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CityRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CodeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CodeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CommentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentStatusLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CommentStatusLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompleteStatisticsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompleteStatisticsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentBonusRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContentBonusRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContestRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContestRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConversationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ConversationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CountryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CountyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EntityLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\EntityLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FaqRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FavouriteMediaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FavouriteMediaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FavouriteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FavouriteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedActivityRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FeedActivityRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedReactionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FeedReactionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FriendshipRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FriendshipRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupPublicationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupPublicationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupReportRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupReportRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupStatusLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupStatusLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupUserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupUserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GuestbookPublicationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GuestbookPublicationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageAdditionalRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ImageAdditionalRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageLikeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ImageLikeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageOldRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ImageOldRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ImageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageTelegramRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ImageTelegramRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiveMessageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LiveMessageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaxOnlineStatInfoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MaxOnlineStatInfoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaPerformerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MediaPerformerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaStatusLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MediaStatusLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageLockRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MessageLockRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MessageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetroRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MetroRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsCommentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NewsCommentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NewsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PaymentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PerformerImageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PerformerImageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PerformerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PerformerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermitRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PermitRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PhotoAlbumRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PhotoAlbumRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PresentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PresentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PricesPageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PricesPageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RegionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegistrationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RegistrationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RoleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SendLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SendLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SettingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingtmpRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SettingtmpRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpamReportRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SpamReportRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sphinx\AdsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sphinx\AdsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sphinx\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sphinx\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoryCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StoryCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoryCategorySubRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StoryCategorySubRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoryCommentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StoryCommentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscribeLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SubscribeLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransactionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TransactionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TranslateRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TranslateRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAgreementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserAgreementRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserDailyVisitRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserDailyVisitRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserEmailLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserEmailLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserInfoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserInfoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPresentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserPresentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRatingLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserRatingLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRatingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserRatingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserStatusLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserStatusLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserTelegramRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserTelegramRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoAlbumRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\VideoAlbumRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoCommentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\VideoCommentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoLikeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\VideoLikeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\VideoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoTelegramRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\VideoTelegramRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VotingQuestionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\VotingQuestionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VotingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\VotingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WebpurifyLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\WebpurifyLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WhitelistRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\WhitelistRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.App\Service\Storage\MemcachedAdapter"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Service\Storage\MemcachedAdapter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Service\Storage\MemcachedAdapter"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CommentExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\CommentExtension"; reason: abstract.
942
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "Google\Client"; reason: unused.
  • Removed service "App\Command\OneTime\NewsletterCommand"; reason: unused.
  • Removed service "App\EntitySphinx\Ads"; reason: unused.
  • Removed service "App\EntitySphinx\User"; reason: unused.
  • Removed service "App\Enum\Activity\Type"; reason: unused.
  • Removed service "App\Enum\Admin\Status"; reason: unused.
  • Removed service "App\Enum\Ads\Age"; reason: unused.
  • Removed service "App\Enum\Ads\Body"; reason: unused.
  • Removed service "App\Enum\Ads\Bust"; reason: unused.
  • Removed service "App\Enum\Ads\Hair"; reason: unused.
  • Removed service "App\Enum\Ads\Height"; reason: unused.
  • Removed service "App\Enum\Ads\Language"; reason: unused.
  • Removed service "App\Enum\Ads\Nationality"; reason: unused.
  • Removed service "App\Enum\Ads\Orientation"; reason: unused.
  • Removed service "App\Enum\Ads\Price"; reason: unused.
  • Removed service "App\Enum\Ads\ReportStatus"; reason: unused.
  • Removed service "App\Enum\Ads\Role"; reason: unused.
  • Removed service "App\Enum\Ads\Service"; reason: unused.
  • Removed service "App\Enum\Ads\Status"; reason: unused.
  • Removed service "App\Enum\Ads\Time"; reason: unused.
  • Removed service "App\Enum\Ads\Type"; reason: unused.
  • Removed service "App\Enum\AdsBanner\Status"; reason: unused.
  • Removed service "App\Enum\AdsRatingLog\ActivationType"; reason: unused.
  • Removed service "App\Enum\AdsRatingLog\AdsRating"; reason: unused.
  • Removed service "App\Enum\AdsReport\Reason"; reason: unused.
  • Removed service "App\Enum\AdsReport\Type"; reason: unused.
  • Removed service "App\Enum\AdsReview\Status"; reason: unused.
  • Removed service "App\Enum\Banlist\CheckContentStatus"; reason: unused.
  • Removed service "App\Enum\Banlist\Status"; reason: unused.
  • Removed service "App\Enum\Banlist\Target"; reason: unused.
  • Removed service "App\Enum\Banlist\TriggerType"; reason: unused.
  • Removed service "App\Enum\Banlist\Type"; reason: unused.
  • Removed service "App\Enum\BaseEnum"; reason: unused.
  • Removed service "App\Enum\Blog\ImageType"; reason: unused.
  • Removed service "App\Enum\Blog\Status"; reason: unused.
  • Removed service "App\Enum\BlogComment\Status"; reason: unused.
  • Removed service "App\Enum\Category\Status"; reason: unused.
  • Removed service "App\Enum\ChatGroup\Status"; reason: unused.
  • Removed service "App\Enum\Checklist\Type"; reason: unused.
  • Removed service "App\Enum\Comment\Status"; reason: unused.
  • Removed service "App\Enum\Comment\Type"; reason: unused.
  • Removed service "App\Enum\CommentStatusLog\Type"; reason: unused.
  • Removed service "App\Enum\ContentBonus\BonusLevel"; reason: unused.
  • Removed service "App\Enum\Contest\Status"; reason: unused.
  • Removed service "App\Enum\Contest\Type"; reason: unused.
  • Removed service "App\Enum\Contest\UserType"; reason: unused.
  • Removed service "App\Enum\Conversation\Status"; reason: unused.
  • Removed service "App\Enum\EntityLog\Entity"; reason: unused.
  • Removed service "App\Enum\EntityLog\Field"; reason: unused.
  • Removed service "App\Enum\FavoriteMedia\Type"; reason: unused.
  • Removed service "App\Enum\Feed\Reaction"; reason: unused.
  • Removed service "App\Enum\Feed\Slug"; reason: unused.
  • Removed service "App\Enum\Feed\Type"; reason: unused.
  • Removed service "App\Enum\Feed\Verb"; reason: unused.
  • Removed service "App\Enum\Group\SortKey"; reason: unused.
  • Removed service "App\Enum\Group\Status"; reason: unused.
  • Removed service "App\Enum\Group\Type"; reason: unused.
  • Removed service "App\Enum\GroupPublication\Status"; reason: unused.
  • Removed service "App\Enum\GroupStatusLog\Type"; reason: unused.
  • Removed service "App\Enum\GroupUser\Status"; reason: unused.
  • Removed service "App\Enum\GuestbookPublication\Status"; reason: unused.
  • Removed service "App\Enum\Idenfy\Overall"; reason: unused.
  • Removed service "App\Enum\Image\AutoModerationStatus"; reason: unused.
  • Removed service "App\Enum\Image\Category"; reason: unused.
  • Removed service "App\Enum\Image\ImageCategory"; reason: unused.
  • Removed service "App\Enum\Image\Status"; reason: unused.
  • Removed service "App\Enum\Image\Type"; reason: unused.
  • Removed service "App\Enum\LiveMessage\Status"; reason: unused.
  • Removed service "App\Enum\MediaStatusLog\Type"; reason: unused.
  • Removed service "App\Enum\Message\Action"; reason: unused.
  • Removed service "App\Enum\Message\Status"; reason: unused.
  • Removed service "App\Enum\News\ImageType"; reason: unused.
  • Removed service "App\Enum\News\Path"; reason: unused.
  • Removed service "App\Enum\News\Status"; reason: unused.
  • Removed service "App\Enum\NewsComment\Status"; reason: unused.
  • Removed service "App\Enum\Payment\CreditDebitIndicator"; reason: unused.
  • Removed service "App\Enum\Payment\Currency"; reason: unused.
  • Removed service "App\Enum\Payment\PaymentRating"; reason: unused.
  • Removed service "App\Enum\Payment\Status"; reason: unused.
  • Removed service "App\Enum\Payment\Type"; reason: unused.
  • Removed service "App\Enum\Performer\Gender"; reason: unused.
  • Removed service "App\Enum\Performer\Method"; reason: unused.
  • Removed service "App\Enum\Performer\Status"; reason: unused.
  • Removed service "App\Enum\PhotoAlbum\Status"; reason: unused.
  • Removed service "App\Enum\PhotoModeration\Cause"; reason: unused.
  • Removed service "App\Enum\Present\Type"; reason: unused.
  • Removed service "App\Enum\Registration\Status"; reason: unused.
  • Removed service "App\Enum\Service\Queue\Tube"; reason: unused.
  • Removed service "App\Enum\Site\ConstantSite"; reason: unused.
  • Removed service "App\Enum\Site\Domain"; reason: unused.
  • Removed service "App\Enum\Site\Lang"; reason: unused.
  • Removed service "App\Enum\Site\Page"; reason: unused.
  • Removed service "App\Enum\Site\WhiteLabelDomain"; reason: unused.
  • Removed service "App\Enum\Statistics\Type"; reason: unused.
  • Removed service "App\Enum\Story\Status"; reason: unused.
  • Removed service "App\Enum\StoryCategory\Status"; reason: unused.
  • Removed service "App\Enum\StoryComment\Status"; reason: unused.
  • Removed service "App\Enum\Subscribe\ActionType"; reason: unused.
  • Removed service "App\Enum\Transaction\CreditDebitIndicator"; reason: unused.
  • Removed service "App\Enum\Transaction\Status"; reason: unused.
  • Removed service "App\Enum\Transaction\Type"; reason: unused.
  • Removed service "App\Enum\User\BlockReason"; reason: unused.
  • Removed service "App\Enum\User\Body"; reason: unused.
  • Removed service "App\Enum\User\Bot"; reason: unused.
  • Removed service "App\Enum\User\Chat"; reason: unused.
  • Removed service "App\Enum\User\CodeStatus"; reason: unused.
  • Removed service "App\Enum\User\Country"; reason: unused.
  • Removed service "App\Enum\User\Financial"; reason: unused.
  • Removed service "App\Enum\User\FriendshipStatus"; reason: unused.
  • Removed service "App\Enum\User\Gender"; reason: unused.
  • Removed service "App\Enum\User\Language"; reason: unused.
  • Removed service "App\Enum\User\LoveInSex"; reason: unused.
  • Removed service "App\Enum\User\Marital"; reason: unused.
  • Removed service "App\Enum\User\MeetWith"; reason: unused.
  • Removed service "App\Enum\User\MeetingPlace"; reason: unused.
  • Removed service "App\Enum\User\Messenger"; reason: unused.
  • Removed service "App\Enum\User\Orientation"; reason: unused.
  • Removed service "App\Enum\User\OrientationSecond"; reason: unused.
  • Removed service "App\Enum\User\ProfileStatus"; reason: unused.
  • Removed service "App\Enum\User\PurposeDating"; reason: unused.
  • Removed service "App\Enum\User\RatingName"; reason: unused.
  • Removed service "App\Enum\User\RecoveryType"; reason: unused.
  • Removed service "App\Enum\User\Role"; reason: unused.
  • Removed service "App\Enum\User\Status"; reason: unused.
  • Removed service "App\Enum\User\Verification"; reason: unused.
  • Removed service "App\Enum\UserEmailLog\NewStatus"; reason: unused.
  • Removed service "App\Enum\UserEmailLog\OldStatus"; reason: unused.
  • Removed service "App\Enum\UserEmailLog\Status"; reason: unused.
  • Removed service "App\Enum\UserRatingLog\ActivationType"; reason: unused.
  • Removed service "App\Enum\UserStatusLog\StatusType"; reason: unused.
  • Removed service "App\Enum\Video\Category"; reason: unused.
  • Removed service "App\Enum\Video\Server"; reason: unused.
  • Removed service "App\Enum\Video\Status"; reason: unused.
  • Removed service "App\Enum\Video\Type"; reason: unused.
  • Removed service "App\Enum\Video\VideoCategory"; reason: unused.
  • Removed service "App\Enum\VideoAlbum\Status"; reason: unused.
  • Removed service "App\Enum\Voting\LocationType"; reason: unused.
  • Removed service "App\Enum\Voting\Status"; reason: unused.
  • Removed service "App\Enum\Voting\UserType"; reason: unused.
  • Removed service "App\Enum\Whitelist\Creator"; reason: unused.
  • Removed service "App\Enum\Whitelist\Type"; reason: unused.
  • Removed service "App\Exception\DuplicateException"; reason: unused.
  • Removed service "App\Exception\Mantis\MantisException"; reason: unused.
  • Removed service "App\Exception\User\RecoveryUserException"; reason: unused.
  • Removed service "App\Exception\User\SendingEmailException"; reason: unused.
  • Removed service "App\Exception\User\SendingSmsException"; reason: unused.
  • Removed service "App\Library\DQL\RandFunction"; reason: unused.
  • Removed service "App\Library\DQL\SubtractSubSelectFunction"; reason: unused.
  • Removed service "App\Library\Encryptor\Database"; reason: unused.
  • Removed service "App\Library\Encryptor\Memory"; reason: unused.
  • Removed service "App\Library\Encryptor\URI"; reason: unused.
  • Removed service "App\Library\Enkod\Enkod"; reason: unused.
  • Removed service "App\Library\Enkod\Entity\ExtraFields"; reason: unused.
  • Removed service "App\Library\Enkod\Entity\Person"; reason: unused.
  • Removed service "App\Library\Utils\Calculate"; reason: unused.
  • Removed service "App\Library\Utils\Convert"; reason: unused.
  • Removed service "App\Library\Utils\RemoteGetter"; reason: unused.
  • Removed service "App\Library\Utils\SimpleHtml\SimpleHtmlDom"; reason: unused.
  • Removed service "App\Library\Utils\SimpleHtml\SimpleHtmlDomNode"; reason: unused.
  • Removed service "App\Library\Utils\URI"; reason: unused.
  • Removed service "App\Library\Utils\Utils"; reason: unused.
  • Removed service "App\Repository\ContestInfoRepository"; reason: unused.
  • Removed service "App\Repository\VotingAnswerRepository"; reason: unused.
  • Removed service "App\Security\BearerAuthenticator"; reason: unused.
  • Removed service "App\Security\FormAuthenticator"; reason: unused.
  • Removed service "App\Security\FrontUserAuthenticator"; reason: unused.
  • Removed service "App\Security\User\AdminUser"; reason: unused.
  • Removed service "App\Security\User\AdminUserProvider"; reason: unused.
  • Removed service "App\Security\User\FrontUser"; reason: unused.
  • Removed service "App\Security\User\FrontUserProvider"; reason: unused.
  • Removed service "App\Service\Ads\AdsStatusLogService"; reason: unused.
  • Removed service "App\Service\Banlist\CheckContent\Db\CheckContentBaseDataManager"; reason: unused.
  • Removed service "App\Service\Banlist\CheckContent\Handlers\CheckContentBaseHandler"; reason: unused.
  • Removed service "App\Service\Chat\ChatServerComponent"; reason: unused.
  • Removed service "App\Service\Chat\DTO\Client"; reason: unused.
  • Removed service "App\Service\Chat\JWToken"; reason: unused.
  • Removed service "App\Service\Chat\Storage\ClientStorage"; reason: unused.
  • Removed service "App\Service\CompleteStatistics\StatisticFilterDto"; reason: unused.
  • Removed service "App\Service\Data\Paginator"; reason: unused.
  • Removed service "App\Service\GetStream\Stream\Activities"; reason: unused.
  • Removed service "App\Service\GetStream\Stream\ActivitiesOperation"; reason: unused.
  • Removed service "App\Service\GetStream\Stream\Analytics"; reason: unused.
  • Removed service "App\Service\GetStream\Stream\BaseFeed"; reason: unused.
  • Removed service "App\Service\GetStream\Stream\Batcher"; reason: unused.
  • Removed service "App\Service\GetStream\Stream\Client"; reason: unused.
  • Removed service "App\Service\GetStream\Stream\Collections"; reason: unused.
  • Removed service "App\Service\GetStream\Stream\Constant"; reason: unused.
  • Removed service "App\Service\GetStream\Stream\Feed"; reason: unused.
  • Removed service "App\Service\GetStream\Stream\Personalization"; reason: unused.
  • Removed service "App\Service\GetStream\Stream\Reactions"; reason: unused.
  • Removed service "App\Service\GetStream\Stream\Signer"; reason: unused.
  • Removed service "App\Service\GetStream\Stream\StreamFeedException"; reason: unused.
  • Removed service "App\Service\GetStream\Stream\StreamWrongInputException"; reason: unused.
  • Removed service "App\Service\GetStream\Stream\Users"; reason: unused.
  • Removed service "App\Service\GetStream\Stream\Util"; reason: unused.
  • Removed service "App\Service\Storage\MemcachedAdapter"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~XmpniKh"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.marshaller"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~TWwjuBV"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "doctrine.migrations.connection_loader"; reason: unused.
  • Removed service "doctrine.migrations.em_loader"; reason: unused.
  • Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
  • Removed service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~w47mEPp"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~w47mEPp"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~w47mEPp"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~w47mEPp"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "security.user_providers"; reason: unused.
  • Removed service "security.event_dispatcher.secure_api"; reason: unused.
  • Removed service "security.event_dispatcher.front_secure_api"; reason: unused.
  • Removed service "security.ldap_locator"; reason: unused.
  • Removed service ".service_locator.hbcatdF"; reason: unused.
254
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "Redis" to "Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentManager" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\User\UserDailyVisitService" to "App\Command\UserVisitRatingCalcCommand".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\AdminController" to "App\Controller\AdminController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\AdsController" to "App\Controller\AdsController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\AdsReportsController" to "App\Controller\AdsReportsController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\Api\IdenfyApiController" to "App\Controller\Api\IdenfyApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\Api\LpbApiController" to "App\Controller\Api\LpbApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\Api\TelegramApiController" to "App\Controller\Api\TelegramApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\Api\TestApiController" to "App\Controller\Api\TestApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\Api\TranslateApiController" to "App\Controller\Api\TranslateApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\BanlistController" to "App\Controller\BanlistController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\BanlistTriggerLogController" to "App\Controller\BanlistTriggerLogController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\BlogCommentController" to "App\Controller\BlogCommentController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\BlogController" to "App\Controller\BlogController".
  • Inlined service "App\Service\BlogTag\BlogTagService" to "App\Controller\BlogTagController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\BlogTagController" to "App\Controller\BlogTagController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\BotController" to "App\Controller\BotController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\CampaignController" to "App\Controller\CampaignController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\CardController" to "App\Controller\CardController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\CategoryController" to "App\Controller\CategoryController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\ChatController" to "App\Controller\ChatController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\ChecklistController" to "App\Controller\ChecklistController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\CommentLogController" to "App\Controller\CommentLogController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\CompleteStatisticsController" to "App\Controller\CompleteStatisticsController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\ContestController" to "App\Controller\ContestController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\EntityLogController" to "App\Controller\EntityLogController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FaqController" to "App\Controller\FaqController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\AdsApiController" to "App\Controller\FrontApi\AdsApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\AdsReportApiController" to "App\Controller\FrontApi\AdsReportApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\AdsReviewApiController" to "App\Controller\FrontApi\AdsReviewApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\AreaApiController" to "App\Controller\FrontApi\AreaApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\BanlistApiController" to "App\Controller\FrontApi\BanlistApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\BlogApiController" to "App\Controller\FrontApi\BlogApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\BlogCommentApiController" to "App\Controller\FrontApi\BlogCommentApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\CategoryApiController" to "App\Controller\FrontApi\CategoryApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\ChatApiController" to "App\Controller\FrontApi\ChatApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\ChatGroupApiController" to "App\Controller\FrontApi\ChatGroupApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\CityApiController" to "App\Controller\FrontApi\CityApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\CommonApiController" to "App\Controller\FrontApi\CommonApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\ContentBonusApiController" to "App\Controller\FrontApi\ContentBonusApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\ContestApiController" to "App\Controller\FrontApi\ContestApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\ConversationApiController" to "App\Controller\FrontApi\ConversationApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\CountyApiController" to "App\Controller\FrontApi\CountyApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\FaqApiController" to "App\Controller\FrontApi\FaqApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\FavoriteMediaApiController" to "App\Controller\FrontApi\FavoriteMediaApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\FeedbackApiController" to "App\Controller\FrontApi\FeedbackApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\GroupApiController" to "App\Controller\FrontApi\GroupApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\GuestbookApiController" to "App\Controller\FrontApi\GuestbookApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\ImageApiController" to "App\Controller\FrontApi\ImageApiController".
  • Inlined service "App\Service\ImageLike\ImageLikeService" to "App\Controller\FrontApi\ImageLikeApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\ImageLikeApiController" to "App\Controller\FrontApi\ImageLikeApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\ImagesApiController" to "App\Controller\FrontApi\ImagesApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\LiveMessageApiController" to "App\Controller\FrontApi\LiveMessageApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\MetroApiController" to "App\Controller\FrontApi\MetroApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\NewsApiController" to "App\Controller\FrontApi\NewsApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\NewsCommentApiController" to "App\Controller\FrontApi\NewsCommentApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\PagesApiController" to "App\Controller\FrontApi\PagesApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\PerformerApiController" to "App\Controller\FrontApi\PerformerApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\PermitApiController" to "App\Controller\FrontApi\PermitApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\PhotoAlbumApiController" to "App\Controller\FrontApi\PhotoAlbumApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\PricesPageApiController" to "App\Controller\FrontApi\PricesPageApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\RegionApiController" to "App\Controller\FrontApi\RegionApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\RegistrationApiController" to "App\Controller\FrontApi\RegistrationApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\StoryApiController" to "App\Controller\FrontApi\StoryApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\TestApiController" to "App\Controller\FrontApi\TestApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\UserActivityApiController" to "App\Controller\FrontApi\UserActivityApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\UserAgreementApiController" to "App\Controller\FrontApi\UserAgreementApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\UserApiController" to "App\Controller\FrontApi\UserApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\UserFavouriteApiController" to "App\Controller\FrontApi\UserFavouriteApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\UserFriendshipApiController" to "App\Controller\FrontApi\UserFriendshipApiController".
  • Inlined service "App\Service\Present\PresentService" to "App\Controller\FrontApi\UserPresentApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\UserPresentApiController" to "App\Controller\FrontApi\UserPresentApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\UserRatingApiController" to "App\Controller\FrontApi\UserRatingApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\VideoAlbumApiController" to "App\Controller\FrontApi\VideoAlbumApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\VideoApiController" to "App\Controller\FrontApi\VideoApiController".
  • Inlined service "App\Service\VideoLike\VideoLikeService" to "App\Controller\FrontApi\VideoLikeApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\VideoLikeApiController" to "App\Controller\FrontApi\VideoLikeApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\VotingApiController" to "App\Controller\FrontApi\VotingApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\FrontApi\WebmoneyApiController" to "App\Controller\FrontApi\WebmoneyApiController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\GoogleApiIndexerController" to "App\Controller\GoogleApiIndexerController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\GroupController" to "App\Controller\GroupController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\GroupLogController" to "App\Controller\GroupLogController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\GroupPublicationsController" to "App\Controller\GroupPublicationsController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\GroupReportController" to "App\Controller\GroupReportController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\GuestbookController" to "App\Controller\GuestbookController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\ImageController" to "App\Controller\ImageController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\LiveMessageController" to "App\Controller\LiveMessageController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\MainController" to "App\Controller\MainController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\MediaLogController" to "App\Controller\MediaLogController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\NewsCommentController" to "App\Controller\NewsCommentController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\NewsController" to "App\Controller\NewsController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\OtherSEOController" to "App\Controller\OtherSEOController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\PagesController" to "App\Controller\PagesController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\ParserController" to "App\Controller\ParserController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\PaymentController" to "App\Controller\PaymentController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\PerformerController" to "App\Controller\PerformerController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\PricesPageController" to "App\Controller\PricesPageController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\RegistrationController" to "App\Controller\RegistrationController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\SettingController" to "App\Controller\SettingController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\SmsController" to "App\Controller\SmsController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\SmsEsteriaController" to "App\Controller\SmsEsteriaController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\SpamController" to "App\Controller\SpamController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\StoryCommentController" to "App\Controller\StoryCommentController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\StoryController" to "App\Controller\StoryController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\SwishController" to "App\Controller\SwishController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\TelegaModerController" to "App\Controller\TelegaModerController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\TokensController" to "App\Controller\TokensController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\TranslateController" to "App\Controller\TranslateController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\UserCommentsController" to "App\Controller\UserCommentsController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\UserController" to "App\Controller\UserController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\UserEmailLogController" to "App\Controller\UserEmailLogController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\UserImagesController" to "App\Controller\UserImagesController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\UserRatingController" to "App\Controller\UserRatingController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\UserVideosController" to "App\Controller\UserVideosController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\VideoController" to "App\Controller\VideoController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\VotingController" to "App\Controller\VotingController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\WhitelistController" to "App\Controller\WhitelistController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\YowController" to "App\Controller\YowController".
  • Inlined service "App\Service\Queue\VideoQueueService" to "App\EntityListeners\VideoListener".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentUserNameHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentUserAboutHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentUserExcitesHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentAdsTextHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentAdsSubjectHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentAdsTelegramUserNameHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentAdsNameHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentLiveMessageHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentBlogHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentBlogCommentHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentStoryHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentStoryCommentHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentNewsCommentHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentImageCommentHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentVideoCommentHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentGroupHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentGroupPublicationHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentUserEmailHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentChatMessageHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentUserIpHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Handlers\CheckContentGuestbookPublicationHandler" to "App\Service\Banlist\CheckContent\CheckContentManager".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentAdsNameDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentAdsNameHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentAdsSubjectDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentAdsSubjectHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentAdsTelegramUserNameDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentAdsTelegramUserNameHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentAdsTextDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentAdsTextHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentBlogCommentDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentBlogCommentHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentBlogDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentBlogHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentChatMessageDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentChatMessageHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentGroupDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentGroupHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentGroupPublicationDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentGroupPublicationHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentGuestbookPublicationDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentGuestbookPublicationHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentImageCommentDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentImageCommentHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentLiveMessageDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentLiveMessageHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentNewsCommentDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentNewsCommentHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentStoryCommentDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentStoryCommentHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentStoryDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentStoryHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentUserAboutDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentUserAboutHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentUserEmailDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentUserEmailHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentUserExcitesDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentUserExcitesHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentUserIpDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentUserIpHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentUserNameDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentUserNameHandler".
  • Inlined service "App\Service\Banlist\CheckContent\Db\CheckContentVideoCommentDataManager" to "App\Service\Banlist\CheckContent\Handlers\CheckContentVideoCommentHandler".
  • Inlined service "App\Service\ImageModeration\WebPurifyService" to "App\Service\Image\ImageModerationHandler".
  • Inlined service "App\Service\ImageModeration\WebpurifyLogService" to "App\Service\Image\ImageModerationHandler".
  • Inlined service "App\Service\MantisBt\MantisRequester" to "App\Service\MantisBt\MantisService".
  • Inlined service "App\Service\PerformerImage\PerformerImageService" to "App\Service\Performer\PerformerService".
  • Inlined service "App\Service\User\Recovery\RecoveryCodeSender" to "App\Service\User\Recovery\RecoveryService".
  • Inlined service "App\Service\User\Recovery\RecoveryCodeHandler" to "App\Service\User\Recovery\RecoveryService".
  • Inlined service "App\Service\Stats\StatsManager" to "App\Service\User\UserService".
  • Inlined service "security.admin_password_encoder" to "security.form_authenticator".
  • 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.Vt79qxb" to "fragment.handler".
  • Inlined service ".1_~gX3k93s" to "error_handler.error_renderer.html".
  • Inlined service ".2_~gX3k93s" to "error_handler.error_renderer.html".
  • 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 "Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler" to "session.storage.native".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.D0bqbKK" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~bzHl5EC" to "form.resolved_type_factory".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.bWl5Syu" 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 "assets._default_package" to "assets.packages".
  • Inlined service "assets.empty_version_strategy" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service "doctrine.orm.sphinx_entity_manager.validator_loader" to "validator.builder".
  • Inlined service "doctrine.orm.sexycommunity_entity_manager.validator_loader" to "validator.builder".
  • Inlined service "doctrine.orm.auto_generate_proxy_classes_entity_manager.validator_loader" to "validator.builder".
  • Inlined service "doctrine.orm.auto_mapping_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.Xl5XdWY" to "validator.validator_factory".
  • 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.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • 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.51fe2Cf" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.LHmLVnd.router.cache_warmer" to "router.cache_warmer".
  • Inlined service ".1_int~ykD6wSL" to "Symfony\Bundle\FrameworkBundle\Controller\RedirectController".
  • Inlined service ".2_int~ykD6wSL" to "Symfony\Bundle\FrameworkBundle\Controller\RedirectController".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_ArrayCache~y4Ht_S_" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~y4Ht_S_" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "secrets.decryption_key" to "secrets.vault".
  • Inlined service "container.getenv" to "secrets.decryption_key".
  • Inlined service "serializer.denormalizer.unwrapping" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.cache_class_metadata_factory.inner" to "serializer.mapping.cache_class_metadata_factory".
  • Inlined service "serializer.mapping.cache.symfony" to "serializer.mapping.cache_class_metadata_factory".
  • Inlined service ".1_~r9vU9jr" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~r9vU9jr" to "error_handler.error_renderer.serializer".
  • Inlined service ".1_NonceGenerator~fDbmjR2" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~fDbmjR2" to "twig.extension.webprofiler".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.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.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "App\Twig\CommentExtension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.VF.njwi.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "assets.packages" to "twig.extension.assets".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.MBcj_p5" to "twig.runtime_loader".
  • Inlined service ".1_~vVJkNdD" to "twig.error_renderer.html".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service ".1_SourceContextProvider~2LLi8R5" to "var_dumper.contextualized_cli_dumper".
  • Inlined service ".2_SourceContextProvider~2LLi8R5" to "var_dumper.server_connection".
  • Inlined service ".3_RequestContextProvider~2LLi8R5" to "var_dumper.server_connection".
  • Inlined service ".4_CliContextProvider~2LLi8R5" to "var_dumper.server_connection".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service ".5_CliDescriptor~2LLi8R5" to "var_dumper.command.server_dump".
  • Inlined service ".6_HtmlDescriptor~2LLi8R5" to "var_dumper.command.server_dump".
  • 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.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.Wbzuv5A.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service ".service_locator.m004AeH" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.logger.chain.sphinx" to "doctrine.dbal.sphinx_connection.configuration".
  • Inlined service ".service_locator.RYgaHRp" to "doctrine.dbal.sphinx_connection.event_manager".
  • Inlined service "doctrine.dbal.sphinx_connection.configuration" to "doctrine.dbal.sphinx_connection".
  • Inlined service "doctrine.dbal.sphinx_connection.event_manager" to "doctrine.dbal.sphinx_connection".
  • Inlined service "doctrine.dbal.logger.chain.sexycommunity" to "doctrine.dbal.sexycommunity_connection.configuration".
  • Inlined service ".service_locator.bWOD07Q" to "doctrine.dbal.sexycommunity_connection.event_manager".
  • Inlined service "doctrine.dbal.sexycommunity_connection.configuration" to "doctrine.dbal.sexycommunity_connection".
  • Inlined service "doctrine.dbal.sexycommunity_connection.event_manager" to "doctrine.dbal.sexycommunity_connection".
  • Inlined service ".service_locator.CLsqlGk" to "doctrine.orm.container_repository_factory".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.query" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.result" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service ".service_locator.8_fyCyS" to "doctrine.orm.default_entity_listener_resolver".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.sphinx.metadata" to "doctrine.orm.sphinx_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.sphinx.query" to "doctrine.orm.sphinx_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.sphinx.result" to "doctrine.orm.sphinx_configuration".
  • Inlined service "doctrine.orm.sphinx_metadata_driver" to "doctrine.orm.sphinx_configuration".
  • Inlined service "doctrine.orm.sphinx_entity_listener_resolver" to "doctrine.orm.sphinx_configuration".
  • Inlined service "cache.doctrine.orm.sphinx.metadata.recorder_inner" to "cache.doctrine.orm.sphinx.metadata".
  • Inlined service "cache.doctrine.orm.sphinx.result.recorder_inner" to "cache.doctrine.orm.sphinx.result".
  • Inlined service "cache.doctrine.orm.sphinx.query.recorder_inner" to "cache.doctrine.orm.sphinx.query".
  • Inlined service "doctrine.orm.sphinx_configuration" to "doctrine.orm.sphinx_entity_manager".
  • Inlined service "doctrine.orm.sphinx_manager_configurator" to "doctrine.orm.sphinx_entity_manager".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.sexycommunity.metadata" to "doctrine.orm.sexycommunity_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.sexycommunity.query" to "doctrine.orm.sexycommunity_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.sexycommunity.result" to "doctrine.orm.sexycommunity_configuration".
  • Inlined service "doctrine.orm.sexycommunity_metadata_driver" to "doctrine.orm.sexycommunity_configuration".
  • Inlined service "doctrine.orm.sexycommunity_entity_listener_resolver" to "doctrine.orm.sexycommunity_configuration".
  • Inlined service "cache.doctrine.orm.sexycommunity.metadata.recorder_inner" to "cache.doctrine.orm.sexycommunity.metadata".
  • Inlined service "cache.doctrine.orm.sexycommunity.result.recorder_inner" to "cache.doctrine.orm.sexycommunity.result".
  • Inlined service "cache.doctrine.orm.sexycommunity.query.recorder_inner" to "cache.doctrine.orm.sexycommunity.query".
  • Inlined service "doctrine.orm.sexycommunity_configuration" to "doctrine.orm.sexycommunity_entity_manager".
  • Inlined service "doctrine.orm.sexycommunity_manager_configurator" to "doctrine.orm.sexycommunity_entity_manager".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.auto_generate_proxy_classes.metadata" to "doctrine.orm.auto_generate_proxy_classes_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.auto_generate_proxy_classes.query" to "doctrine.orm.auto_generate_proxy_classes_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.auto_generate_proxy_classes.result" to "doctrine.orm.auto_generate_proxy_classes_configuration".
  • Inlined service "doctrine.orm.auto_generate_proxy_classes_metadata_driver" to "doctrine.orm.auto_generate_proxy_classes_configuration".
  • Inlined service "doctrine.orm.auto_generate_proxy_classes_entity_listener_resolver" to "doctrine.orm.auto_generate_proxy_classes_configuration".
  • Inlined service "cache.doctrine.orm.auto_generate_proxy_classes.metadata.recorder_inner" to "cache.doctrine.orm.auto_generate_proxy_classes.metadata".
  • Inlined service "cache.doctrine.orm.auto_generate_proxy_classes.result.recorder_inner" to "cache.doctrine.orm.auto_generate_proxy_classes.result".
  • Inlined service "cache.doctrine.orm.auto_generate_proxy_classes.query.recorder_inner" to "cache.doctrine.orm.auto_generate_proxy_classes.query".
  • Inlined service "doctrine.orm.auto_generate_proxy_classes_configuration" to "doctrine.orm.auto_generate_proxy_classes_entity_manager".
  • Inlined service "doctrine.orm.auto_generate_proxy_classes_manager_configurator" to "doctrine.orm.auto_generate_proxy_classes_entity_manager".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.auto_mapping.metadata" to "doctrine.orm.auto_mapping_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.auto_mapping.query" to "doctrine.orm.auto_mapping_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.auto_mapping.result" to "doctrine.orm.auto_mapping_configuration".
  • Inlined service "doctrine.orm.auto_mapping_metadata_driver" to "doctrine.orm.auto_mapping_configuration".
  • Inlined service "doctrine.orm.auto_mapping_entity_listener_resolver" to "doctrine.orm.auto_mapping_configuration".
  • Inlined service "cache.doctrine.orm.auto_mapping.metadata.recorder_inner" to "cache.doctrine.orm.auto_mapping.metadata".
  • Inlined service "cache.doctrine.orm.auto_mapping.result.recorder_inner" to "cache.doctrine.orm.auto_mapping.result".
  • Inlined service "cache.doctrine.orm.auto_mapping.query.recorder_inner" to "cache.doctrine.orm.auto_mapping.query".
  • Inlined service "doctrine.orm.auto_mapping_configuration" to "doctrine.orm.auto_mapping_entity_manager".
  • Inlined service "doctrine.orm.auto_mapping_manager_configurator" to "doctrine.orm.auto_mapping_entity_manager".
  • Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
  • Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
  • Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.php_compat_util" to "maker.generator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service ".service_locator.nAEpldE" to "security.token_storage".
  • Inlined service ".service_locator.eYaJuY9" to "security.helper".
  • Inlined service ".service_locator.nZfccdL" to "security.firewall.map".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service ".1_int~QwBFXcX" to "security.authentication.retry_entry_point".
  • Inlined service ".2_int~QwBFXcX" to "security.authentication.retry_entry_point".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service ".security.request_matcher.1RUMR0G" to "security.access_map".
  • Inlined service ".security.request_matcher.5ZsJScR" to "security.access_map".
  • Inlined service ".security.request_matcher.kO7rTFc" to "security.access_map".
  • Inlined service ".security.request_matcher.HNUEYp3" to "security.access_map".
  • Inlined service ".security.request_matcher.rjoQj2c" to "security.access_map".
  • Inlined service ".security.request_matcher.YhyOBNA" to "security.access_map".
  • Inlined service ".security.request_matcher.I0Res6E" to "security.access_map".
  • Inlined service ".security.request_matcher.EAYaZOx" to "security.access_map".
  • Inlined service ".security.request_matcher.eyHSpQA" to "security.access_map".
  • Inlined service ".security.request_matcher.l5Ol8fl" to "security.access_map".
  • Inlined service ".security.request_matcher.gK2RpM8" to "security.access_map".
  • Inlined service ".security.request_matcher.uhZGFAp" to "security.access_map".
  • Inlined service ".security.request_matcher.fB5iLgz" to "security.access_map".
  • Inlined service ".security.request_matcher.1uDEjvD" to "security.access_map".
  • Inlined service ".security.request_matcher.UXmndMm" to "security.access_map".
  • Inlined service ".security.request_matcher.gHopVWC" to "security.access_map".
  • Inlined service ".security.request_matcher._ttnGPG" to "security.access_map".
  • Inlined service ".security.request_matcher.CZ78wGm" to "security.access_map".
  • Inlined service ".security.request_matcher.PuvFNv6" to "security.access_map".
  • Inlined service ".security.request_matcher.GH8y6Kz" to "security.access_map".
  • Inlined service ".security.request_matcher.p.elKFO" to "security.access_map".
  • Inlined service ".security.request_matcher.PhQgZ9B" to "security.access_map".
  • Inlined service ".security.request_matcher.NlmwQSp" to "security.access_map".
  • Inlined service ".security.request_matcher.tBTmfdE" to "security.access_map".
  • Inlined service ".security.request_matcher.eoJuNvA" to "security.access_map".
  • 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.exception_listener.secure_api" to "security.firewall.map.context.secure_api".
  • Inlined service "security.firewall.map.config.secure_api" to "security.firewall.map.context.secure_api".
  • Inlined service "security.exception_listener.front_secure_api" to "security.firewall.map.context.front_secure_api".
  • Inlined service "security.firewall.map.config.front_secure_api" to "security.firewall.map.context.front_secure_api".
  • Inlined service "security.event_dispatcher.main" to "security.logout_listener.main".
  • Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.form_entry_point.main" to "security.exception_listener.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "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 "monolog.handler.null_internal" to "monolog.logger.event".
  • 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 ".service_locator.bKRvJhi" to ".service_locator.bKRvJhi.router.default".
  • Inlined service ".service_locator.LHmLVnd" to ".service_locator.LHmLVnd.router.cache_warmer".
  • Inlined service ".service_locator.VF.njwi" to ".service_locator.VF.njwi.twig.template_cache_warmer".
  • Inlined service ".service_locator.Wbzuv5A" to ".service_locator.Wbzuv5A.sensio_framework_extra.view.listener".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.cache_class_metadata_factory.inner".
  • Inlined service ".service_locator.pEIQTNI" to "console.command_loader".
  • Inlined service ".service_locator.bKRvJhi.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "config_cache_factory" to "router".
  • Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
  • 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 "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "App\Service\Banlist\CheckContent\CheckContentService" to "App\Command\BanlistCheckContentCommand".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • 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".
510