http://backend.lplite.dev.pannovate.net/robots.txt

Log Messages

Info. & Errors 1

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

Level Channel Message
ERROR request Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "http://backend.lplite.dev.pannovate.net/robots.txt")" at /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136
[
  "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#314
    -statusCode: 404
    -headers: []
    #message: "No route found for "GET /robots.txt" (from "http://backend.lplite.dev.pannovate.net/robots.txt")"
    #code: 0
    #file: "/var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/RouterListener.php"
    #line: 136
    -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#180 …}
    trace: {
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
        Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(GetResponseEvent $event) …
        › 
        ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
          }
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:134 {
        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);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
          $type: 1
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
    Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(GetResponseEvent $event) …
    › 
    ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
      }
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:134 {
    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);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
      $type: 1
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
    }
  }
}

Deprecations 18

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4.
[
  "exception" => ErrorException {#123
    #message: "User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4."
    #code: 0
    #file: "/var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/ContainerXbcwNCa/srcApp_KernelDevDebugContainer.php"
    #line: 11639
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/ContainerXbcwNCa/srcApp_KernelDevDebugContainer.php:11639 {
        ContainerXbcwNCa\srcApp_KernelDevDebugContainer->getTwig_ExceptionListenerService() …
        › {    @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/ContainerXbcwNCa/srcApp_KernelDevDebugContainer.php:4676 {
        ContainerXbcwNCa\srcApp_KernelDevDebugContainer->ContainerXbcwNCa\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());}, 1 => 'logKernelException'], 0);
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/ContainerXbcwNCa/srcApp_KernelDevDebugContainer.php:11639 {
    ContainerXbcwNCa\srcApp_KernelDevDebugContainer->getTwig_ExceptionListenerService() …
    › {    @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/ContainerXbcwNCa/srcApp_KernelDevDebugContainer.php:4676 {
    ContainerXbcwNCa\srcApp_KernelDevDebugContainer->ContainerXbcwNCa\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());}, 1 => 'logKernelException'], 0);
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
    }
  }
}
php User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.
[
  "exception" => ErrorException {#431
    #message: "User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead."
    #code: 0
    #file: "/var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/ExceptionListener.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:25 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "ErrorListener" instead.', ExceptionListener::class), E_USER_DEPRECATED);}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/ContainerXbcwNCa/srcApp_KernelDevDebugContainer.php:11641 {
        ContainerXbcwNCa\srcApp_KernelDevDebugContainer->getTwig_ExceptionListenerService() …
        › 
        ›     return $this->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/ContainerXbcwNCa/srcApp_KernelDevDebugContainer.php:4676 {
        ContainerXbcwNCa\srcApp_KernelDevDebugContainer->ContainerXbcwNCa\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());}, 1 => 'logKernelException'], 0);
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:25 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "ErrorListener" instead.', ExceptionListener::class), E_USER_DEPRECATED);}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/ContainerXbcwNCa/srcApp_KernelDevDebugContainer.php:11641 {
    ContainerXbcwNCa\srcApp_KernelDevDebugContainer->getTwig_ExceptionListenerService() …
    › 
    ›     return $this->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/ContainerXbcwNCa/srcApp_KernelDevDebugContainer.php:4676 {
    ContainerXbcwNCa\srcApp_KernelDevDebugContainer->ContainerXbcwNCa\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());}, 1 => 'logKernelException'], 0);
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
    }
  }
}
php (3 times) User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.
[
  "exception" => ErrorException {#450
    #message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
    #code: 0
    #file: "/var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php"
    #line: 57
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php:57 {
        Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
        › {    @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), E_USER_DEPRECATED);}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:45 {
        Symfony\Component\HttpKernel\EventListener\ExceptionListener->logKernelException(GetResponseForExceptionEvent $event) …
        › {    $e = FlattenException::createFromThrowable($event->getException());}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
          }
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php:57 {
    Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
    › {    @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), E_USER_DEPRECATED);}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:45 {
    Symfony\Component\HttpKernel\EventListener\ExceptionListener->logKernelException(GetResponseForExceptionEvent $event) …
    › {    $e = FlattenException::createFromThrowable($event->getException());}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
      }
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
    }
  }
}
php User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4.
[
  "exception" => ErrorException {#512
    #message: "User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4."
    #code: 0
    #file: "/var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/ContainerXbcwNCa/srcApp_KernelDevDebugContainer.php"
    #line: 6274
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/ContainerXbcwNCa/srcApp_KernelDevDebugContainer.php:6274 {
        ContainerXbcwNCa\srcApp_KernelDevDebugContainer->getTwig_Controller_ExceptionService() …
        › {    @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/dependency-injection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/dependency-injection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController($class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    return $this->configureController(parent::instantiateController($class), $class);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/ControllerResolver.php:122 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController($controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error | \LogicException $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:141 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
          $type: 1
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
          }
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/ContainerXbcwNCa/srcApp_KernelDevDebugContainer.php:6274 {
    ContainerXbcwNCa\srcApp_KernelDevDebugContainer->getTwig_Controller_ExceptionService() …
    › {    @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/dependency-injection/Container.php:257 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/dependency-injection/Container.php:231 {
    Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
    › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController($class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    return $this->configureController(parent::instantiateController($class), $class);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/ControllerResolver.php:122 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController($controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error | \LogicException $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:141 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
      $type: 1
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
      }
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
    }
  }
}
php User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead.
[
  "exception" => ErrorException {#513
    #message: "User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead."
    #code: 0
    #file: "/var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/twig-bundle/Controller/ExceptionController.php"
    #line: 23
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/twig-bundle/Controller/ExceptionController.php:23 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', ExceptionController::class, \Symfony\Component\HttpKernel\Controller\ErrorController::class), E_USER_DEPRECATED);}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/ContainerXbcwNCa/srcApp_KernelDevDebugContainer.php:6276 {
        ContainerXbcwNCa\srcApp_KernelDevDebugContainer->getTwig_Controller_ExceptionService() …
        › 
        ›     return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/dependency-injection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/dependency-injection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController($class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    return $this->configureController(parent::instantiateController($class), $class);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/ControllerResolver.php:122 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController($controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error | \LogicException $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:141 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
          $type: 1
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
          }
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/twig-bundle/Controller/ExceptionController.php:23 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', ExceptionController::class, \Symfony\Component\HttpKernel\Controller\ErrorController::class), E_USER_DEPRECATED);}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/ContainerXbcwNCa/srcApp_KernelDevDebugContainer.php:6276 {
    ContainerXbcwNCa\srcApp_KernelDevDebugContainer->getTwig_Controller_ExceptionService() …
    › 
    ›     return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/dependency-injection/Container.php:257 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/dependency-injection/Container.php:231 {
    Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
    › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController($class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    return $this->configureController(parent::instantiateController($class), $class);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/ControllerResolver.php:122 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController($controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error | \LogicException $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:141 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
      $type: 1
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
      }
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
    }
  }
}
php User Deprecated: The template "@Twig/layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/layout.html.twig" at line 1).
[
  "exception" => ErrorException {#659
    #message: "User Deprecated: The template "@Twig/layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/layout.html.twig" at line 1)."
    #code: 0
    #file: "/var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/twig/de/ded3aaa084eeec5d7c8f91d239fd1fd40fbcdfa99ff4dbea02d2d638330ae77c.php"
    #line: 49
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/twig/de/ded3aaa084eeec5d7c8f91d239fd1fd40fbcdfa99ff4dbea02d2d638330ae77c.php:49 {
        __TwigTemplate_f6453741754cc3909275ce560836460cf3be5aef46f205e6fe98724d88f9b86a->doDisplay(array $context, array $blocks = []) …
        › $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");@trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"@Twig/layout.html.twig\" at line 1).", E_USER_DEPRECATED);// line 2
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/twig/f2/f2bdb0051bb45b220fbefc917b62d01ac5fd5c9796f1a40ebc2fa5007e5052d5.php:52 {
        __TwigTemplate_867bd6c15ee39cecb5cb70e95b2b7dc35d57cf63a370ebc9c0aca50235b05f5c->doDisplay(array $context, array $blocks = []) …
        › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:379 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/TemplateWrapper.php:40 {
        Twig\TemplateWrapper->render(array $context = []): string …
        ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Environment.php:277 {
        Twig\Environment->render($name, array $context = []): string …
        › {    return $this->load($name)->render($context);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/twig-bundle/Controller/ExceptionController.php:73 {
        Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
        ›     'logger' => $logger,    'currentContent' => $currentContent,]
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
          $type: 1
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
          }
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/twig/de/ded3aaa084eeec5d7c8f91d239fd1fd40fbcdfa99ff4dbea02d2d638330ae77c.php:49 {
    __TwigTemplate_f6453741754cc3909275ce560836460cf3be5aef46f205e6fe98724d88f9b86a->doDisplay(array $context, array $blocks = []) …
    › $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");@trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"@Twig/layout.html.twig\" at line 1).", E_USER_DEPRECATED);// line 2
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/twig/f2/f2bdb0051bb45b220fbefc917b62d01ac5fd5c9796f1a40ebc2fa5007e5052d5.php:52 {
    __TwigTemplate_867bd6c15ee39cecb5cb70e95b2b7dc35d57cf63a370ebc9c0aca50235b05f5c->doDisplay(array $context, array $blocks = []) …
    › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:379 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/TemplateWrapper.php:40 {
    Twig\TemplateWrapper->render(array $context = []): string …
    ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Environment.php:277 {
    Twig\Environment->render($name, array $context = []): string …
    › {    return $this->load($name)->render($context);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/twig-bundle/Controller/ExceptionController.php:73 {
    Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
    ›     'logger' => $logger,    'currentContent' => $currentContent,]
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
      $type: 1
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
      }
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
    }
  }
}
php User Deprecated: The template "@Twig/exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/exception.css.twig" at line 1).
[
  "exception" => ErrorException {#673
    #message: "User Deprecated: The template "@Twig/exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/exception.css.twig" at line 1)."
    #code: 0
    #file: "/var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/twig/b5/b511ee1e1cbde56646adcee7a74b42d37cbb645862be4f513df55b1845ee1251.php"
    #line: 44
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/twig/b5/b511ee1e1cbde56646adcee7a74b42d37cbb645862be4f513df55b1845ee1251.php:44 {
        __TwigTemplate_4560fee90f4ac392f9e79af50f0efab7cbe866973161785c35655aafa131d7c4->doDisplay(array $context, array $blocks = []) …
        › $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");@trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"@Twig/exception.css.twig\" at line 1).", E_USER_DEPRECATED);// line 4
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:379 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/TemplateWrapper.php:40 {
        Twig\TemplateWrapper->render(array $context = []): string …
        ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Extension/CoreExtension.php:1257 {
        twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
        › 
        ›     return $loaded ? $loaded->render($variables) : '';} finally {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {
        __TwigTemplate_f6453741754cc3909275ce560836460cf3be5aef46f205e6fe98724d88f9b86a->doDisplay(array $context, array $blocks = []) …
        › <link rel="icon" type="image/png" href="{{ include('@Twig/images/favicon.png.base64') }}"><style>{{ include('@Twig/exception.css.twig') }}</style>{% block head %}{% endblock %}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/twig/f2/f2bdb0051bb45b220fbefc917b62d01ac5fd5c9796f1a40ebc2fa5007e5052d5.php:52 {
        __TwigTemplate_867bd6c15ee39cecb5cb70e95b2b7dc35d57cf63a370ebc9c0aca50235b05f5c->doDisplay(array $context, array $blocks = []) …
        › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:379 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/TemplateWrapper.php:40 {
        Twig\TemplateWrapper->render(array $context = []): string …
        ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Environment.php:277 {
        Twig\Environment->render($name, array $context = []): string …
        › {    return $this->load($name)->render($context);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/twig-bundle/Controller/ExceptionController.php:73 {
        Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
        ›     'logger' => $logger,    'currentContent' => $currentContent,]
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
          $type: 1
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
          }
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/twig/b5/b511ee1e1cbde56646adcee7a74b42d37cbb645862be4f513df55b1845ee1251.php:44 {
    __TwigTemplate_4560fee90f4ac392f9e79af50f0efab7cbe866973161785c35655aafa131d7c4->doDisplay(array $context, array $blocks = []) …
    › $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");@trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"@Twig/exception.css.twig\" at line 1).", E_USER_DEPRECATED);// line 4
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:379 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/TemplateWrapper.php:40 {
    Twig\TemplateWrapper->render(array $context = []): string …
    ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Extension/CoreExtension.php:1257 {
    twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
    › 
    ›     return $loaded ? $loaded->render($variables) : '';} finally {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {
    __TwigTemplate_f6453741754cc3909275ce560836460cf3be5aef46f205e6fe98724d88f9b86a->doDisplay(array $context, array $blocks = []) …
    › <link rel="icon" type="image/png" href="{{ include('@Twig/images/favicon.png.base64') }}"><style>{{ include('@Twig/exception.css.twig') }}</style>{% block head %}{% endblock %}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/twig/f2/f2bdb0051bb45b220fbefc917b62d01ac5fd5c9796f1a40ebc2fa5007e5052d5.php:52 {
    __TwigTemplate_867bd6c15ee39cecb5cb70e95b2b7dc35d57cf63a370ebc9c0aca50235b05f5c->doDisplay(array $context, array $blocks = []) …
    › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:379 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/TemplateWrapper.php:40 {
    Twig\TemplateWrapper->render(array $context = []): string …
    ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Environment.php:277 {
    Twig\Environment->render($name, array $context = []): string …
    › {    return $this->load($name)->render($context);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/twig-bundle/Controller/ExceptionController.php:73 {
    Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
    ›     'logger' => $logger,    'currentContent' => $currentContent,]
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
      $type: 1
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
      }
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
    }
  }
}
php User Deprecated: The template "@Twig/base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/base_js.html.twig" at line 1).
[
  "exception" => ErrorException {#956
    #message: "User Deprecated: The template "@Twig/base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/base_js.html.twig" at line 1)."
    #code: 0
    #file: "/var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/twig/83/83be4c5ea79db120c364d39966dea7a69f91128d858844e69f75fd7c080a026c.php"
    #line: 44
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/twig/83/83be4c5ea79db120c364d39966dea7a69f91128d858844e69f75fd7c080a026c.php:44 {
        __TwigTemplate_2ec6b016818c7ee4b9ce7c5e012d3e7c4d9e037007b747927e9edd8942cf52f7->doDisplay(array $context, array $blocks = []) …
        › $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");@trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"@Twig/base_js.html.twig\" at line 1).", E_USER_DEPRECATED);// line 4
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:379 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/TemplateWrapper.php:40 {
        Twig\TemplateWrapper->render(array $context = []): string …
        ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Extension/CoreExtension.php:1257 {
        twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
        › 
        ›     return $loaded ? $loaded->render($variables) : '';} finally {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/twig/de/ded3aaa084eeec5d7c8f91d239fd1fd40fbcdfa99ff4dbea02d2d638330ae77c.php:117 {
        __TwigTemplate_f6453741754cc3909275ce560836460cf3be5aef46f205e6fe98724d88f9b86a->doDisplay(array $context, array $blocks = []) …
        › echo "        ";echo twig_include($this->env, $context, "@Twig/base_js.html.twig");echo "
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/twig/f2/f2bdb0051bb45b220fbefc917b62d01ac5fd5c9796f1a40ebc2fa5007e5052d5.php:52 {
        __TwigTemplate_867bd6c15ee39cecb5cb70e95b2b7dc35d57cf63a370ebc9c0aca50235b05f5c->doDisplay(array $context, array $blocks = []) …
        › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:379 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/TemplateWrapper.php:40 {
        Twig\TemplateWrapper->render(array $context = []): string …
        ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Environment.php:277 {
        Twig\Environment->render($name, array $context = []): string …
        › {    return $this->load($name)->render($context);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/twig-bundle/Controller/ExceptionController.php:73 {
        Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
        ›     'logger' => $logger,    'currentContent' => $currentContent,]
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
          $type: 1
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
          }
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/dev/lplite/backend.lplite.dev.pannovate.net/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/twig/83/83be4c5ea79db120c364d39966dea7a69f91128d858844e69f75fd7c080a026c.php:44 {
    __TwigTemplate_2ec6b016818c7ee4b9ce7c5e012d3e7c4d9e037007b747927e9edd8942cf52f7->doDisplay(array $context, array $blocks = []) …
    › $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");@trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"@Twig/base_js.html.twig\" at line 1).", E_USER_DEPRECATED);// line 4
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:379 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/TemplateWrapper.php:40 {
    Twig\TemplateWrapper->render(array $context = []): string …
    ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Extension/CoreExtension.php:1257 {
    twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
    › 
    ›     return $loaded ? $loaded->render($variables) : '';} finally {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/twig/de/ded3aaa084eeec5d7c8f91d239fd1fd40fbcdfa99ff4dbea02d2d638330ae77c.php:117 {
    __TwigTemplate_f6453741754cc3909275ce560836460cf3be5aef46f205e6fe98724d88f9b86a->doDisplay(array $context, array $blocks = []) …
    › echo "        ";echo twig_include($this->env, $context, "@Twig/base_js.html.twig");echo "
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/var/cache/dev/twig/f2/f2bdb0051bb45b220fbefc917b62d01ac5fd5c9796f1a40ebc2fa5007e5052d5.php:52 {
    __TwigTemplate_867bd6c15ee39cecb5cb70e95b2b7dc35d57cf63a370ebc9c0aca50235b05f5c->doDisplay(array $context, array $blocks = []) …
    › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Template.php:379 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/TemplateWrapper.php:40 {
    Twig\TemplateWrapper->render(array $context = []): string …
    ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/twig/twig/src/Environment.php:277 {
    Twig\Environment->render($name, array $context = []): string …
    › {    return $this->load($name)->render($context);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/twig-bundle/Controller/ExceptionController.php:73 {
    Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
    ›     'logger' => $logger,    'currentContent' => $currentContent,]
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
      $type: 1
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
      }
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#158 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#75 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/dev/lplite/backend.lplite.dev.pannovate.net/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
    }
  }
}
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::get()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController".
n/a (2 times) The "twig.exception_controller" configuration key has been deprecated in Symfony 4.4, set it to "null" and use "framework.error_controller" configuration key instead.
n/a (2 times) The "dir_name" option is deprecated. Use "migrations_paths" instead.
n/a (2 times) The "namespace" option is deprecated. Use "migrations_paths" instead.
n/a The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.

Debug 67

Unimportant log messages generated during the execution of the application.

Time Channel Message
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.exception"
to listener
"LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppExceptionListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ExceptionListener::logKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::logKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
stopped propagation of the event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
]
doctrine SELECT u0_.created AS created_0, u0_.modified AS modified_1, u0_.id AS id_2, u0_.action AS action_3, u0_.description AS description_4, u0_.ip_address AS ip_address_5, u0_.is_successful AS is_successful_6, u0_.type AS type_7, u0_.deleted AS deleted_8, u0_.user_id AS user_id_9, u0_.session_id AS session_id_10 FROM user_action u0_ WHERE (u0_.action = ?) AND (u0_.deleted IS NULL) ORDER BY u0_.id DESC LIMIT 1
[
  "."
]
event Notified event
"kernel.response"
to listener
"LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\CorsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\CorsListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppResponseListener::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
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::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\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"
]
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\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
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"
]
event Notified event
"kernel.controller"
to listener
"LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppRequestListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppRequestListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
doctrine SELECT u0_.created AS created_0, u0_.modified AS modified_1, u0_.id AS id_2, u0_.action AS action_3, u0_.description AS description_4, u0_.ip_address AS ip_address_5, u0_.is_successful AS is_successful_6, u0_.type AS type_7, u0_.deleted AS deleted_8, u0_.user_id AS user_id_9, u0_.session_id AS session_id_10 FROM user_action u0_ WHERE (u0_.action = ?) AND (u0_.deleted IS NULL) ORDER BY u0_.id DESC LIMIT 1
[
  "twig.controller.show"
]
event Notified event
"kernel.response"
to listener
"LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\CorsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\CorsListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppResponseListener::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
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::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\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 1

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

Container 2693

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Connector\SaltEdgeConnectorController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Connector\SaltEdgeConnectorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Connector\SaltEdgeConnectorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Connector\SaltEdgeConnectorController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Connector\SaltEdgeConnectorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Connector\SaltEdgeConnectorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Compliance\ConsentController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Compliance\ConsentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Compliance\ConsentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Compliance\ConsentController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Compliance\ConsentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Compliance\ConsentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserConsentController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserConsentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserConsentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserConsentController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserConsentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserConsentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ScaConnectionController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ScaConnectionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ScaConnectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ScaConnectionController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ScaConnectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ScaConnectionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountTypeController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountTypeController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackPromotionController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackPromotionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackPromotionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackPromotionController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackPromotionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackPromotionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackRetailerController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackRetailerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackRetailerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackRetailerController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackRetailerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackRetailerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingPackageController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingPackageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingPackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingPackageController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingPackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingPackageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingTypeController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingTypeController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Customer\CustomerController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Customer\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Customer\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Customer\CustomerController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Customer\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Customer\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Dictionary\DictionaryController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Dictionary\DictionaryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Dictionary\DictionaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Dictionary\DictionaryController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Dictionary\DictionaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Dictionary\DictionaryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentRevisionController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentRevisionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentRevisionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentRevisionController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentRevisionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentRevisionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\SignedDocumentController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\SignedDocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\SignedDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\SignedDocumentController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\SignedDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\SignedDocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Note\NoteController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Note\NoteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Note\NoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Note\NoteController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Note\NoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Note\NoteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\IcomoonController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\IcomoonController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\IcomoonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\IcomoonController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\IcomoonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\IcomoonController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Transaction\TransactionStatementController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Transaction\TransactionStatementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Transaction\TransactionStatementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Transaction\TransactionStatementController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Transaction\TransactionStatementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Transaction\TransactionStatementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\AppController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\AppController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\AppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\AppController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\AppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\AppController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BaseApiController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BaseApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BaseApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BaseApiController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BaseApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BaseApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Beneficiary\BeneficiaryController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Beneficiary\BeneficiaryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Beneficiary\BeneficiaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Beneficiary\BeneficiaryController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Beneficiary\BeneficiaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Beneficiary\BeneficiaryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CardController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CardController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CardController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\CashbackController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\CashbackController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\CashbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\CashbackController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\CashbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\CashbackController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\GiftCardsController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\GiftCardsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\GiftCardsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\GiftCardsController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\GiftCardsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\GiftCardsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Chat\ChatController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Chat\ChatController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Chat\ChatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Chat\ChatController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Chat\ChatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Chat\ChatController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CountryController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CountryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CountryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CountryController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CountryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CountryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CurrencyController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CurrencyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CurrencyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CurrencyController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CurrencyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CurrencyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\FX\FxController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\FX\FxController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\FX\FxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\FX\FxController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\FX\FxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\FX\FxController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\NotificationController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\NotificationController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\AuthorizationController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\AuthorizationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\AuthorizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\AuthorizationController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\AuthorizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\AuthorizationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\ConnectionController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\ConnectionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\ConnectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\ConnectionController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\ConnectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\ConnectionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentCardController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentCardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentCardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentCardController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentCardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentCardController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentDeviceController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentDeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentDeviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentDeviceController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentDeviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentDeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\RateController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\RateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\RateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\RateController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\RateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\RateController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopCategoryController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopCategoryController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopProductController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopProductController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SpendingController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SpendingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SpendingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SpendingController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SpendingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SpendingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SupportController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SupportController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SupportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SupportController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SupportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SupportController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SwaggerController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SwaggerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SwaggerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SwaggerController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SwaggerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SwaggerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestKycController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestKycController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestKycController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestKycController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestKycController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestKycController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestS3Controller" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestS3Controller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestS3Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestS3Controller).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestS3Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestS3Controller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\ToolsController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\ToolsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\ToolsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\ToolsController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\ToolsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\ToolsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TopUpController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TopUpController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TopUpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TopUpController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TopUpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TopUpController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransactionController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransactionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransactionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransactionController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransactionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransactionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransferController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransferController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransferController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransferController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserContactController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserContactController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserContactController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserContactController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserDeviceController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserDeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserDeviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserDeviceController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserDeviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserDeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserSessionController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserSessionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserSessionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserSessionController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserSessionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserSessionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\UserChallengeController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\UserChallengeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\UserChallengeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\UserChallengeController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\UserChallengeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\UserChallengeController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\GPS\ReparseEHICommand" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\GPS\ReparseEHICommand).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Command\GPS\ReparseEHICommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\GPS\ReparseEHICommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\KYC\ApproveAllCommand" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\KYC\ApproveAllCommand).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Command\KYC\ApproveAllCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\KYC\ApproveAllCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\PaymentDevice\UnloadPaymentDeviceCommand" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\PaymentDevice\UnloadPaymentDeviceCommand).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Command\PaymentDevice\UnloadPaymentDeviceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\PaymentDevice\UnloadPaymentDeviceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Permission\CreatePermissionCommand" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Permission\CreatePermissionCommand).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Command\Permission\CreatePermissionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Permission\CreatePermissionCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Roles\ApiRolesCommand" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Roles\ApiRolesCommand).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Command\Roles\ApiRolesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Roles\ApiRolesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\DownloadNewAppleReportsCommand" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\DownloadNewAppleReportsCommand).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\DownloadNewAppleReportsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\DownloadNewAppleReportsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\GetAppleReportsCommand" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\GetAppleReportsCommand).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\GetAppleReportsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\GetAppleReportsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Google\GetGoogleReportsCommand" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Google\GetGoogleReportsCommand).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Google\GetGoogleReportsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Google\GetGoogleReportsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadChunkCommand" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadChunkCommand).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadChunkCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadChunkCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadProcessCommand" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadProcessCommand).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadProcessCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadProcessCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\ChangePasswordCommand" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\ChangePasswordCommand).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\ChangePasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\ChangePasswordCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\CreateUserCommand" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\CreateUserCommand).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\CreateUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\CreateUserCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\PromoteUserCommand" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\PromoteUserCommand).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\PromoteUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\PromoteUserCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\UserDevice\CheckExpiredDevicesCommand" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\UserDevice\CheckExpiredDevicesCommand).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Command\UserDevice\CheckExpiredDevicesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\UserDevice\CheckExpiredDevicesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Controller\BaseController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Controller\BaseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Base\Controller\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Controller\BaseController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Controller\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Base\Controller\BaseController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\CorsListener" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\CorsListener).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\CorsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\CorsListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Account\AccountEventSubscriber" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Account\AccountEventSubscriber).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Account\AccountEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Account\AccountEventSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Kyc\KycEventSubscriber" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Kyc\KycEventSubscriber).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Kyc\KycEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Kyc\KycEventSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Transaction\TransactionEventSubscriber" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Transaction\TransactionEventSubscriber).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Transaction\TransactionEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Transaction\TransactionEventSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\User\UserEventSubscriber" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\User\UserEventSubscriber).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\User\UserEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\User\UserEventSubscriber).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\AccountFixtures" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\AccountFixtures).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\AccountFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\AccountFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\ContentFixtures" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\ContentFixtures).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\ContentFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\ContentFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\NotificationFixtures" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\NotificationFixtures).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\NotificationFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\NotificationFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\PaymentDeviceFixtures" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\PaymentDeviceFixtures).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\PaymentDeviceFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\PaymentDeviceFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\RoleFixtures" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\RoleFixtures).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\RoleFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\RoleFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\TransactionFixtures" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\TransactionFixtures).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\TransactionFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\TransactionFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\UserFixtures" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\UserFixtures).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\UserFixtures).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Serializer\Normalizer\AppNormalizer" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Serializer\Normalizer\AppNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Serializer\Normalizer\AppNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Serializer\Normalizer\AppNormalizer).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Serializer\Normalizer\AppNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Serializer\Normalizer\AppNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Command\EhiParseCommand" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Command\EhiParseCommand).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Command\EhiParseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Command\EhiParseCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Event\GpsEventSubscriber" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Event\GpsEventSubscriber).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Event\GpsEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Event\GpsEventSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Controller\ScaController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Controller\ScaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Controller\ScaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Controller\ScaController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Controller\ScaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Controller\ScaController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserService" (parent: LaunchPad\Bundle\LaunchPadBundle\Base\Service\CoreService).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\External\Controller\CheckoutController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\External\Controller\CheckoutController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\External\Controller\CheckoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\External\Controller\CheckoutController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\External\Controller\CheckoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\External\Controller\CheckoutController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\External\Controller\GpsController" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\External\Controller\GpsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\External\Controller\GpsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\External\Controller\GpsController).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\External\Controller\GpsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\External\Controller\GpsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\External\Controller\W2Controller" (parent: .abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\External\Controller\W2Controller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\External\Controller\W2Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\External\Controller\W2Controller).
  • Resolving inheritance for "LaunchPad\Bundle\LaunchPadBundle\External\Controller\W2Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\External\Controller\W2Controller).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.lp.app_normalizer" (parent: .abstract.instanceof.lp.app_normalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.lp.app_normalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.lp.app_normalizer).
  • Resolving inheritance for "lp.app_normalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.lp.app_normalizer).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.data_fixtures" (parent: .abstract.instanceof.data_fixtures).
  • Resolving inheritance for "data_fixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.data_fixtures).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
  • Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
  • Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "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.logger.chain.default" (parent: doctrine.dbal.logger.chain).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.listener.simple_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.users" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.guard.api" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.api" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.listener.anonymous.api" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.api" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.admin_api" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.guard.admin_api" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.admin_api" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.listener.anonymous.admin_api" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.admin_api" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.admin_api" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.admin_api" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • 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 "monolog.logger" (parent: monolog.logger_prototype).
  • 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.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "php_translation.catalogue_fetcher" (parent: Translation\Bundle\Catalogue\CatalogueFetcher).
  • Resolving inheritance for "php_translation.catalogue_writer" (parent: Translation\Bundle\Catalogue\CatalogueWriter).
  • Resolving inheritance for "php_translation.catalogue_manager" (parent: Translation\Bundle\Catalogue\CatalogueManager).
  • Resolving inheritance for "php_translation.extractor" (parent: Translation\Extractor\Extractor).
  • Resolving inheritance for "php_translation.storage_manager" (parent: Translation\Bundle\Service\StorageManager).
  • Resolving inheritance for "php_translation.configuration_manager" (parent: Translation\Bundle\Service\ConfigurationManager).
  • Resolving inheritance for "php_translation.importer" (parent: Translation\Bundle\Service\Importer).
  • Resolving inheritance for "php_translation.cache_clearer" (parent: Translation\Bundle\Service\CacheClearer).
  • Resolving inheritance for "php_translation.catalogue_counter" (parent: Translation\Bundle\Catalogue\CatalogueCounter).
  • Resolving inheritance for "php_translation.twig_extension" (parent: Translation\Bundle\Twig\TranslationExtension).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FlashMessage" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FlashMessage).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FlashMessage" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FlashMessage).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor).
  • Resolving inheritance for "php_translation.storage.app" (parent: php_translation.storage.abstract).
  • Resolving inheritance for "php_translation.single_storage.file.app" (parent: php_translation.local_file_storage.abstract).
  • Resolving inheritance for "php_translator.console.delete_obsolete" (parent: Translation\Bundle\Command\DeleteObsoleteCommand).
  • Resolving inheritance for "php_translator.console.download" (parent: Translation\Bundle\Command\DownloadCommand).
  • Resolving inheritance for "php_translator.console.extract" (parent: Translation\Bundle\Command\ExtractCommand).
  • Resolving inheritance for "php_translator.console.status" (parent: Translation\Bundle\Command\StatusCommand).
  • Resolving inheritance for "php_translator.console.sync" (parent: Translation\Bundle\Command\SyncCommand).
  • 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_functional_test" (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_unit_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.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (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.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
529
Symfony\Component\DependencyInjection\Compiler\AutowirePass
  • Skipping service "LaunchPad\Bundle\LaunchPadBundle\Api\Request\Member\MemberLoginRequest": Class or interface "LaunchPad\Bundle\LaunchPadBundle\Api\Request\Member\MemberLoginRequest" cannot be loaded.
  • Skipping service "LaunchPad\Bundle\LaunchPadBundle\Api\Request\PSD2\SCA\CreateConnectionRequest": Class or interface "LaunchPad\Bundle\LaunchPadBundle\Api\Request\PSD2\SCA\CreateConnectionRequest" cannot be loaded.
  • Skipping service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ClientActionsService": Class or interface "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ClientActionsService" cannot be loaded.
  • Skipping service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\MC\Api\SummaryRates": Class or interface "LaunchPad\Bundle\LaunchPadBundle\Base\Service\MC\Api\SummaryRates" cannot be loaded.
  • Skipping service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Controller\Request\ScaRegisterRequest": Class or interface "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Controller\Request\ScaRegisterRequest" cannot be loaded.
  • Skipping service "op.proxy": Class or interface "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Proxy\ProxyEventParserService" cannot be loaded.
  • Skipping service "lp.fee_group.gps": Class or interface "LaunchPad\Bundle\LaunchPadBundle\Bundle\LaunchPadBundle\Base\Service\GpsFeeGroupService" cannot be loaded.
  • Skipping service "lp.action_code.gps": Class or interface "LaunchPad\Bundle\LaunchPadBundle\Bundle\LaunchPadBundle\Base\Service\GpsActionCodeService" cannot be loaded.
  • Skipping service "lp.service_call.gps": Class or interface "LaunchPad\Bundle\LaunchPadBundle\Bundle\LaunchPadBundle\Base\Service\GpsServiceCallService" cannot be loaded.
9
Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountTypeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountTypeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountTypeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackPromotionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackPromotionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackPromotionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackRetailerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackRetailerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackRetailerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingPackageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingPackageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingPackageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingTypeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingTypeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingTypeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Customer\CustomerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Customer\CustomerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Customer\CustomerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Dictionary\DictionaryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Dictionary\DictionaryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Dictionary\DictionaryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentRevisionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentRevisionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentRevisionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\SignedDocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\SignedDocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\SignedDocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Note\NoteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Note\NoteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Note\NoteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\IcomoonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\IcomoonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\IcomoonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Transaction\TransactionStatementController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Transaction\TransactionStatementController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Transaction\TransactionStatementController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setPaginatorService" of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\AppController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\AppController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BaseApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BaseApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Beneficiary\BeneficiaryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Beneficiary\BeneficiaryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\CashbackController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\CashbackController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\GiftCardsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\GiftCardsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Chat\ChatController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Chat\ChatController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CountryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CountryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CurrencyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CurrencyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\FX\FxController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\FX\FxController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\NotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\NotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\AuthorizationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\AuthorizationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\ConnectionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\ConnectionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentCardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentCardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentDeviceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentDeviceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\RateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\RateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopProductController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopProductController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SpendingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SpendingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SupportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SupportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SwaggerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SwaggerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestKycController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestKycController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestS3Controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestS3Controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\ToolsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\ToolsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TopUpController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TopUpController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransactionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransactionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransferController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransferController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\UserChallengeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\UserChallengeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserContactController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserContactController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserDeviceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserDeviceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAppNormalizerService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserSessionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setBaseApiService" of service "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserSessionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
269
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\FX\Domain\FxProvider"; reason: private alias.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\OTP\Provider\OtpProvider"; reason: private alias.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUp\Handlers\TopUpHandlerInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
  • Removed service "Http\Message\MessageFactory"; reason: private alias.
  • Removed service "Http\Message\RequestFactory"; reason: private alias.
  • Removed service "Http\Message\ResponseFactory"; reason: private alias.
  • Removed service "Http\Message\StreamFactory"; reason: private alias.
  • Removed service "Http\Message\UriFactory"; reason: private alias.
  • Removed service "controller_name_converter"; reason: private alias.
  • Removed service "resolve_controller_name_subscriber"; 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\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Psr\SimpleCache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; 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\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\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 "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "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\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.default_entity_manager.event_manager"; 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\Core\Authentication\AuthenticationManagerInterface"; 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\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.api"; reason: private alias.
  • Removed service "security.user_checker.api"; reason: private alias.
  • Removed service "security.authentication.session_strategy.admin_api"; reason: private alias.
  • Removed service "security.user_checker.admin_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 "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.transport"; 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 "php_translation.extractor.php"; reason: private alias.
  • Removed service "php_translation.extractor.twig"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.ContainerAwareTrans"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.ContainerAwareTransChoice"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FlashMessage"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypeChoices"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypeEmptyValue"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypeHelp"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypeInvalidMessage"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypeLabelExplicit"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypeLabelImplicit"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypePlaceholder"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.ValidationAnnotation"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.SourceLocationContainerVisitor"; reason: private alias.
  • Removed service "php_translation.extractor.twig.factory.twig"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $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 $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\Storage\FileHandler"; reason: private alias.
  • Removed service ".service_locator.tHpW6v3"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "http_client"; reason: private alias.
186
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\DTO\UserActionDTO" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Service\UserAdminService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Admin\Service\UserAdminService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\RoleFixtures" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\UserFixtures" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\AccountService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\AccountService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppConfigurationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppConfigurationService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppNormalizerService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppNormalizerService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\AuthService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\AuthService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\AuthService" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\EmailVerificationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\EmailVerificationService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\BalanceService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\BalanceService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\BaseService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\BaseService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Beneficiary\BeneficiaryService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Beneficiary\BeneficiaryService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\CashFlows\CashFlowsService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\CashFlows\CashFlowsService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutApiService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutApiService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutPaymentService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutPaymentService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Cashback\CashbackPromotionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Cashback\CashbackPromotionService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Cashback\CashbackRetailerService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Cashback\CashbackRetailerService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Cashback\CashbackService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Cashback\CashbackService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Cashback\GiftCardsService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Cashback\GiftCardsService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ChangeRequestService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ChangeRequestService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Chat\ConversationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Chat\ConversationService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CityService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CityService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CountryService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CountryService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CurrencyService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CurrencyService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Customer\CustomerService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Customer\CustomerService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Dictionary\TranslationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Dictionary\TranslationService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Document\Service\DocumentRevisionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Document\Service\DocumentRevisionService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Document\Service\DocumentService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Document\Service\DocumentService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Document\Service\SignedDocumentService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Document\Service\SignedDocumentService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\EventService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\FX\FxTransactionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\FX\FxTransactionService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\FileService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\FileService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\GpsActionCodeService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\GpsActionCodeService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\GpsFeeGroupService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\GpsFeeGroupService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\GpsServiceCallService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\GpsServiceCallService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ImageUploadService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ImageUploadService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\GBG\GBGKycProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\GBG\GBGKycProvider" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\LanguageService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\LanguageService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\MailService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\MailService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\McApiService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\McApiService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\MerchantCategoryCodeService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\MerchantCategoryCodeService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Normalizer\LaunchPadNormalizerService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Normalizer\LaunchPadNormalizerService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Note\NoteService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Note\NoteService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationUserGroupService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationUserGroupService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentCardService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentCardService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentCategoryService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentCategoryService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDevice\PaymentDeviceService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDevice\PaymentDeviceService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDeviceCategoryService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDeviceCategoryService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDeviceProductService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDeviceProductService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDeviceTypeService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDeviceTypeService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentMerchantService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentMerchantService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentTransactionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentTransactionService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PermissionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PermissionService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PermissionService" previously pointing to "router.default" to "router".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PrivacyPolicyService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PrivacyPolicyService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsActionCodeService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsActionCodeService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsFeeGroupService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsFeeGroupService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsImportHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsImportHandler" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsServiceCallService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsServiceCallService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsTransactionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsTransactionService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Service\GpsCardService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Service\GpsCardService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Service\GpsWalletService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Service\GpsWalletService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\RateService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\RateService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\RoleService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\RoleService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopCategoryService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopCategoryService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopCollectionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopCollectionService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopProductPurchaseService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopProductPurchaseService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopProductService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopProductService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SpendingService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SpendingService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Apple\AppleReportService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Apple\AppleReportService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Google\GoogleAnalyticsService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Google\GoogleAnalyticsService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Google\GooglePlayService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Google\GooglePlayService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Google\GoogleReportService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Google\GoogleReportService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\ReportService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\ReportService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\StatsCrashesService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\StatsCrashesService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\StatsFileService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\StatsFileService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\StatsService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\StatsService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SupportService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SupportService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\TermsAndConditionsService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\TermsAndConditionsService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Tools\BulkLoadService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Tools\BulkLoadService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Tools\IcomoonService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Tools\IcomoonService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionCategoryService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionCategoryService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionMerchantService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionMerchantService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransferService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransferService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\Loaders\DbTranslationLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\Loaders\DbTranslationLoader" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\TranslationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\TranslationService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\UploadService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\UploadService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserActionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserActionService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserActionService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserContactService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserContactService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserPermissionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserPermissionService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserService" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserSessionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserSessionService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserChallenge\UserChallengeService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserChallenge\UserChallengeService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserDeviceService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserDeviceService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\CSVImportService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\CSVImportService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Verification\VerificationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "LaunchPad\Bundle\LaunchPadBundle\Base\Verification\VerificationService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "api.base_api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "api.base_api" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "currency" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "currency" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.app_normalizer_service" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.app_normalizer_service" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.normalizer.default" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.normalizer.default" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.config" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.config" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.language" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.language" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.upload.image" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.upload.image" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.country" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.country" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.notifications" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.notifications" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.transaction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.transaction" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.transaction.category" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.transaction.category" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.transaction.merchant" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.transaction.merchant" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.merchant.category.code" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.merchant.category.code" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.auth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.auth" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.auth" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "lp.account" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.account" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.payment_device" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.payment_device" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.user" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.user.device" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.user.device" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.user.contact" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.user.contact" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "mail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mail" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.card.category" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.card.category" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.card.product" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.card.product" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.card.type" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.card.type" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.privacy.policy" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.privacy.policy" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.terms.conditions" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.terms.conditions" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.kyc" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.kyc" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.kyc.gbg" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.kyc.gbg" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.transfer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.transfer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.psp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.psp" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.psp.cashflows" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.psp.cashflows" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.card_processor.gps" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.card_processor.gps" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.card_processor.gps.wallet" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.card_processor.gps.wallet" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.card_processor.gps.card" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.card_processor.gps.card" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.card_processor.gps.import_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.card_processor.gps.import_handler" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.verification_service" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.verification_service" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.speending_service" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.speending_service" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.conversation_service" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.conversation_service" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_fixtures" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "lp.tools.bulk_load" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.tools.bulk_load" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.user.action" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.user.action" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.user.action" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "lp.user.session" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.user.session" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.roles" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.roles" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.file" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.file" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.upload" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.upload" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.translation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.translation" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "lp.translation.db.loader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lp.translation.db.loader" previously pointing to "debug.validator" to "validator".
  • 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 "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "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 "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "security.authentication.manager" 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.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth" 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.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.authentication.provider.guard.api" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.authentication.provider.guard.admin_api" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "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 "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.dynamic" to "swiftmailer.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.dynamic" to "swiftmailer.transport".
  • Changed reference of service "Translation\Bundle\Service\CacheClearer" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Translation\Bundle\Twig\TranslationExtension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "php_translation.cache_clearer" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "php_translation.twig_extension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Translation\Bundle\Controller\WebUIController" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "php_translation.data_collector" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.vdmMuyE" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.XSes1R5" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.m90YCjy" previously pointing to "router.default" to "router".
365
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CoreService"; 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 "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "doctrine.dbal.logger.chain"; 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 "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.in_memory.user"; 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.handler.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.success_handler"; 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.simple_form"; reason: abstract.
  • Removed service "security.authentication.simple_success_failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.simple_preauth"; 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.simple"; 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 "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "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 "php_translation.storage.abstract"; reason: abstract.
  • Removed service "php_translation.local_file_storage.abstract"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Connector\SaltEdgeConnectorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Connector\SaltEdgeConnectorController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Connector\SaltEdgeConnectorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Compliance\ConsentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Compliance\ConsentController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Compliance\ConsentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserConsentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserConsentController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserConsentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ScaConnectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ScaConnectionController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ScaConnectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountTypeController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackPromotionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackPromotionController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackPromotionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackRetailerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackRetailerController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackRetailerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingPackageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingPackageController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingPackageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingTypeController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Customer\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Customer\CustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Customer\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Dictionary\DictionaryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Dictionary\DictionaryController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Dictionary\DictionaryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentRevisionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentRevisionController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentRevisionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\SignedDocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\SignedDocumentController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\SignedDocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Note\NoteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Note\NoteController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Note\NoteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\IcomoonController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\IcomoonController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\IcomoonController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Transaction\TransactionStatementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Transaction\TransactionStatementController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Transaction\TransactionStatementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\AppController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\AppController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\AppController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BaseApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BaseApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BaseApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Beneficiary\BeneficiaryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Beneficiary\BeneficiaryController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Beneficiary\BeneficiaryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CardController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\CashbackController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\CashbackController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\CashbackController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\GiftCardsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\GiftCardsController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\GiftCardsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Chat\ChatController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Chat\ChatController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Chat\ChatController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CountryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CountryController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CountryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CurrencyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CurrencyController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CurrencyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\FX\FxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\FX\FxController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\FX\FxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\NotificationController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\AuthorizationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\AuthorizationController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\AuthorizationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\ConnectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\ConnectionController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\ConnectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentCardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentCardController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentCardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentDeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentDeviceController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentDeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\RateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\RateController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\RateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SpendingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SpendingController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SpendingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SupportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SupportController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SupportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SwaggerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SwaggerController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SwaggerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestKycController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestKycController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestKycController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestS3Controller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestS3Controller"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestS3Controller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\ToolsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\ToolsController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\ToolsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TopUpController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TopUpController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TopUpController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransactionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransactionController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransactionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransferController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransferController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransferController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserContactController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserContactController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserContactController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserDeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserDeviceController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserDeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserSessionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserSessionController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserSessionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\UserChallengeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\UserChallengeController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\UserChallengeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\GPS\ReparseEHICommand"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\GPS\ReparseEHICommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\KYC\ApproveAllCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\KYC\ApproveAllCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\PaymentDevice\UnloadPaymentDeviceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\PaymentDevice\UnloadPaymentDeviceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Permission\CreatePermissionCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Permission\CreatePermissionCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Roles\ApiRolesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Roles\ApiRolesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\DownloadNewAppleReportsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\DownloadNewAppleReportsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\GetAppleReportsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\GetAppleReportsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Google\GetGoogleReportsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Google\GetGoogleReportsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadChunkCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadChunkCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadProcessCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadProcessCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\ChangePasswordCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\ChangePasswordCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\CreateUserCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\CreateUserCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\PromoteUserCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\PromoteUserCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Command\UserDevice\CheckExpiredDevicesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Command\UserDevice\CheckExpiredDevicesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Controller\BaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Base\Controller\BaseController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Controller\BaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\CorsListener"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\CorsListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Account\AccountEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Account\AccountEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Kyc\KycEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Kyc\KycEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Transaction\TransactionEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Transaction\TransactionEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\User\UserEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\User\UserEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\AccountFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\AccountFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\ContentFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\ContentFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\NotificationFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\NotificationFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\PaymentDeviceFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\PaymentDeviceFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\RoleFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\RoleFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\TransactionFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\TransactionFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\UserFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\UserFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Serializer\Normalizer\AppNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Serializer\Normalizer\AppNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Serializer\Normalizer\AppNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Command\EhiParseCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Command\EhiParseCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Event\GpsEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Event\GpsEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Controller\ScaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Controller\ScaController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Controller\ScaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\External\Controller\CheckoutController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\External\Controller\CheckoutController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\External\Controller\CheckoutController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\External\Controller\GpsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\External\Controller\GpsController"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\External\Controller\GpsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LaunchPad\Bundle\LaunchPadBundle\External\Controller\W2Controller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LaunchPad\Bundle\LaunchPadBundle\External\Controller\W2Controller"; reason: abstract.
  • Removed service ".abstract.instanceof.LaunchPad\Bundle\LaunchPadBundle\External\Controller\W2Controller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.lp.app_normalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.lp.app_normalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.lp.app_normalizer"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.data_fixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.data_fixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FlashMessage"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FlashMessage"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor"; reason: abstract.
510
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\DTO\OtpVerificationDTO"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\DTO\UserActionDTO"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Request\Account\InitializeAccountRequest"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Response\ApiResponse"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Response\OTPVerificationRequiredResponse"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Api\DQL\Acos"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Api\DQL\Cos"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Api\DQL\Pi"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Api\DQL\Sin"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Api\Request\Auth\RegistrationRequest"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Api\Request\BaseRequest"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Api\Request\FX\CalculateWithEcbRatesRequest"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Api\Request\Member\MemberLoginRequest"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Api\Request\PSD2\SCA\CreateConnectionRequest"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Api\Response\LoginResponse"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Controller\Request\BaseRequest"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\About\Faq"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\About\LegalDocumentAcceptance"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\About\PrivacyPolicy"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\About\TermsAndConditions"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Account\Account"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Account\AccountType"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Balance\Balance"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\BaseEntity"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Beneficiary\Beneficiary"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\CashFlows\CashFlowsTransaction"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Cashback\CashbackPromotion"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Cashback\CashbackRetailer"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Cashback\UserCashback"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Chat\ChatConversation"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Chat\ChatMessage"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\City"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Config\AppConfig"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Config\ContactFormSubmission"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Configuration\BillingPackage\BillingPackage"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Configuration\BillingPackage\BillingType"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Country"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Currency"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Customer\Customer"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\EmailVerification"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\FXRate"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\GPS\GpsActionCode"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\GPS\GpsCard"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\GPS\GpsCardBalance"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\GPS\GpsCardFee"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\GPS\GpsEhiMessage"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\GPS\GpsFeeGroup"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\GPS\GpsLimitGroup"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\GPS\GpsPermsGroup"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\GPS\GpsProduct"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\GPS\GpsServiceCall"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\GPS\GpsTransaction"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\KYC\KycCheckCall"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\KYC\KycCheckMatch"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\KYC\KycCheckType"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\KYC\KycDocumentSubmission"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\KYC\KycNotification"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\KYC\KycProcess"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\KYC\KycProcessAction"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Language"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\LostReport"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Note\Note"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Notification\Notification"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Notification\NotificationContent"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Notification\NotificationRepository"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Notification\NotificationUserGroup"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Notification\SendNotificationRequest"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\PSD2\Compliance\ConsentToken"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Payment\PaymentCard"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Payment\PaymentCategory"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Payment\PaymentMerchant"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Payment\PaymentTransaction"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Payment\TopUpRequest"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Payment\TransferRequest"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\PaymentDevice\PaymentDevice"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\PaymentDevice\PaymentDeviceCategory"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\PaymentDevice\PaymentDeviceProduct"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\PaymentDevice\PaymentDeviceType"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Permission"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Role"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Shop\ShopCategory"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Shop\ShopCategoryProduct"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Shop\ShopCollection"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Shop\ShopCollectionProduct"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Shop\ShopProduct"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Shop\ShopProductPurchase"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Stats\Installs\AppInstalls"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Stats\Installs\AppVersionInstalls"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Stats\Installs\CarrierInstalls"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Stats\Installs\CountryInstalls"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Stats\Installs\DeviceInstalls"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Stats\Installs\LanguageInstalls"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Stats\Installs\OSInstalls"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Stats\StatsCrashes"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Stats\StatsFiles"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Tools\BulkLoad\BulkLoad"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Tools\BulkLoad\BulkLoadRecord"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Transaction\ForeignExchangeFee"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Transaction\MerchantCategoryCode"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Transaction\Transaction"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Transaction\TransactionCategory"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Transaction\TransactionMerchant"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Transaction\TransactionStatement"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Translation"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Upload"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\User\ApiKey"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\User\ChangeProfileRequest"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\User\User"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\User\UserAction"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\User\UserAddress"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\User\UserContact"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\User\UserDevice"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\User\UserPrivacy"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\User\UserSession"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\User\UserTerms"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Entity\Verification\DeviceVerificationRequest"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppExceptionListener"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppRequestListener"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppResponseListener"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\Exceptions\UnauthorizedApiCallException"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\Translatable\TranslatableDoctrineExtensionListener"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Exception\AppClientException"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Exception\MissingApiParamsException"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Exception\NotFoundException"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Exception\TopUp\LoadFailedException"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Repository\BaseRepository"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Repository\KYC\KycCheckTypeRepository"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Security\ApiAuthenticator"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Serializer\IdCircularReferenceHandler"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\ApiKeyService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\Security\AccessControlEntry"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\Security\Exceptions\AccessControlEntryNotFoundException"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\Security\Exceptions\UnprocessableEntryException"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\CashFlows\CashFlowsService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\Entity\CheckoutBillingAddress"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\Entity\CheckoutCard"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\Entity\CheckoutCustomer"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\Entity\CheckoutNotification"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\Entity\CheckoutServiceCall"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\Entity\CheckoutTransaction"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\Exceptions\PaymentRedirectionException"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Exception\PaymentRedirectionException"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\CityService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ActionTypes\AccountActions"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ActionTypes\AgendaActions"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ActionTypes\AuthActions"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ActionTypes\ChatActions"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ActionTypes\ExhibitorActions"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ActionTypes\FeedActions"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ActionTypes\MatchMakingActions"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ActionTypes\MemberActions"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ActionTypes\NavigationActions"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ActionTypes\OneOnOneActions"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ActionTypes\ProductActions"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ActionTypes\RewardActions"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ActionTypes\SponsorActions"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ActionTypes\TransactionActions"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ActionTypes\UserActions"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ActionTypes\VotingActions"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ClientAction"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ClientActions\ClientActionsService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Dictionary\Repository\TranslationRepository"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Document\Entity\Document"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Document\Entity\DocumentRevision"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Document\Entity\SignedDocument"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Exception\MissingApiParamException"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Exporter\Exporters\CardExporter"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Exporter\Exporters\DefaultExporter"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Exporter\Exporters\UserCashbackExporter"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\FX\Domain\Request\CalculateExchangeRequest"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\FX\Domain\Response\CalculateExchangeResponse"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\FX\FxTransactionService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\GpsActionCodeService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\GpsFeeGroupService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\GpsServiceCallService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\Actions\BasicKYCAction"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\Actions\DocumentSubmissionTriggered"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\Actions\DocumentsSubmitted"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\Actions\EKYCCheckFinished"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\Actions\EKYCCheckTriggered"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\Actions\KYCPEPSISCheckFinished"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\Actions\KYCPEPSISCheckTriggered"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\Actions\KYCStartedAction"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\Actions\KycApproved"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\Actions\KycCheckAction"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\Actions\KycRejected"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\GBG\GBGKycProvider"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycRun"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\Subject\UserSubject"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\W2\Checks\EkycCheck"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\W2\Checks\GlobalEkycCheck"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\W2\Checks\PEPCheck"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\W2\Checks\SISCheck"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\W2\Checks\W2DataIDVCheck013"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\Workflow\KycStep"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\MC\Api\SummaryRates"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Normalizer\LaunchPadNormalizerService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationTypes\Account\ProfileChangeAcceptedNotification"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationTypes\Account\ProfileChangeRejectedNotification"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationTypes\BasicNotification"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationTypes\DummyNotification"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationTypes\KYC\KycSuccessfulNotification"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationTypes\ManualNotification"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationTypes\Transaction\NewTransactionNotification"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\OTP\Entity\OtpVerification"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\OTP\Exception\OtpCodeInvalidException"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\OTP\Exception\OtpNotFoundException"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentCategoryService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDeviceCategoryService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDeviceTypeService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentMerchantService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentTransactionService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Adapters\Proxy\ProxyAdapter"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Adapters\Soap\SoapAdapter"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EHI\Parsers\GetTransactionParser"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EHI\Parsers\TransactionParsers\AuthorizationParser"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EHI\Parsers\TransactionParsers\AuthorizationReversalParser"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EHI\Parsers\TransactionParsers\BalanceAdjustmentParser"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EHI\Parsers\TransactionParsers\BaseParser"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EHI\Parsers\TransactionParsers\LoadParser"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EHI\Parsers\TransactionParsers\PaymentParser"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EHI\Parsers\TransactionParsers\PresentmentParser"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EHI\Parsers\TransactionParsers\UnloadParser"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Event\DataExtractor\EhiMessageEventDataExtractor"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Event\GpsEventSubscriber"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Exception\EHI\SkipMessageParsingException"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Exception\InvalidGpsCodeException"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsActionCodeService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsFeeGroupService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsImportHandler"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsServiceCallService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Mapper\BaseMapper"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Mapper\CardMapper"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Mapper\WalletMapper"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\ServiceCalls\BasicServiceCall"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\ServiceCalls\Card\BalanceTransferCall"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\ServiceCalls\Card\CardEnquiryCall"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\ServiceCalls\Card\TokenBalanceTransferCall"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\ServiceCalls\CardExpiration"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\ServiceCalls\CardStatement"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\ServiceCalls\KYC\PEPCheck"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\ServiceCalls\Query3DSecureDetails"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\ServiceCalls\RegenerateCard"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\ServiceCalls\RenewCards"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\ServiceCalls\Wallet\CreateWalletCall"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\ServiceCalls\Wallet\RegenerateWalletCall"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\ServiceCalls\Wallet\WalletBalanceEnquiryCall"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ProxyService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\RepositoryService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Controller\Request\ScaRegisterRequest"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Domain\DTO\ScaAuthorizationDTO"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Domain\ScaEncryptedMessage"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Entity\ScaAuthorization"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Entity\ScaBaseEntity"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Entity\ScaConnection"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Entity\ScaFlow"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Exception\RequireScaException"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\LaunchPadSCAService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Notification\ScaAuthorizationNotification"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Apple\AppleApiClient"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Apple\ITunesSalesApi"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Google\GoogleAnalyticsService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\StatsCrashesService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUp\Handlers\Container\Exceptions\InvalidTopUpHandlerException"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUp\Handlers\Container\Exceptions\TopUpHandlerNotFoundException"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionMerchantService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransferService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\Dumpers\JsonFileDumper"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\Exporters\JsonExporter"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\Loaders\DbTranslationLoader"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\Writers\JsonCatalogueWriter"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserActions\Auth\FailedLoginAction"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserActions\Auth\SuccessfulLoginAction"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserChallenge\Entity\UserChallenge"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserChallenge\Entity\UserChallengeQuestion"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\Storage\DependencyInjection\Compiler\ResolveFileHandlerPass"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\Storage\Request\Base64FileUploadRequest"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\Storage\Request\FileUploadRequest"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\Storage\Request\FormFileUploadRequest"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\Storage\Response\UploadResponse"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\StringService"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\DependencyInjection\Configuration"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\DependencyInjection\LaunchPadExtension"; reason: unused.
  • Removed service "LaunchPad\Bundle\LaunchPadBundle\LaunchPadBundle"; reason: unused.
  • Removed service "lp.events"; reason: unused.
  • Removed service "Google_Client"; reason: unused.
  • Removed service "nyholm.psr7.psr17_factory"; reason: unused.
  • Removed service "nyholm.psr7.httplug_factory"; reason: unused.
  • Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~o4qD148"; 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.save_listener"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "psr18.http_client"; reason: unused.
  • Removed service "mailer.mailer"; reason: unused.
  • Removed service "mailer.transports"; reason: unused.
  • Removed service "mailer.transport_factory"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "mailer.messenger.message_handler"; reason: unused.
  • Removed service "mailer.transport_factory.null"; reason: unused.
  • Removed service "mailer.transport_factory.sendmail"; reason: unused.
  • Removed service "mailer.transport_factory.smtp"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "routing.loader.service"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~jKbDrMn"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "security.helper"; 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.logout.handler.session"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; 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 ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~iivQb67"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~iivQb67"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~iivQb67"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~iivQb67"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "php_translation.extractor"; reason: unused.
  • Removed service "php_translation.twig_extension"; reason: unused.
  • Removed service "security.logout.handler.csrf_token_clearing"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.wnlveDj"; reason: unused.
  • Removed service ".service_locator.6zQlgQt"; reason: unused.
359
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Connector\SaltEdgeConnectorController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Connector\SaltEdgeConnectorController".
  • Inlined service "LaunchPad\SaltEdgeConnector\Application\Config\PrioraConfig" to "LaunchPad\SaltEdgeConnector\Application\Config\Config".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PSD2\SaltEdge\PSD2AccountService" to "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PSD2\SaltEdge\LaunchPadConnectorBridge".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PSD2\SaltEdge\PSD2CardAccountService" to "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PSD2\SaltEdge\LaunchPadConnectorBridge".
  • Inlined service "LaunchPad\SaltEdgeConnector\Application\Config\Config" to "LaunchPad\SaltEdgeConnector\Bootstrap\Connector".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PSD2\SaltEdge\LaunchPadConnectorLogger" to "LaunchPad\SaltEdgeConnector\Bootstrap\Connector".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Compliance\ConsentController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Compliance\ConsentController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserConsentController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserConsentController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ScaConnectionController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ScaConnectionController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountTypeController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountTypeController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Cashback\CashbackService" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackPromotionController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackPromotionController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Cashback\CashbackRetailerService" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackRetailerController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackRetailerController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackRetailerController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\ChangeRequestService" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingPackageController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingPackageController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingTypeController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingTypeController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Customer\CustomerService" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Customer\CustomerController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Customer\CustomerController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Customer\CustomerController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Dictionary\TranslationService" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Dictionary\DictionaryController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Dictionary\DictionaryController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Dictionary\DictionaryController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Document\Service\DocumentService" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Document\Service\DocumentRevisionService" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentRevisionController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentRevisionController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentRevisionController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Document\Service\SignedDocumentService" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\SignedDocumentController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\SignedDocumentController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\SignedDocumentController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\MerchantCategoryCodeService" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Note\NoteService" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Note\NoteController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Note\NoteController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Note\NoteController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationUserGroupService" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDeviceProductService" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopCollectionService" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopProductPurchaseService" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Tools\IcomoonService" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\IcomoonController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\IcomoonController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\IcomoonController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Transaction\TransactionStatementController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Transaction\TransactionStatementController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionCategoryService" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController" to "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\AppController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\AppController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Verification\VerificationService" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\EmailVerificationService" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\BalanceService" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BaseApiController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BaseApiController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Beneficiary\BeneficiaryController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Beneficiary\BeneficiaryController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CardController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CardController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\CashbackController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\CashbackController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Cashback\GiftCardsService" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\GiftCardsController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\GiftCardsController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\GiftCardsController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Chat\ChatController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Chat\ChatController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CountryController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CountryController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CurrencyController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CurrencyController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\FX\FxController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\FX\FxController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\NotificationController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\NotificationController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Service\ScaAuthorizationService" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\AuthorizationController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\AuthorizationController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\AuthorizationController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\ConnectionController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\ConnectionController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentCardController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentCardController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentDeviceController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentDeviceController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\RateController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\RateController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopCategoryController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopCategoryController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopService" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopProductController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopProductController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SpendingController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SpendingController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SupportController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SupportController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SwaggerController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SwaggerController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestKycController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestKycController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestS3Controller" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestS3Controller".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\ToolsController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\ToolsController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TopUpController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TopUpController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransactionController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransactionController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransferController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransferController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserContactController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserContactController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserDeviceController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserDeviceController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserSessionController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserSessionController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserChallenge\UserChallengeService" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\UserChallengeController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Api\Controller\UserChallengeController" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\UserChallengeController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Base\Controller\BaseController" to "LaunchPad\Bundle\LaunchPadBundle\Base\Controller\BaseController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Dictionary\Exporters\JsonExporter" to "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Dictionary\TranslationService".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\FX\Providers\MasterCardFxProvider" to "LaunchPad\Bundle\LaunchPadBundle\Base\Service\FX\FxService".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycLoggerService" to "LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycRunner".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\OTP\Provider\EmailOtpProvider" to "LaunchPad\Bundle\LaunchPadBundle\Base\Service\OTP\OTPService".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsTransactionService" to "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EventListener\Entity\GpsTransactionListener".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Controller\ScaController" to "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Controller\ScaController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Service\ScaConfigService" to "LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Service\ScaService".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\External\Controller\CheckoutController" to "LaunchPad\Bundle\LaunchPadBundle\External\Controller\CheckoutController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\External\Controller\GpsController" to "LaunchPad\Bundle\LaunchPadBundle\External\Controller\GpsController".
  • Inlined service ".service_locator.vdmMuyE.LaunchPad\Bundle\LaunchPadBundle\External\Controller\W2Controller" to "LaunchPad\Bundle\LaunchPadBundle\External\Controller\W2Controller".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\DefaultController" to "App\Controller\DefaultController".
  • 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._cmka45" to "fragment.handler".
  • Inlined service ".1_~ZjlYvQQ" to "error_handler.error_renderer.html".
  • Inlined service ".2_~ZjlYvQQ" 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 "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.Bppmeg3" to "session_listener".
  • Inlined service "security.csrf.token_storage" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~.6ZvE9B" 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.SFX6J7Y" 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 ".service_locator.Y7gDuDN" to "validator.validator_factory".
  • Inlined service ".service_locator.WDnro9v" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.XSes1R5.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "php_translation.data_collector" to "profiler".
  • Inlined service "mailer.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 ".service_locator.XwZNkPh" to ".1_LegacyRouteLoaderContainer~uGcvVeW".
  • 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 ".1_LegacyRouteLoaderContainer~uGcvVeW" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.m90YCjy.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_ArrayCache~QndRa0I" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~QndRa0I" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Serializer\Normalizer\AppNormalizer" 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.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service ".1_~SSWaHpT" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~SSWaHpT" to "error_handler.error_renderer.serializer".
  • 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.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "Translation\Bundle\Twig\TranslationExtension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.o9nGMXB.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 ".service_locator.7YWluy." to "twig.runtime_loader".
  • Inlined service ".1_~nIX41BG" to "twig.error_renderer.html".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.C2Thyvr.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.bpvU51K" 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.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.I3K77mT" 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 "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • 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.oUEtrNp" 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 ".service_locator.XjnY8xG" to "security.token_storage".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.NOn_ucf" to "security.firewall.map".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service ".security.request_matcher.ay.NwNz" to "security.access_map".
  • Inlined service ".security.request_matcher.F.U1axC" to "security.access_map".
  • Inlined service ".security.request_matcher.rH9XFgQ" to "security.access_map".
  • Inlined service ".security.request_matcher.50REpgU" to "security.access_map".
  • Inlined service ".security.request_matcher.GKd3pZC" to "security.access_map".
  • Inlined service ".security.request_matcher.WvgL3S5" to "security.access_map".
  • Inlined service ".security.request_matcher.rU.0Bwn" to "security.access_map".
  • Inlined service ".security.request_matcher.H.5jAGH" to "security.access_map".
  • Inlined service ".security.request_matcher.3WBsQ.n" to "security.access_map".
  • Inlined service ".security.request_matcher.4fLtgMM" to "security.access_map".
  • Inlined service ".security.request_matcher.IqTBAIh" to "security.access_map".
  • Inlined service ".security.request_matcher.35UL8hP" to "security.access_map".
  • Inlined service ".security.request_matcher.yp6Mzn8" to "security.access_map".
  • Inlined service ".security.request_matcher.vKRrLfa" to "security.access_map".
  • Inlined service ".security.request_matcher.C4fEWvY" to "security.access_map".
  • Inlined service ".security.request_matcher.SWxVOXb" to "security.access_map".
  • Inlined service ".security.request_matcher.qEUpc5D" to "security.access_map".
  • Inlined service ".security.request_matcher.xBdoRa7" to "security.access_map".
  • Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
  • Inlined service ".security.request_matcher.qJRwEZ9" to "security.access_map".
  • Inlined service ".security.request_matcher.SWxVOXb" to "security.access_map".
  • Inlined service ".security.request_matcher.grYWgMA" to "security.access_map".
  • Inlined service ".security.request_matcher.wCCGb77" to "security.access_map".
  • Inlined service "security.authentication.session_strategy" to "security.authentication.guard_handler".
  • 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.api" to "security.firewall.map.context.api".
  • Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
  • Inlined service "security.exception_listener.admin_api" to "security.firewall.map.context.admin_api".
  • Inlined service "security.firewall.map.config.admin_api" to "security.firewall.map.context.admin_api".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service ".1_NonceGenerator~gTWxy7l" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~gTWxy7l" to "twig.extension.webprofiler".
  • 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~bC_pTno" to "var_dumper.contextualized_cli_dumper".
  • Inlined service ".2_SourceContextProvider~bC_pTno" to "var_dumper.server_connection".
  • Inlined service ".3_RequestContextProvider~bC_pTno" to "var_dumper.server_connection".
  • Inlined service ".4_CliContextProvider~bC_pTno" 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~bC_pTno" to "var_dumper.command.server_dump".
  • Inlined service ".6_HtmlDescriptor~bC_pTno" to "var_dumper.command.server_dump".
  • 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.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\AccountFixtures" to "doctrine.fixtures.loader".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\ContentFixtures" to "doctrine.fixtures.loader".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\NotificationFixtures" to "doctrine.fixtures.loader".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\PaymentDeviceFixtures" to "doctrine.fixtures.loader".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\RoleFixtures" to "doctrine.fixtures.loader".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\TransactionFixtures" to "doctrine.fixtures.loader".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\UserFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
  • Inlined service "Translation\Extractor\FileExtractor\PHPFileExtractor" to "Translation\Extractor\Extractor".
  • Inlined service "Translation\Extractor\FileExtractor\TwigFileExtractor" to "Translation\Extractor\Extractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FlashMessage" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Twig\TwigVisitor" to "Translation\Extractor\FileExtractor\TwigFileExtractor".
  • Inlined service "php_translation.single_storage.file.app" to "php_translation.storage.app".
  • Inlined service ".service_locator.vdmMuyE.Translation\Bundle\Controller\SymfonyProfilerController" to "Translation\Bundle\Controller\SymfonyProfilerController".
  • 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_functional_test" to "maker.auto_command.make_functional_test".
  • 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_unit_test" to "maker.auto_command.make_unit_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 ".debug.http_client.inner" to ".debug.http_client".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator.XSes1R5" to ".service_locator.XSes1R5.translation.warmer".
  • Inlined service ".service_locator.n0p5GNi" to ".service_locator.n0p5GNi.router.default".
  • Inlined service ".service_locator.m90YCjy" to ".service_locator.m90YCjy.router.cache_warmer".
  • Inlined service ".service_locator.o9nGMXB" to ".service_locator.o9nGMXB.twig.template_cache_warmer".
  • Inlined service ".service_locator.C2Thyvr" to ".service_locator.C2Thyvr.sensio_framework_extra.view.listener".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.OIFAgMg" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.n0p5GNi.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "swiftmailer.mailer.default.transport.eventdispatcher" 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 "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Service\GpsWalletService" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController".
  • Inlined service "LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Service\GpsWalletService" to "LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController".
  • 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".
465
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "container.preload" was defined on service(s) "doctrine.orm.default_entity_manager", but was never used.
1