http://54.169.101.214/Core/Skin/Login.aspx

Log Messages

Info. & Errors 0

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

There are no log messages of this level.

Deprecations 24

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4.
[
  "exception" => ErrorException {#263
    #message: "User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4."
    #code: 0
    #file: "/data/web/tjr-platform-demo/var/cache/dev/ContainerAIxb2Hc/srcApp_KernelDevDebugContainer.php"
    #line: 2521
    #severity: E_USER_DEPRECATED
    trace: {
      /data/web/tjr-platform-demo/var/cache/dev/ContainerAIxb2Hc/srcApp_KernelDevDebugContainer.php:2521 {
        ContainerAIxb2Hc\srcApp_KernelDevDebugContainer->getTwig_Controller_ExceptionService() …
        › {    @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);}
      /data/web/tjr-platform-demo/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]}();}
      }
      /data/web/tjr-platform-demo/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));}
      /data/web/tjr-platform-demo/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);}
      }
      /data/web/tjr-platform-demo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    return $this->configureController(parent::instantiateController($class), $class);}
      }
      /data/web/tjr-platform-demo/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) {
      }
      /data/web/tjr-platform-demo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /data/web/tjr-platform-demo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /data/web/tjr-platform-demo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /data/web/tjr-platform-demo/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()));
      }
      /data/web/tjr-platform-demo/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
        }
      }
      /data/web/tjr-platform-demo/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) {
      }
      /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
          ...: {
            "kernel.request"
            Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
          }
        }
      }
      /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
        }
      }
      /data/web/tjr-platform-demo/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: [ …14]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
        }
      }
      /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …14]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
        }
      }
      /data/web/tjr-platform-demo/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);}
      /data/web/tjr-platform-demo/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);}
      }
      /data/web/tjr-platform-demo/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
        }
      }
      /data/web/tjr-platform-demo/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /data/web/tjr-platform-demo/var/cache/dev/ContainerAIxb2Hc/srcApp_KernelDevDebugContainer.php:2521 {
    ContainerAIxb2Hc\srcApp_KernelDevDebugContainer->getTwig_Controller_ExceptionService() …
    › {    @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);}
  /data/web/tjr-platform-demo/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]}();}
  }
  /data/web/tjr-platform-demo/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));}
  /data/web/tjr-platform-demo/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);}
  }
  /data/web/tjr-platform-demo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    return $this->configureController(parent::instantiateController($class), $class);}
  }
  /data/web/tjr-platform-demo/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) {
  }
  /data/web/tjr-platform-demo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /data/web/tjr-platform-demo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /data/web/tjr-platform-demo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /data/web/tjr-platform-demo/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()));
  }
  /data/web/tjr-platform-demo/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
    }
  }
  /data/web/tjr-platform-demo/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) {
  }
  /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
      ...: {
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
      }
    }
  }
  /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
    }
  }
  /data/web/tjr-platform-demo/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: [ …14]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
    }
  }
  /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …14]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
    }
  }
  /data/web/tjr-platform-demo/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);}
  /data/web/tjr-platform-demo/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);}
  }
  /data/web/tjr-platform-demo/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
    }
  }
  /data/web/tjr-platform-demo/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 {#265
    #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: "/data/web/tjr-platform-demo/vendor/symfony/twig-bundle/Controller/ExceptionController.php"
    #line: 23
    #severity: E_USER_DEPRECATED
    trace: {
      /data/web/tjr-platform-demo/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);}
      /data/web/tjr-platform-demo/var/cache/dev/ContainerAIxb2Hc/srcApp_KernelDevDebugContainer.php:2523 {
        ContainerAIxb2Hc\srcApp_KernelDevDebugContainer->getTwig_Controller_ExceptionService() …
        › 
        ›     return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);}
      }
      /data/web/tjr-platform-demo/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]}();}
      }
      /data/web/tjr-platform-demo/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));}
      /data/web/tjr-platform-demo/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);}
      }
      /data/web/tjr-platform-demo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    return $this->configureController(parent::instantiateController($class), $class);}
      }
      /data/web/tjr-platform-demo/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) {
      }
      /data/web/tjr-platform-demo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /data/web/tjr-platform-demo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /data/web/tjr-platform-demo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /data/web/tjr-platform-demo/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()));
      }
      /data/web/tjr-platform-demo/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
        }
      }
      /data/web/tjr-platform-demo/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) {
      }
      /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
          ...: {
            "kernel.request"
            Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
          }
        }
      }
      /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
        }
      }
      /data/web/tjr-platform-demo/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: [ …14]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
        }
      }
      /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …14]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
        }
      }
      /data/web/tjr-platform-demo/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);}
      /data/web/tjr-platform-demo/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);}
      }
      /data/web/tjr-platform-demo/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
        }
      }
      /data/web/tjr-platform-demo/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /data/web/tjr-platform-demo/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);}
  /data/web/tjr-platform-demo/var/cache/dev/ContainerAIxb2Hc/srcApp_KernelDevDebugContainer.php:2523 {
    ContainerAIxb2Hc\srcApp_KernelDevDebugContainer->getTwig_Controller_ExceptionService() …
    › 
    ›     return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);}
  }
  /data/web/tjr-platform-demo/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]}();}
  }
  /data/web/tjr-platform-demo/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));}
  /data/web/tjr-platform-demo/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);}
  }
  /data/web/tjr-platform-demo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    return $this->configureController(parent::instantiateController($class), $class);}
  }
  /data/web/tjr-platform-demo/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) {
  }
  /data/web/tjr-platform-demo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /data/web/tjr-platform-demo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /data/web/tjr-platform-demo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /data/web/tjr-platform-demo/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()));
  }
  /data/web/tjr-platform-demo/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
    }
  }
  /data/web/tjr-platform-demo/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) {
  }
  /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
      ...: {
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
      }
    }
  }
  /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
    }
  }
  /data/web/tjr-platform-demo/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: [ …14]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
    }
  }
  /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …14]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
    }
  }
  /data/web/tjr-platform-demo/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);}
  /data/web/tjr-platform-demo/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);}
  }
  /data/web/tjr-platform-demo/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
    }
  }
  /data/web/tjr-platform-demo/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 {#773
    #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: "/data/web/tjr-platform-demo/var/cache/dev/twig/ec/ece237a367935206324a3c375bac6cd6fde1e1935752f836dc25d316d17051e2.php"
    #line: 49
    #severity: E_USER_DEPRECATED
    trace: {
      /data/web/tjr-platform-demo/var/cache/dev/twig/ec/ece237a367935206324a3c375bac6cd6fde1e1935752f836dc25d316d17051e2.php:49 {
        __TwigTemplate_08fbd38b5657d7b708c5fde3aa1a648e33c774ed3a120d5aacc2011f91346997->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
      }
      /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /data/web/tjr-platform-demo/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));}
      }
      /data/web/tjr-platform-demo/var/cache/dev/twig/0a/0a392a0eea4c09304cd23f30b1d9f802176e33eee38735158a59cdf4b9255873.php:52 {
        __TwigTemplate_fbb76e9c3b636fe854b7cdc5378668926c046efc22deb5313d90f3298299f976->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));}
      /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /data/web/tjr-platform-demo/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));}
      }
      /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:379 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /data/web/tjr-platform-demo/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] ?? []);}
      }
      /data/web/tjr-platform-demo/vendor/twig/twig/src/Environment.php:277 {
        Twig\Environment->render($name, array $context = []): string …
        › {    return $this->load($name)->render($context);}
      }
      /data/web/tjr-platform-demo/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,]
      }
      /data/web/tjr-platform-demo/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);}
      /data/web/tjr-platform-demo/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
        }
      }
      /data/web/tjr-platform-demo/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) {
      }
      /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
          ...: {
            "kernel.request"
            Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
          }
        }
      }
      /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
        }
      }
      /data/web/tjr-platform-demo/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: [ …14]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
        }
      }
      /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …14]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
        }
      }
      /data/web/tjr-platform-demo/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);}
      /data/web/tjr-platform-demo/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);}
      }
      /data/web/tjr-platform-demo/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
        }
      }
      /data/web/tjr-platform-demo/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /data/web/tjr-platform-demo/var/cache/dev/twig/ec/ece237a367935206324a3c375bac6cd6fde1e1935752f836dc25d316d17051e2.php:49 {
    __TwigTemplate_08fbd38b5657d7b708c5fde3aa1a648e33c774ed3a120d5aacc2011f91346997->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
  }
  /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /data/web/tjr-platform-demo/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));}
  }
  /data/web/tjr-platform-demo/var/cache/dev/twig/0a/0a392a0eea4c09304cd23f30b1d9f802176e33eee38735158a59cdf4b9255873.php:52 {
    __TwigTemplate_fbb76e9c3b636fe854b7cdc5378668926c046efc22deb5313d90f3298299f976->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));}
  /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /data/web/tjr-platform-demo/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));}
  }
  /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:379 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /data/web/tjr-platform-demo/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] ?? []);}
  }
  /data/web/tjr-platform-demo/vendor/twig/twig/src/Environment.php:277 {
    Twig\Environment->render($name, array $context = []): string …
    › {    return $this->load($name)->render($context);}
  }
  /data/web/tjr-platform-demo/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,]
  }
  /data/web/tjr-platform-demo/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);}
  /data/web/tjr-platform-demo/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
    }
  }
  /data/web/tjr-platform-demo/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) {
  }
  /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
      ...: {
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
      }
    }
  }
  /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
    }
  }
  /data/web/tjr-platform-demo/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: [ …14]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
    }
  }
  /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …14]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
    }
  }
  /data/web/tjr-platform-demo/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);}
  /data/web/tjr-platform-demo/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);}
  }
  /data/web/tjr-platform-demo/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
    }
  }
  /data/web/tjr-platform-demo/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 {#1086
    #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: "/data/web/tjr-platform-demo/var/cache/dev/twig/5b/5b23016299439b846c6e0643f972a3a9278f0bbff6e8a6bc647c2736afc15159.php"
    #line: 44
    #severity: E_USER_DEPRECATED
    trace: {
      /data/web/tjr-platform-demo/var/cache/dev/twig/5b/5b23016299439b846c6e0643f972a3a9278f0bbff6e8a6bc647c2736afc15159.php:44 {
        __TwigTemplate_b51801ad87774d35a622d9372f7aa2a28e99999d7eb0fbaf655f80011b07101b->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
      }
      /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /data/web/tjr-platform-demo/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));}
      }
      /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:379 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /data/web/tjr-platform-demo/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] ?? []);}
      }
      /data/web/tjr-platform-demo/vendor/twig/twig/src/Extension/CoreExtension.php:1265 {
        twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
        › 
        ›     return $loaded ? $loaded->render($variables) : '';} finally {
      }
      /data/web/tjr-platform-demo/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {
        __TwigTemplate_08fbd38b5657d7b708c5fde3aa1a648e33c774ed3a120d5aacc2011f91346997->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 %}
      }
      /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /data/web/tjr-platform-demo/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));}
      }
      /data/web/tjr-platform-demo/var/cache/dev/twig/0a/0a392a0eea4c09304cd23f30b1d9f802176e33eee38735158a59cdf4b9255873.php:52 {
        __TwigTemplate_fbb76e9c3b636fe854b7cdc5378668926c046efc22deb5313d90f3298299f976->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));}
      /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /data/web/tjr-platform-demo/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));}
      }
      /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:379 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /data/web/tjr-platform-demo/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] ?? []);}
      }
      /data/web/tjr-platform-demo/vendor/twig/twig/src/Environment.php:277 {
        Twig\Environment->render($name, array $context = []): string …
        › {    return $this->load($name)->render($context);}
      }
      /data/web/tjr-platform-demo/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,]
      }
      /data/web/tjr-platform-demo/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);}
      /data/web/tjr-platform-demo/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
        }
      }
      /data/web/tjr-platform-demo/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) {
      }
      /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
          ...: {
            "kernel.request"
            Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
          }
        }
      }
      /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
        }
      }
      /data/web/tjr-platform-demo/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: [ …14]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
        }
      }
      /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …14]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
        }
      }
      /data/web/tjr-platform-demo/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);}
      /data/web/tjr-platform-demo/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);}
      }
      /data/web/tjr-platform-demo/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
        }
      }
      /data/web/tjr-platform-demo/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /data/web/tjr-platform-demo/var/cache/dev/twig/5b/5b23016299439b846c6e0643f972a3a9278f0bbff6e8a6bc647c2736afc15159.php:44 {
    __TwigTemplate_b51801ad87774d35a622d9372f7aa2a28e99999d7eb0fbaf655f80011b07101b->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
  }
  /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /data/web/tjr-platform-demo/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));}
  }
  /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:379 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /data/web/tjr-platform-demo/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] ?? []);}
  }
  /data/web/tjr-platform-demo/vendor/twig/twig/src/Extension/CoreExtension.php:1265 {
    twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
    › 
    ›     return $loaded ? $loaded->render($variables) : '';} finally {
  }
  /data/web/tjr-platform-demo/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {
    __TwigTemplate_08fbd38b5657d7b708c5fde3aa1a648e33c774ed3a120d5aacc2011f91346997->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 %}
  }
  /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /data/web/tjr-platform-demo/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));}
  }
  /data/web/tjr-platform-demo/var/cache/dev/twig/0a/0a392a0eea4c09304cd23f30b1d9f802176e33eee38735158a59cdf4b9255873.php:52 {
    __TwigTemplate_fbb76e9c3b636fe854b7cdc5378668926c046efc22deb5313d90f3298299f976->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));}
  /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /data/web/tjr-platform-demo/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));}
  }
  /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:379 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /data/web/tjr-platform-demo/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] ?? []);}
  }
  /data/web/tjr-platform-demo/vendor/twig/twig/src/Environment.php:277 {
    Twig\Environment->render($name, array $context = []): string …
    › {    return $this->load($name)->render($context);}
  }
  /data/web/tjr-platform-demo/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,]
  }
  /data/web/tjr-platform-demo/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);}
  /data/web/tjr-platform-demo/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
    }
  }
  /data/web/tjr-platform-demo/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) {
  }
  /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
      ...: {
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
      }
    }
  }
  /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
    }
  }
  /data/web/tjr-platform-demo/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: [ …14]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
    }
  }
  /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …14]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
    }
  }
  /data/web/tjr-platform-demo/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);}
  /data/web/tjr-platform-demo/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);}
  }
  /data/web/tjr-platform-demo/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
    }
  }
  /data/web/tjr-platform-demo/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 {#1028
    #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: "/data/web/tjr-platform-demo/var/cache/dev/twig/b6/b63f06f77bdf2207317cdfc48e890da41065aadf04525cd27b717cc24905bba8.php"
    #line: 44
    #severity: E_USER_DEPRECATED
    trace: {
      /data/web/tjr-platform-demo/var/cache/dev/twig/b6/b63f06f77bdf2207317cdfc48e890da41065aadf04525cd27b717cc24905bba8.php:44 {
        __TwigTemplate_0f4b769001d0e587d375dd45541a954d63346438701c6a2fd3694dc6aafaf93c->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
      }
      /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /data/web/tjr-platform-demo/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));}
      }
      /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:379 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /data/web/tjr-platform-demo/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] ?? []);}
      }
      /data/web/tjr-platform-demo/vendor/twig/twig/src/Extension/CoreExtension.php:1265 {
        twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
        › 
        ›     return $loaded ? $loaded->render($variables) : '';} finally {
      }
      /data/web/tjr-platform-demo/var/cache/dev/twig/ec/ece237a367935206324a3c375bac6cd6fde1e1935752f836dc25d316d17051e2.php:117 {
        __TwigTemplate_08fbd38b5657d7b708c5fde3aa1a648e33c774ed3a120d5aacc2011f91346997->doDisplay(array $context, array $blocks = []) …
        › echo "        ";echo twig_include($this->env, $context, "@Twig/base_js.html.twig");echo "
      }
      /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /data/web/tjr-platform-demo/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));}
      }
      /data/web/tjr-platform-demo/var/cache/dev/twig/0a/0a392a0eea4c09304cd23f30b1d9f802176e33eee38735158a59cdf4b9255873.php:52 {
        __TwigTemplate_fbb76e9c3b636fe854b7cdc5378668926c046efc22deb5313d90f3298299f976->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));}
      /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /data/web/tjr-platform-demo/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));}
      }
      /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:379 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /data/web/tjr-platform-demo/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] ?? []);}
      }
      /data/web/tjr-platform-demo/vendor/twig/twig/src/Environment.php:277 {
        Twig\Environment->render($name, array $context = []): string …
        › {    return $this->load($name)->render($context);}
      }
      /data/web/tjr-platform-demo/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,]
      }
      /data/web/tjr-platform-demo/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);}
      /data/web/tjr-platform-demo/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
        }
      }
      /data/web/tjr-platform-demo/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) {
      }
      /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
          ...: {
            "kernel.request"
            Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
          }
        }
      }
      /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
        }
      }
      /data/web/tjr-platform-demo/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: [ …14]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
        }
      }
      /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …14]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
        }
      }
      /data/web/tjr-platform-demo/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);}
      /data/web/tjr-platform-demo/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);}
      }
      /data/web/tjr-platform-demo/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
        }
      }
      /data/web/tjr-platform-demo/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /data/web/tjr-platform-demo/var/cache/dev/twig/b6/b63f06f77bdf2207317cdfc48e890da41065aadf04525cd27b717cc24905bba8.php:44 {
    __TwigTemplate_0f4b769001d0e587d375dd45541a954d63346438701c6a2fd3694dc6aafaf93c->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
  }
  /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /data/web/tjr-platform-demo/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));}
  }
  /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:379 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /data/web/tjr-platform-demo/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] ?? []);}
  }
  /data/web/tjr-platform-demo/vendor/twig/twig/src/Extension/CoreExtension.php:1265 {
    twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
    › 
    ›     return $loaded ? $loaded->render($variables) : '';} finally {
  }
  /data/web/tjr-platform-demo/var/cache/dev/twig/ec/ece237a367935206324a3c375bac6cd6fde1e1935752f836dc25d316d17051e2.php:117 {
    __TwigTemplate_08fbd38b5657d7b708c5fde3aa1a648e33c774ed3a120d5aacc2011f91346997->doDisplay(array $context, array $blocks = []) …
    › echo "        ";echo twig_include($this->env, $context, "@Twig/base_js.html.twig");echo "
  }
  /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /data/web/tjr-platform-demo/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));}
  }
  /data/web/tjr-platform-demo/var/cache/dev/twig/0a/0a392a0eea4c09304cd23f30b1d9f802176e33eee38735158a59cdf4b9255873.php:52 {
    __TwigTemplate_fbb76e9c3b636fe854b7cdc5378668926c046efc22deb5313d90f3298299f976->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));}
  /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /data/web/tjr-platform-demo/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));}
  }
  /data/web/tjr-platform-demo/vendor/twig/twig/src/Template.php:379 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /data/web/tjr-platform-demo/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] ?? []);}
  }
  /data/web/tjr-platform-demo/vendor/twig/twig/src/Environment.php:277 {
    Twig\Environment->render($name, array $context = []): string …
    › {    return $this->load($name)->render($context);}
  }
  /data/web/tjr-platform-demo/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,]
  }
  /data/web/tjr-platform-demo/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);}
  /data/web/tjr-platform-demo/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
    }
  }
  /data/web/tjr-platform-demo/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) {
  }
  /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
      ...: {
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
      }
    }
  }
  /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#354 …}
    }
  }
  /data/web/tjr-platform-demo/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: [ …14]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
    }
  }
  /data/web/tjr-platform-demo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …14]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#277 …}
    }
  }
  /data/web/tjr-platform-demo/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);}
  /data/web/tjr-platform-demo/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);}
  }
  /data/web/tjr-platform-demo/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
    }
  }
  /data/web/tjr-platform-demo/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
    }
  }
}
n/a (2 times) The "framework.templating" configuration is deprecated since Symfony 4.3. Configure the "twig" section provided by the Twig Bundle instead.
n/a Enabling the Templating component is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "sensio_framework_extra" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
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 "security.firewalls.main.logout_on_user_change" configuration key has been deprecated in Symfony 4.1.
n/a The Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer class is deprecated since version 4.4 and will be removed in 5.0; use Twig instead.
n/a The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.
n/a The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1333
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /data/web/tjr-platform-demo/vendor/symfony/framework-bundle/CacheWarmer/TemplateFinder.php:14 {
        include …
        › 
        › @trigger_error('The '.TemplateFinder::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /data/web/tjr-platform-demo/vendor/symfony/error-handler/DebugClassLoader.php:346 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/data/web/tjr-platform-demo/vendor/symfony/framework-bundle/CacheWarmer/TemplateFinderInterface.php"
        }
      }
    }
  }
]
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinderInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1321
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /data/web/tjr-platform-demo/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php:14 {
        include …
        › 
        › @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /data/web/tjr-platform-demo/vendor/symfony/error-handler/DebugClassLoader.php:343 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
          "/data/web/tjr-platform-demo/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php"
        }
      }
    }
  }
]
{
  /data/web/tjr-platform-demo/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php:14 {
    include …
    › 
    › @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /data/web/tjr-platform-demo/vendor/symfony/error-handler/DebugClassLoader.php:343 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
      "/data/web/tjr-platform-demo/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php"
    }
  }
}
n/a The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1317
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /data/web/tjr-platform-demo/var/cache/dev/ContainerAIxb2Hc/srcApp_KernelDevDebugContainer.php:10605 {
        ContainerAIxb2Hc\srcApp_KernelDevDebugContainer->getTwig_CacheWarmerService() …
        › {    @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.', E_USER_DEPRECATED);}
      /data/web/tjr-platform-demo/var/cache/dev/ContainerAIxb2Hc/srcApp_KernelDevDebugContainer.php:1388 {yield 5 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());yield 6 => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());yield 7 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
      }
    }
  }
]

Debug 0

Unimportant log messages generated during the execution of the application.

There are no log messages of this level.

PHP Notices 0

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

There are no log messages of this level.

Container 1626

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FillVehiclesDataForTaxCommand" (parent: .abstract.instanceof.App\Command\FillVehiclesDataForTaxCommand).
  • Resolving inheritance for "App\Command\FillVehiclesDataForTaxCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FillVehiclesDataForTaxCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateVehicleSalesCommand" (parent: .abstract.instanceof.App\Command\MigrateVehicleSalesCommand).
  • Resolving inheritance for "App\Command\MigrateVehicleSalesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateVehicleSalesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuctionsController" (parent: .abstract.instanceof.App\Controller\AuctionsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuctionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuctionsController).
  • Resolving inheritance for "App\Controller\AuctionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuctionsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BankTransactionsController" (parent: .abstract.instanceof.App\Controller\BankTransactionsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BankTransactionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BankTransactionsController).
  • Resolving inheritance for "App\Controller\BankTransactionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BankTransactionsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientAccountController" (parent: .abstract.instanceof.App\Controller\ClientAccountController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientAccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientAccountController).
  • Resolving inheritance for "App\Controller\ClientAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientAccountController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientBiddingController" (parent: .abstract.instanceof.App\Controller\ClientBiddingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientBiddingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientBiddingController).
  • Resolving inheritance for "App\Controller\ClientBiddingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientBiddingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientsDelegationController" (parent: .abstract.instanceof.App\Controller\ClientsDelegationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientsDelegationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientsDelegationController).
  • Resolving inheritance for "App\Controller\ClientsDelegationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientsDelegationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompaniesBankDetailsController" (parent: .abstract.instanceof.App\Controller\CompaniesBankDetailsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompaniesBankDetailsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompaniesBankDetailsController).
  • Resolving inheritance for "App\Controller\CompaniesBankDetailsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompaniesBankDetailsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompaniesController" (parent: .abstract.instanceof.App\Controller\CompaniesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompaniesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompaniesController).
  • Resolving inheritance for "App\Controller\CompaniesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompaniesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyDocsController" (parent: .abstract.instanceof.App\Controller\CompanyDocsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyDocsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyDocsController).
  • Resolving inheritance for "App\Controller\CompanyDocsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyDocsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactusController" (parent: .abstract.instanceof.App\Controller\ContactusController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactusController).
  • Resolving inheritance for "App\Controller\ContactusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactusController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentPagesController" (parent: .abstract.instanceof.App\Controller\ContentPagesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentPagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentPagesController).
  • Resolving inheritance for "App\Controller\ContentPagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentPagesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DataImportController" (parent: .abstract.instanceof.App\Controller\DataImportController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DataImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DataImportController).
  • Resolving inheritance for "App\Controller\DataImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DataImportController).
  • 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.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DestinationController" (parent: .abstract.instanceof.App\Controller\DestinationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DestinationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DestinationController).
  • Resolving inheritance for "App\Controller\DestinationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DestinationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrintController" (parent: .abstract.instanceof.App\Controller\PrintController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrintController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrintController).
  • Resolving inheritance for "App\Controller\PrintController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrintController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportsController" (parent: .abstract.instanceof.App\Controller\ReportsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportsController).
  • Resolving inheritance for "App\Controller\ReportsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
  • Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SupplierInvoicesController" (parent: .abstract.instanceof.App\Controller\SupplierInvoicesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SupplierInvoicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SupplierInvoicesController).
  • Resolving inheritance for "App\Controller\SupplierInvoicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SupplierInvoicesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TransporterDriversController" (parent: .abstract.instanceof.App\Controller\TransporterDriversController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TransporterDriversController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TransporterDriversController).
  • Resolving inheritance for "App\Controller\TransporterDriversController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TransporterDriversController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserBankDetailsController" (parent: .abstract.instanceof.App\Controller\UserBankDetailsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserBankDetailsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserBankDetailsController).
  • Resolving inheritance for "App\Controller\UserBankDetailsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserBankDetailsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserCertificatesController" (parent: .abstract.instanceof.App\Controller\UserCertificatesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserCertificatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserCertificatesController).
  • Resolving inheritance for "App\Controller\UserCertificatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserCertificatesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserDrivingLicenseInfoController" (parent: .abstract.instanceof.App\Controller\UserDrivingLicenseInfoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserDrivingLicenseInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserDrivingLicenseInfoController).
  • Resolving inheritance for "App\Controller\UserDrivingLicenseInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserDrivingLicenseInfoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserIdentityInfoController" (parent: .abstract.instanceof.App\Controller\UserIdentityInfoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserIdentityInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserIdentityInfoController).
  • Resolving inheritance for "App\Controller\UserIdentityInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserIdentityInfoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsersController" (parent: .abstract.instanceof.App\Controller\UsersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsersController).
  • Resolving inheritance for "App\Controller\UsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleBeneficiaryDetailsController" (parent: .abstract.instanceof.App\Controller\VehicleBeneficiaryDetailsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleBeneficiaryDetailsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleBeneficiaryDetailsController).
  • Resolving inheritance for "App\Controller\VehicleBeneficiaryDetailsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleBeneficiaryDetailsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleDocsController" (parent: .abstract.instanceof.App\Controller\VehicleDocsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleDocsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleDocsController).
  • Resolving inheritance for "App\Controller\VehicleDocsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleDocsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleInvoicesController" (parent: .abstract.instanceof.App\Controller\VehicleInvoicesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleInvoicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleInvoicesController).
  • Resolving inheritance for "App\Controller\VehicleInvoicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleInvoicesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleMakersController" (parent: .abstract.instanceof.App\Controller\VehicleMakersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleMakersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleMakersController).
  • Resolving inheritance for "App\Controller\VehicleMakersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleMakersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleOwnershipTransferController" (parent: .abstract.instanceof.App\Controller\VehicleOwnershipTransferController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleOwnershipTransferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleOwnershipTransferController).
  • Resolving inheritance for "App\Controller\VehicleOwnershipTransferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleOwnershipTransferController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRegistrationsController" (parent: .abstract.instanceof.App\Controller\VehicleRegistrationsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRegistrationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRegistrationsController).
  • Resolving inheritance for "App\Controller\VehicleRegistrationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRegistrationsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRepairsController" (parent: .abstract.instanceof.App\Controller\VehicleRepairsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRepairsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRepairsController).
  • Resolving inheritance for "App\Controller\VehicleRepairsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRepairsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRevokeRequestsController" (parent: .abstract.instanceof.App\Controller\VehicleRevokeRequestsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRevokeRequestsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRevokeRequestsController).
  • Resolving inheritance for "App\Controller\VehicleRevokeRequestsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRevokeRequestsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRtsActivitiesController" (parent: .abstract.instanceof.App\Controller\VehicleRtsActivitiesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRtsActivitiesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRtsActivitiesController).
  • Resolving inheritance for "App\Controller\VehicleRtsActivitiesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRtsActivitiesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRtsActivitiesEstimateValController" (parent: .abstract.instanceof.App\Controller\VehicleRtsActivitiesEstimateValController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRtsActivitiesEstimateValController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRtsActivitiesEstimateValController).
  • Resolving inheritance for "App\Controller\VehicleRtsActivitiesEstimateValController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRtsActivitiesEstimateValController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRtsActivityStorageController" (parent: .abstract.instanceof.App\Controller\VehicleRtsActivityStorageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRtsActivityStorageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRtsActivityStorageController).
  • Resolving inheritance for "App\Controller\VehicleRtsActivityStorageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRtsActivityStorageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRtsActivityTransportsController" (parent: .abstract.instanceof.App\Controller\VehicleRtsActivityTransportsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRtsActivityTransportsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRtsActivityTransportsController).
  • Resolving inheritance for "App\Controller\VehicleRtsActivityTransportsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRtsActivityTransportsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleSaleAbandonsController" (parent: .abstract.instanceof.App\Controller\VehicleSaleAbandonsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleSaleAbandonsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleSaleAbandonsController).
  • Resolving inheritance for "App\Controller\VehicleSaleAbandonsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleSaleAbandonsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleSalesController" (parent: .abstract.instanceof.App\Controller\VehicleSalesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleSalesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleSalesController).
  • Resolving inheritance for "App\Controller\VehicleSalesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleSalesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleSecurityNoticesController" (parent: .abstract.instanceof.App\Controller\VehicleSecurityNoticesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleSecurityNoticesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleSecurityNoticesController).
  • Resolving inheritance for "App\Controller\VehicleSecurityNoticesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleSecurityNoticesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleSettingsController" (parent: .abstract.instanceof.App\Controller\VehicleSettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleSettingsController).
  • Resolving inheritance for "App\Controller\VehicleSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleSettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleTechnicalSpecsController" (parent: .abstract.instanceof.App\Controller\VehicleTechnicalSpecsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleTechnicalSpecsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleTechnicalSpecsController).
  • Resolving inheritance for "App\Controller\VehicleTechnicalSpecsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleTechnicalSpecsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleTrafficViolationsController" (parent: .abstract.instanceof.App\Controller\VehicleTrafficViolationsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleTrafficViolationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleTrafficViolationsController).
  • Resolving inheritance for "App\Controller\VehicleTrafficViolationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleTrafficViolationsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehiclesController" (parent: .abstract.instanceof.App\Controller\VehiclesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehiclesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehiclesController).
  • Resolving inheritance for "App\Controller\VehiclesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehiclesController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\WorkFlowAddRevokeRequestForNotReceivedEvent" (parent: .abstract.instanceof.App\EventListener\WorkFlowAddRevokeRequestForNotReceivedEvent).
  • Resolving inheritance for "App\EventListener\WorkFlowAddRevokeRequestForNotReceivedEvent" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\WorkFlowAddRevokeRequestForNotReceivedEvent).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\WorkFlowApprovingOTTransferEvent" (parent: .abstract.instanceof.App\EventListener\WorkFlowApprovingOTTransferEvent).
  • Resolving inheritance for "App\EventListener\WorkFlowApprovingOTTransferEvent" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\WorkFlowApprovingOTTransferEvent).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\WorkFlowFormSubscriber" (parent: .abstract.instanceof.App\EventListener\WorkFlowFormSubscriber).
  • Resolving inheritance for "App\EventListener\WorkFlowFormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\WorkFlowFormSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\WorkFlowMarkAsNotReceivedEvent" (parent: .abstract.instanceof.App\EventListener\WorkFlowMarkAsNotReceivedEvent).
  • Resolving inheritance for "App\EventListener\WorkFlowMarkAsNotReceivedEvent" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\WorkFlowMarkAsNotReceivedEvent).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbandonInvoicesType" (parent: .abstract.instanceof.App\Form\AbandonInvoicesType).
  • Resolving inheritance for "App\Form\AbandonInvoicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbandonInvoicesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccountBondsWithDrawType" (parent: .abstract.instanceof.App\Form\AccountBondsWithDrawType).
  • Resolving inheritance for "App\Form\AccountBondsWithDrawType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccountBondsWithDrawType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdditionalUserType" (parent: .abstract.instanceof.App\Form\AdditionalUserType).
  • Resolving inheritance for "App\Form\AdditionalUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdditionalUserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionBiddingType" (parent: .abstract.instanceof.App\Form\AuctionBiddingType).
  • Resolving inheritance for "App\Form\AuctionBiddingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionBiddingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionVehicleBidsBiddingType" (parent: .abstract.instanceof.App\Form\AuctionVehicleBidsBiddingType).
  • Resolving inheritance for "App\Form\AuctionVehicleBidsBiddingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionVehicleBidsBiddingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionVehiclesBiddingType" (parent: .abstract.instanceof.App\Form\AuctionVehiclesBiddingType).
  • Resolving inheritance for "App\Form\AuctionVehiclesBiddingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionVehiclesBiddingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionsType" (parent: .abstract.instanceof.App\Form\AuctionsType).
  • Resolving inheritance for "App\Form\AuctionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BankTransactionsType" (parent: .abstract.instanceof.App\Form\BankTransactionsType).
  • Resolving inheritance for "App\Form\BankTransactionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BankTransactionsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BeneficiaryOwnerPaymentDocType" (parent: .abstract.instanceof.App\Form\BeneficiaryOwnerPaymentDocType).
  • Resolving inheritance for "App\Form\BeneficiaryOwnerPaymentDocType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BeneficiaryOwnerPaymentDocType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType" (parent: .abstract.instanceof.App\Form\ChangePasswordType).
  • Resolving inheritance for "App\Form\ChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientDelegationType" (parent: .abstract.instanceof.App\Form\ClientDelegationType).
  • Resolving inheritance for "App\Form\ClientDelegationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientDelegationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CollectionInvoicesType" (parent: .abstract.instanceof.App\Form\CollectionInvoicesType).
  • Resolving inheritance for "App\Form\CollectionInvoicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CollectionInvoicesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompaniesBankDetailsType" (parent: .abstract.instanceof.App\Form\CompaniesBankDetailsType).
  • Resolving inheritance for "App\Form\CompaniesBankDetailsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompaniesBankDetailsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompaniesSearchType" (parent: .abstract.instanceof.App\Form\CompaniesSearchType).
  • Resolving inheritance for "App\Form\CompaniesSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompaniesSearchType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompaniesType" (parent: .abstract.instanceof.App\Form\CompaniesType).
  • Resolving inheritance for "App\Form\CompaniesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompaniesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyDocsType" (parent: .abstract.instanceof.App\Form\CompanyDocsType).
  • Resolving inheritance for "App\Form\CompanyDocsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyDocsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyRegistrationType" (parent: .abstract.instanceof.App\Form\CompanyRegistrationType).
  • Resolving inheritance for "App\Form\CompanyRegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyRegistrationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyVehicleDocsType" (parent: .abstract.instanceof.App\Form\CompanyVehicleDocsType).
  • Resolving inheritance for "App\Form\CompanyVehicleDocsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyVehicleDocsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyVehicleType" (parent: .abstract.instanceof.App\Form\CompanyVehicleType).
  • Resolving inheritance for "App\Form\CompanyVehicleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyVehicleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactusMessageType" (parent: .abstract.instanceof.App\Form\ContactusMessageType).
  • Resolving inheritance for "App\Form\ContactusMessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactusMessageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactusType" (parent: .abstract.instanceof.App\Form\ContactusType).
  • Resolving inheritance for "App\Form\ContactusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactusType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContentPagesType" (parent: .abstract.instanceof.App\Form\ContentPagesType).
  • Resolving inheritance for "App\Form\ContentPagesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContentPagesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DepositBondsType" (parent: .abstract.instanceof.App\Form\DepositBondsType).
  • Resolving inheritance for "App\Form\DepositBondsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DepositBondsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DestinationType" (parent: .abstract.instanceof.App\Form\DestinationType).
  • Resolving inheritance for "App\Form\DestinationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DestinationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Extension\IbanType" (parent: .abstract.instanceof.App\Form\Extension\IbanType).
  • Resolving inheritance for "App\Form\Extension\IbanType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Extension\IbanType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\ImageTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\ImageTypeExtension).
  • Resolving inheritance for "App\Form\Extension\ImageTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\ImageTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InventoryPartsType" (parent: .abstract.instanceof.App\Form\InventoryPartsType).
  • Resolving inheritance for "App\Form\InventoryPartsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InventoryPartsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceOwnershipTransferInvoicesNewType" (parent: .abstract.instanceof.App\Form\InvoiceOwnershipTransferInvoicesNewType).
  • Resolving inheritance for "App\Form\InvoiceOwnershipTransferInvoicesNewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceOwnershipTransferInvoicesNewType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceOwnershipTransferInvoicesType" (parent: .abstract.instanceof.App\Form\InvoiceOwnershipTransferInvoicesType).
  • Resolving inheritance for "App\Form\InvoiceOwnershipTransferInvoicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceOwnershipTransferInvoicesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoicesType" (parent: .abstract.instanceof.App\Form\InvoicesType).
  • Resolving inheritance for "App\Form\InvoicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoicesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoicesViolatinsType" (parent: .abstract.instanceof.App\Form\InvoicesViolatinsType).
  • Resolving inheritance for "App\Form\InvoicesViolatinsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoicesViolatinsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OTBondsType" (parent: .abstract.instanceof.App\Form\OTBondsType).
  • Resolving inheritance for "App\Form\OTBondsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OTBondsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OwnershipTransferSecurityType" (parent: .abstract.instanceof.App\Form\OwnershipTransferSecurityType).
  • Resolving inheritance for "App\Form\OwnershipTransferSecurityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OwnershipTransferSecurityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordType" (parent: .abstract.instanceof.App\Form\ResetPasswordType).
  • Resolving inheritance for "App\Form\ResetPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ServicesInvoicesType" (parent: .abstract.instanceof.App\Form\ServicesInvoicesType).
  • Resolving inheritance for "App\Form\ServicesInvoicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ServicesInvoicesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierInvoicesEstimateValType" (parent: .abstract.instanceof.App\Form\SupplierInvoicesEstimateValType).
  • Resolving inheritance for "App\Form\SupplierInvoicesEstimateValType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierInvoicesEstimateValType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierInvoicesType" (parent: .abstract.instanceof.App\Form\SupplierInvoicesType).
  • Resolving inheritance for "App\Form\SupplierInvoicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierInvoicesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierInvoicesWithTransportType" (parent: .abstract.instanceof.App\Form\SupplierInvoicesWithTransportType).
  • Resolving inheritance for "App\Form\SupplierInvoicesWithTransportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierInvoicesWithTransportType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierOwnershipTransferInvoicesNewType" (parent: .abstract.instanceof.App\Form\SupplierOwnershipTransferInvoicesNewType).
  • Resolving inheritance for "App\Form\SupplierOwnershipTransferInvoicesNewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierOwnershipTransferInvoicesNewType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierOwnershipTransferInvoicesType" (parent: .abstract.instanceof.App\Form\SupplierOwnershipTransferInvoicesType).
  • Resolving inheritance for "App\Form\SupplierOwnershipTransferInvoicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierOwnershipTransferInvoicesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierPurchaseInvoicesType" (parent: .abstract.instanceof.App\Form\SupplierPurchaseInvoicesType).
  • Resolving inheritance for "App\Form\SupplierPurchaseInvoicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierPurchaseInvoicesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierViolationInvoicesType" (parent: .abstract.instanceof.App\Form\SupplierViolationInvoicesType).
  • Resolving inheritance for "App\Form\SupplierViolationInvoicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierViolationInvoicesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransactionBondsType" (parent: .abstract.instanceof.App\Form\TransactionBondsType).
  • Resolving inheritance for "App\Form\TransactionBondsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransactionBondsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransactionsType" (parent: .abstract.instanceof.App\Form\TransactionsType).
  • Resolving inheritance for "App\Form\TransactionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransactionsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporterDriversType" (parent: .abstract.instanceof.App\Form\TransporterDriversType).
  • Resolving inheritance for "App\Form\TransporterDriversType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporterDriversType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAdditionalDetailsType" (parent: .abstract.instanceof.App\Form\UserAdditionalDetailsType).
  • Resolving inheritance for "App\Form\UserAdditionalDetailsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAdditionalDetailsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserApproveType" (parent: .abstract.instanceof.App\Form\UserApproveType).
  • Resolving inheritance for "App\Form\UserApproveType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserApproveType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserBankDetailsType" (parent: .abstract.instanceof.App\Form\UserBankDetailsType).
  • Resolving inheritance for "App\Form\UserBankDetailsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserBankDetailsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserCertificatesType" (parent: .abstract.instanceof.App\Form\UserCertificatesType).
  • Resolving inheritance for "App\Form\UserCertificatesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserCertificatesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserDrivingLicenseInfoType" (parent: .abstract.instanceof.App\Form\UserDrivingLicenseInfoType).
  • Resolving inheritance for "App\Form\UserDrivingLicenseInfoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserDrivingLicenseInfoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserIdentityInfoType" (parent: .abstract.instanceof.App\Form\UserIdentityInfoType).
  • Resolving inheritance for "App\Form\UserIdentityInfoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserIdentityInfoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRegistrationIdentityInfoType" (parent: .abstract.instanceof.App\Form\UserRegistrationIdentityInfoType).
  • Resolving inheritance for "App\Form\UserRegistrationIdentityInfoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRegistrationIdentityInfoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRegistrationType" (parent: .abstract.instanceof.App\Form\UserRegistrationType).
  • Resolving inheritance for "App\Form\UserRegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRegistrationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsersCustomAdditionalType" (parent: .abstract.instanceof.App\Form\UsersCustomAdditionalType).
  • Resolving inheritance for "App\Form\UsersCustomAdditionalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsersCustomAdditionalType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsersSearchType" (parent: .abstract.instanceof.App\Form\UsersSearchType).
  • Resolving inheritance for "App\Form\UsersSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsersSearchType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsersType" (parent: .abstract.instanceof.App\Form\UsersType).
  • Resolving inheritance for "App\Form\UsersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsersType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleBeneficiaryDetailsType" (parent: .abstract.instanceof.App\Form\VehicleBeneficiaryDetailsType).
  • Resolving inheritance for "App\Form\VehicleBeneficiaryDetailsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleBeneficiaryDetailsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleDocsCollectionType" (parent: .abstract.instanceof.App\Form\VehicleDocsCollectionType).
  • Resolving inheritance for "App\Form\VehicleDocsCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleDocsCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleDocsOTClientType" (parent: .abstract.instanceof.App\Form\VehicleDocsOTClientType).
  • Resolving inheritance for "App\Form\VehicleDocsOTClientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleDocsOTClientType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleDocsType" (parent: .abstract.instanceof.App\Form\VehicleDocsType).
  • Resolving inheritance for "App\Form\VehicleDocsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleDocsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleExistenceInventoryType" (parent: .abstract.instanceof.App\Form\VehicleExistenceInventoryType).
  • Resolving inheritance for "App\Form\VehicleExistenceInventoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleExistenceInventoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleExitDateType" (parent: .abstract.instanceof.App\Form\VehicleExitDateType).
  • Resolving inheritance for "App\Form\VehicleExitDateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleExitDateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleHasDocsType" (parent: .abstract.instanceof.App\Form\VehicleHasDocsType).
  • Resolving inheritance for "App\Form\VehicleHasDocsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleHasDocsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleInspectionExpType" (parent: .abstract.instanceof.App\Form\VehicleInspectionExpType).
  • Resolving inheritance for "App\Form\VehicleInspectionExpType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleInspectionExpType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleInventoryImagesType" (parent: .abstract.instanceof.App\Form\VehicleInventoryImagesType).
  • Resolving inheritance for "App\Form\VehicleInventoryImagesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleInventoryImagesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleInventoryMissingPartsType" (parent: .abstract.instanceof.App\Form\VehicleInventoryMissingPartsType).
  • Resolving inheritance for "App\Form\VehicleInventoryMissingPartsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleInventoryMissingPartsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleOTClientType" (parent: .abstract.instanceof.App\Form\VehicleOTClientType).
  • Resolving inheritance for "App\Form\VehicleOTClientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleOTClientType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleOtherMissingPartsType" (parent: .abstract.instanceof.App\Form\VehicleOtherMissingPartsType).
  • Resolving inheritance for "App\Form\VehicleOtherMissingPartsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleOtherMissingPartsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleOwnershipTransferInvoiceNewType" (parent: .abstract.instanceof.App\Form\VehicleOwnershipTransferInvoiceNewType).
  • Resolving inheritance for "App\Form\VehicleOwnershipTransferInvoiceNewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleOwnershipTransferInvoiceNewType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleOwnershipTransferInvoiceType" (parent: .abstract.instanceof.App\Form\VehicleOwnershipTransferInvoiceType).
  • Resolving inheritance for "App\Form\VehicleOwnershipTransferInvoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleOwnershipTransferInvoiceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleOwnershipTransferType" (parent: .abstract.instanceof.App\Form\VehicleOwnershipTransferType).
  • Resolving inheritance for "App\Form\VehicleOwnershipTransferType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleOwnershipTransferType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRegistrationHasDoc" (parent: .abstract.instanceof.App\Form\VehicleRegistrationHasDoc).
  • Resolving inheritance for "App\Form\VehicleRegistrationHasDoc" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRegistrationHasDoc).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRegistrationsType" (parent: .abstract.instanceof.App\Form\VehicleRegistrationsType).
  • Resolving inheritance for "App\Form\VehicleRegistrationsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRegistrationsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRepairInvoicesType" (parent: .abstract.instanceof.App\Form\VehicleRepairInvoicesType).
  • Resolving inheritance for "App\Form\VehicleRepairInvoicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRepairInvoicesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRepairsType" (parent: .abstract.instanceof.App\Form\VehicleRepairsType).
  • Resolving inheritance for "App\Form\VehicleRepairsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRepairsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRevokeRequestDestinationType" (parent: .abstract.instanceof.App\Form\VehicleRevokeRequestDestinationType).
  • Resolving inheritance for "App\Form\VehicleRevokeRequestDestinationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRevokeRequestDestinationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRevokeRequestSourceType" (parent: .abstract.instanceof.App\Form\VehicleRevokeRequestSourceType).
  • Resolving inheritance for "App\Form\VehicleRevokeRequestSourceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRevokeRequestSourceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRevokeRequestsCancelType" (parent: .abstract.instanceof.App\Form\VehicleRevokeRequestsCancelType).
  • Resolving inheritance for "App\Form\VehicleRevokeRequestsCancelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRevokeRequestsCancelType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRevokeRequestsType" (parent: .abstract.instanceof.App\Form\VehicleRevokeRequestsType).
  • Resolving inheritance for "App\Form\VehicleRevokeRequestsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRevokeRequestsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesEstimateInvoicesType" (parent: .abstract.instanceof.App\Form\VehicleRtsActivitiesEstimateInvoicesType).
  • Resolving inheritance for "App\Form\VehicleRtsActivitiesEstimateInvoicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesEstimateInvoicesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesEstimateValType" (parent: .abstract.instanceof.App\Form\VehicleRtsActivitiesEstimateValType).
  • Resolving inheritance for "App\Form\VehicleRtsActivitiesEstimateValType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesEstimateValType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesInventoriesImagesType" (parent: .abstract.instanceof.App\Form\VehicleRtsActivitiesInventoriesImagesType).
  • Resolving inheritance for "App\Form\VehicleRtsActivitiesInventoriesImagesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesInventoriesImagesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesInventoriesType" (parent: .abstract.instanceof.App\Form\VehicleRtsActivitiesInventoriesType).
  • Resolving inheritance for "App\Form\VehicleRtsActivitiesInventoriesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesInventoriesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesInvoicesType" (parent: .abstract.instanceof.App\Form\VehicleRtsActivitiesInvoicesType).
  • Resolving inheritance for "App\Form\VehicleRtsActivitiesInvoicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesInvoicesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesInvoicesWithTransportType" (parent: .abstract.instanceof.App\Form\VehicleRtsActivitiesInvoicesWithTransportType).
  • Resolving inheritance for "App\Form\VehicleRtsActivitiesInvoicesWithTransportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesInvoicesWithTransportType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesType" (parent: .abstract.instanceof.App\Form\VehicleRtsActivitiesType).
  • Resolving inheritance for "App\Form\VehicleRtsActivitiesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivityStorageType" (parent: .abstract.instanceof.App\Form\VehicleRtsActivityStorageType).
  • Resolving inheritance for "App\Form\VehicleRtsActivityStorageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivityStorageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivityTransportsType" (parent: .abstract.instanceof.App\Form\VehicleRtsActivityTransportsType).
  • Resolving inheritance for "App\Form\VehicleRtsActivityTransportsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivityTransportsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleSaleAbandonsType" (parent: .abstract.instanceof.App\Form\VehicleSaleAbandonsType).
  • Resolving inheritance for "App\Form\VehicleSaleAbandonsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleSaleAbandonsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleSalesInvoicesType" (parent: .abstract.instanceof.App\Form\VehicleSalesInvoicesType).
  • Resolving inheritance for "App\Form\VehicleSalesInvoicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleSalesInvoicesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleSalesType" (parent: .abstract.instanceof.App\Form\VehicleSalesType).
  • Resolving inheritance for "App\Form\VehicleSalesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleSalesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleSecurityNoticesType" (parent: .abstract.instanceof.App\Form\VehicleSecurityNoticesType).
  • Resolving inheritance for "App\Form\VehicleSecurityNoticesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleSecurityNoticesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleServicesInvoicesType" (parent: .abstract.instanceof.App\Form\VehicleServicesInvoicesType).
  • Resolving inheritance for "App\Form\VehicleServicesInvoicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleServicesInvoicesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleSettingsType" (parent: .abstract.instanceof.App\Form\VehicleSettingsType).
  • Resolving inheritance for "App\Form\VehicleSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleSettingsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleTechnicalSpecsType" (parent: .abstract.instanceof.App\Form\VehicleTechnicalSpecsType).
  • Resolving inheritance for "App\Form\VehicleTechnicalSpecsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleTechnicalSpecsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleTechnicalSpecsTypeReceivingDate" (parent: .abstract.instanceof.App\Form\VehicleTechnicalSpecsTypeReceivingDate).
  • Resolving inheritance for "App\Form\VehicleTechnicalSpecsTypeReceivingDate" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleTechnicalSpecsTypeReceivingDate).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleTrafficViolationsType" (parent: .abstract.instanceof.App\Form\VehicleTrafficViolationsType).
  • Resolving inheritance for "App\Form\VehicleTrafficViolationsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleTrafficViolationsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehiclesMakersType" (parent: .abstract.instanceof.App\Form\VehiclesMakersType).
  • Resolving inheritance for "App\Form\VehiclesMakersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehiclesMakersType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehiclesModelsType" (parent: .abstract.instanceof.App\Form\VehiclesModelsType).
  • Resolving inheritance for "App\Form\VehiclesModelsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehiclesModelsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehiclesSearchType" (parent: .abstract.instanceof.App\Form\VehiclesSearchType).
  • Resolving inheritance for "App\Form\VehiclesSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehiclesSearchType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehiclesType" (parent: .abstract.instanceof.App\Form\VehiclesType).
  • Resolving inheritance for "App\Form\VehiclesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehiclesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ClientVoter" (parent: .abstract.instanceof.App\Security\ClientVoter).
  • Resolving inheritance for "App\Security\ClientVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ClientVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\CompanyVoter" (parent: .abstract.instanceof.App\Security\CompanyVoter).
  • Resolving inheritance for "App\Security\CompanyVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\CompanyVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\UserVoter" (parent: .abstract.instanceof.App\Security\UserVoter).
  • Resolving inheritance for "App\Security\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\UserVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\VehicleVoter" (parent: .abstract.instanceof.App\Security\VehicleVoter).
  • Resolving inheritance for "App\Security\VehicleVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\VehicleVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\IbanValidator" (parent: .abstract.instanceof.App\Validator\Constraints\IbanValidator).
  • Resolving inheritance for "App\Validator\Constraints\IbanValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\IbanValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SerialnumberVehicleRegisterationValidator" (parent: .abstract.instanceof.App\Validator\Constraints\SerialnumberVehicleRegisterationValidator).
  • Resolving inheritance for "App\Validator\Constraints\SerialnumberVehicleRegisterationValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SerialnumberVehicleRegisterationValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SingleUncancelledVehicleSaleValidator" (parent: .abstract.instanceof.App\Validator\Constraints\SingleUncancelledVehicleSaleValidator).
  • Resolving inheritance for "App\Validator\Constraints\SingleUncancelledVehicleSaleValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SingleUncancelledVehicleSaleValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SupplierInvoicesValidator" (parent: .abstract.instanceof.App\Validator\Constraints\SupplierInvoicesValidator).
  • Resolving inheritance for "App\Validator\Constraints\SupplierInvoicesValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SupplierInvoicesValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\TransactionConstraintValidator" (parent: .abstract.instanceof.App\Validator\Constraints\TransactionConstraintValidator).
  • Resolving inheritance for "App\Validator\Constraints\TransactionConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\TransactionConstraintValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\TransactionVehicleSaleValidator" (parent: .abstract.instanceof.App\Validator\Constraints\TransactionVehicleSaleValidator).
  • Resolving inheritance for "App\Validator\Constraints\TransactionVehicleSaleValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\TransactionVehicleSaleValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UniqueInvoiceNumberValidator" (parent: .abstract.instanceof.App\Validator\Constraints\UniqueInvoiceNumberValidator).
  • Resolving inheritance for "App\Validator\Constraints\UniqueInvoiceNumberValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UniqueInvoiceNumberValidator).
  • 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 "workflow.vehicle_situations" (parent: workflow.abstract).
  • Resolving inheritance for "workflow.vehicle_situations" (parent: workflow.marking_store.method).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.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.db_provider" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.main" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.custom_success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.main" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.main" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
  • Resolving inheritance for "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.templating" (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.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).
418
Symfony\Component\DependencyInjection\Compiler\AutowirePass
  • Skipping service "App\Validator\Constraints\VehicleHasUncancelledSaleValidator": Class or interface "App\Validator\Constraints\VehicleHasUncancelledSaleValidator" cannot be loaded.
1
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; 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\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\Workflow\Registry"; reason: private alias.
  • Removed service "Symfony\Component\Workflow\WorkflowInterface $vehicleSituationsWorkflow"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; 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\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
  • Removed service "swiftmailer.spool"; reason: private alias.
  • Removed service "swiftmailer.transport.real"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Symfony\Bridge\Doctrine\RegistryInterface"; reason: private alias.
  • Removed service "Doctrine\Bundle\DoctrineBundle\Registry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ObjectManager"; 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 "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; 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.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 "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "Symfony\Component\Templating\EngineInterface"; reason: private alias.
  • Removed service "Symfony\Bundle\FrameworkBundle\Templating\EngineInterface"; 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 $templatingLogger"; 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 $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service ".service_locator.bZ6xcxX"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "validator.inner"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
130
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\EventListener\AuthenticationEventListener" previously pointing to "router.default" to "router".
  • Changed reference of service "App\EventListener\WorkFlowFormSubscriber" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\AbandonInvoicesType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\AccountBondsWithDrawType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\AdditionalUserType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\AuctionVehiclesBiddingType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\AuctionsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\BankTransactionsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ChangePasswordType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ClientDelegationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\CollectionInvoicesType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\CompaniesBankDetailsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\CompaniesSearchType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\CompaniesType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\CompanyDocsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\CompanyRegistrationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\CompanyVehicleDocsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\CompanyVehicleType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ContactusMessageType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ContactusType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ContentPagesType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\DepositBondsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\DestinationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Extension\IbanType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\InventoryPartsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\InvoiceOwnershipTransferInvoicesNewType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\InvoiceOwnershipTransferInvoicesType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\InvoicesType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\InvoicesViolatinsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\OwnershipTransferSecurityType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ResetPasswordType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ServicesInvoicesType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\SupplierInvoicesEstimateValType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\SupplierInvoicesType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\SupplierInvoicesWithTransportType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\SupplierOwnershipTransferInvoicesNewType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\SupplierOwnershipTransferInvoicesType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\SupplierPurchaseInvoicesType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\SupplierViolationInvoicesType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\TransactionBondsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\TransactionsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\TransporterDriversType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\UserAdditionalDetailsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\UserBankDetailsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\UserCertificatesType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\UserIdentityInfoType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\UserRegistrationIdentityInfoType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\UserRegistrationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\UsersCustomAdditionalType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\UsersSearchType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\UsersType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleBeneficiaryDetailsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleDocsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleExistenceInventoryType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleInventoryImagesType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleOwnershipTransferType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleRegistrationsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleRepairInvoicesType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleRepairsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleRevokeRequestDestinationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleRevokeRequestSourceType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleRevokeRequestsCancelType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleRevokeRequestsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleRtsActivitiesEstimateValType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleRtsActivitiesInvoicesWithTransportType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleRtsActivitiesType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleRtsActivityStorageType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleRtsActivityTransportsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleSaleAbandonsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleSalesType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleServicesInvoicesType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleSettingsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleTechnicalSpecsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleTechnicalSpecsTypeReceivingDate" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehicleTrafficViolationsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehiclesMakersType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehiclesModelsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\VehiclesSearchType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\AbstractService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\AbstractService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\CompaniesService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\CompaniesService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\EmailHelper" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "App\Service\UserDrivingLicenseInfoService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\UserDrivingLicenseInfoService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\UsersService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\UsersService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\VehicleBeneficiaryDetailsService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\VehicleBeneficiaryDetailsService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\VehicleDocsService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\VehicleDocsService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\VehicleOwnershipTransferService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\VehicleOwnershipTransferService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\VehicleRepairsService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\VehicleRtsActivitiesService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\VehicleRtsActivitiesService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\VehicleSalesService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\VehicleSalesService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\VehicleSituationLogService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\VehicleSituationLogService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\VehicleTechnicalSpecsService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\VehicleTechnicalSpecsService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\VehiclesService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\VehiclesService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Validator\Constraints\IbanValidator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Validator\Constraints\SerialnumberVehicleRegisterationValidator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Validator\Constraints\SupplierInvoicesValidator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Validator\Constraints\TransactionConstraintValidator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "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.choice" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.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 "Symfony\Bundle\FrameworkBundle\Controller\TemplateController" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "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 "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.Ccu3hvU" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.82sDpAD" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.abjSkVv" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.7MjtW0W" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.eBjZ6bt" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.FxYBKIr" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.FxYBKIr" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.1.40dJG" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.CKoisjT" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.b0jHuO8" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.hKLCd83" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.8MEF68P" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.rhZ9Pc4" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.O0Na28A" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.n7mw4JU" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.n59QnoO" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.qM4hpWh" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.6A5C1Sh" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.0SkFpz." previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.x3Y4gQJ" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.5F6.nYU" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.ofjcGES" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.0inZEHt" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.BQYdiQ7" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.F.r1QSH" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.F.r1QSH" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.benko7x" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.BQLrcbq" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.ynY6UGG" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator..0fC1T_" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.F1o1JMM" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.vJiLTA9" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.EMHtSUv" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.qxj5Uaq" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.xi53ta8" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.UCwPSXZ" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.7n95UZZ" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.QcXZ.Ph" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.dQb06Gb" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.mYTUlCF" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.gEz.Wnc" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.KlShCLv" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.cp4wFUq" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.vY5xW8U" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.BlQtRn8" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.mu.196O" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.bUCjDlr" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.QdmJjQd" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.6J5CdWA" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.0lnqnxF" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.ki._4rP" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.xkM6H8j" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.LAWF_nY" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.O.BwkGF" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.0NYf0vz" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.Cq81sb2" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.Nh70p.0" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.vdmMuyE" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.vdmMuyE" previously pointing to "templating.engine.twig" to "templating".
  • 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".
197
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • 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 "workflow.abstract"; reason: abstract.
  • Removed service "state_machine.abstract"; reason: abstract.
  • Removed service "workflow.marking_store.multiple_state"; reason: abstract.
  • Removed service "workflow.marking_store.single_state"; reason: abstract.
  • Removed service "workflow.marking_store.method"; 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 "doctrine_cache.abstract.apc"; reason: abstract.
  • Removed service "doctrine_cache.abstract.apcu"; reason: abstract.
  • Removed service "doctrine_cache.abstract.array"; reason: abstract.
  • Removed service "doctrine_cache.abstract.chain"; reason: abstract.
  • Removed service "doctrine_cache.abstract.couchbase"; reason: abstract.
  • Removed service "doctrine_cache.abstract.file_system"; reason: abstract.
  • Removed service "doctrine_cache.abstract.php_file"; reason: abstract.
  • Removed service "doctrine_cache.abstract.memcache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.memcached"; reason: abstract.
  • Removed service "doctrine_cache.abstract.mongodb"; reason: abstract.
  • Removed service "doctrine_cache.abstract.redis"; reason: abstract.
  • Removed service "doctrine_cache.abstract.predis"; reason: abstract.
  • Removed service "doctrine_cache.abstract.riak"; reason: abstract.
  • Removed service "doctrine_cache.abstract.sqlite3"; reason: abstract.
  • Removed service "doctrine_cache.abstract.void"; reason: abstract.
  • Removed service "doctrine_cache.abstract.wincache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.xcache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.zenddata"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "doctrine.dbal.logger.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 ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FillVehiclesDataForTaxCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\FillVehiclesDataForTaxCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateVehicleSalesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\MigrateVehicleSalesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuctionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuctionsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AuctionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BankTransactionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BankTransactionsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BankTransactionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientAccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientAccountController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ClientAccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientBiddingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientBiddingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ClientBiddingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientsDelegationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientsDelegationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ClientsDelegationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompaniesBankDetailsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompaniesBankDetailsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CompaniesBankDetailsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompaniesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompaniesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CompaniesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyDocsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyDocsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CompanyDocsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactusController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ContactusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentPagesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentPagesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ContentPagesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DataImportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DataImportController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DataImportController"; 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.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DestinationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DestinationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DestinationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrintController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrintController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PrintController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ReportsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SupplierInvoicesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SupplierInvoicesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SupplierInvoicesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TransporterDriversController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TransporterDriversController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TransporterDriversController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserBankDetailsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserBankDetailsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserBankDetailsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserCertificatesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserCertificatesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserCertificatesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserDrivingLicenseInfoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserDrivingLicenseInfoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserDrivingLicenseInfoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserIdentityInfoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserIdentityInfoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserIdentityInfoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsersController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UsersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleBeneficiaryDetailsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleBeneficiaryDetailsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehicleBeneficiaryDetailsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleDocsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleDocsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehicleDocsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleInvoicesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleInvoicesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehicleInvoicesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleMakersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleMakersController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehicleMakersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleOwnershipTransferController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleOwnershipTransferController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehicleOwnershipTransferController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRegistrationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRegistrationsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehicleRegistrationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRepairsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRepairsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehicleRepairsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRevokeRequestsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRevokeRequestsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehicleRevokeRequestsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRtsActivitiesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRtsActivitiesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehicleRtsActivitiesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRtsActivitiesEstimateValController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRtsActivitiesEstimateValController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehicleRtsActivitiesEstimateValController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRtsActivityStorageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRtsActivityStorageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehicleRtsActivityStorageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleRtsActivityTransportsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleRtsActivityTransportsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehicleRtsActivityTransportsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleSaleAbandonsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleSaleAbandonsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehicleSaleAbandonsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleSalesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleSalesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehicleSalesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleSecurityNoticesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleSecurityNoticesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehicleSecurityNoticesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleSettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleSettingsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehicleSettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleTechnicalSpecsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleTechnicalSpecsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehicleTechnicalSpecsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleTrafficViolationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleTrafficViolationsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehicleTrafficViolationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehiclesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehiclesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VehiclesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\WorkFlowAddRevokeRequestForNotReceivedEvent"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventListener\WorkFlowAddRevokeRequestForNotReceivedEvent"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\WorkFlowApprovingOTTransferEvent"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventListener\WorkFlowApprovingOTTransferEvent"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\WorkFlowFormSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventListener\WorkFlowFormSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\WorkFlowMarkAsNotReceivedEvent"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventListener\WorkFlowMarkAsNotReceivedEvent"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbandonInvoicesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AbandonInvoicesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccountBondsWithDrawType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AccountBondsWithDrawType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdditionalUserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdditionalUserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionBiddingType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AuctionBiddingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionVehicleBidsBiddingType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AuctionVehicleBidsBiddingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionVehiclesBiddingType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AuctionVehiclesBiddingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AuctionsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BankTransactionsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BankTransactionsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BeneficiaryOwnerPaymentDocType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BeneficiaryOwnerPaymentDocType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ChangePasswordType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientDelegationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ClientDelegationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CollectionInvoicesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CollectionInvoicesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompaniesBankDetailsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CompaniesBankDetailsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompaniesSearchType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CompaniesSearchType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompaniesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CompaniesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyDocsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CompanyDocsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyRegistrationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CompanyRegistrationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyVehicleDocsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CompanyVehicleDocsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyVehicleType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CompanyVehicleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactusMessageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ContactusMessageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactusType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ContactusType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContentPagesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ContentPagesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DepositBondsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DepositBondsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DestinationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DestinationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Extension\IbanType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Extension\IbanType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\ImageTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Extension\ImageTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InventoryPartsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\InventoryPartsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceOwnershipTransferInvoicesNewType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\InvoiceOwnershipTransferInvoicesNewType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceOwnershipTransferInvoicesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\InvoiceOwnershipTransferInvoicesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoicesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\InvoicesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoicesViolatinsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\InvoicesViolatinsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OTBondsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OTBondsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OwnershipTransferSecurityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OwnershipTransferSecurityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ResetPasswordType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ServicesInvoicesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ServicesInvoicesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierInvoicesEstimateValType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SupplierInvoicesEstimateValType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierInvoicesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SupplierInvoicesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierInvoicesWithTransportType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SupplierInvoicesWithTransportType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierOwnershipTransferInvoicesNewType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SupplierOwnershipTransferInvoicesNewType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierOwnershipTransferInvoicesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SupplierOwnershipTransferInvoicesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierPurchaseInvoicesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SupplierPurchaseInvoicesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SupplierViolationInvoicesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SupplierViolationInvoicesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransactionBondsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TransactionBondsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransactionsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TransactionsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporterDriversType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TransporterDriversType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAdditionalDetailsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserAdditionalDetailsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserApproveType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserApproveType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserBankDetailsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserBankDetailsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserCertificatesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserCertificatesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserDrivingLicenseInfoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserDrivingLicenseInfoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserIdentityInfoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserIdentityInfoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRegistrationIdentityInfoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserRegistrationIdentityInfoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRegistrationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserRegistrationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsersCustomAdditionalType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UsersCustomAdditionalType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsersSearchType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UsersSearchType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsersType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UsersType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleBeneficiaryDetailsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleBeneficiaryDetailsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleDocsCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleDocsCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleDocsOTClientType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleDocsOTClientType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleDocsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleDocsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleExistenceInventoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleExistenceInventoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleExitDateType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleExitDateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleHasDocsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleHasDocsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleInspectionExpType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleInspectionExpType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleInventoryImagesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleInventoryImagesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleInventoryMissingPartsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleInventoryMissingPartsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleOTClientType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleOTClientType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleOtherMissingPartsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleOtherMissingPartsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleOwnershipTransferInvoiceNewType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleOwnershipTransferInvoiceNewType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleOwnershipTransferInvoiceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleOwnershipTransferInvoiceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleOwnershipTransferType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleOwnershipTransferType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRegistrationHasDoc"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleRegistrationHasDoc"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRegistrationsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleRegistrationsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRepairInvoicesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleRepairInvoicesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRepairsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleRepairsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRevokeRequestDestinationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleRevokeRequestDestinationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRevokeRequestSourceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleRevokeRequestSourceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRevokeRequestsCancelType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleRevokeRequestsCancelType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRevokeRequestsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleRevokeRequestsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesEstimateInvoicesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleRtsActivitiesEstimateInvoicesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesEstimateValType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleRtsActivitiesEstimateValType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesInventoriesImagesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleRtsActivitiesInventoriesImagesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesInventoriesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleRtsActivitiesInventoriesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesInvoicesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleRtsActivitiesInvoicesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesInvoicesWithTransportType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleRtsActivitiesInvoicesWithTransportType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivitiesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleRtsActivitiesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivityStorageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleRtsActivityStorageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleRtsActivityTransportsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleRtsActivityTransportsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleSaleAbandonsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleSaleAbandonsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleSalesInvoicesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleSalesInvoicesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleSalesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleSalesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleSecurityNoticesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleSecurityNoticesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleServicesInvoicesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleServicesInvoicesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleSettingsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleSettingsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleTechnicalSpecsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleTechnicalSpecsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleTechnicalSpecsTypeReceivingDate"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleTechnicalSpecsTypeReceivingDate"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleTrafficViolationsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleTrafficViolationsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehiclesMakersType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehiclesMakersType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehiclesModelsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehiclesModelsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehiclesSearchType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehiclesSearchType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehiclesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehiclesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ClientVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\ClientVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\CompanyVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\CompanyVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\UserVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\UserVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\VehicleVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\VehicleVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\IbanValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\IbanValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SerialnumberVehicleRegisterationValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\SerialnumberVehicleRegisterationValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SingleUncancelledVehicleSaleValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\SingleUncancelledVehicleSaleValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SupplierInvoicesValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\SupplierInvoicesValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\TransactionConstraintValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\TransactionConstraintValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\TransactionVehicleSaleValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\TransactionVehicleSaleValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UniqueInvoiceNumberValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\UniqueInvoiceNumberValidator"; reason: abstract.
465
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "App\DataFixtures\ORM\AuctionsData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\BankTransactionTypeData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\CitiesData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\CompaniesData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\CountriesData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\InventoryPartsData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\NonContractorTransportersData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\OdometerRangesData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\PanelLettersData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\ProfileClassificationData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\RegionsData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\RevokeCancellationReasonsData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\TransacionSadadPayeesData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\TransactionCategoryData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\TransactionStatesApprovabilityData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\TransactionStatesData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\TransactionTypesData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\UsersCategoriesData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\VatRateData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\VehicleColorsData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\VehicleDocTypesData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\VehicleMakersData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\VehicleModelsData"; reason: unused.
  • Removed service "App\DataFixtures\ORM\VehicleRegistrationTypesData"; reason: unused.
  • Removed service "App\Form\Extension\IbanTransformer"; reason: unused.
  • Removed service "App\Repository\TransporterDriversRepository"; reason: unused.
  • Removed service "App\Repository\VehicleMakersRepository"; reason: unused.
  • Removed service "App\Repository\VehicleModelsRepository"; reason: unused.
  • Removed service "App\Repository\VehicleRepairsInvoicesRepository"; reason: unused.
  • Removed service "App\Repository\VehicleRepairsRepository"; reason: unused.
  • Removed service "App\Repository\VehicleRtsActivitiesEstimateValRepository"; reason: unused.
  • Removed service "App\Repository\WarehousesRepository"; reason: unused.
  • Removed service "App\Service\AbstractService"; reason: unused.
  • Removed service "App\Service\ConstantHelper"; reason: unused.
  • Removed service "App\Service\HijriHelper"; reason: unused.
  • Removed service "App\Service\SMSHelper"; reason: unused.
  • Removed service "App\Validator\ConstraintValidatorFactory"; reason: unused.
  • Removed service "App\Validator\Constraints\Iban"; reason: unused.
  • Removed service "App\Validator\Constraints\SerialnumberVehicleRegisteration"; reason: unused.
  • Removed service "App\Validator\Constraints\SingleUncancelledVehicleSale"; reason: unused.
  • Removed service "App\Validator\Constraints\TransactionConstraint"; reason: unused.
  • Removed service "App\Validator\Constraints\TransactionVehicleSale"; reason: unused.
  • Removed service "App\Validator\Constraints\UniqueInvoiceNumber"; reason: unused.
  • Removed service "App\Validator\ManagerRegistry"; 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 "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.abstract_handler"; reason: unused.
  • Removed service "session.save_listener"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "templating.engine.delegating"; reason: unused.
  • Removed service "templating.loader.cache"; reason: unused.
  • Removed service "templating.loader.chain"; 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 "workflow.security.expression_language"; reason: unused.
  • Removed service "routing.loader.service"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "mime_types"; reason: unused.
  • Removed service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~3cSNXrW"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~3cSNXrW"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~3cSNXrW"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~3cSNXrW"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "liip_functional_test.query.counter"; reason: unused.
  • Removed service "sensio_framework_extra.view.guesser"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~vvyWnn8"; 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 "twig.loader.native_filesystem"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug.stopwatch"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "templating.helper.logout_url"; reason: unused.
  • Removed service "templating.helper.security"; reason: unused.
  • Removed service "security.authentication.guard_handler"; reason: unused.
  • Removed service "monolog.logger.templating"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "monolog.handler.null_internal"; reason: unused.
  • Removed service ".service_locator.wnlveDj"; reason: unused.
110
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.vdmMuyE.App\Controller\AuctionsController" to "App\Controller\AuctionsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\BankTransactionsController" to "App\Controller\BankTransactionsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\ClientAccountController" to "App\Controller\ClientAccountController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\ClientBiddingController" to "App\Controller\ClientBiddingController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\ClientsDelegationController" to "App\Controller\ClientsDelegationController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\CompaniesBankDetailsController" to "App\Controller\CompaniesBankDetailsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\CompaniesController" to "App\Controller\CompaniesController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\CompanyDocsController" to "App\Controller\CompanyDocsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\ContactusController" to "App\Controller\ContactusController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\ContentPagesController" to "App\Controller\ContentPagesController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\DataImportController" to "App\Controller\DataImportController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\DefaultController" to "App\Controller\DefaultController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\DestinationController" to "App\Controller\DestinationController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\PrintController" to "App\Controller\PrintController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\ReportsController" to "App\Controller\ReportsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SecurityController" to "App\Controller\SecurityController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SupplierInvoicesController" to "App\Controller\SupplierInvoicesController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\TransporterDriversController" to "App\Controller\TransporterDriversController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\UserBankDetailsController" to "App\Controller\UserBankDetailsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\UserCertificatesController" to "App\Controller\UserCertificatesController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\UserDrivingLicenseInfoController" to "App\Controller\UserDrivingLicenseInfoController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\UserIdentityInfoController" to "App\Controller\UserIdentityInfoController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\UsersController" to "App\Controller\UsersController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehicleBeneficiaryDetailsController" to "App\Controller\VehicleBeneficiaryDetailsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehicleDocsController" to "App\Controller\VehicleDocsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehicleInvoicesController" to "App\Controller\VehicleInvoicesController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehicleMakersController" to "App\Controller\VehicleMakersController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehicleOwnershipTransferController" to "App\Controller\VehicleOwnershipTransferController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehicleRegistrationsController" to "App\Controller\VehicleRegistrationsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehicleRepairsController" to "App\Controller\VehicleRepairsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehicleRevokeRequestsController" to "App\Controller\VehicleRevokeRequestsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehicleRtsActivitiesController" to "App\Controller\VehicleRtsActivitiesController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehicleRtsActivitiesEstimateValController" to "App\Controller\VehicleRtsActivitiesEstimateValController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehicleRtsActivityStorageController" to "App\Controller\VehicleRtsActivityStorageController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehicleRtsActivityTransportsController" to "App\Controller\VehicleRtsActivityTransportsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehicleSaleAbandonsController" to "App\Controller\VehicleSaleAbandonsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehicleSalesController" to "App\Controller\VehicleSalesController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehicleSecurityNoticesController" to "App\Controller\VehicleSecurityNoticesController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehicleSettingsController" to "App\Controller\VehicleSettingsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehicleTechnicalSpecsController" to "App\Controller\VehicleTechnicalSpecsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehicleTrafficViolationsController" to "App\Controller\VehicleTrafficViolationsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\VehiclesController" to "App\Controller\VehiclesController".
  • Inlined service "App\Service\VehicleSituationLogService" to "App\Service\VehiclesService".
  • Inlined service "argument_metadata_factory" to "argument_resolver".
  • Inlined service ".service_locator.gA_BIGy" to "argument_resolver.service".
  • Inlined service "twig.error_renderer.html" to "error_controller".
  • Inlined service "controller_resolver" to "http_kernel".
  • Inlined service "argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.D1Oy4Sg" to "fragment.handler".
  • Inlined service ".1_~Q2cpIhL" to "error_handler.error_renderer.html".
  • Inlined service ".2_~Q2cpIhL" to "error_handler.error_renderer.html".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • 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.handler.native_file" to "session.storage.native".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".1_NativeFileSessionHandler~L0EUYbn" to "session.handler.native_file".
  • Inlined service ".service_locator.Bppmeg3" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~2nTb38a" 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.sc.dtz3" 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 "templating.filename_parser" to "templating.finder".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.qn0Y31L" to "validator.validator_factory".
  • Inlined service ".service_locator.V.o0zE7" 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.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "debug.validator.inner" to "debug.validator".
  • Inlined service "workflow.vehicle_situations.definition" to "workflow.vehicle_situations".
  • Inlined service "workflow.vehicle_situations.transition.0" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.1" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.2" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.3" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.4" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.5" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.6" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.7" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.8" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.9" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.10" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.11" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.12" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.13" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.14" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.15" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.16" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.17" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.18" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.19" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.20" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.21" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.22" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.23" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.24" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.25" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.26" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.0" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.1" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.2" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.3" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.4" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.5" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.6" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.7" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.8" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.9" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.10" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.11" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.12" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.13" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.14" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.15" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.16" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.17" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.18" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.19" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.20" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.21" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.22" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.23" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.24" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.25" to "workflow.vehicle_situations.definition".
  • Inlined service "workflow.vehicle_situations.transition.26" to "workflow.vehicle_situations.definition".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service ".service_locator.XwZNkPh" to ".1_LegacyRouteLoaderContainer~o4ubEKZ".
  • 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 "sensio_framework_extra.routing.loader.annot_dir" to "routing.resolver".
  • Inlined service "sensio_framework_extra.routing.loader.annot_file" 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~o4ubEKZ" 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 ".2_ArrayAdapter~eh8vtHL" to ".1_DoctrineProvider~eh8vtHL".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_DoctrineProvider~eh8vtHL" to "annotations.cached_reader".
  • Inlined service ".3_PhpArrayAdapter~eh8vtHL" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • 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 "sensio_framework_extra.converter.datetime" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
  • 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.default_entity_listener_resolver" 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 "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 "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 "twig.loader.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.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "workflow.twig_extension" 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 "knp_paginator.twig.extension.pagination" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.debug" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "App\Service\VehicleHelper" to "twig".
  • Inlined service "App\Service\CompanyHelper" to "twig".
  • Inlined service "App\Service\ClientHelper" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.o9nGMXB.twig.cache_warmer" to "twig.cache_warmer".
  • 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 "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.7YWluy." to "twig.runtime_loader".
  • Inlined service ".1_~ea6_0KJ" to "twig.error_renderer.html".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service ".1_NonceGenerator~IsM7RV." to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~IsM7RV." to "twig.extension.webprofiler".
  • Inlined service ".service_locator.XjnY8xG" to "security.token_storage".
  • Inlined service ".service_locator.6zQlgQt" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.iuGr.fa" 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.xujZZ.E" to "security.access_map".
  • Inlined service ".security.request_matcher.nwd_vEG" to "security.access_map".
  • Inlined service ".security.request_matcher..sujAHO" to "security.access_map".
  • Inlined service ".security.request_matcher.rFvhEdn" to "security.access_map".
  • Inlined service ".security.request_matcher.8kvV40_" to "security.access_map".
  • Inlined service ".security.request_matcher.F0hvm6Z" to "security.access_map".
  • Inlined service ".security.request_matcher.Rz5nz1J" to "security.access_map".
  • Inlined service ".security.request_matcher.PgSr1kl" to "security.access_map".
  • Inlined service ".security.request_matcher.Hoi2SEU" to "security.access_map".
  • Inlined service ".security.request_matcher.B9Et_ur" to "security.access_map".
  • Inlined service ".security.request_matcher.I8WVxKB" to "security.access_map".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.logout.success_handler.main" to "security.logout_listener.main".
  • Inlined service "security.logout.handler.csrf_token_clearing" to "security.logout_listener.main".
  • Inlined service "security.logout.handler.session" to "security.logout_listener.main".
  • Inlined service "security.user_checker" to "security.authentication.provider.dao.main".
  • Inlined service "App\EventListener\AuthenticationEventListener" to "security.authentication.success_handler.main.form_login".
  • Inlined service "security.authentication.session_strategy" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.form_entry_point.main" to "security.exception_listener.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "App\Security\ClientVoter" to "debug.security.voter.App\Security\ClientVoter".
  • Inlined service "App\Security\CompanyVoter" to "debug.security.voter.App\Security\CompanyVoter".
  • Inlined service "App\Security\UserVoter" to "debug.security.voter.App\Security\UserVoter".
  • Inlined service "App\Security\VehicleVoter" to "debug.security.voter.App\Security\VehicleVoter".
  • 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.KSuTc1P" 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.spool.memory" to "swiftmailer.transport".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "sensio_framework_extra.routing.loader.annot_class" to "routing.loader".
  • Inlined service "sensio_framework_extra.routing.loader.annot_class" to "routing.loader".
  • Inlined service "sensio_framework_extra.routing.loader.annot_class" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
305