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 102

Log messages generated by using features marked as deprecated.

Time Channel Message
php (5 times) User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.
[
  "exception" => ErrorException {#13580
    #message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
    #code: 0
    #file: "/home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    #line: 148
    #severity: E_USER_DEPRECATED
    trace: {
      /home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › } else {    @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);    $swap = $event;
      }
      /home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:126 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
        › $event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);}
      /home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/users/ck_new/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:85 {
        Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
        › try {    return $kernel->handle($request, $type, $catch);} finally {
      }
      /home/users/ck_new/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php:80 {
        Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
        › try {    return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/users/ck_new/vendor/symfony/http-kernel/Fragment/FragmentHandler.php:87 {
        Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
        › 
        ›     return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));}
      }
      /home/users/ck_new/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
        Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
        › 
        ›     return parent::render($uri, $renderer, $options);}
      }
      /home/users/ck_new/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php:46 {
        Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment($uri, $options = []) …
        › 
        ›     return $this->handler->render($uri, $strategy, $options);}
      }
      /home/users/ck_new/templates/base.html.twig:989 {
        __TwigTemplate_f1fc26f47efda024e32cbc7b489754abeed554fa6672075afb6af5ef26d64389->doDisplay(array $context, array $blocks = []) …
        › 
        ›     {{ render(controller('App\\Controller\\HomeController::footerAction')) }}</div>
      }
      /home/users/ck_new/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/users/ck_new/vendor/twig/twig/src/Template.php:378 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/users/ck_new/var/cache/dev/twig/81/8176d8b6d5433018834f172d3bdc841f241e0cb6e37710b4e574775bc97df18b.php:56 {
        __TwigTemplate_bf485cd43c4c65bf17186eeb6f50367d4648ef32489c2f033cf33c3eaf51e3ae->doDisplay(array $context, array $blocks = []) …
        › $this->parent = $this->loadTemplate("base.html.twig", "frontend/category/category.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/users/ck_new/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/users/ck_new/vendor/twig/twig/src/Template.php:378 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/users/ck_new/vendor/twig/twig/src/Template.php:390 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/users/ck_new/vendor/symfony/twig-bridge/TwigEngine.php:49 {
        Symfony\Bridge\Twig\TwigEngine->render($name, array $parameters = []) …
        › {    return $this->load($name)->render($parameters);}
      }
      /home/users/ck_new/vendor/symfony/twig-bundle/TwigEngine.php:45 {
        Symfony\Bundle\TwigBundle\TwigEngine->render($name, array $parameters = []) …
        › try {    return parent::render($name, $parameters);} catch (Error $e) {
      }
      /home/users/ck_new/vendor/symfony/templating/DelegatingEngine.php:41 {
        Symfony\Component\Templating\DelegatingEngine->render($name, array $parameters = []) …
        › {    return $this->getEngine($name)->render($name, $parameters);}
      }
      /home/users/ck_new/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:227 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › if ($this->container->has('templating')) {    $content = $this->container->get('templating')->render($view, $parameters);} elseif ($this->container->has('twig')) {
      }
      /home/users/ck_new/src/Controller/CategoryController.php:130 {
        App\Controller\CategoryController->indexAction(Request $request, CategoryRepository $categoryRepository, ProductRepository $productRepository, PaginatorInterface $paginator, FurnitureTypeRepository $furnitureTypeRepository, SessionInterface $session, ProductViewRepository $productViewRepository, CompareManager $compareManager, PasswordProtectedService $passwordProtectedService) …
        ›     'category' => $category,    'productsPerPage' => $session->get('productsPerPage',30),]);
      }
      /home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:150 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
        › // call controller$response = $controller(...$arguments);}
      /home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/users/ck_new/public/index.php:49 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/users/ck_new/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › } else {    @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);    $swap = $event;
  }
  /home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:126 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
    › $event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);}
  /home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/users/ck_new/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:85 {
    Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
    › try {    return $kernel->handle($request, $type, $catch);} finally {
  }
  /home/users/ck_new/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php:80 {
    Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
    › try {    return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/users/ck_new/vendor/symfony/http-kernel/Fragment/FragmentHandler.php:87 {
    Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
    › 
    ›     return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));}
  }
  /home/users/ck_new/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
    Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
    › 
    ›     return parent::render($uri, $renderer, $options);}
  }
  /home/users/ck_new/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php:46 {
    Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment($uri, $options = []) …
    › 
    ›     return $this->handler->render($uri, $strategy, $options);}
  }
  /home/users/ck_new/templates/base.html.twig:989 {
    __TwigTemplate_f1fc26f47efda024e32cbc7b489754abeed554fa6672075afb6af5ef26d64389->doDisplay(array $context, array $blocks = []) …
    › 
    ›     {{ render(controller('App\\Controller\\HomeController::footerAction')) }}</div>
  }
  /home/users/ck_new/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/users/ck_new/vendor/twig/twig/src/Template.php:378 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/users/ck_new/var/cache/dev/twig/81/8176d8b6d5433018834f172d3bdc841f241e0cb6e37710b4e574775bc97df18b.php:56 {
    __TwigTemplate_bf485cd43c4c65bf17186eeb6f50367d4648ef32489c2f033cf33c3eaf51e3ae->doDisplay(array $context, array $blocks = []) …
    › $this->parent = $this->loadTemplate("base.html.twig", "frontend/category/category.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/users/ck_new/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/users/ck_new/vendor/twig/twig/src/Template.php:378 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/users/ck_new/vendor/twig/twig/src/Template.php:390 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/users/ck_new/vendor/symfony/twig-bridge/TwigEngine.php:49 {
    Symfony\Bridge\Twig\TwigEngine->render($name, array $parameters = []) …
    › {    return $this->load($name)->render($parameters);}
  }
  /home/users/ck_new/vendor/symfony/twig-bundle/TwigEngine.php:45 {
    Symfony\Bundle\TwigBundle\TwigEngine->render($name, array $parameters = []) …
    › try {    return parent::render($name, $parameters);} catch (Error $e) {
  }
  /home/users/ck_new/vendor/symfony/templating/DelegatingEngine.php:41 {
    Symfony\Component\Templating\DelegatingEngine->render($name, array $parameters = []) …
    › {    return $this->getEngine($name)->render($name, $parameters);}
  }
  /home/users/ck_new/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:227 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › if ($this->container->has('templating')) {    $content = $this->container->get('templating')->render($view, $parameters);} elseif ($this->container->has('twig')) {
  }
  /home/users/ck_new/src/Controller/CategoryController.php:130 {
    App\Controller\CategoryController->indexAction(Request $request, CategoryRepository $categoryRepository, ProductRepository $productRepository, PaginatorInterface $paginator, FurnitureTypeRepository $furnitureTypeRepository, SessionInterface $session, ProductViewRepository $productViewRepository, CompareManager $compareManager, PasswordProtectedService $passwordProtectedService) …
    ›     'category' => $category,    'productsPerPage' => $session->get('productsPerPage',30),]);
  }
  /home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:150 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST) …
    › // call controller$response = $controller(...$arguments);}
  /home/users/ck_new/vendor/symfony/http-kernel/HttpKernel.php:67 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/users/ck_new/vendor/symfony/http-kernel/Kernel.php:198 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/users/ck_new/public/index.php:49 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
n/a The "App\Controller\Backend\AdminController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19888
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\ArticleController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19886
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\AvailabilityController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19885
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\BannerController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19882
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\BlogController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19876
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\CategoryController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19875
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\CurrencyController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19874
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\DeliveryMethodController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19873
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\EmailTemplateController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19872
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\EmployeeController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19871
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\FurnitureTypeController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19870
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\GoogleLabelController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19869
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\HelplineHoursController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19868
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\LandingPageController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19867
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\LanguageController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19866
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\ListingMarkerController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19865
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\MarkerController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19864
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\ModuleController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19863
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\NewsController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19862
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\OrderManagerController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19861
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\OrderStatusController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19860
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\PaymentMethodController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19859
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\PriceAutomationController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19858
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\ProductColorController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19857
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\ProductCommentController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19856
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\ProductController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19855
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\ProductCrossSellingController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19854
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\ProductEquipmentController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19853
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\ProductFamilyController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19852
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\ProductParameterController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19851
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\ProductParameterValueController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19850
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\ProductParameterValueGroupController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19849
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\ProductPriceController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19848
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\ProductPriceDraftController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19502
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\ProductPricePromotionManagementController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19506
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\ProductProducerController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19500
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\RebateCodeController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19467
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\SearchPhraseController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19444
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\SearchReplaceController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19421
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\TeamNotificationController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19393
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\TopBannerControllerController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19242
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\UrlRedirectController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19228
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\UserGroupController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19827
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\VatRateController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19709
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\WaitingListSendController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19713
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "App\Controller\Backend\WorkingHoursController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19790
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\ControllerTrait" trait is considered internal. It may change without further notice. You should not use it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19776
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::has()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19762
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::get()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19748
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::generateUrl()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19738
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::forward()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19725
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::redirect()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19731
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::redirectToRoute()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19686
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::json()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19702
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::file()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19829
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::addFlash()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19831
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::isGranted()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19833
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::denyAccessUnlessGranted()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19655
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::renderView()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19645
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19635
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::stream()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19625
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::createNotFoundException()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19615
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::createAccessDeniedException()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19605
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::createForm()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19595
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::createFormBuilder()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19585
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getDoctrine()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19575
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getUser()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19565
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::isCsrfTokenValid()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19555
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::dispatchMessage()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19545
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::addLink()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ResettingController".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19535
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "FOS\UserBundle\Controller\SecurityController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19522
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "file" => "/home/users/ck_new/src/Controller/SecurityController.php"
        "line" => 31
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "file" => "/home/users/ck_new/src/Controller/SecurityController.php"
    "line" => 31
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bridge\Doctrine\Form\Type\DoctrineType::getQueryBuilderPartsForCachingHash()" method is considered internal This method is public to be usable as callback. It should not * be used in user code. It may change without further notice. You should not extend it from "App\Form\Type\TransEntity".
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19528
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a Using the "Twig_Extension" class is deprecated since Twig version 2.7, use "Twig\Extension\AbstractExtension" instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19492
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/twig/twig/lib/Twig/Extension.php"
    -line: 7
    -trace: [
      [
        "file" => "/home/users/ck_new/src/Twig/AppExtension.php"
        "line" => 23
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "file" => "/home/users/ck_new/src/Twig/AppExtension.php"
    "line" => 23
    "function" => "spl_autoload_call"
  ]
]
n/a (3 times) The "Doctrine\Common\Inflector\Inflector::classify" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19469
    +count: 3
    -severity: 16384
    -file: "/home/users/ck_new/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php"
    -line: 90
    -trace: [
      [
        "file" => "/home/users/ck_new/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/CacheProviderLoader.php"
        "line" => 117
        "function" => "classify"
        "class" => "Doctrine\Common\Inflector\Inflector"
        "type" => "::"
      ]
    ]
  }
]
[
  [
    "file" => "/home/users/ck_new/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/CacheProviderLoader.php"
    "line" => 117
    "function" => "classify"
    "class" => "Doctrine\Common\Inflector\Inflector"
    "type" => "::"
  ]
]
n/a (2 times) The "dir_name" option is deprecated. Use "migrations_paths" instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19485
    +count: 2
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/config/Definition/ArrayNode.php"
    -line: 234
    -trace: [
      [
        "file" => "/home/users/ck_new/vendor/symfony/config/Definition/BaseNode.php"
        "line" => 427
        "function" => "finalizeValue"
        "class" => "Symfony\Component\Config\Definition\ArrayNode"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/users/ck_new/vendor/symfony/config/Definition/BaseNode.php"
    "line" => 427
    "function" => "finalizeValue"
    "class" => "Symfony\Component\Config\Definition\ArrayNode"
    "type" => "->"
  ]
]
n/a (2 times) The "namespace" option is deprecated. Use "migrations_paths" instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19446
    +count: 2
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/config/Definition/ArrayNode.php"
    -line: 234
    -trace: [
      [
        "file" => "/home/users/ck_new/vendor/symfony/config/Definition/BaseNode.php"
        "line" => 427
        "function" => "finalizeValue"
        "class" => "Symfony\Component\Config\Definition\ArrayNode"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/users/ck_new/vendor/symfony/config/Definition/BaseNode.php"
    "line" => 427
    "function" => "finalizeValue"
    "class" => "Symfony\Component\Config\Definition\ArrayNode"
    "type" => "->"
  ]
]
n/a (6 times) A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19462
    +count: 6
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/config/Definition/Builder/TreeBuilder.php"
    -line: 30
    -trace: [
      [
        "file" => "/home/users/ck_new/vendor/friendsofsymfony/user-bundle/DependencyInjection/Configuration.php"
        "line" => 34
        "function" => "__construct"
        "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/users/ck_new/vendor/friendsofsymfony/user-bundle/DependencyInjection/Configuration.php"
    "line" => 34
    "function" => "__construct"
    "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
    "type" => "->"
  ]
]
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "fos_user" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19423
    +count: 2
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/config/Definition/Builder/TreeBuilder.php"
    -line: 51
    -trace: [
      [
        "file" => "/home/users/ck_new/vendor/friendsofsymfony/user-bundle/DependencyInjection/Configuration.php"
        "line" => 35
        "function" => "root"
        "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/users/ck_new/vendor/friendsofsymfony/user-bundle/DependencyInjection/Configuration.php"
    "line" => 35
    "function" => "root"
    "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
    "type" => "->"
  ]
]
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "lexik_translation" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19439
    +count: 2
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/config/Definition/Builder/TreeBuilder.php"
    -line: 51
    -trace: [
      [
        "file" => "/home/users/ck_new/vendor/lexik/translation-bundle/DependencyInjection/Configuration.php"
        "line" => 25
        "function" => "root"
        "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/users/ck_new/vendor/lexik/translation-bundle/DependencyInjection/Configuration.php"
    "line" => 25
    "function" => "root"
    "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
    "type" => "->"
  ]
]
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "knp_paginator" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19409
    +count: 2
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/config/Definition/Builder/TreeBuilder.php"
    -line: 51
    -trace: [
      [
        "file" => "/home/users/ck_new/vendor/knplabs/knp-paginator-bundle/DependencyInjection/Configuration.php"
        "line" => 14
        "function" => "root"
        "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/users/ck_new/vendor/knplabs/knp-paginator-bundle/DependencyInjection/Configuration.php"
    "line" => 14
    "function" => "root"
    "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
    "type" => "->"
  ]
]
n/a The "FOS\UserBundle\Model\UserInterface" interface extends "Symfony\Component\Security\Core\User\AdvancedUserInterface" that is deprecated since Symfony 4.1.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19395
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "file" => "/home/users/ck_new/vendor/friendsofsymfony/user-bundle/Model/User.php"
        "line" => 23
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "file" => "/home/users/ck_new/vendor/friendsofsymfony/user-bundle/Model/User.php"
    "line" => 23
    "function" => "spl_autoload_call"
  ]
]
n/a The "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" class is deprecated since Symfony 4.2, use "Symfony\Component\Console\Command\Command" with dependency injection instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19381
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php"
    -line: 18
    -trace: [
      [
        "file" => "/home/users/ck_new/vendor/lexik/translation-bundle/Command/ImportTranslationsCommand.php"
        "line" => 22
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "file" => "/home/users/ck_new/vendor/lexik/translation-bundle/Command/ImportTranslationsCommand.php"
    "line" => 22
    "function" => "spl_autoload_call"
  ]
]
n/a The "Lexik\Bundle\TranslationBundle\Command\ImportTranslationsCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19371
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a The "Lexik\Bundle\TranslationBundle\Command\ExportTranslationsCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19361
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/symfony/debug/DebugClassLoader.php"
    -line: 204
    -trace: [
      [
        "function" => "spl_autoload_call"
      ]
    ]
  }
]
[
  [
    "function" => "spl_autoload_call"
  ]
]
n/a Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#19351
    +count: 1
    -severity: 16384
    -file: "/home/users/ck_new/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php"
    -line: 66
    -trace: [
      [
        "file" => "/home/users/ck_new/var/cache/dev/Container9uK7mQF/srcApp_KernelDevDebugContainer.php"
        "line" => 871
        "function" => "__construct"
        "class" => "Doctrine\ORM\Mapping\UnderscoreNamingStrategy"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/users/ck_new/var/cache/dev/Container9uK7mQF/srcApp_KernelDevDebugContainer.php"
    "line" => 871
    "function" => "__construct"
    "class" => "Doctrine\ORM\Mapping\UnderscoreNamingStrategy"
    "type" => "->"
  ]
]

Debug 41

Unimportant log messages generated during the execution of the application.

Time Channel Message
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\Listener\RequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\Listener\RequestListener::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
doctrine SELECT h0_.id AS id_0, h0_.day AS day_1, h0_.nb_of_the_day AS nb_of_the_day_2, h0_.created_at AS created_at_3, h0_.updated_at AS updated_at_4, h0_.created_by AS created_by_5, h0_.updated_by AS updated_by_6, h0_.deleted_by AS deleted_by_7, h1_.id AS id_8, h1_.name AS name_9, h1_.short_name AS short_name_10, h1_.locale AS locale_11, h1_.translatable_id AS translatable_id_12 FROM helpline_hours h0_ INNER JOIN helpline_hours_translation h1_ ON h0_.id = h1_.translatable_id WHERE h1_.locale = ? AND h0_.deleted_by IS NULL ORDER BY h0_.nb_of_the_day ASC
[
  "pl"
]
doctrine SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.slug AS slug_3, a0_.created_at AS created_at_4, a0_.updated_at AS updated_at_5, a0_.created_by AS created_by_6, a0_.updated_by AS updated_by_7, a0_.deleted_by AS deleted_by_8, l1_.id AS id_9, l1_.locale AS locale_10, l1_.domain AS domain_11, l1_.is_active AS is_active_12, l1_.is_default AS is_default_13, l1_.helpline AS helpline_14, l1_.rounding_precision AS rounding_precision_15, l1_.phone AS phone_16, l1_.address AS address_17, l1_.shop_name AS shop_name_18, l1_.email AS email_19, l1_.facebook AS facebook_20, l1_.instagram AS instagram_21, l1_.youtube AS youtube_22, l1_.store_url AS store_url_23, l1_.password_protected AS password_protected_24, l1_.store_password AS store_password_25, l1_.fb_pixel AS fb_pixel_26, l1_.fb_token AS fb_token_27, l1_.is_comments AS is_comments_28, l1_.send_comment_request_days AS send_comment_request_days_29, l1_.store_email AS store_email_30, l1_.admin_store_email AS admin_store_email_31, l1_.complaint_email AS complaint_email_32, l1_.product_return_email AS product_return_email_33, l1_.getresponse_campaign_id AS getresponse_campaign_id_34, l1_.created_at AS created_at_35, l1_.updated_at AS updated_at_36, l1_.created_by AS created_by_37, l1_.updated_by AS updated_by_38, l1_.deleted_by AS deleted_by_39, a0_.language_id AS language_id_40, l1_.currency_id AS currency_id_41 FROM article_news a0_ INNER JOIN language l1_ ON a0_.language_id = l1_.id WHERE a0_.deleted_by IS NULL AND l1_.locale = ? ORDER BY a0_.id DESC
[
  "pl"
]
doctrine SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.slug AS slug_3, a0_.header AS header_4, a0_.footer AS footer_5, a0_.created_at AS created_at_6, a0_.updated_at AS updated_at_7, a0_.created_by AS created_by_8, a0_.updated_by AS updated_by_9, a0_.deleted_by AS deleted_by_10, l1_.id AS id_11, l1_.locale AS locale_12, l1_.domain AS domain_13, l1_.is_active AS is_active_14, l1_.is_default AS is_default_15, l1_.helpline AS helpline_16, l1_.rounding_precision AS rounding_precision_17, l1_.phone AS phone_18, l1_.address AS address_19, l1_.shop_name AS shop_name_20, l1_.email AS email_21, l1_.facebook AS facebook_22, l1_.instagram AS instagram_23, l1_.youtube AS youtube_24, l1_.store_url AS store_url_25, l1_.password_protected AS password_protected_26, l1_.store_password AS store_password_27, l1_.fb_pixel AS fb_pixel_28, l1_.fb_token AS fb_token_29, l1_.is_comments AS is_comments_30, l1_.send_comment_request_days AS send_comment_request_days_31, l1_.store_email AS store_email_32, l1_.admin_store_email AS admin_store_email_33, l1_.complaint_email AS complaint_email_34, l1_.product_return_email AS product_return_email_35, l1_.getresponse_campaign_id AS getresponse_campaign_id_36, l1_.created_at AS created_at_37, l1_.updated_at AS updated_at_38, l1_.created_by AS created_by_39, l1_.updated_by AS updated_by_40, l1_.deleted_by AS deleted_by_41, a0_.language_id AS language_id_42, l1_.currency_id AS currency_id_43 FROM article a0_ INNER JOIN language l1_ ON a0_.language_id = l1_.id WHERE a0_.deleted_by IS NULL AND l1_.locale = ?
[
  "pl"
]
doctrine SELECT c0_.id AS id_0, c0_.level AS level_1, c0_.position AS position_2, c0_.alt AS alt_3, c0_.image_custom_name AS image_custom_name_4, c0_.image_name_2 AS image_name_2_5, c0_.image_name_3 AS image_name_3_6, c0_.image_name AS image_name_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.created_by AS created_by_10, c0_.updated_by AS updated_by_11, c0_.deleted_by AS deleted_by_12, c1_.id AS id_13, c1_.name AS name_14, c1_.description AS description_15, c1_.meta_title AS meta_title_16, c1_.meta_description AS meta_description_17, c1_.meta_keywords AS meta_keywords_18, c1_.custom_h1 AS custom_h1_19, c1_.canonical AS canonical_20, c1_.slug AS slug_21, c1_.google_product_type AS google_product_type_22, c1_.google_product_category AS google_product_category_23, c1_.special_product_category AS special_product_category_24, c1_.locale AS locale_25, c0_.category_parent_id AS category_parent_id_26, c1_.translatable_id AS translatable_id_27 FROM category c0_ INNER JOIN category_translation c1_ ON c0_.id = c1_.translatable_id INNER JOIN category_lang_param c2_ ON c0_.id = c2_.category_id INNER JOIN language l3_ ON c2_.language = l3_.id WHERE c1_.locale = ? AND l3_.locale = ? AND c2_.shortcut = ? AND c0_.deleted_by IS NULL AND c2_.visible = ? AND c0_.category_parent_id IS NULL ORDER BY c2_.position ASC
[
  "pl"
  "pl"
  1
  true
]
doctrine SELECT t0.id AS id_1, t0.locale AS locale_2, t0.domain AS domain_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.helpline AS helpline_6, t0.rounding_precision AS rounding_precision_7, t0.phone AS phone_8, t0.address AS address_9, t0.shop_name AS shop_name_10, t0.email AS email_11, t0.facebook AS facebook_12, t0.instagram AS instagram_13, t0.youtube AS youtube_14, t0.store_url AS store_url_15, t0.password_protected AS password_protected_16, t0.store_password AS store_password_17, t0.fb_pixel AS fb_pixel_18, t0.fb_token AS fb_token_19, t0.is_comments AS is_comments_20, t0.send_comment_request_days AS send_comment_request_days_21, t0.store_email AS store_email_22, t0.admin_store_email AS admin_store_email_23, t0.complaint_email AS complaint_email_24, t0.product_return_email AS product_return_email_25, t0.getresponse_campaign_id AS getresponse_campaign_id_26, t0.created_at AS created_at_27, t0.updated_at AS updated_at_28, t0.created_by AS created_by_29, t0.updated_by AS updated_by_30, t0.deleted_by AS deleted_by_31, t0.currency_id AS currency_id_32 FROM language t0 WHERE t0.deleted_by IS NULL AND t0.locale = ? LIMIT 1
[
  "pl"
]
doctrine SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.content AS content_2, b0_.meta_title AS meta_title_3, b0_.meta_description AS meta_description_4, b0_.meta_keywords AS meta_keywords_5, b0_.alt AS alt_6, b0_.image_custom_name AS image_custom_name_7, b0_.tags AS tags_8, b0_.slug AS slug_9, b0_.visible AS visible_10, b0_.special AS special_11, b0_.image_name AS image_name_12, b0_.created_at AS created_at_13, b0_.updated_at AS updated_at_14, b0_.created_by AS created_by_15, b0_.updated_by AS updated_by_16, b0_.deleted_by AS deleted_by_17, l1_.id AS id_18, l1_.locale AS locale_19, l1_.domain AS domain_20, l1_.is_active AS is_active_21, l1_.is_default AS is_default_22, l1_.helpline AS helpline_23, l1_.rounding_precision AS rounding_precision_24, l1_.phone AS phone_25, l1_.address AS address_26, l1_.shop_name AS shop_name_27, l1_.email AS email_28, l1_.facebook AS facebook_29, l1_.instagram AS instagram_30, l1_.youtube AS youtube_31, l1_.store_url AS store_url_32, l1_.password_protected AS password_protected_33, l1_.store_password AS store_password_34, l1_.fb_pixel AS fb_pixel_35, l1_.fb_token AS fb_token_36, l1_.is_comments AS is_comments_37, l1_.send_comment_request_days AS send_comment_request_days_38, l1_.store_email AS store_email_39, l1_.admin_store_email AS admin_store_email_40, l1_.complaint_email AS complaint_email_41, l1_.product_return_email AS product_return_email_42, l1_.getresponse_campaign_id AS getresponse_campaign_id_43, l1_.created_at AS created_at_44, l1_.updated_at AS updated_at_45, l1_.created_by AS created_by_46, l1_.updated_by AS updated_by_47, l1_.deleted_by AS deleted_by_48, b0_.language AS language_49, l1_.currency_id AS currency_id_50 FROM blog b0_ INNER JOIN language l1_ ON b0_.language = l1_.id WHERE b0_.deleted_by IS NULL AND l1_.locale = ? AND b0_.visible = 1 ORDER BY b0_.id DESC
[
  "pl"
]
event Notified event
"kernel.response"
to listener
"App\Listener\GenerateCookieListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\Listener\GenerateCookieListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]

PHP Notices 0

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

There are no log messages of this level.

Container 2094

Log messages generated during the compilation of the service container.

Class Messages
Liip\ImagineBundle\DependencyInjection\Compiler\LoadersCompilerPass
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.default
1
Liip\ImagineBundle\DependencyInjection\Compiler\FiltersCompilerPass
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.relative_resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.thumbnail
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.crop
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.grayscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.paste
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.watermark
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.background
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.strip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.scale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.upscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.downscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.auto_rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.flip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.interlace
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resample
17
Liip\ImagineBundle\DependencyInjection\Compiler\PostProcessorsCompilerPass
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.jpegoptim
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.optipng
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.pngquant
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.mozjpeg
4
Liip\ImagineBundle\DependencyInjection\Compiler\ResolversCompilerPass
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.default
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.no_cache_web_path
2
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ActonaStockCommand" (parent: .abstract.instanceof.App\Command\ActonaStockCommand).
  • Resolving inheritance for "App\Command\ActonaStockCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ActonaStockCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutomaticPriceCommand" (parent: .abstract.instanceof.App\Command\AutomaticPriceCommand).
  • Resolving inheritance for "App\Command\AutomaticPriceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutomaticPriceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AvailabilityMultiLanguage" (parent: .abstract.instanceof.App\Command\AvailabilityMultiLanguage).
  • Resolving inheritance for "App\Command\AvailabilityMultiLanguage" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AvailabilityMultiLanguage).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CategoryPositionSetCommand" (parent: .abstract.instanceof.App\Command\CategoryPositionSetCommand).
  • Resolving inheritance for "App\Command\CategoryPositionSetCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CategoryPositionSetCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CategorySetCommand" (parent: .abstract.instanceof.App\Command\CategorySetCommand).
  • Resolving inheritance for "App\Command\CategorySetCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CategorySetCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CeneoGeneratorCommand" (parent: .abstract.instanceof.App\Command\CeneoGeneratorCommand).
  • Resolving inheritance for "App\Command\CeneoGeneratorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CeneoGeneratorCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClearCacheQueueCommand" (parent: .abstract.instanceof.App\Command\ClearCacheQueueCommand).
  • Resolving inheritance for "App\Command\ClearCacheQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClearCacheQueueCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CommentRequestCommand" (parent: .abstract.instanceof.App\Command\CommentRequestCommand).
  • Resolving inheritance for "App\Command\CommentRequestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CommentRequestCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CrossSellingCommand" (parent: .abstract.instanceof.App\Command\CrossSellingCommand).
  • Resolving inheritance for "App\Command\CrossSellingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CrossSellingCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CustomH1Command" (parent: .abstract.instanceof.App\Command\CustomH1Command).
  • Resolving inheritance for "App\Command\CustomH1Command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CustomH1Command).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CzSignUpdaterCommand" (parent: .abstract.instanceof.App\Command\CzSignUpdaterCommand).
  • Resolving inheritance for "App\Command\CzSignUpdaterCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CzSignUpdaterCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DiabloStockCommand" (parent: .abstract.instanceof.App\Command\DiabloStockCommand).
  • Resolving inheritance for "App\Command\DiabloStockCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DiabloStockCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixAvailabilityNameCommand" (parent: .abstract.instanceof.App\Command\FixAvailabilityNameCommand).
  • Resolving inheritance for "App\Command\FixAvailabilityNameCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixAvailabilityNameCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixCompareParameterValueCommand" (parent: .abstract.instanceof.App\Command\FixCompareParameterValueCommand).
  • Resolving inheritance for "App\Command\FixCompareParameterValueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixCompareParameterValueCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixProductCategoriesOrder" (parent: .abstract.instanceof.App\Command\FixProductCategoriesOrder).
  • Resolving inheritance for "App\Command\FixProductCategoriesOrder" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixProductCategoriesOrder).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixProductDescriptionCommand" (parent: .abstract.instanceof.App\Command\FixProductDescriptionCommand).
  • Resolving inheritance for "App\Command\FixProductDescriptionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixProductDescriptionCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixProductPhotoLanguageCommand" (parent: .abstract.instanceof.App\Command\FixProductPhotoLanguageCommand).
  • Resolving inheritance for "App\Command\FixProductPhotoLanguageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixProductPhotoLanguageCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixProductPriceProduct" (parent: .abstract.instanceof.App\Command\FixProductPriceProduct).
  • Resolving inheritance for "App\Command\FixProductPriceProduct" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixProductPriceProduct).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixProductRelationsCommand" (parent: .abstract.instanceof.App\Command\FixProductRelationsCommand).
  • Resolving inheritance for "App\Command\FixProductRelationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixProductRelationsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixXmlImportCommand" (parent: .abstract.instanceof.App\Command\FixXmlImportCommand).
  • Resolving inheritance for "App\Command\FixXmlImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixXmlImportCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleImageSitemapCommand" (parent: .abstract.instanceof.App\Command\GoogleImageSitemapCommand).
  • Resolving inheritance for "App\Command\GoogleImageSitemapCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleImageSitemapCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleImageSitemapCzCommand" (parent: .abstract.instanceof.App\Command\GoogleImageSitemapCzCommand).
  • Resolving inheritance for "App\Command\GoogleImageSitemapCzCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleImageSitemapCzCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleImageSitemapRoCommand" (parent: .abstract.instanceof.App\Command\GoogleImageSitemapRoCommand).
  • Resolving inheritance for "App\Command\GoogleImageSitemapRoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleImageSitemapRoCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleImageSitemapSkCommand" (parent: .abstract.instanceof.App\Command\GoogleImageSitemapSkCommand).
  • Resolving inheritance for "App\Command\GoogleImageSitemapSkCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleImageSitemapSkCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleMerchantGeneratorCommand" (parent: .abstract.instanceof.App\Command\GoogleMerchantGeneratorCommand).
  • Resolving inheritance for "App\Command\GoogleMerchantGeneratorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleMerchantGeneratorCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleMerchantGeneratorCzCommand" (parent: .abstract.instanceof.App\Command\GoogleMerchantGeneratorCzCommand).
  • Resolving inheritance for "App\Command\GoogleMerchantGeneratorCzCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleMerchantGeneratorCzCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleMerchantGeneratorRoCommand" (parent: .abstract.instanceof.App\Command\GoogleMerchantGeneratorRoCommand).
  • Resolving inheritance for "App\Command\GoogleMerchantGeneratorRoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleMerchantGeneratorRoCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleMerchantGeneratorSkCommand" (parent: .abstract.instanceof.App\Command\GoogleMerchantGeneratorSkCommand).
  • Resolving inheritance for "App\Command\GoogleMerchantGeneratorSkCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleMerchantGeneratorSkCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleSitemapCommand" (parent: .abstract.instanceof.App\Command\GoogleSitemapCommand).
  • Resolving inheritance for "App\Command\GoogleSitemapCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleSitemapCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleSitemapCzCommand" (parent: .abstract.instanceof.App\Command\GoogleSitemapCzCommand).
  • Resolving inheritance for "App\Command\GoogleSitemapCzCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleSitemapCzCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleSitemapRoCommand" (parent: .abstract.instanceof.App\Command\GoogleSitemapRoCommand).
  • Resolving inheritance for "App\Command\GoogleSitemapRoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleSitemapRoCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleSitemapSkCommand" (parent: .abstract.instanceof.App\Command\GoogleSitemapSkCommand).
  • Resolving inheritance for "App\Command\GoogleSitemapSkCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleSitemapSkCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HalmarStockCommand" (parent: .abstract.instanceof.App\Command\HalmarStockCommand).
  • Resolving inheritance for "App\Command\HalmarStockCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HalmarStockCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HeurekaGeneratorCzCommand" (parent: .abstract.instanceof.App\Command\HeurekaGeneratorCzCommand).
  • Resolving inheritance for "App\Command\HeurekaGeneratorCzCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HeurekaGeneratorCzCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HeurekaGeneratorCzHtmlCommand" (parent: .abstract.instanceof.App\Command\HeurekaGeneratorCzHtmlCommand).
  • Resolving inheritance for "App\Command\HeurekaGeneratorCzHtmlCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HeurekaGeneratorCzHtmlCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HeurekaGeneratorSkCommand" (parent: .abstract.instanceof.App\Command\HeurekaGeneratorSkCommand).
  • Resolving inheritance for "App\Command\HeurekaGeneratorSkCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HeurekaGeneratorSkCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HeurekaGeneratorSkHtmlCommand" (parent: .abstract.instanceof.App\Command\HeurekaGeneratorSkHtmlCommand).
  • Resolving inheritance for "App\Command\HeurekaGeneratorSkHtmlCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HeurekaGeneratorSkHtmlCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HeurekaTestCommand" (parent: .abstract.instanceof.App\Command\HeurekaTestCommand).
  • Resolving inheritance for "App\Command\HeurekaTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HeurekaTestCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportAvailabilityCommand" (parent: .abstract.instanceof.App\Command\ImportAvailabilityCommand).
  • Resolving inheritance for "App\Command\ImportAvailabilityCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportAvailabilityCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportBlogCommand" (parent: .abstract.instanceof.App\Command\ImportBlogCommand).
  • Resolving inheritance for "App\Command\ImportBlogCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportBlogCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCompareParameterCommand" (parent: .abstract.instanceof.App\Command\ImportCompareParameterCommand).
  • Resolving inheritance for "App\Command\ImportCompareParameterCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCompareParameterCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportFixFilterAvailabilityCommand" (parent: .abstract.instanceof.App\Command\ImportFixFilterAvailabilityCommand).
  • Resolving inheritance for "App\Command\ImportFixFilterAvailabilityCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportFixFilterAvailabilityCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportParameterCommand" (parent: .abstract.instanceof.App\Command\ImportParameterCommand).
  • Resolving inheritance for "App\Command\ImportParameterCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportParameterCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProduct" (parent: .abstract.instanceof.App\Command\ImportProduct).
  • Resolving inheritance for "App\Command\ImportProduct" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProduct).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProductFamily" (parent: .abstract.instanceof.App\Command\ImportProductFamily).
  • Resolving inheritance for "App\Command\ImportProductFamily" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProductFamily).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProductProducer" (parent: .abstract.instanceof.App\Command\ImportProductProducer).
  • Resolving inheritance for "App\Command\ImportProductProducer" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProductProducer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\JanNowakStockCommand" (parent: .abstract.instanceof.App\Command\JanNowakStockCommand).
  • Resolving inheritance for "App\Command\JanNowakStockCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\JanNowakStockCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ListingMarkersUpdaterCommand" (parent: .abstract.instanceof.App\Command\ListingMarkersUpdaterCommand).
  • Resolving inheritance for "App\Command\ListingMarkersUpdaterCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ListingMarkersUpdaterCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParameterValuesTranslationCommand" (parent: .abstract.instanceof.App\Command\ParameterValuesTranslationCommand).
  • Resolving inheritance for "App\Command\ParameterValuesTranslationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParameterValuesTranslationCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayUCheckerCommand" (parent: .abstract.instanceof.App\Command\PayUCheckerCommand).
  • Resolving inheritance for "App\Command\PayUCheckerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayUCheckerCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductEquipmentPriceRecalculate" (parent: .abstract.instanceof.App\Command\ProductEquipmentPriceRecalculate).
  • Resolving inheritance for "App\Command\ProductEquipmentPriceRecalculate" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductEquipmentPriceRecalculate).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductPriceEquipmentCheckCommand" (parent: .abstract.instanceof.App\Command\ProductPriceEquipmentCheckCommand).
  • Resolving inheritance for "App\Command\ProductPriceEquipmentCheckCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductPriceEquipmentCheckCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductProducerDefaultLanguagesCommand" (parent: .abstract.instanceof.App\Command\ProductProducerDefaultLanguagesCommand).
  • Resolving inheritance for "App\Command\ProductProducerDefaultLanguagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductProducerDefaultLanguagesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductXmlUpdaterCommand" (parent: .abstract.instanceof.App\Command\ProductXmlUpdaterCommand).
  • Resolving inheritance for "App\Command\ProductXmlUpdaterCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductXmlUpdaterCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReadyForPublicationCommand" (parent: .abstract.instanceof.App\Command\ReadyForPublicationCommand).
  • Resolving inheritance for "App\Command\ReadyForPublicationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReadyForPublicationCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RecalculatePriceCommand" (parent: .abstract.instanceof.App\Command\RecalculatePriceCommand).
  • Resolving inheritance for "App\Command\RecalculatePriceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RecalculatePriceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveOldDataCommand" (parent: .abstract.instanceof.App\Command\RemoveOldDataCommand).
  • Resolving inheritance for "App\Command\RemoveOldDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveOldDataCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RoJudetUploadCommand" (parent: .abstract.instanceof.App\Command\RoJudetUploadCommand).
  • Resolving inheritance for "App\Command\RoJudetUploadCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RoJudetUploadCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetAutomaticPriceDefaultCommand" (parent: .abstract.instanceof.App\Command\SetAutomaticPriceDefaultCommand).
  • Resolving inheritance for "App\Command\SetAutomaticPriceDefaultCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetAutomaticPriceDefaultCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetDefaultProductPriceChangeCommand" (parent: .abstract.instanceof.App\Command\SetDefaultProductPriceChangeCommand).
  • Resolving inheritance for "App\Command\SetDefaultProductPriceChangeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetDefaultProductPriceChangeCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetProductCategoryCounterCommand" (parent: .abstract.instanceof.App\Command\SetProductCategoryCounterCommand).
  • Resolving inheritance for "App\Command\SetProductCategoryCounterCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetProductCategoryCounterCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetProductPhotoPositionsCommand" (parent: .abstract.instanceof.App\Command\SetProductPhotoPositionsCommand).
  • Resolving inheritance for "App\Command\SetProductPhotoPositionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetProductPhotoPositionsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetTempPrices0Command" (parent: .abstract.instanceof.App\Command\SetTempPrices0Command).
  • Resolving inheritance for "App\Command\SetTempPrices0Command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetTempPrices0Command).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetTempPrices2Command" (parent: .abstract.instanceof.App\Command\SetTempPrices2Command).
  • Resolving inheritance for "App\Command\SetTempPrices2Command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetTempPrices2Command).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetTempPrices3Command" (parent: .abstract.instanceof.App\Command\SetTempPrices3Command).
  • Resolving inheritance for "App\Command\SetTempPrices3Command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetTempPrices3Command).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetTempPrices4Command" (parent: .abstract.instanceof.App\Command\SetTempPrices4Command).
  • Resolving inheritance for "App\Command\SetTempPrices4Command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetTempPrices4Command).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetTempPricesCommand" (parent: .abstract.instanceof.App\Command\SetTempPricesCommand).
  • Resolving inheritance for "App\Command\SetTempPricesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetTempPricesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetVisibleValuesCommand" (parent: .abstract.instanceof.App\Command\SetVisibleValuesCommand).
  • Resolving inheritance for "App\Command\SetVisibleValuesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetVisibleValuesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SkClearCartCommand" (parent: .abstract.instanceof.App\Command\SkClearCartCommand).
  • Resolving inheritance for "App\Command\SkClearCartCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SkClearCartCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SkVatChangeCommand" (parent: .abstract.instanceof.App\Command\SkVatChangeCommand).
  • Resolving inheritance for "App\Command\SkVatChangeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SkVatChangeCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SlugProductFixCommand" (parent: .abstract.instanceof.App\Command\SlugProductFixCommand).
  • Resolving inheritance for "App\Command\SlugProductFixCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SlugProductFixCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UniqueStockCommand" (parent: .abstract.instanceof.App\Command\UniqueStockCommand).
  • Resolving inheritance for "App\Command\UniqueStockCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UniqueStockCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ViewedProductRemoveCommand" (parent: .abstract.instanceof.App\Command\ViewedProductRemoveCommand).
  • Resolving inheritance for "App\Command\ViewedProductRemoveCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ViewedProductRemoveCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountAddressController" (parent: .abstract.instanceof.App\Controller\AccountAddressController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountAddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountAddressController).
  • Resolving inheritance for "App\Controller\AccountAddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountAddressController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountController" (parent: .abstract.instanceof.App\Controller\AccountController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountController).
  • Resolving inheritance for "App\Controller\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleController" (parent: .abstract.instanceof.App\Controller\ArticleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleController).
  • Resolving inheritance for "App\Controller\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\AdminController" (parent: .abstract.instanceof.App\Controller\Backend\AdminController).
  • Resolving inheritance for "App\Controller\Backend\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ArticleController" (parent: .abstract.instanceof.App\Controller\Backend\ArticleController).
  • Resolving inheritance for "App\Controller\Backend\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ArticleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\AvailabilityController" (parent: .abstract.instanceof.App\Controller\Backend\AvailabilityController).
  • Resolving inheritance for "App\Controller\Backend\AvailabilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\AvailabilityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\BannerController" (parent: .abstract.instanceof.App\Controller\Backend\BannerController).
  • Resolving inheritance for "App\Controller\Backend\BannerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\BannerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\BlogController" (parent: .abstract.instanceof.App\Controller\Backend\BlogController).
  • Resolving inheritance for "App\Controller\Backend\BlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\BlogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\CategoryController" (parent: .abstract.instanceof.App\Controller\Backend\CategoryController).
  • Resolving inheritance for "App\Controller\Backend\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\CurrencyController" (parent: .abstract.instanceof.App\Controller\Backend\CurrencyController).
  • Resolving inheritance for "App\Controller\Backend\CurrencyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\CurrencyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\DeliveryMethodController" (parent: .abstract.instanceof.App\Controller\Backend\DeliveryMethodController).
  • Resolving inheritance for "App\Controller\Backend\DeliveryMethodController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\DeliveryMethodController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\EmailTemplateController" (parent: .abstract.instanceof.App\Controller\Backend\EmailTemplateController).
  • Resolving inheritance for "App\Controller\Backend\EmailTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\EmailTemplateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\EmployeeController" (parent: .abstract.instanceof.App\Controller\Backend\EmployeeController).
  • Resolving inheritance for "App\Controller\Backend\EmployeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\EmployeeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\FurnitureTypeController" (parent: .abstract.instanceof.App\Controller\Backend\FurnitureTypeController).
  • Resolving inheritance for "App\Controller\Backend\FurnitureTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\FurnitureTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\GoogleLabelController" (parent: .abstract.instanceof.App\Controller\Backend\GoogleLabelController).
  • Resolving inheritance for "App\Controller\Backend\GoogleLabelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\GoogleLabelController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\HelplineHoursController" (parent: .abstract.instanceof.App\Controller\Backend\HelplineHoursController).
  • Resolving inheritance for "App\Controller\Backend\HelplineHoursController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\HelplineHoursController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\LandingPageController" (parent: .abstract.instanceof.App\Controller\Backend\LandingPageController).
  • Resolving inheritance for "App\Controller\Backend\LandingPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\LandingPageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\LanguageController" (parent: .abstract.instanceof.App\Controller\Backend\LanguageController).
  • Resolving inheritance for "App\Controller\Backend\LanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\LanguageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ListingMarkerController" (parent: .abstract.instanceof.App\Controller\Backend\ListingMarkerController).
  • Resolving inheritance for "App\Controller\Backend\ListingMarkerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ListingMarkerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\MarkerController" (parent: .abstract.instanceof.App\Controller\Backend\MarkerController).
  • Resolving inheritance for "App\Controller\Backend\MarkerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\MarkerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ModuleController" (parent: .abstract.instanceof.App\Controller\Backend\ModuleController).
  • Resolving inheritance for "App\Controller\Backend\ModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ModuleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\NewsController" (parent: .abstract.instanceof.App\Controller\Backend\NewsController).
  • Resolving inheritance for "App\Controller\Backend\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\NewsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\OrderManagerController" (parent: .abstract.instanceof.App\Controller\Backend\OrderManagerController).
  • Resolving inheritance for "App\Controller\Backend\OrderManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\OrderManagerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\OrderStatusController" (parent: .abstract.instanceof.App\Controller\Backend\OrderStatusController).
  • Resolving inheritance for "App\Controller\Backend\OrderStatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\OrderStatusController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\PaymentMethodController" (parent: .abstract.instanceof.App\Controller\Backend\PaymentMethodController).
  • Resolving inheritance for "App\Controller\Backend\PaymentMethodController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\PaymentMethodController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\PriceAutomationController" (parent: .abstract.instanceof.App\Controller\Backend\PriceAutomationController).
  • Resolving inheritance for "App\Controller\Backend\PriceAutomationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\PriceAutomationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductColorController" (parent: .abstract.instanceof.App\Controller\Backend\ProductColorController).
  • Resolving inheritance for "App\Controller\Backend\ProductColorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductColorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductCommentController" (parent: .abstract.instanceof.App\Controller\Backend\ProductCommentController).
  • Resolving inheritance for "App\Controller\Backend\ProductCommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductCommentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductController" (parent: .abstract.instanceof.App\Controller\Backend\ProductController).
  • Resolving inheritance for "App\Controller\Backend\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductCrossSellingController" (parent: .abstract.instanceof.App\Controller\Backend\ProductCrossSellingController).
  • Resolving inheritance for "App\Controller\Backend\ProductCrossSellingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductCrossSellingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductEquipmentController" (parent: .abstract.instanceof.App\Controller\Backend\ProductEquipmentController).
  • Resolving inheritance for "App\Controller\Backend\ProductEquipmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductEquipmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductFamilyController" (parent: .abstract.instanceof.App\Controller\Backend\ProductFamilyController).
  • Resolving inheritance for "App\Controller\Backend\ProductFamilyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductFamilyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductParameterController" (parent: .abstract.instanceof.App\Controller\Backend\ProductParameterController).
  • Resolving inheritance for "App\Controller\Backend\ProductParameterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductParameterController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductParameterValueController" (parent: .abstract.instanceof.App\Controller\Backend\ProductParameterValueController).
  • Resolving inheritance for "App\Controller\Backend\ProductParameterValueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductParameterValueController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductParameterValueGroupController" (parent: .abstract.instanceof.App\Controller\Backend\ProductParameterValueGroupController).
  • Resolving inheritance for "App\Controller\Backend\ProductParameterValueGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductParameterValueGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductPriceController" (parent: .abstract.instanceof.App\Controller\Backend\ProductPriceController).
  • Resolving inheritance for "App\Controller\Backend\ProductPriceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductPriceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductPriceDraftController" (parent: .abstract.instanceof.App\Controller\Backend\ProductPriceDraftController).
  • Resolving inheritance for "App\Controller\Backend\ProductPriceDraftController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductPriceDraftController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductPricePromotionManagementController" (parent: .abstract.instanceof.App\Controller\Backend\ProductPricePromotionManagementController).
  • Resolving inheritance for "App\Controller\Backend\ProductPricePromotionManagementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductPricePromotionManagementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductProducerController" (parent: .abstract.instanceof.App\Controller\Backend\ProductProducerController).
  • Resolving inheritance for "App\Controller\Backend\ProductProducerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductProducerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\RebateCodeController" (parent: .abstract.instanceof.App\Controller\Backend\RebateCodeController).
  • Resolving inheritance for "App\Controller\Backend\RebateCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\RebateCodeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\SearchPhraseController" (parent: .abstract.instanceof.App\Controller\Backend\SearchPhraseController).
  • Resolving inheritance for "App\Controller\Backend\SearchPhraseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\SearchPhraseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\SearchReplaceController" (parent: .abstract.instanceof.App\Controller\Backend\SearchReplaceController).
  • Resolving inheritance for "App\Controller\Backend\SearchReplaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\SearchReplaceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\TeamNotificationController" (parent: .abstract.instanceof.App\Controller\Backend\TeamNotificationController).
  • Resolving inheritance for "App\Controller\Backend\TeamNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\TeamNotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\TopBannerControllerController" (parent: .abstract.instanceof.App\Controller\Backend\TopBannerControllerController).
  • Resolving inheritance for "App\Controller\Backend\TopBannerControllerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\TopBannerControllerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\UrlRedirectController" (parent: .abstract.instanceof.App\Controller\Backend\UrlRedirectController).
  • Resolving inheritance for "App\Controller\Backend\UrlRedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\UrlRedirectController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\UserGroupController" (parent: .abstract.instanceof.App\Controller\Backend\UserGroupController).
  • Resolving inheritance for "App\Controller\Backend\UserGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\UserGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\VatRateController" (parent: .abstract.instanceof.App\Controller\Backend\VatRateController).
  • Resolving inheritance for "App\Controller\Backend\VatRateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\VatRateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\WaitingListSendController" (parent: .abstract.instanceof.App\Controller\Backend\WaitingListSendController).
  • Resolving inheritance for "App\Controller\Backend\WaitingListSendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\WaitingListSendController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\WorkingHoursController" (parent: .abstract.instanceof.App\Controller\Backend\WorkingHoursController).
  • Resolving inheritance for "App\Controller\Backend\WorkingHoursController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\WorkingHoursController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController" (parent: .abstract.instanceof.App\Controller\BlogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController).
  • Resolving inheritance for "App\Controller\BlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController" (parent: .abstract.instanceof.App\Controller\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController).
  • Resolving inheritance for "App\Controller\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryController" (parent: .abstract.instanceof.App\Controller\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryController).
  • Resolving inheritance for "App\Controller\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ComplaintGeneratorController" (parent: .abstract.instanceof.App\Controller\ComplaintGeneratorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ComplaintGeneratorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ComplaintGeneratorController).
  • Resolving inheritance for "App\Controller\ComplaintGeneratorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ComplaintGeneratorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FurnitureTypeController" (parent: .abstract.instanceof.App\Controller\FurnitureTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FurnitureTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FurnitureTypeController).
  • Resolving inheritance for "App\Controller\FurnitureTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FurnitureTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
  • Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LandingPageController" (parent: .abstract.instanceof.App\Controller\LandingPageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LandingPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LandingPageController).
  • Resolving inheritance for "App\Controller\LandingPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LandingPageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController" (parent: .abstract.instanceof.App\Controller\NewsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController).
  • Resolving inheritance for "App\Controller\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderCommentController" (parent: .abstract.instanceof.App\Controller\OrderCommentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderCommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderCommentController).
  • Resolving inheritance for "App\Controller\OrderCommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderCommentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController" (parent: .abstract.instanceof.App\Controller\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController).
  • Resolving inheritance for "App\Controller\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductReturnGeneratorController" (parent: .abstract.instanceof.App\Controller\ProductReturnGeneratorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductReturnGeneratorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductReturnGeneratorController).
  • Resolving inheritance for "App\Controller\ProductReturnGeneratorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductReturnGeneratorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResettingController" (parent: .abstract.instanceof.App\Controller\ResettingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResettingController).
  • Resolving inheritance for "App\Controller\ResettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResettingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
  • Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SummaryController" (parent: .abstract.instanceof.App\Controller\SummaryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SummaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SummaryController).
  • Resolving inheritance for "App\Controller\SummaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SummaryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WaitingListController" (parent: .abstract.instanceof.App\Controller\WaitingListController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WaitingListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WaitingListController).
  • Resolving inheritance for "App\Controller\WaitingListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WaitingListController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AddressType" (parent: .abstract.instanceof.App\Form\Type\AddressType).
  • Resolving inheritance for "App\Form\Type\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AddressType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AdminProductCommentType" (parent: .abstract.instanceof.App\Form\Type\AdminProductCommentType).
  • Resolving inheritance for "App\Form\Type\AdminProductCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AdminProductCommentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ArticleType" (parent: .abstract.instanceof.App\Form\Type\ArticleType).
  • Resolving inheritance for "App\Form\Type\ArticleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ArticleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AvailabilityType" (parent: .abstract.instanceof.App\Form\Type\AvailabilityType).
  • Resolving inheritance for "App\Form\Type\AvailabilityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AvailabilityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BannerType" (parent: .abstract.instanceof.App\Form\Type\BannerType).
  • Resolving inheritance for "App\Form\Type\BannerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BannerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BlogType" (parent: .abstract.instanceof.App\Form\Type\BlogType).
  • Resolving inheritance for "App\Form\Type\BlogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BlogType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BuchCheaperSearchType" (parent: .abstract.instanceof.App\Form\Type\BuchCheaperSearchType).
  • Resolving inheritance for "App\Form\Type\BuchCheaperSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BuchCheaperSearchType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CartProductType" (parent: .abstract.instanceof.App\Form\Type\CartProductType).
  • Resolving inheritance for "App\Form\Type\CartProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CartProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CartType" (parent: .abstract.instanceof.App\Form\Type\CartType).
  • Resolving inheritance for "App\Form\Type\CartType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CartType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CategoryLangParamType" (parent: .abstract.instanceof.App\Form\Type\CategoryLangParamType).
  • Resolving inheritance for "App\Form\Type\CategoryLangParamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CategoryLangParamType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CategoryType" (parent: .abstract.instanceof.App\Form\Type\CategoryType).
  • Resolving inheritance for "App\Form\Type\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompanyAddressType" (parent: .abstract.instanceof.App\Form\Type\CompanyAddressType).
  • Resolving inheritance for "App\Form\Type\CompanyAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompanyAddressType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompareParameterType" (parent: .abstract.instanceof.App\Form\Type\CompareParameterType).
  • Resolving inheritance for "App\Form\Type\CompareParameterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompareParameterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompareParameterValueType" (parent: .abstract.instanceof.App\Form\Type\CompareParameterValueType).
  • Resolving inheritance for "App\Form\Type\CompareParameterValueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompareParameterValueType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CurrencyType" (parent: .abstract.instanceof.App\Form\Type\CurrencyType).
  • Resolving inheritance for "App\Form\Type\CurrencyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CurrencyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomLoginType" (parent: .abstract.instanceof.App\Form\Type\CustomLoginType).
  • Resolving inheritance for "App\Form\Type\CustomLoginType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomLoginType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerSearchType" (parent: .abstract.instanceof.App\Form\Type\CustomerSearchType).
  • Resolving inheritance for "App\Form\Type\CustomerSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerSearchType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryAddressType" (parent: .abstract.instanceof.App\Form\Type\DeliveryAddressType).
  • Resolving inheritance for "App\Form\Type\DeliveryAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryAddressType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryMethodPriceType" (parent: .abstract.instanceof.App\Form\Type\DeliveryMethodPriceType).
  • Resolving inheritance for "App\Form\Type\DeliveryMethodPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryMethodPriceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryMethodType" (parent: .abstract.instanceof.App\Form\Type\DeliveryMethodType).
  • Resolving inheritance for "App\Form\Type\DeliveryMethodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryMethodType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EmailTemplateType" (parent: .abstract.instanceof.App\Form\Type\EmailTemplateType).
  • Resolving inheritance for "App\Form\Type\EmailTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EmailTemplateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EmployeeSearchType" (parent: .abstract.instanceof.App\Form\Type\EmployeeSearchType).
  • Resolving inheritance for "App\Form\Type\EmployeeSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EmployeeSearchType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EmployeeType" (parent: .abstract.instanceof.App\Form\Type\EmployeeType).
  • Resolving inheritance for "App\Form\Type\EmployeeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EmployeeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FurnitureTypeLangParamType" (parent: .abstract.instanceof.App\Form\Type\FurnitureTypeLangParamType).
  • Resolving inheritance for "App\Form\Type\FurnitureTypeLangParamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FurnitureTypeLangParamType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FurnitureTypeType" (parent: .abstract.instanceof.App\Form\Type\FurnitureTypeType).
  • Resolving inheritance for "App\Form\Type\FurnitureTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FurnitureTypeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GoogleLabelType" (parent: .abstract.instanceof.App\Form\Type\GoogleLabelType).
  • Resolving inheritance for "App\Form\Type\GoogleLabelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GoogleLabelType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HelplineHoursType" (parent: .abstract.instanceof.App\Form\Type\HelplineHoursType).
  • Resolving inheritance for "App\Form\Type\HelplineHoursType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HelplineHoursType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InvoiceAddressType" (parent: .abstract.instanceof.App\Form\Type\InvoiceAddressType).
  • Resolving inheritance for "App\Form\Type\InvoiceAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InvoiceAddressType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LandingPageType" (parent: .abstract.instanceof.App\Form\Type\LandingPageType).
  • Resolving inheritance for "App\Form\Type\LandingPageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LandingPageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LanguageType" (parent: .abstract.instanceof.App\Form\Type\LanguageType).
  • Resolving inheritance for "App\Form\Type\LanguageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LanguageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ListingMarkerType" (parent: .abstract.instanceof.App\Form\Type\ListingMarkerType).
  • Resolving inheritance for "App\Form\Type\ListingMarkerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ListingMarkerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MarkerType" (parent: .abstract.instanceof.App\Form\Type\MarkerType).
  • Resolving inheritance for "App\Form\Type\MarkerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MarkerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ModuleType" (parent: .abstract.instanceof.App\Form\Type\ModuleType).
  • Resolving inheritance for "App\Form\Type\ModuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ModuleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\NewsType" (parent: .abstract.instanceof.App\Form\Type\NewsType).
  • Resolving inheritance for "App\Form\Type\NewsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\NewsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderCommentType" (parent: .abstract.instanceof.App\Form\Type\OrderCommentType).
  • Resolving inheritance for "App\Form\Type\OrderCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderCommentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderDataType" (parent: .abstract.instanceof.App\Form\Type\OrderDataType).
  • Resolving inheritance for "App\Form\Type\OrderDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderDataType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderProductType" (parent: .abstract.instanceof.App\Form\Type\OrderProductType).
  • Resolving inheritance for "App\Form\Type\OrderProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderProductsType" (parent: .abstract.instanceof.App\Form\Type\OrderProductsType).
  • Resolving inheritance for "App\Form\Type\OrderProductsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderProductsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderSearchType" (parent: .abstract.instanceof.App\Form\Type\OrderSearchType).
  • Resolving inheritance for "App\Form\Type\OrderSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderSearchType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderStatusType" (parent: .abstract.instanceof.App\Form\Type\OrderStatusType).
  • Resolving inheritance for "App\Form\Type\OrderStatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderStatusType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderType" (parent: .abstract.instanceof.App\Form\Type\OrderType).
  • Resolving inheritance for "App\Form\Type\OrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PasswordResetType" (parent: .abstract.instanceof.App\Form\Type\PasswordResetType).
  • Resolving inheritance for "App\Form\Type\PasswordResetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PasswordResetType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PaymentMethodPriceType" (parent: .abstract.instanceof.App\Form\Type\PaymentMethodPriceType).
  • Resolving inheritance for "App\Form\Type\PaymentMethodPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PaymentMethodPriceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PaymentMethodType" (parent: .abstract.instanceof.App\Form\Type\PaymentMethodType).
  • Resolving inheritance for "App\Form\Type\PaymentMethodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PaymentMethodType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductAccessoryType" (parent: .abstract.instanceof.App\Form\Type\ProductAccessoryType).
  • Resolving inheritance for "App\Form\Type\ProductAccessoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductAccessoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductCategoryType" (parent: .abstract.instanceof.App\Form\Type\ProductCategoryType).
  • Resolving inheritance for "App\Form\Type\ProductCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductColorType" (parent: .abstract.instanceof.App\Form\Type\ProductColorType).
  • Resolving inheritance for "App\Form\Type\ProductColorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductColorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductCommentSearchType" (parent: .abstract.instanceof.App\Form\Type\ProductCommentSearchType).
  • Resolving inheritance for "App\Form\Type\ProductCommentSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductCommentSearchType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductCompareType" (parent: .abstract.instanceof.App\Form\Type\ProductCompareType).
  • Resolving inheritance for "App\Form\Type\ProductCompareType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductCompareType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductComplaintType" (parent: .abstract.instanceof.App\Form\Type\ProductComplaintType).
  • Resolving inheritance for "App\Form\Type\ProductComplaintType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductComplaintType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductCrossSellingRowType" (parent: .abstract.instanceof.App\Form\Type\ProductCrossSellingRowType).
  • Resolving inheritance for "App\Form\Type\ProductCrossSellingRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductCrossSellingRowType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductCrossSellingType" (parent: .abstract.instanceof.App\Form\Type\ProductCrossSellingType).
  • Resolving inheritance for "App\Form\Type\ProductCrossSellingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductCrossSellingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductEditPhotoType" (parent: .abstract.instanceof.App\Form\Type\ProductEditPhotoType).
  • Resolving inheritance for "App\Form\Type\ProductEditPhotoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductEditPhotoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductEditRelationType" (parent: .abstract.instanceof.App\Form\Type\ProductEditRelationType).
  • Resolving inheritance for "App\Form\Type\ProductEditRelationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductEditRelationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductEditSimilarColorsType" (parent: .abstract.instanceof.App\Form\Type\ProductEditSimilarColorsType).
  • Resolving inheritance for "App\Form\Type\ProductEditSimilarColorsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductEditSimilarColorsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductEquipmentType" (parent: .abstract.instanceof.App\Form\Type\ProductEquipmentType).
  • Resolving inheritance for "App\Form\Type\ProductEquipmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductEquipmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductFamilyLangParamType" (parent: .abstract.instanceof.App\Form\Type\ProductFamilyLangParamType).
  • Resolving inheritance for "App\Form\Type\ProductFamilyLangParamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductFamilyLangParamType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductFamilyType" (parent: .abstract.instanceof.App\Form\Type\ProductFamilyType).
  • Resolving inheritance for "App\Form\Type\ProductFamilyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductFamilyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductFilterCollectionType" (parent: .abstract.instanceof.App\Form\Type\ProductFilterCollectionType).
  • Resolving inheritance for "App\Form\Type\ProductFilterCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductFilterCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductFilterType" (parent: .abstract.instanceof.App\Form\Type\ProductFilterType).
  • Resolving inheritance for "App\Form\Type\ProductFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductFurnitureTypeType" (parent: .abstract.instanceof.App\Form\Type\ProductFurnitureTypeType).
  • Resolving inheritance for "App\Form\Type\ProductFurnitureTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductFurnitureTypeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductLangParamType" (parent: .abstract.instanceof.App\Form\Type\ProductLangParamType).
  • Resolving inheritance for "App\Form\Type\ProductLangParamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductLangParamType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductParameterLangParamType" (parent: .abstract.instanceof.App\Form\Type\ProductParameterLangParamType).
  • Resolving inheritance for "App\Form\Type\ProductParameterLangParamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductParameterLangParamType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductParameterType" (parent: .abstract.instanceof.App\Form\Type\ProductParameterType).
  • Resolving inheritance for "App\Form\Type\ProductParameterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductParameterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductParameterValueGroupType" (parent: .abstract.instanceof.App\Form\Type\ProductParameterValueGroupType).
  • Resolving inheritance for "App\Form\Type\ProductParameterValueGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductParameterValueGroupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductParameterValueSearchType" (parent: .abstract.instanceof.App\Form\Type\ProductParameterValueSearchType).
  • Resolving inheritance for "App\Form\Type\ProductParameterValueSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductParameterValueSearchType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductParameterValueType" (parent: .abstract.instanceof.App\Form\Type\ProductParameterValueType).
  • Resolving inheritance for "App\Form\Type\ProductParameterValueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductParameterValueType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPhotoType" (parent: .abstract.instanceof.App\Form\Type\ProductPhotoType).
  • Resolving inheritance for "App\Form\Type\ProductPhotoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPhotoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPriceDraftQueueType" (parent: .abstract.instanceof.App\Form\Type\ProductPriceDraftQueueType).
  • Resolving inheritance for "App\Form\Type\ProductPriceDraftQueueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPriceDraftQueueType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPriceDraftRecalculateType" (parent: .abstract.instanceof.App\Form\Type\ProductPriceDraftRecalculateType).
  • Resolving inheritance for "App\Form\Type\ProductPriceDraftRecalculateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPriceDraftRecalculateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPricePriceConfiguration" (parent: .abstract.instanceof.App\Form\Type\ProductPricePriceConfiguration).
  • Resolving inheritance for "App\Form\Type\ProductPricePriceConfiguration" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPricePriceConfiguration).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPriceSearchType" (parent: .abstract.instanceof.App\Form\Type\ProductPriceSearchType).
  • Resolving inheritance for "App\Form\Type\ProductPriceSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPriceSearchType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPriceType" (parent: .abstract.instanceof.App\Form\Type\ProductPriceType).
  • Resolving inheritance for "App\Form\Type\ProductPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPriceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPriceVariantsType" (parent: .abstract.instanceof.App\Form\Type\ProductPriceVariantsType).
  • Resolving inheritance for "App\Form\Type\ProductPriceVariantsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPriceVariantsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductProducerPriceChangeType" (parent: .abstract.instanceof.App\Form\Type\ProductProducerPriceChangeType).
  • Resolving inheritance for "App\Form\Type\ProductProducerPriceChangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductProducerPriceChangeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductProducerType" (parent: .abstract.instanceof.App\Form\Type\ProductProducerType).
  • Resolving inheritance for "App\Form\Type\ProductProducerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductProducerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductRecommendationType" (parent: .abstract.instanceof.App\Form\Type\ProductRecommendationType).
  • Resolving inheritance for "App\Form\Type\ProductRecommendationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductRecommendationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductReturnProductType" (parent: .abstract.instanceof.App\Form\Type\ProductReturnProductType).
  • Resolving inheritance for "App\Form\Type\ProductReturnProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductReturnProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductReturnType" (parent: .abstract.instanceof.App\Form\Type\ProductReturnType).
  • Resolving inheritance for "App\Form\Type\ProductReturnType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductReturnType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductSearchFiltersType" (parent: .abstract.instanceof.App\Form\Type\ProductSearchFiltersType).
  • Resolving inheritance for "App\Form\Type\ProductSearchFiltersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductSearchFiltersType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductSearchType" (parent: .abstract.instanceof.App\Form\Type\ProductSearchType).
  • Resolving inheritance for "App\Form\Type\ProductSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductSearchType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductSimilarColorType" (parent: .abstract.instanceof.App\Form\Type\ProductSimilarColorType).
  • Resolving inheritance for "App\Form\Type\ProductSimilarColorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductSimilarColorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductType" (parent: .abstract.instanceof.App\Form\Type\ProductType).
  • Resolving inheritance for "App\Form\Type\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductVatType" (parent: .abstract.instanceof.App\Form\Type\ProductVatType).
  • Resolving inheritance for "App\Form\Type\ProductVatType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductVatType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductXmlType" (parent: .abstract.instanceof.App\Form\Type\ProductXmlType).
  • Resolving inheritance for "App\Form\Type\ProductXmlType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductXmlType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RebateCodeSearchType" (parent: .abstract.instanceof.App\Form\Type\RebateCodeSearchType).
  • Resolving inheritance for "App\Form\Type\RebateCodeSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RebateCodeSearchType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RebateCodeType" (parent: .abstract.instanceof.App\Form\Type\RebateCodeType).
  • Resolving inheritance for "App\Form\Type\RebateCodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RebateCodeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RegisterType" (parent: .abstract.instanceof.App\Form\Type\RegisterType).
  • Resolving inheritance for "App\Form\Type\RegisterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RegisterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SampleOrderType" (parent: .abstract.instanceof.App\Form\Type\SampleOrderType).
  • Resolving inheritance for "App\Form\Type\SampleOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SampleOrderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchReplaceType" (parent: .abstract.instanceof.App\Form\Type\SearchReplaceType).
  • Resolving inheritance for "App\Form\Type\SearchReplaceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchReplaceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SendRequestType" (parent: .abstract.instanceof.App\Form\Type\SendRequestType).
  • Resolving inheritance for "App\Form\Type\SendRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SendRequestType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SubProductType" (parent: .abstract.instanceof.App\Form\Type\SubProductType).
  • Resolving inheritance for "App\Form\Type\SubProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SubProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SummaryType" (parent: .abstract.instanceof.App\Form\Type\SummaryType).
  • Resolving inheritance for "App\Form\Type\SummaryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SummaryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TeamNotificationType" (parent: .abstract.instanceof.App\Form\Type\TeamNotificationType).
  • Resolving inheritance for "App\Form\Type\TeamNotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TeamNotificationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TopBannerType" (parent: .abstract.instanceof.App\Form\Type\TopBannerType).
  • Resolving inheritance for "App\Form\Type\TopBannerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TopBannerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TransEntity" (parent: .abstract.instanceof.App\Form\Type\TransEntity).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.App\Form\Type\TransEntity" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TransEntity).
  • Resolving inheritance for "App\Form\Type\TransEntity" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.App\Form\Type\TransEntity).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UniversalSearchType" (parent: .abstract.instanceof.App\Form\Type\UniversalSearchType).
  • Resolving inheritance for "App\Form\Type\UniversalSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UniversalSearchType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UrlRedirectType" (parent: .abstract.instanceof.App\Form\Type\UrlRedirectType).
  • Resolving inheritance for "App\Form\Type\UrlRedirectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UrlRedirectType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserGroupType" (parent: .abstract.instanceof.App\Form\Type\UserGroupType).
  • Resolving inheritance for "App\Form\Type\UserGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserGroupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserGroupsModulesType" (parent: .abstract.instanceof.App\Form\Type\UserGroupsModulesType).
  • Resolving inheritance for "App\Form\Type\UserGroupsModulesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserGroupsModulesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\WaitingListSearchType" (parent: .abstract.instanceof.App\Form\Type\WaitingListSearchType).
  • Resolving inheritance for "App\Form\Type\WaitingListSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\WaitingListSearchType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\WaitingListType" (parent: .abstract.instanceof.App\Form\Type\WaitingListType).
  • Resolving inheritance for "App\Form\Type\WaitingListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\WaitingListType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\WorkingHourType" (parent: .abstract.instanceof.App\Form\Type\WorkingHourType).
  • Resolving inheritance for "App\Form\Type\WorkingHourType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\WorkingHourType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\EmployeeVoter" (parent: .abstract.instanceof.App\Security\Authorization\Voter\EmployeeVoter).
  • Resolving inheritance for "App\Security\Authorization\Voter\EmployeeVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\EmployeeVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\ModuleVoter" (parent: .abstract.instanceof.App\Security\Authorization\Voter\ModuleVoter).
  • Resolving inheritance for "App\Security\Authorization\Voter\ModuleVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\ModuleVoter).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension).
  • Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.transEntity" (parent: .abstract.instanceof.transEntity).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.transEntity" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.transEntity).
  • Resolving inheritance for "transEntity" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.transEntity).
  • 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.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 "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_cache.providers.doctrine.orm.default_metadata_cache" (parent: doctrine_cache.abstract.array).
  • Resolving inheritance for "doctrine_cache.providers.doctrine.orm.default_result_cache" (parent: doctrine_cache.abstract.array).
  • Resolving inheritance for "doctrine_cache.providers.doctrine.orm.default_query_cache" (parent: doctrine_cache.abstract.array).
  • 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.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.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 "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 "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.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.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
588
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Service\FilterService"; 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\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; 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 "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 "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 "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 "debug.templating.engine.php"; 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 "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\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Symfony\Bridge\Doctrine\RegistryInterface"; 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_entity_manager.event_manager"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user.provider.concrete.fos_userbundle"; 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 "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 "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "fos_user.doctrine_registry"; reason: private alias.
  • Removed service "FOS\UserBundle\Security\LoginManagerInterface"; reason: private alias.
  • Removed service "FOS\UserBundle\Util\TokenGeneratorInterface"; reason: private alias.
  • Removed service "FOS\UserBundle\Util\PasswordUpdaterInterface"; reason: private alias.
  • Removed service "FOS\UserBundle\Util\CanonicalFieldsUpdater"; reason: private alias.
  • Removed service "FOS\UserBundle\Model\UserManagerInterface"; reason: private alias.
  • Removed service "fos_user.util.email_canonicalizer"; reason: private alias.
  • Removed service "fos_user.util.username_canonicalizer"; reason: private alias.
  • Removed service "fos_user.util.token_generator"; reason: private alias.
  • Removed service "fos_user.mailer"; reason: private alias.
  • Removed service "fos_user.session"; reason: private alias.
  • Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
  • Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
  • Removed service "fos_rest.router"; reason: private alias.
  • Removed service "fos_rest.templating"; reason: private alias.
  • Removed service "fos_rest.inflector"; reason: private alias.
  • Removed service "a2lix_auto_form.manipulator.default"; reason: private alias.
  • Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
  • Removed service "liip_imagine"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; 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 "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $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 $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "fos_rest.serializer"; reason: private alias.
  • Removed service "a2lix_translation_form.locale_provider.default"; reason: private alias.
  • Removed service ".service_locator.Gj3XAXp"; reason: private alias.
  • Removed service ".service_locator.toDMWQ4"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
169
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Controller\ResettingController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\ResettingController" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "App\Controller\SecurityController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\SecurityController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Handler\CartHandler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Handler\CategoryHandler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Handler\DeliveryMethodHandler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Handler\FurnitureTypeHandler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Handler\OrderProductsHandler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Handler\PaymentMethodHandler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Handler\ProductCrossSellingHandler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Handler\ProductEditPhotoHandler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Handler\ProductEditRelationHandler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Handler\ProductFamilyHandler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Handler\ProductHandler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Handler\ProductHandler" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\Handler\ProductPriceHandler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Handler\ProductSimilarColorHandler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Handler\ProductXmlHandler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Handler\RegisterHandler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\AdminProductCommentType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ArticleType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\AvailabilityType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\BannerType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\BlogType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\BuchCheaperSearchType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\CategoryType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\CompareParameterType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\CurrencyType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\CustomLoginType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\CustomerSearchType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\EmailTemplateType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\EmployeeSearchType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\EmployeeType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\FurnitureTypeType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\GoogleLabelType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\HelplineHoursType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\LandingPageType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\LanguageType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ListingMarkerType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\MarkerType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ModuleType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\NewsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\OrderCommentType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\OrderDataType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\OrderProductType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\OrderProductsType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\OrderSearchType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\OrderStatusType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\OrderType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\PasswordResetType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductColorType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductCommentSearchType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductComplaintType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductEquipmentType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductFamilyType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductParameterType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductParameterValueGroupType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductParameterValueSearchType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductParameterValueType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductPhotoType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductPriceDraftQueueType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductPriceDraftRecalculateType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductPriceSearchType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductProducerType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductReturnType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductSearchFiltersType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductSearchType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductVatType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\ProductXmlType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\RebateCodeSearchType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\RebateCodeType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\SampleOrderType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\SearchReplaceType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\SubProductType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\TeamNotificationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\TopBannerType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\UniversalSearchType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\UrlRedirectType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\WaitingListSearchType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\WaitingListType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\WorkingHourType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Handler\LoginSuccessHandler" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Handler\LoginSuccessHandler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Listener\RequestListener" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Mailer\TwigSwiftMailer" previously pointing to "router.default" to "router".
  • Changed reference of service "App\PayU\PayU" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\PayU\PayU" previously pointing to "router.default" to "router".
  • Changed reference of service "App\PayU\PayU" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Services\AccountManager" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\CartService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\CartService" previously pointing to "App\Services\ProductManager" to "product.manager".
  • Changed reference of service "App\Services\CopyProduct" previously pointing to "App\Services\ProductManager" to "product.manager".
  • Changed reference of service "App\Services\CopyProduct" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\OrderService" previously pointing to "App\Services\ProductManager" to "product.manager".
  • Changed reference of service "App\Services\OrderService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\PasswordProtectedService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\PasswordProtectedService" previously pointing to "App\Services\ProductManager" to "product.manager".
  • Changed reference of service "App\Services\ProductCommentManager" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\ProductCommentManager" previously pointing to "App\Services\LangParamService" to "lang.param.manager".
  • Changed reference of service "App\Services\SearchManager" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\SearchManager" previously pointing to "App\Services\LangParamService" to "lang.param.manager".
  • Changed reference of service "App\Services\UserAddressManager" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\UserAddressManager" previously pointing to "App\Services\ProductManager" to "product.manager".
  • Changed reference of service "App\Services\UserService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Twig\AppExtension" previously pointing to "router.default" to "router".
  • Changed reference of service "security.authentication.customized_success_handler" previously pointing to "router.default" to "router".
  • Changed reference of service "security.authentication.customized_success_handler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "RequestListener" previously pointing to "router.default" to "router".
  • Changed reference of service "user.service" previously pointing to "router.default" to "router".
  • Changed reference of service "app.mailer.twig_swift" previously pointing to "router.default" to "router".
  • Changed reference of service "app.logout.handler" previously pointing to "router.default" to "router".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "templating.engine.php" previously pointing to "templating.loader.filesystem" to "templating.loader".
  • Changed reference of service "templating.helper.router" previously pointing to "router.default" to "router".
  • Changed reference of service "templating.helper.translator" 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 "translator_listener" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\TemplateController" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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 "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 "monolog.handler.swift" previously pointing to "swiftmailer.mailer.default.transport.dynamic" to "swiftmailer.mailer.default.transport.real".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_user.security.interactive_login_listener" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.user_provider.username" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.user_provider.username_email" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.util.user_manipulator" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.util.user_manipulator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_user.mailer.default" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_user.mailer.default" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "fos_user.mailer.twig_swift" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_user.listener.flash" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "fos_user.user_to_username_transformer" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.profile.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_user.profile.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.registration.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_user.registration.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.change_password.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_user.change_password.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.listener.resetting" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_user.resetting.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_user.resetting.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.AWoKVq0" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.AWoKVq0" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.TKL.FE6" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator._7jaUbT" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator._7jaUbT" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.8OKB9IB" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.8OKB9IB" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.8OKB9IB" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.jwpTcoh" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.BLcT.zD" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.RGIiAl4" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.M3hu1A1" previously pointing to "App\Services\ProductManager" to "product.manager".
  • Changed reference of service ".service_locator.MQ_n5ym" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.mOXrihx" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.9gRU8Z2" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator._E2K18U" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.NHSCqcm" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.aQRgBlP" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.6Eeaiog" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.H5buQRk" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.5nBZOAP" previously pointing to "App\Services\ProductManager" to "product.manager".
  • Changed reference of service ".service_locator.5nBZOAP" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.MM65ukz" previously pointing to "App\Services\ProductManager" to "product.manager".
  • Changed reference of service ".service_locator.MM65ukz" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.E9Ot7r3" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.Sbk1mZ9" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.OETlcD9" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.jmvbEvf" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\EmployeeVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Authorization\Voter\ModuleVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.G4jz1CY" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.ZBMCC44" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.ZBMCC44" previously pointing to "templating.engine.delegating" 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".
  • Changed reference of service "product.manager" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "product.manager" previously pointing to "App\Services\LangParamService" to "lang.param.manager".
  • Changed reference of service "product.views" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "product.views" previously pointing to "App\Services\LangParamService" to "lang.param.manager".
  • Changed reference of service "category.manager" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "category.manager" previously pointing to "App\Services\LangParamService" to "lang.param.manager".
  • Changed reference of service "lang.param.manager" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "privileges.manager" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_rest.view_handler" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "console.command.public_alias.Lexik\Bundle\TranslationBundle\Command\ImportTranslationsCommand" previously pointing to "translator.data_collector" to "translator".
243
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 "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 "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.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 "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 "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ActonaStockCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ActonaStockCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutomaticPriceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutomaticPriceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AvailabilityMultiLanguage"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AvailabilityMultiLanguage"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CategoryPositionSetCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CategoryPositionSetCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CategorySetCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CategorySetCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CeneoGeneratorCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CeneoGeneratorCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClearCacheQueueCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ClearCacheQueueCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CommentRequestCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CommentRequestCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CrossSellingCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CrossSellingCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CustomH1Command"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CustomH1Command"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CzSignUpdaterCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CzSignUpdaterCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DiabloStockCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\DiabloStockCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixAvailabilityNameCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\FixAvailabilityNameCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixCompareParameterValueCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\FixCompareParameterValueCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixProductCategoriesOrder"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\FixProductCategoriesOrder"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixProductDescriptionCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\FixProductDescriptionCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixProductPhotoLanguageCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\FixProductPhotoLanguageCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixProductPriceProduct"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\FixProductPriceProduct"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixProductRelationsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\FixProductRelationsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixXmlImportCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\FixXmlImportCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleImageSitemapCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\GoogleImageSitemapCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleImageSitemapCzCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\GoogleImageSitemapCzCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleImageSitemapRoCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\GoogleImageSitemapRoCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleImageSitemapSkCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\GoogleImageSitemapSkCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleMerchantGeneratorCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\GoogleMerchantGeneratorCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleMerchantGeneratorCzCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\GoogleMerchantGeneratorCzCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleMerchantGeneratorRoCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\GoogleMerchantGeneratorRoCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleMerchantGeneratorSkCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\GoogleMerchantGeneratorSkCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleSitemapCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\GoogleSitemapCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleSitemapCzCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\GoogleSitemapCzCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleSitemapRoCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\GoogleSitemapRoCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleSitemapSkCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\GoogleSitemapSkCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HalmarStockCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\HalmarStockCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HeurekaGeneratorCzCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\HeurekaGeneratorCzCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HeurekaGeneratorCzHtmlCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\HeurekaGeneratorCzHtmlCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HeurekaGeneratorSkCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\HeurekaGeneratorSkCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HeurekaGeneratorSkHtmlCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\HeurekaGeneratorSkHtmlCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HeurekaTestCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\HeurekaTestCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportAvailabilityCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ImportAvailabilityCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportBlogCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ImportBlogCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCompareParameterCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ImportCompareParameterCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportFixFilterAvailabilityCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ImportFixFilterAvailabilityCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportParameterCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ImportParameterCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProduct"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ImportProduct"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProductFamily"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ImportProductFamily"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProductProducer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ImportProductProducer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\JanNowakStockCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\JanNowakStockCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ListingMarkersUpdaterCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ListingMarkersUpdaterCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParameterValuesTranslationCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ParameterValuesTranslationCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayUCheckerCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\PayUCheckerCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductEquipmentPriceRecalculate"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ProductEquipmentPriceRecalculate"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductPriceEquipmentCheckCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ProductPriceEquipmentCheckCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductProducerDefaultLanguagesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ProductProducerDefaultLanguagesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductXmlUpdaterCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ProductXmlUpdaterCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReadyForPublicationCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ReadyForPublicationCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RecalculatePriceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\RecalculatePriceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveOldDataCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\RemoveOldDataCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RoJudetUploadCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\RoJudetUploadCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetAutomaticPriceDefaultCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SetAutomaticPriceDefaultCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetDefaultProductPriceChangeCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SetDefaultProductPriceChangeCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetProductCategoryCounterCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SetProductCategoryCounterCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetProductPhotoPositionsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SetProductPhotoPositionsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetTempPrices0Command"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SetTempPrices0Command"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetTempPrices2Command"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SetTempPrices2Command"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetTempPrices3Command"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SetTempPrices3Command"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetTempPrices4Command"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SetTempPrices4Command"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetTempPricesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SetTempPricesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetVisibleValuesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SetVisibleValuesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SkClearCartCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SkClearCartCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SkVatChangeCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SkVatChangeCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SlugProductFixCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SlugProductFixCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UniqueStockCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UniqueStockCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ViewedProductRemoveCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ViewedProductRemoveCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountAddressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountAddressController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AccountAddressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ArticleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\AdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ArticleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ArticleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\AvailabilityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\AvailabilityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\BannerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\BannerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\BlogController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\BlogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\CurrencyController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\CurrencyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\DeliveryMethodController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\DeliveryMethodController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\EmailTemplateController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\EmailTemplateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\EmployeeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\EmployeeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\FurnitureTypeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\FurnitureTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\GoogleLabelController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\GoogleLabelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\HelplineHoursController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\HelplineHoursController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\LandingPageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\LandingPageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\LanguageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\LanguageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ListingMarkerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ListingMarkerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\MarkerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\MarkerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ModuleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ModuleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\NewsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\NewsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\OrderManagerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\OrderManagerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\OrderStatusController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\OrderStatusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\PaymentMethodController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\PaymentMethodController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\PriceAutomationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\PriceAutomationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductColorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ProductColorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductCommentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ProductCommentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductCrossSellingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ProductCrossSellingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductEquipmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ProductEquipmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductFamilyController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ProductFamilyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductParameterController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ProductParameterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductParameterValueController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ProductParameterValueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductParameterValueGroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ProductParameterValueGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductPriceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ProductPriceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductPriceDraftController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ProductPriceDraftController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductPricePromotionManagementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ProductPricePromotionManagementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\ProductProducerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ProductProducerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\RebateCodeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\RebateCodeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\SearchPhraseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\SearchPhraseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\SearchReplaceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\SearchReplaceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\TeamNotificationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\TeamNotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\TopBannerControllerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\TopBannerControllerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\UrlRedirectController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\UrlRedirectController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\UserGroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\UserGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\VatRateController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\VatRateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\WaitingListSendController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\WaitingListSendController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Backend\WorkingHoursController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\WorkingHoursController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BlogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ComplaintGeneratorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ComplaintGeneratorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ComplaintGeneratorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FurnitureTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FurnitureTypeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FurnitureTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LandingPageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LandingPageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\LandingPageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\NewsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderCommentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderCommentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\OrderCommentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductReturnGeneratorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductReturnGeneratorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ProductReturnGeneratorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResettingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ResettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.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\SummaryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SummaryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SummaryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WaitingListController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WaitingListController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\WaitingListController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AddressType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\AddressType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AdminProductCommentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\AdminProductCommentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ArticleType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ArticleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AvailabilityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\AvailabilityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BannerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BannerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BlogType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BlogType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BuchCheaperSearchType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BuchCheaperSearchType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CartProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CartProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CartType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CartType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CategoryLangParamType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CategoryLangParamType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompanyAddressType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CompanyAddressType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompareParameterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CompareParameterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompareParameterValueType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CompareParameterValueType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CurrencyType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CurrencyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomLoginType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CustomLoginType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerSearchType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CustomerSearchType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryAddressType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\DeliveryAddressType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryMethodPriceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\DeliveryMethodPriceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryMethodType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\DeliveryMethodType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EmailTemplateType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\EmailTemplateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EmployeeSearchType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\EmployeeSearchType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EmployeeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\EmployeeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FurnitureTypeLangParamType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\FurnitureTypeLangParamType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FurnitureTypeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\FurnitureTypeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GoogleLabelType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\GoogleLabelType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HelplineHoursType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\HelplineHoursType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InvoiceAddressType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\InvoiceAddressType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LandingPageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\LandingPageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LanguageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\LanguageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ListingMarkerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ListingMarkerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MarkerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\MarkerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ModuleType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ModuleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\NewsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\NewsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderCommentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\OrderCommentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderDataType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\OrderDataType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\OrderProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderProductsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\OrderProductsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderSearchType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\OrderSearchType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderStatusType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\OrderStatusType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\OrderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PasswordResetType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\PasswordResetType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PaymentMethodPriceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\PaymentMethodPriceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PaymentMethodType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\PaymentMethodType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductAccessoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductAccessoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductColorType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductColorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductCommentSearchType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductCommentSearchType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductCompareType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductCompareType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductComplaintType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductComplaintType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductCrossSellingRowType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductCrossSellingRowType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductCrossSellingType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductCrossSellingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductEditPhotoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductEditPhotoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductEditRelationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductEditRelationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductEditSimilarColorsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductEditSimilarColorsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductEquipmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductEquipmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductFamilyLangParamType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductFamilyLangParamType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductFamilyType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductFamilyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductFilterCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductFilterCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductFurnitureTypeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductFurnitureTypeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductLangParamType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductLangParamType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductParameterLangParamType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductParameterLangParamType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductParameterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductParameterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductParameterValueGroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductParameterValueGroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductParameterValueSearchType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductParameterValueSearchType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductParameterValueType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductParameterValueType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPhotoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductPhotoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPriceDraftQueueType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductPriceDraftQueueType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPriceDraftRecalculateType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductPriceDraftRecalculateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPricePriceConfiguration"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductPricePriceConfiguration"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPriceSearchType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductPriceSearchType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPriceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductPriceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductPriceVariantsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductPriceVariantsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductProducerPriceChangeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductProducerPriceChangeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductProducerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductProducerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductRecommendationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductRecommendationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductReturnProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductReturnProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductReturnType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductReturnType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductSearchFiltersType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductSearchFiltersType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductSearchType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductSearchType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductSimilarColorType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductSimilarColorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductVatType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductVatType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductXmlType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProductXmlType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RebateCodeSearchType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\RebateCodeSearchType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RebateCodeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\RebateCodeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RegisterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\RegisterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SampleOrderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\SampleOrderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchReplaceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\SearchReplaceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SendRequestType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\SendRequestType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SubProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\SubProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SummaryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\SummaryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TeamNotificationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\TeamNotificationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TopBannerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\TopBannerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TransEntity"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.App\Form\Type\TransEntity"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\TransEntity"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UniversalSearchType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\UniversalSearchType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UrlRedirectType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\UrlRedirectType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserGroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\UserGroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserGroupsModulesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\UserGroupsModulesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\WaitingListSearchType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\WaitingListSearchType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\WaitingListType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\WaitingListType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\WorkingHourType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\WorkingHourType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\EmployeeVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Authorization\Voter\EmployeeVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Authorization\Voter\ModuleVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Authorization\Voter\ModuleVoter"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.transEntity"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.transEntity"; reason: abstract.
  • Removed service ".abstract.instanceof.transEntity"; reason: abstract.
613
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
  • Removed service "App\Exception\CartException"; reason: unused.
  • Removed service "App\Exception\CategoryException"; reason: unused.
  • Removed service "App\Exception\ProductException"; reason: unused.
  • Removed service "App\Form\Doctrine\ORMQueryBuilderLoader"; reason: unused.
  • Removed service "App\Form\Type\TransEntity"; reason: unused.
  • Removed service "App\Handler\LoginSuccessHandler"; reason: unused.
  • Removed service "App\Listener\GenerateCookieListener"; reason: unused.
  • Removed service "App\Listener\ProductAvailabalitySubscriber"; reason: unused.
  • Removed service "App\Listener\ProductPriceSubscriber"; reason: unused.
  • Removed service "App\Listener\RequestListener"; reason: unused.
  • Removed service "App\PayU\LiveUpdate"; reason: unused.
  • Removed service "App\Security\LogoutSuccessHandler"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~Thyy1AM"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.save_listener"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "templating.loader.cache"; reason: unused.
  • Removed service "templating.loader.chain"; reason: unused.
  • Removed service ".1_PhpArrayAdapter~UTx0Fu5"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "translator.default"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service ".1_ServiceLocator~rbtKry0"; 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.quote_strategy.ansi"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "security.authentication.guard_handler"; reason: unused.
  • Removed service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~zKnRect"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~zKnRect"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~zKnRect"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~zKnRect"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "twig.loader.native_filesystem"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.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 "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "fos_user.user_provider.username"; reason: unused.
  • Removed service "fos_user.mailer.twig_swift"; reason: unused.
  • Removed service "fos_user.mailer.noop"; reason: unused.
  • Removed service "fos_rest.view_handler.jsonp"; reason: unused.
  • Removed service "fos_rest.request.param_fetcher"; reason: unused.
  • Removed service "fos_rest.serializer.jms"; reason: unused.
  • Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
  • Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
  • Removed service "fos_rest.decoder.jsontoform"; reason: unused.
  • Removed service "liip_imagine.mime_types"; reason: unused.
  • Removed service "liip_imagine.imagick"; reason: unused.
  • Removed service "liip_imagine.gmagick"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
  • Removed service "liip_imagine.mime_type_guesser"; reason: unused.
  • Removed service "liip_imagine.extension_guesser"; reason: unused.
  • Removed service ".service_locator.xvmP89R"; 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.6zQlgQt"; reason: unused.
90
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.ZBMCC44.App\Controller\AccountAddressController" to "App\Controller\AccountAddressController".
  • Inlined service ".service_locator.ZBMCC44.App\Controller\AccountController" to "App\Controller\AccountController".
  • Inlined service ".service_locator.ZBMCC44.App\Controller\ArticleController" to "App\Controller\ArticleController".
  • Inlined service ".service_locator.ZBMCC44.App\Controller\BlogController" to "App\Controller\BlogController".
  • Inlined service ".service_locator.ZBMCC44.App\Controller\CartController" to "App\Controller\CartController".
  • Inlined service ".service_locator.ZBMCC44.App\Controller\CategoryController" to "App\Controller\CategoryController".
  • Inlined service ".service_locator.ZBMCC44.App\Controller\ComplaintGeneratorController" to "App\Controller\ComplaintGeneratorController".
  • Inlined service ".service_locator.ZBMCC44.App\Controller\FurnitureTypeController" to "App\Controller\FurnitureTypeController".
  • Inlined service ".service_locator.ZBMCC44.App\Controller\HomeController" to "App\Controller\HomeController".
  • Inlined service ".service_locator.ZBMCC44.App\Controller\LandingPageController" to "App\Controller\LandingPageController".
  • Inlined service ".service_locator.ZBMCC44.App\Controller\NewsController" to "App\Controller\NewsController".
  • Inlined service ".service_locator.ZBMCC44.App\Controller\OrderCommentController" to "App\Controller\OrderCommentController".
  • Inlined service ".service_locator.ZBMCC44.App\Controller\ProductController" to "App\Controller\ProductController".
  • Inlined service ".service_locator.ZBMCC44.App\Controller\ProductReturnGeneratorController" to "App\Controller\ProductReturnGeneratorController".
  • Inlined service ".service_locator.ZBMCC44.App\Controller\ResettingController" to "App\Controller\ResettingController".
  • Inlined service ".service_locator.ZBMCC44.App\Controller\SummaryController" to "App\Controller\SummaryController".
  • Inlined service ".service_locator.ZBMCC44.App\Controller\WaitingListController" to "App\Controller\WaitingListController".
  • Inlined service "ennova_user.token.manager" to "RequestListener".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator._cmka45" to "fragment.handler".
  • Inlined service "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 "session.attribute_bag" to "session".
  • Inlined service "session.flash_bag" to "session".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.Bppmeg3" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~HJyaU6f" 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.dimuMD1" 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 "templating.engine.php.helpers_locator" to "templating.engine.php".
  • Inlined service "templating.globals" to "templating.engine.php".
  • Inlined service "templating.form.renderer" to "templating.helper.form".
  • Inlined service "templating.form.engine" to "templating.form.renderer".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "fos_user.validator.initializer" to "validator.builder".
  • Inlined service ".service_locator.ePLHaIp" to "validator.validator_factory".
  • 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 "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.service" to "routing.resolver".
  • Inlined service "fos_rest.routing.loader.directory" to "routing.resolver".
  • Inlined service "fos_rest.routing.loader.controller" to "routing.resolver".
  • Inlined service "fos_rest.routing.loader.yaml_collection" to "routing.resolver".
  • Inlined service "fos_rest.routing.loader.xml_collection" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.m90YCjy.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_ArrayCache~f.yNot_" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~f.yNot_" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer.normalizer.object".
  • Inlined service "property_info" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.57rjp0j" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "ennova.setting_bundle.authorization.changelog.subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "ennova.setting_bundle.product_price.changelog.subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "fos_user.user_listener" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "knp.doctrine_behaviors.translatable_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "knp.doctrine_behaviors.softdeletable_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "knp.doctrine_behaviors.timestampable_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "knp.doctrine_behaviors.tree_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "knp.doctrine_behaviors.sortable_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "knp.doctrine_behaviors.blameable_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "knp.doctrine_behaviors.loggable_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "knp.doctrine_behaviors.geocodable_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "knp.doctrine_behaviors.sluggable_subscriber" 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.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore" 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 "doctrine.orm.default_xml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "lexik_translation.orm.metadata.xml" to "doctrine.orm.default_metadata_driver".
  • 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 "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.5dJADCx" to "security.access_map".
  • Inlined service ".security.request_matcher.nSRabHo" to "security.access_map".
  • Inlined service ".security.request_matcher.Xk4m6Mn" to "security.access_map".
  • Inlined service ".security.request_matcher.rNHeHe4" to "security.access_map".
  • Inlined service ".security.request_matcher.2Q_Zu0h" to "security.access_map".
  • Inlined service ".security.request_matcher.bHpLOwX" to "security.access_map".
  • Inlined service ".security.request_matcher.PhQgZ9B" 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 "app.logout.handler" 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.authentication.customized_success_handler" to "security.authentication.success_handler.main.form_login".
  • 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 "twig.loader.filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "knp_paginator.twig.extension.pagination" to "twig".
  • Inlined service "liip_imagine.templating.filter_extension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.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 ".service_locator.7YWluy." to "twig.runtime_loader".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service ".1_NonceGenerator~HMOAJm5" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~HMOAJm5" to "twig.extension.webprofiler".
  • Inlined service "monolog.handler.grouped" to "monolog.handler.main".
  • Inlined service "monolog.handler.streamed" to "monolog.handler.grouped".
  • Inlined service "monolog.handler.deduplicated" to "monolog.handler.grouped".
  • Inlined service "monolog.formatter.html" to "monolog.handler.swift".
  • Inlined service ".1_SourceContextProvider~5Bnnams" to "var_dumper.server_connection".
  • Inlined service ".2_RequestContextProvider~5Bnnams" to "var_dumper.server_connection".
  • Inlined service ".3_CliContextProvider~5Bnnams" to "var_dumper.server_connection".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service ".4_CliDescriptor~5Bnnams" to "var_dumper.command.server_dump".
  • Inlined service ".5_HtmlDescriptor~5Bnnams" to "var_dumper.command.server_dump".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "fos_user.util.canonicalizer.default" to "fos_user.util.canonical_fields_updater".
  • Inlined service "fos_user.util.canonicalizer.default" to "fos_user.util.canonical_fields_updater".
  • Inlined service "fos_user.security.login_manager" to "fos_user.listener.authentication".
  • Inlined service "fos_user.user_to_username_transformer" to "fos_user.username_form_type".
  • Inlined service "fos_user.profile.form.factory" to "fos_user.profile.controller".
  • Inlined service "fos_user.registration.form.factory" to "fos_user.registration.controller".
  • Inlined service "fos_user.change_password.form.factory" to "fos_user.change_password.controller".
  • Inlined service "fos_user.resetting.form.factory" to "fos_user.resetting.controller".
  • Inlined service "fos_user.mailer.default" to "fos_user.resetting.controller".
  • Inlined service "fos_rest.routing.loader.reader.controller" to "fos_rest.routing.loader.controller".
  • Inlined service "fos_rest.routing.loader.reader.action" to "fos_rest.routing.loader.reader.controller".
  • Inlined service "fos_rest.request.param_fetcher.reader" to "fos_rest.routing.loader.reader.action".
  • Inlined service "fos_rest.inflector.doctrine" to "fos_rest.routing.loader.reader.action".
  • Inlined service ".service_locator.CP4QR4Q" to "fos_rest.decoder_provider".
  • Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
  • Inlined service "a2lix_auto_form.object_info.doctrine_orm_info" to "a2lix_auto_form.form.manipulator.doctrine_orm_manipulator".
  • Inlined service "a2lix_auto_form.form.event_listener.auto_form_listener" to "a2lix_auto_form.form.type.auto_form_type".
  • Inlined service "a2lix_auto_form.doctrine.metadata_factory" to "a2lix_auto_form.object_info.doctrine_orm_info".
  • Inlined service "a2lix_translation_form.form.event_listener.translations_listener" to "a2lix_translation_form.form.type.translations_type".
  • Inlined service "a2lix_translation_form.form.event_listener.translations_form_listener" to "a2lix_translation_form.form.type.translations_forms_type".
  • Inlined service "lexik_translation.exporter.xliff" to "lexik_translation.exporter_collector".
  • Inlined service "lexik_translation.exporter.json" to "lexik_translation.exporter_collector".
  • Inlined service "lexik_translation.exporter.yml" to "lexik_translation.exporter_collector".
  • Inlined service "lexik_translation.exporter.php" to "lexik_translation.exporter_collector".
  • Inlined service ".service_locator.G4jz1CY" to "lexik_translation.translator".
  • Inlined service "translator.formatter.default" to "lexik_translation.translator".
  • Inlined service "knp.doctrine_behaviors.translatable_subscriber.current_locale_callable" to "knp.doctrine_behaviors.translatable_subscriber".
  • Inlined service "knp.doctrine_behaviors.translatable_subscriber.default_locale_callable" to "knp.doctrine_behaviors.translatable_subscriber".
  • Inlined service "knp.doctrine_behaviors.blameable_subscriber.user_callable" to "knp.doctrine_behaviors.blameable_subscriber".
  • Inlined service "knp.doctrine_behaviors.loggable_subscriber.logger_callable" to "knp.doctrine_behaviors.loggable_subscriber".
  • Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.paste" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.watermark" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
  • Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "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\Authorization\Voter\EmployeeVoter" to "debug.security.voter.App\Security\Authorization\Voter\EmployeeVoter".
  • Inlined service "App\Security\Authorization\Voter\ModuleVoter" to "debug.security.voter.App\Security\Authorization\Voter\ModuleVoter".
  • 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.jbaIpJ2" to "debug.argument_resolver.service.inner".
  • Inlined service ".service_locator.3mzpuL8" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service "templating.engine.twig" to "templating".
  • 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 "fos_user.object_manager" to "fos_user.user_manager".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "fos_rest.routing.loader.processor" to "routing.loader".
  • Inlined service "fos_rest.routing.loader.processor" to "routing.loader".
  • Inlined service "fos_rest.routing.loader.processor" 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".
  • Inlined service "knp.doctrine_behaviors.reflection.class_analyzer" to "doctrine.dbal.default_connection".
  • Inlined service "knp.doctrine_behaviors.reflection.class_analyzer" to "doctrine.dbal.default_connection".
  • Inlined service "knp.doctrine_behaviors.reflection.class_analyzer" to "doctrine.dbal.default_connection".
  • Inlined service "knp.doctrine_behaviors.reflection.class_analyzer" to "doctrine.dbal.default_connection".
  • Inlined service "knp.doctrine_behaviors.reflection.class_analyzer" to "doctrine.dbal.default_connection".
  • Inlined service "knp.doctrine_behaviors.reflection.class_analyzer" to "doctrine.dbal.default_connection".
  • Inlined service "knp.doctrine_behaviors.reflection.class_analyzer" to "doctrine.dbal.default_connection".
  • Inlined service "knp.doctrine_behaviors.reflection.class_analyzer" to "doctrine.dbal.default_connection".
  • Inlined service "knp.doctrine_behaviors.reflection.class_analyzer" to "doctrine.dbal.default_connection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
366
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "kernel.locale_aware" was defined on service(s) "lexik_translation.translator", but was never used.
1